Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This action allows you to immediately exit a loop.

Image Added

Enter work label name

Select or enter a work label name. If the name is new, it will be tracked so you can select it in subsequent steps.


Example

The Break can be used to break out of a loop if a condition is met. In the example below a loop is set to loop through a set of numbers. A database table is check for a record that matches the number of the index of the loop. If a matching record is found the Break plugin will cause the loop to exit.

Image Added