Menu

if

The if command forms a basic conditional section. This command's child commands are evaluated...

choose

The choose command creates a set of conditional sections, of which only one will have its com...

when

A child of a choose command. The child commands of when are evaluated if the condition of the...

otherwise

A child of a choose command. The children of otherwise are evaluated if the contents of none ...

forEach

The forEach command iterates through the contents of the specified Collection, allowing each ...

next

Directs the currently active Segment to start evaluating another Step. This command interrupt...

start

Directs the evaluation process to the beginning of one of the Flow's Segments. This command i...

debugBreak

A command that assists with template development by being able to cause a Debug break to occu...

finish

Evaluation of this command causes the currently ongoing Flow evaluation process to finish imm...

error

A logic command that produces an error. This is the same kind of error that any command produ...