Question regarding terminating end event

Hello,

I’m currently making a process with 2 exception statuses (a patient dies & No Neurologist found).

If no Nuerologist is found (this can only happen once in my process), the process stops.
Another exception statuis is triggered when a patient dies at any point during the process, if this expection status is occuring the process stops.

I’m experiencing difficulties in modelling these expection statuses, Attached you can find a photo with my current attempt. However I’m not 100% sure it’s the correct way.

Any help is much appreciated
Kind regards

Hi @ZeroT,

Your process model looks good to me. I like using different event types (escalation and error) for the events.

You don’t need the subprocess with the attached catching escalation and error events. As the event subprocesses are interrupting, the main process will stop, once the events occur.

Hope this helps, Ingo

1 Like