How you can implement finally block in flow services ?
Answer Posted / a.v raviteja
Hi,
It depends on how you want it. There is no definite answer.
Case 1: If you want your flow to go Finally only when Catch fails:
Sequence{main}[EXIT ON: SUCCESS]
Sequence{try}[EXIT ON: FAILURE]
Sequence{catch}[EXIT ON: FAILURE]
Sequence{finally}[EXIT ON: DONE]
Case 2: If you want Finally to execute in all cases:
Sequence{main}[EXIT ON: SUCCESS]
Sequence{try}[EXIT ON: FAILURE]
Sequence{catch}[EXIT ON: DONE]
Sequence{finally}[EXIT ON: DONE]
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When we use repeate, exit flow steps?
Explain what are the new features in 8.0 compared to 7.1?
how to configure sap adapter6.1
How we can catch exception error on run time mode using flow language in webmethods?
Explain header handlers in web services
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?
in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?
How many kinds of log files in webmethods?
When Should You Use Flow Diagram View?
Explain about pub-sub architecture, where do you implemented this?
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
Explain about pub-sub architecture?
Where do you implemented pub-sub architecture?
When we use repeate flow steps?
How many interfaces you implemented sofar?