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 or an abstract destination can be run in this mode.
- Create an instance of the Activity rule by clicking .
- In the activity steps, enter the Call Data-Decision-DDF-RunOptions.pxRunSingleCaseDDF method.
-
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
- Optional:
Click
Jump
and define a jump condition to handle data flow run
failures in this method.
- Enable the condition to be triggered after the action.
- Configure which step to jump to when an exception occurs.
- Click Save.
Previous topic Running a data flow Next topic Specializing activities