Flow
10 nodes in this category.
Splits execution into a true or false path based on a boolean condition.
Executes up to four output branches one after another in order.
Iterates over every element in a list, firing the body output for each one.
Repeatedly executes the body branch while a boolean condition is true.
Executes the body branch a fixed number of times.
Immediately stops execution of the current graph branch.
Routes execution to one of up to four case outputs based on a value, with a default fallback.
Pauses execution for a number of ticks, then continues on the main thread.
Only allows execution to pass through when a boolean condition is true. Acts as a one-way branch with no false path.
Merges multiple execution inputs and fires the output only when the required combination of inputs have been received (AND) or any one of them fires (OR).