How you can implement finally block in flow services ?
Answer Posted / ajitabh kumar sharma
Build your flow service like this:
Sequence{main}[EXIT ON: DONE]
Sequence{Try/Catch}[EXIT ON: SUCCESS]
Sequence{try}[EXIT ON: FAILURE]
Sequence{catch}[EXIT ON: FAILURE]
Sequence{finally}[EXIT ON: FAILURE]
I am sorry but the previous answer was incorrect. I have
tested this answer and this works as expected. Basically the
sequences are used to control the flow control behavior of
their inherent sequences.
| Is This Answer Correct ? | 4 Yes | 27 No |
Post New Answer View All Answers
can we build loop step with in the branch
in such a way that the interface is look like that
branch
If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?
What are the advantages of eai?
how to configure sap adapter 4.1
post me important interview question on webmethods
Explain about pub-sub architecture?
Explain about pub-sub architecture, where do you implemented this?
When we use repeate flow steps?
When we use repeate, exit flow steps?
How we can catch exception error on run time mode using flow language in webmethods?
How many kinds of log files in webmethods?
Explain what are the new features in 8.0 compared to 7.1?
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
can anyone explain in brief about TN Consloe and Webmethods...? As well as All flow steps in webmethods: Branch Repeat Loop Sequence (explain also Try -Catch block for error Handling)
Explain what is indices in map flow step?