Continue
Use the Continue activity to continue running a workflow after a condition branch in a loop fails. This activity can only be used within a loop and allows the workflow to continue running after a failure.
An example use case would be for a loop that runs the maximum number of 500 times. When the loop attempts to run again, it will fail. Add a Continue activity to continue to the next activity in the workflow.
You can also use the Continue activity to skip a single iteration of a loop.
Usage
The Continue activity does not have any additional properties to configure.