Skip to content

Commit

Permalink
fix: remove duplicate title
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Nov 28, 2024
1 parent adcc7e2 commit 56929d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/concepts/openedx-filters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ Components
Workflow
~~~~~~~~

The workflow of triggering an Open edX Filter in an application with N pipeline steps configured is as follows:

#. An application component (caller) invokes the filter during its execution by calling the ``run_filter`` method implemented by its :term:`filter definition<Filter Definition>`.

#. The caller passes the input data to the filter through the ``run_filter`` method, this data are in-memory platform objects that the filter will process.
Expand Down

0 comments on commit 56929d0

Please sign in to comment.