Use the DataFlow-Execute method to perform data management operations on records from the data flow main input.
Parameters of the DataFlow-Execute method are specific to the type of data flow (concrete or abstract).
Parameter |
Description |
Data flow |
Enter the name of the Data Flow rule instance that you want to execute. |
Operation |
Select the type of operation. Operations are specific to the type of data flow that you want to execute. |
Save
- Save records passed from the data flow.Browse
- Read records from the data flow main input. You need to specify additional parameters for this operation.Maximum number of records to read
- Define the threshold for stopping the browse operation.Store results in
- Define the result page. The result page consists of a page, page list property, top level page, or top level Code-Pega-List page.Browse by keys
- Read records from the data flow main input using a key. You need to specify additional parameters for this operation.Store results in
- Define the result page. The result page consists of a page, page list property, top level page, or top level Code-Pega-List page.Activate
- Activate the data flow. You need to specify one of the additional parameters for this operation.Run ID
- Define the Run ID. Run Options
- Define a page of the Data-Decision-DDF-RunOptions class.Deactivate
- Deactivate the data flow. You need to specify an additional parameter for this operation.Run ID
- Define the Run ID. Get progress
- Get the progress of the data flow. Run ID
- Define the Run ID. Progress page
- Define a page of the Data-Decision-DDF-RunOptions class.Start
- Start the data flow. You need to specify one of the additional parameters for this operation.Run ID
- Define the Run ID. Run Options
- Define a page.Stop
- Stop the data flow. You need to specify an additional parameter for this operation.Run ID
- Define the Run ID. Get progress
- Get the progress of the data flow. You need to specify additional parameters for this operation.Run ID
- Define the Run ID. Progress page
- Define a page where the results will be stored. This must be a page of the Data-Decision-DDF-Progress class.This method updates the pxMethodStatus property. See How to test method results using a transition.