if i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?

In this case if any step in try block fails it will exit that and come to catch block and if any step in catch block fails it will exit from the catch block and skip rest of the flow steps. 

No comments:

Post a Comment