Error Recognition

Hello everyone…
This is to bring you in notice, that I have an error, which I had got once…but could not find, properly anywhere…

So I thought to post it, so that it comes up in google search or else…

Error:
com.wm.lang.flow.FlowException:

The error is THIS MUCH ONLY…nothing more…

Reason:

this type of exeption comes up when there is abrupt break in the flow of a flow service, not like divideByZero error even…

The structure is like this…

->flow service
→ reference flow service
–>reference flow service
.
.
.
.

the top one is the flow service, which is a parent one, and underneath are references…which can be said as child ones…
So when error comes in the child ones, or an EXIT is there, which worked abruptly, so this error is thrown…
Initially, it was difficult to recognize the error, as no relation was there…
But I had took help for it, and so, I want to help around.

Any questions or comments regarding it, are welcomed.

Regards,
Suvigya

“com.wm.lang.flow.FlowException:” can happen when you have an Exit step with “Signal” to “FAILURE” and without a “Failure message”.

Yes absolutely…:slight_smile: