Node Reference
Control Flow Nodes Reference
Technical reference for branching, loops, synchronization, waits, aggregation, file matching, zipping, and sub-workflows.
Updated 1 min read
Overview
Control-flow nodes decide which branches execute, how arrays are iterated, and how multiple streams are synchronized before a later action runs.
Reference Pages
Notes
- Branching nodes often use edge-handle routing rather than structured object outputs.
mergebehavior is mostly implemented inside the workflow engine instead of the executor itself.subWorkflowis the main way to encapsulate reusable pipelines inside larger workflows.