Intermediate Message Catching Missed Event?

Hi, I am a newbie modeller. From reading the docs my understanding is that a message intermediate catching event only issues a subscription for the message when the token reaches that point in the execution. Doesn’t this leave the process at risk of missing the event (if it the event happened before the subscription) and being blocked for ever waiting on a message that already happened?

Thanks!

Yes it leaves those possibilities. You need to implement a retry behaviour somewhere to re-try the correlations