Hi,
I have a task in the process that has a boundary message event attached to it. It works well and i can see the event subscription record in the table ACT_RU_EVENT_SUBSCR. However every time the process is re-deployed,it seems the subscription is deleted from that table, and the process won't response to the message event anymore.
Is this a normal behavior? is there anyway to retain the subscription after the process redeployment?
i'm using activiti 5.19
Thanks