Skip to content

Control Node Catalog

Control category

Generated from 20 catalog nodes in Control.

Control/CallControl/FlowControl/FunctionsControl/Parallel

Nodes in this category

Showing 20 of 20 generated node docs.

Branch

Control

Branches the flow based on a condition

Delay

Control

Delays execution for a specified amount of time

For Each

Control

Loops over an Array

For Each (Batch)

Control

Loops over an Array in batches, running the body once per slice of up to Batch Size elements

For Each (Break)

Control

Loops over an Array; allows breaking early from inside the loop body.

For Each Row

Control

Loops over all rows of a table

Parallel Execution

Control

Parallel Execution

Parallel For Each

Control

Loops over an Array in Parallel

Parallel For Each (Batch)

Control

Loops over an Array in batches, running the body for multiple batches in parallel

Reroute

Control

Control Flow Node

Sequence

Control

Sequential Execution

Timeout

Control

Executes with a timeout, branching based on completion

While Loop

Control

Loop downstream execution in while loop

Call Reference

Control/Call

References a specific call in the flow

Do N

Control/Flow

Pass execution the first N triggers, then block; fire 'Completed' on Nth.

Do Once

Control/Flow

Let execution pass once, then block until Reset.

Flip Flop

Control/Flow

Alternate execution between A and B on successive triggers.

Gate

Control/Flow

Open/close a gate to conditionally pass execution.

Call Function

Control/Functions

Calls a function defined on this board

Gather

Control/Parallel

Gather all execution states