How you can implement finally block in flow services ?
Answer Posted / haranadha reddy
Build your flow service like this:
Sequence{Main Block}[EXIT ON: SUCCESS]
Sequence{Try Block}[EXIT ON: FAILURE]
Sequence{catch Block}[EXIT ON: DONE]
Sequence{finally Block}[EXIT ON: FAILURE]
Thanks
| Is This Answer Correct ? | 29 Yes | 10 No |
Post New Answer View All Answers
Explain what is indices in map flow step?
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 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)
How many kinds of log files in webmethods?
When Should You Use Flow Diagram View?
how to configure sap adapter6.1
Where do you implemented pub-sub architecture?
Explain what are the new features in 8.0 compared to 7.1?
What are the advantages of eai?
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?
When we use repeate flow steps?
Explain header handlers in web services
When we use repeate, exit flow steps?