Examples of When to Use an EXIT Step
Exit an entire flow service from within a series of deeply nested steps.
Throw an exception when you exit a flow service or a flow step without having to write a Java service to call Service.throwError( ).
Exit a LOOP or REPEAT flow step without throwing an exception.