Subflow

Commonly used for nested execution logic

UI
Config Form

Configure a flow, define its inputs and outputs, and then use subflow node binding in other flows.

There are two uses, single execution and loop execution.

Prepare a flow that needs to be nested for use

Define its inputs and outputs.

Inputs: Parameter definition for transferring from main flow to sub flow.

Outputs: Parameter definition for transferring from sub flow to main flow.

Get inputs' data from datasource.

Single Execution Demo

Set a random string to test.

Transfer subflow data

Set inputs through dynamic parameters to transfer data from the mainflow to the subflow.

Audit Logs

Click "Detail" can view subflow record timeline.

Loop Execution Demo

Set a array object to test.

Check "Looped". Data must be array.

Set parameters data source

Set loop item key

Click "Choose" to select object of any other nodes.

Audit Logs

Last updated