Description
Invoke another workflow as a step. Pass the current step output as input.
logic_subworkflow · logic · Logic & Flow · Available · v1.0.0
Invoke another workflow as a step. Pass the current step output as input.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
workflowIdSub-workflow da invocare | workflow-picker | yes | — | Workflow del tenant (esclusi il corrente). L'output del nodo precedente diventa l'input del sub-workflow. |
waitAttendi completamento | enumtruefalse | no | true | true = aspetta la fine e ricevi l'output. false = fire-and-forget, ritorna subito con runId del sub-workflow. |
JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-logic_subworkflow-1",
"defId": "logic_subworkflow",
"label": "Subworkflow",
"config": {
"workflowId": "<workflowId>",
"wait": "true"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes