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 |
How we can catch exception error on run time mode using Flow language in WebMethods??? and how we can send error description as an output parameter????
in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?
i have partner A,and partner B, then i want to send a document to partner B, what are requirements i will provide to partners ?
How to Create an ACL?
How you can implement finally block in flow services ?
In which case we are not advised to use Transformers...?
We have created a insert notification ,is there any way to process the document in the subscriber without publishing it .....?
Difference between Trigger disable and trigger suspend?trigger queue location ?
hai this is prasad webmethods is used to integrate the applications but ,we can do that same by using java also ,then why do we use webmethods please send me the answer
What Is a Package?
What Is an Element?
explain try and catch block briefly