Control
The if command forms a basic conditional section. This command's child commands are evaluated...
The choose command creates a set of conditional sections, of which only one will have its com...
A child of a choose command. The child commands of when are evaluated if the condition of the...
A child of a choose command. The children of otherwise are evaluated if the contents of none ...
The forEach command iterates through the contents of the specified Collection, allowing each ...
Directs the currently active Segment to start evaluating another Step. This command interrupt...
Directs the evaluation process to the beginning of one of the Flow's Segments. This command i...
A command that assists with template development by being able to cause a Debug break to occu...
Evaluation of this command causes the currently ongoing Flow evaluation process to finish imm...
A logic command that produces an error. This is the same kind of error that any command produ...