I’ve built a flow like this…
SEQUENCE on Success
…SEQUENCE on Failure (try)
…Do some stuff
…BRANCH on count
…$default: SEQUENCE
…$default: EXIT ‘$parent’ and signal FAILURE
…Do more stuff
…SEQUENCE on Done (catch)
…getLastError
The getLastError will be null if the routine hits the exit and signal failure. It does jump to the “catch” as the flow should. But the error is not set with the failure error message. So when I attemt to get the error message, nothing is returned… 
Other errors, if encountered, will be caught and dealt with properly. (ie, the getLastError does return the correct error msg.)
Any thoughts on getting this to work? Thanks in advance! …Kevin
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods