-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.9.0-alpha2, 7.9.0-alpha3
-
None
Steps to reproduce:
1. Deploy process version 1 with message start event, message = "a"
2. Deploy process version 2 with message start event, message = "b" -> message subscription is canceled for process version 1
3. Undeploy process version 2
Current behaviour:
Process version 1 can not be started by correlating message "a"
Expected behaviour:
Process version 1 can be started by correlating message "a"
Related forum post: https://forum.camunda.org/t/cannot-correlate-message-after-deploying-and-deleting-another-version-of-the-process/3644