Flow controls
Subflow
Starts a new job as a sub-flow of the current job. Output of the sub-flow job is the output of the task.
Type: subflow/v1
Properties
| Name | Label | Type | Description | Required |
|---|---|---|---|---|
| workflowUuid | Workflow | STRING | The sub-workflow to execute. | false |
| inputs | null | DYNAMIC_PROPERTIES Depends OnworkflowUuid | The input parameters for the sub-workflow. | false |
How is this guide?
Last updated on