Hi,
I met following problem:
1. My process is in version A and I start process instance
2. Process is waiting for message event (I see that corresponding row exists in act_ru_event_subscr)
3. I restart my application and deploy new version of process (say version B)
4. After app is started I see that started process instance is still active, but row from act_ru_event_subscr was deleted, so it can't be continued.
Is it normal behavior? I was expecting that I will be able to continue started process instance with old definition.