Subflow
Commonly used for nested execution logic


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


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

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



Audit Logs



Last updated