Loop Exit

The Loop Exit node is the equivalent to the break; statement in C#. When this node is invoked, execution will continue to the Finished execution output of the Loop node with the same Group. If the Error checkbox is ticked, it will return execution to the Error execution output of the Loop Node.

Properties

Group

Type: String Input
A group to identify a loop. This must be the same as the Group of the Loop that must be stopped. Note that this Group is scoped to the entire Flowgear Site. This means that if two separate Workflows are running and each use the same group, if one of them calls Loop Exit, the loops in both Workflows will exit.

Error

Type: Boolean Input
If this is checked, it will return execution to the Error output of the linked Loop node.

Message

Type: String Input
If the Error is true, this must contain the error message.

See Also

Loop