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.

  1. Create an activity rule from the Explorer panel, by clicking Records > Technical > Activity > +Create, to start the DataFlow-Execute method.

    For more information, see Activities - Completing the New or Save As form.

  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. Specify the following parameters:

    1. In the Data flow field, enter the name of the data flow with non-stream input.

    2. In the Operation list, select the type of operation. Depending on the type of operation, specify additional settings.

      • Start — Start the data flow

        • Select an option for starting a data flow run:

          • Select the Run ID option and enter a run ID of a data flow.
          • Select the Run Options option and specify a page of the Data-Decision-DDF-RunOptions class.
          Note: The data flow run fails when a run with the same ID already exists and you repeat it with a different data flow. If you repeat an existing run with new configurations, then the configurations are merged with the previous ones. The new run options overwrite the old ones, with the exception of parameters that were passed in the previous configurations but are not included in the new ones.
      • Stop — Stop the data flow.

        • In the Run ID field, enter a run ID of a data flow that you want to stop.

      • Get progress — Get the progress of the data flow.

        • In the Run ID field, enter a run ID of a data flow.

        • In the Progress page field, specify a page of the Data-Decision-DDF-Progress class.

    Note: For data flows with non-stream input and abstract output, operations that are specific to the data flow with abstract output are also available.