Monitoring data flows
Use the Call instruction with several activities to track the status of data flows that were run in batch mode with the Call Data-Decision-DDF-RunOptions.pxRunDDFWithProgressPage method or submitted on the Data Flows landing page. You can track the number of processed records, and the elapsed or the remaining time of the data flow run.
- Create an instance of the Activity rule in the Dev Studio navigation panel by clicking .
- In the activity steps, provide the pyWorkObjectID property in order to identify which data flow run you want to monitor.
- In the activity steps, enter one of the following methods to monitor a data flow:
- Call Data-Decision-DDF-RunOptions.pxInitializeProgressPage - Creates the progress page that consists of a top level page named Progress of the Data-Decision-DDF-Progress data type.
- Call Data-Decision-DDF-Progress.pxLoadProgress - Updates the current status.
- Click Save.
Previous topic Managing data flows Next topic DataFlow-Execute method