Running a data flow in single mode

Use the Call instruction with the Data-Decision-DDF-RunOptions.pxRunSingleCaseDDF activity to trigger a data flow run in single mode. Only data flows with an abstract source can be run in this mode.

  1. Create an instance of the Activity rule by clicking Records Explorer > Technical > Activity.
  2. In the activity steps, enter the Call Data-Decision-DDF-RunOptions.pxRunSingleCaseDDF method.
  3. Click the arrow to the left of the Method field to expand the method and specify its parameters:
    • Name of the data flow that you want to run

    • Page to be used as input

    • Page to store results

  4. Optional: Click Jump and define a jump condition to handle data flow run failures in this method.
    1. Enable the condition to be triggered after the action.
    2. Configure which step to jump to when an exception occurs.
  5. Click Save.