Break

Use the Break activity to stop a loop and proceed to the next activity. This activity can only be used within a loop to perform loop control.

You can skip the rest of a single iteration of a loop or continue on failure using the Continue activity.

Break Activity

Usage

You must first configure either a For Each Loop or a While Loop and then drag the Break activity into the loop. There are no additional properties to configure.