Control Node Catalog
Control category
Generated from 20 catalog nodes in Control.
Nodes in this category
Showing 20 of 20 generated node docs.
Branch
ControlBranches the flow based on a condition
Delay
ControlDelays execution for a specified amount of time
For Each
ControlLoops over an Array
For Each (Batch)
ControlLoops over an Array in batches, running the body once per slice of up to Batch Size elements
For Each (Break)
ControlLoops over an Array; allows breaking early from inside the loop body.
For Each Row
ControlLoops over all rows of a table
Parallel Execution
ControlParallel Execution
Parallel For Each
ControlLoops over an Array in Parallel
Parallel For Each (Batch)
ControlLoops over an Array in batches, running the body for multiple batches in parallel
Reroute
ControlControl Flow Node
Sequence
ControlSequential Execution
Timeout
ControlExecutes with a timeout, branching based on completion
While Loop
ControlLoop downstream execution in while loop
Call Reference
Control/CallReferences a specific call in the flow
Do N
Control/FlowPass execution the first N triggers, then block; fire 'Completed' on Nth.
Do Once
Control/FlowLet execution pass once, then block until Reset.
Flip Flop
Control/FlowAlternate execution between A and B on successive triggers.
Gate
Control/FlowOpen/close a gate to conditionally pass execution.
Call Function
Control/FunctionsCalls a function defined on this board
Gather
Control/ParallelGather all execution states