Hello Everyone.
I have a little doubt that even after a deep research I still not able to use the “EXIT” flow step.
I have the following situation flow situation:
Try:
Another flow service that returns IFRESULT = “E” or IFRESULT = “Z” with an “IFMESSAGE” variable
Branch on “/IFRESULT”:
E:
EXIT from $parent and signal FAILURE
Z:
<== Do something else ==>
Catch:
pub.flow.getLastErrorFromPipeline
<== Exception Handling steps here ==>
These are the values in “Properties” tab:
Signal: FAILURE
Failure name:
Failure instance:
Exit from: $parent
Failure message: %IFMESSAGE%
But when it reaches “EXIT” it goes to “Catch” and then “pub.flow.getLastErrorFromPipeline” but no message is recovered.
What should I do be able to recover the “%IFMESSAGE%” when throwing the Exception from the “EXIT” flow step?
Thank you
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services