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
Explain about pub-sub architecture?
Where do you implemented pub-sub architecture?
When we use repeate, exit flow steps?
When we use repeate flow steps?
can we build loop step with in the branch
in such a way that the interface is look like that
branch
How many interfaces you implemented sofar?
How we can catch exception error on run time mode using flow language in webmethods?
When Should You Use Flow Diagram View?
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 are the new features in 8.0 compared to 7.1?
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 to convert document list to document? If document list contain documents and documents contain strings field. How to convert?
How many kinds of log files 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?