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 |
|---|---|---|---|---|
| workflowId | Workflow Id | STRING | The id of sub-workflow to execute. | false |
| inputs | Inputs | OBJECT Properties{} | The inputs of a workflow. | false |
How is this guide?
Last updated on