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.

  1. Start the DataFlow-Execute method by creating an activity rule from the navigation panel, by clicking Records > Technical > Activity > Create.
  2. Click the activity Steps tab.
  3. In the Method field, enter DataFlow-Execute.
  4. In the Step page field, specify the step page on which the method operates, or leave this field blank to use the primary page of this activity.
  5. Optional: Enter a description for the method.
  6. Click the Arrow icon to the left of the Method field to expand the Method Parameters section.
  7. In the Data flow field, enter the name of a data flow with abstract output.
  8. In the Operation list, select the type of operation. Depending on the type of operation, specify additional settings by performing the following actions:
    • To define the Browse operation, go to step 9.
    • To define the Browse by keys operation, go to step 10.
  9. Define the Browse operation to read records from the data flow main input by performing the following actions:
    1. In the Maximum number of records to read field, enter a value to define the threshold for stopping the browse operation. You can also define this value through an expression.
    2. In the Store results in field, define the result page. The result page consists of a page, page list property, top-level page, or top-level Code-Pega-List page.
  10. Define the Browse by keys operation to read records from the data flow main input by using a key by performing the following actions:
    1. Select a key and enter the key value. You can also define the key value through an expression.
    2. Optional: To define more than one key, click Add key.
    3. In the Store results in field, define the result page. The result page consists of a page, page list property, top-level page, or top-level Code-Pega-List page.
    Note: For data flows with abstract output and non-stream input, operations that are specific to the data flow with non-stream input are also available.