How you can implement finally block in flow services ?
Answer Posted / nanaji
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]
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
How we can catch exception error on run time mode using flow language in webmethods?
Explain header handlers in web services
can any one please post Q and Ans for Trading Networks in webMethods
When we use repeate, exit flow steps?
can we build loop step with in the branch
in such a way that the interface is look like that
branch
Explain about pub-sub architecture?
in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
How to convert document list to document? If document list contain documents and documents contain strings field. How to convert?
Explain what is indices in map flow step?
When Should You Use Flow Diagram View?
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)
What are the advantages of eai?
how to configure sap adapter6.1
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?