Hi there!
webMethods GEAR 6.0 manuals talk about Error Handling approaches using the typical sequences approach …
SEQUENCE-1 (Exit on Success)
>>>>> SEQUENCE-1.1 (Exit on Failure)
>>>>> SEQUENCE-1.2 (Exit on Done)
For one such setup where SEQUENCE-1.1 invoked a service from a package that was “DISABLED”, a FlowException was thrown (when run from the developer and also from the browser as a web-service call) just as one would expect.
However, the problem we are facing is that the control never went to SEQUENCE-1.2, i.e. the exception was never caught by the Catch-block but was thrown on to the developer (or the browser) itself.
Does the sequence based approach actually trap “FlowExceptions” (especially if a package/service is not available) or is it a limitation (or bug?) in the tool/approach?
Thanks,
Shankar