Answered
How to catch error with Intermediate error event in simulation?
Hello,
I cannot find how to imitate an error which would be catched with intermediate error event in simulation. What should be added to create a connection between error end event and intermediate catch error event? I am attching an example. Test3 task is never executed in the simulation.
Files:
example.PNG
Dear Leva,
Please check our simulation considerations at: http://help.bizagi.com/process-modeler/en/index.html?simulation_in_bizagi.htm.
Regards
Believe me, I have checked it already and I have tried so many different options.
According to documentation:
Error end event
Indicates that a named Error should be generated. All currently active threads of the Process are terminated. The Error will be caught by a Catch Error Intermediate Event.
So it should be enough to create Error end event and this error should be caught by Catch Error Intermediate Event, right? Or do I have to create some specific property so I would get an error path to work in simulation?
I am sending what I get during process validation. If I didn't miss anything in the model it would execute Task3.
I have found how it should work in case somebody else needs it. Error end event has to be inside of a subprocess, which has Intermediate boundary error catch event.
Comments have been locked on this page!