Flow flow/gate

Gate

Only allows execution to pass through when a boolean condition is true. Acts as a one-way branch with no false path.

Note: Equivalent to a Branch node where only the true path is connected.

Inputs

NameTypeOptionalDescription
exec exec Incoming execution.
condition boolean When true, execution passes through.

Outputs

NameTypeDescription
exec exec Execution continues only if condition is true.