Break

Stops the flow of the current loop iteration and continues it in the first operation after the loop iteration.

The Break function should be used within a condition. There is no value or logic in using it outside of a condition because the script lines following it will not be executed and are unnecessary.

Parameters

Name REST Name Type Default Description
Status status
ok (OK)
error (Error)
STRING OK The flow change behavior specified in the report.
OK - Success
Error - Failure