Subworkflow

logic_subworkflow · logic · Logic & Flow · Available · v1.0.0

Description

Invoke another workflow as a step. Pass the current step output as input.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
workflowId
Sub-workflow da invocare
workflow-pickeryesWorkflow del tenant (esclusi il corrente). L'output del nodo precedente diventa l'input del sub-workflow.
wait
Attendi completamento
enum
truefalse
notruetrue = aspetta la fine e ricevi l'output. false = fire-and-forget, ritorna subito con runId del sub-workflow.

💡 Configuration example

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"
  }
}

🔗 Related nodes in the same category

Ready to use Subworkflow?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes