Workflow Crash
Hi,
I'm seeing a crash happening in our system.
There is a button in a form applet which invokes a wrapper WF(WF1) from which a Sub Process(WF2) is invoked.
In the sub process WF2, there is an outbound web service call.
Now I'm seeing this hard crash exactly after the sub process WF2 is executed and before transferring control to the wrapper workflow WF1.
We have error handling in the wrapper WF. I've added the exception connector to the sub process step.
But my question is, when there is a hard crash in the subprocess(WF2) at the end step will the wrapper also terminate abruptly or the exception handling will take place???
I'm seeing a crash happening in our system.
There is a button in a form applet which invokes a wrapper WF(WF1) from which a Sub Process(WF2) is invoked.
In the sub process WF2, there is an outbound web service call.
Now I'm seeing this hard crash exactly after the sub process WF2 is executed and before transferring control to the wrapper workflow WF1.
We have error handling in the wrapper WF. I've added the exception connector to the sub process step.
But my question is, when there is a hard crash in the subprocess(WF2) at the end step will the wrapper also terminate abruptly or the exception handling will take place???
0