Error Handling Inside BPM Process
KaatzApr 26 2013 — edited Apr 26 2013Hi All,
I have a scenario in which, when a BPM Process errors out due to any of the System Exception I'm catching it using a Event SubProcess activity and handling it.
Problem:
I want the control to get back to the next activity i.e Normal Process should resume once the control is out of the Event SubProcess.
I found that using a Normal Subprocess with boundary event helps to resume the flow back to normal control. But Its difficult to have individual Subprocesses for N number of activities.
Is there any other method to overcome this?
Please provide a solution.
Two Cents,
Karthick.