You're reading the documentation for a development version. For the latest released version, please have a look at master.
Halt Node
Synopsis
Node used to halt flowchart execution.
Description
Input
- Halt:
An expression which must evaluate to a boolean. When true the execution of the flowchart is halted at this node.
Output
- Halt:
The boolean value of the input Halt expression.