Catch error thrown from a message end event

Hi,

I have the following part of my process model. Is there a way to catch the error that the end message event might throw, in case the email is not send?

If it was an service task or a send task, I could attach a boundary error event, but in this case what’s the approach?? Is there a way to do so without an event subprocess starting with an interrupting error event?
image

Thank you.

I you’d like to use any kind of boundary event you much use a task - like a send task. It should affect the process to any great degree if you do it.

1 Like