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
how to configure sap adapter 4.1
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
Explain what is indices in map flow step?
Where do you implemented pub-sub architecture?
Explain about pub-sub architecture?
When we use repeate flow steps?
How many kinds of log files in webmethods?
How many interfaces you implemented sofar?
Explain header handlers in web services
how to configure sap adapter6.1
post me important interview question on webmethods
When Should You Use Flow Diagram View?
How to convert document list to document? If document list contain documents and documents contain strings field. How to convert?
can any one please post Q and Ans for Trading Networks in webMethods
can we build loop step with in the branch
in such a way that the interface is look like that
branch