Flow flow/return

Return

Immediately stops execution of the current graph branch.

Note: Use inside loops or conditional branches to exit early without following any further nodes.

Inputs

NameTypeOptionalDescription
exec exec Triggers the return.