You can use the Call instruction with several activities to start, stop, or delete data flow instances that are identified by the runID parameter.
Create an instance of the Activity rule by selecting Activity from the Technical category.
In the activity steps, use one of the following methods:
To delete the data flow run and associated statistics: Call Data-Decision-DDF-RunOptions.pxDeleteRunById
To stop the data flow run: Call Data-Decision-DDF-RunOptions.pxStopRunById
If the run is not a test run, this operation preserves the associated statistics.
To start a configured data flow run: Call Data-Decision-DDF-RunOptions.pxStartRunById
Click the arrow to the left of the Method field to expand the method and provide the run ID.
Click Save.