Subflow
Commonly used for nested execution logic
Last updated
Commonly used for nested execution logic
Last updated
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.
Inputs: Parameter definition for transferring from main flow to sub flow.
Outputs: Parameter definition for transferring from sub flow to main flow.
Set a random string to test.
Set inputs through dynamic parameters to transfer data from the mainflow to the subflow.
Click "Detail" can view subflow record timeline.
Set a array object to test.
Check "Looped". Data must be array.