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?
Answers were Sorted based on User's Feedback
Answer / priyanka
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.
| Is This Answer Correct ? | 19 Yes | 3 No |
Answer / aarthi srinivasachari
When a SEQUENCE step exits on failure, the
Integration Server rolls back the pipeline contents. That
is, the Integration Server returns the pipeline to the state
it was in before the SEQUENCE step executed.
So when the catch block, sequence (exit on failure) fails,
it will not execute further steps, drops all the pipeline
values, and will go to the next step in the calling
service. It will not go to catch block of calling service.
| Is This Answer Correct ? | 2 Yes | 0 No |
When we use exit flow steps?
I have a loop a, under which I have a child loop b, under which I have a branch with few services with a condition. If a condition is satisfied , then I needmy branch to exit from loop b, what should I do?
What happens to the locks on elements when we replicate a package?
How many kinds of log files in WebMethods???? and where are they exist???
How to use SEQUENCE as the Target of a BRANCH?
Explain what is indices in map flow step?
How to find dependents of a selected element on the server?
What is scope?
what kind of error will be occurred if u did not mention from to the exit flow step
When we use repeate flow steps?
how can try and catch block can be implemented using web methods developer ? tell the steps to implement it?
What is the difference between DISABLING a Polling Notification and SUSPENDING a Polling Notification?