Workflow Control
Workflow Control Nodes
Section titled “Workflow Control Nodes”| Operation | Description |
|---|---|
workflow.branch | Evaluate a condition and select a branch (then/else) |
workflow.fan_in | Collect outputs from all fan-out branches into an array |
workflow.fan_out | Explode an array into N parallel dynamic branches |
workflow.merge_context | Collects outputs from all dependency nodes into a single merged object |
workflow.noop | No-op node (workflow.noop) |
workflow.validate_context | Check that required context keys exist before proceeding |