Instance migration for the processes with event subprocess is not possible #25071
Closed
2 tasks done
Labels
component/frontend
Related to a frontend component
component/operate
Related to the Operate component/team
kind/bug
Categorizes an issue or PR as a bug
support
Marks an issue as related to a customer support request
version:8.6.6
Description (required on creation)
When migrating an event subprocess, users can decide if they also map the start event or not.
There is one limitation to message events: It is not possible to re-create a message with the same name (due to a technicality in how messages are stored in Zeebe, see #16999 and #25309). So in order to migrate a process with a message event subprocess, the start event must always be mapped. In that sense, if it is not possible to map the start event, users cannot migrate such process instances at all.
The goal of this ticket is to support mapping start events of all event subprocesses.
Steps to reproduce (required on creation)
Current behavior (required on creation)
It's possible to only map event subprocesses themselves, but not start events. Therefore migration fails with Zeebe error:
Expected behavior (required on creation)
It is possible to map bot subprocess itself and start event and migration works well.
Environment (required on creation)
Rootcause (required on prioritization)
Solution ideas
Support mapping all event sub process start events that are supported by Zeebe to events of the same type.
Mapping for these types is already supported:
Mapping should not be possible for these unsupported types by zeebe (according to https://docs.camunda.io/docs/next/components/modeler/bpmn/bpmn-coverage/):
Mapping needs to be added for this type:
Additional context
Incident channel, also contains process examples: https://camunda.slack.com/archives/C081F9YLAF6
Handover Dev to QA (required before manual testing)
The issue will be on main (8.7.x and will be backported to 8.6.x):
8.7.x image:
registry.camunda.cloud/team-operate/camunda-operate:branch-fe-25071-message-start-event-migration
8.6.x image:
registry.camunda.cloud/team-operate/camunda-operate:branch-fe-25071-message-start-event-migration-8-6
8.7.0-alpha3
8.6.6
Link to the test case
Links
Pull Requests
The text was updated successfully, but these errors were encountered: