Data flow outputs - Data360_Analyze - Latest

Data360 Analyze Server Help

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 Analyze
Version
Latest
ft:locale
en-US
Product name
Data360 Analyze
ft:title
Data360 Analyze Server Help
Copyright
2025
First publish date
2016
ft:lastEdition
2025-08-05
ft:lastPublication
2025-08-05T06:05:01.564000
Table 1. Changes in this topic
Change type Description
Introduced in version 3.18 A new Data Flow Output feature is now available, allowing Data Flows to expose outputs at the flow level for external access through APIs or downstream nodes.

You can define Data Flow Outputs at the Data Flow level, allowing you to specify a distinct set of outputs, instead of configuring them individually for each node. You can access these Data Flow Outputs through the Data360 Analyze REST APIs or by using the Execute Data Flow node. To publish specific Data Flow Outputs from within the Data Flow, use the Publish To Data Flow Outputs node.

Defining data flow output

To define a Data Flow Output:
  1. In the Properties panel, select the Data Flow tab.
  2. Click the Define tab to view all existing property definitions for the selected Data Flow.
  3. To add a new Data Flow Output, type a name for the property in the field labeled Add a data flow output and press Enter.
  4. Choose a Type for the property. Allowed types are Data Set, String, and Boolean.

    Note: The type should correspond to the type specified in the Publish To Data Flow Outputs node that will publish this value.

Viewing data flow output

After you run the Data Flow and the Publish To Data Flow Outputs node publishes data to the defined Data Flow Outputs, you can view the Data Flow Output properties from the Configure or Review tab in the Data Flow panel.

Each Data Flow Output displays the following details:
  • Name - Displays the name of the Data Flow Output.

  • Type - Indicates the type of the Data Flow Output (Data Set, String, or Boolean).

  • Value - Displays the output value for the following:

    • Data Sets - Displays the number of records as a link. You can select the link opens a pop-up with the first 1000 records.

    • String/Boolean - Displays the value directly.

  • Source - Click to navigate to the node that published the data.

    If multiple nodes publish to the same Data Flow Output during execution, the source links to the last node that published to it.