Skip to content

Workflow Control

OperationDescription
workflow.branchEvaluate a condition and select a branch (then/else)
workflow.fan_inCollect outputs from all fan-out branches into an array
workflow.fan_outExplode an array into N parallel dynamic branches
workflow.merge_contextCollects outputs from all dependency nodes into a single merged object
workflow.noopNo-op node (workflow.noop)
workflow.validate_contextCheck that required context keys exist before proceeding