DataFlow-Execute method
Apply the DataFlow-Execute method to perform data management operations on records from the data flow main input. By using the DataFlow-Execute method, you can automate these operations and perform them programmatically instead of doing them manually. For example, you can configure an activity to start a data flow at a specified time.
The parameters that you specify for the DataFlow-Execute method depend on the type of a data flow that you reference in the method.
- Configuring the DataFlow-Execute method for a data flow with abstract input and output (single-case execution)
You can automate data management operations for a data flow with abstract input and output by using the DataFlow-Execute method. You can perform these operations programmatically, instead of doing them manually. In the following case the Process operation is available, and you should provide a page list to process the results.
- Configuring the DataFlow-Execute method for a data flow with abstract input (single-case execution)
You can automate data management operations for a data flow with abstract input by using the DataFlow-Execute method. You can perform these operations programmatically, instead of doing them manually. In the following case the Save operation is available, assuming you are saving the results to a data set destination.
- Configuring the DataFlow-Execute method for a data flow with abstract output
You can automate data management operations for a data flow with abstract output by using the DataFlow-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataFlow-Execute method for a data flow with stream input
You can automate data management operations for a data flow with stream input by using the DataFlow-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataFlow-Execute method for data flows with non-stream input
You can automate data management operations for a data flow with non-stream input by using the DataFlow-Execute method. You can perform these operations programmatically, instead of doing them manually.
Previous topic Monitoring data flows Next topic Configuring the DataFlow-Execute method for a data flow with abstract input and output (single-case execution)