Answers

Question and Answer:

  Home  EAI WebMethods

⟩ If i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on failure, n 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.

 190 views

More Questions for you: