Break Activity
The Break activity ends the execution of For Each and Parallel activities, exiting the activity at the point following the break. So, if there are any activities following the Break activity, they do not execute.
Note: When using a Break activity, it must be contained within a For Each or Parallel activity; otherwise, the workflow becomes invalid.