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
- Configuring the DataFlow-Execute method for a data flow with abstract output
- Configuring the DataFlow-Execute method for a data flow with abstract input and output (single case execution)
- Configuring the DataFlow-Execute method for a data flow with stream input
- Configuring the DataFlow-Execute method for a data flow with non-stream input
Note: The DataFlow-Execute method updates the
pxMethodStatus property. See How to test method results using a transition.