Link Message End Event and Message Start Event

Hi @SimDoc,

you can either attach an interrupting timer boundary event to the receive task and don’t wait forever, or change the receive task to a receive event and model the process like here with an event based gateway: Restarting an instance - #6 by Draakzward

Hope this helps, Ingo