Open mevryn opened 2 months ago
Can you reproduce it v5.27.0? I wasn't able to do that.
https://github.com/user-attachments/assets/9e38f7a4-869d-4ef7-9a4b-3f8d794a580f
Set name to this conditional event
Thanks, this way I was able to reproduce the problem. I'll move it to the backlog right now, but we are happy to accept contributions. I believe the bug is in this file: https://github.com/camunda/camunda-bpmn-js-behaviors/blob/main/lib/camunda-platform/RemoveVariableEventBehaviour.js
Describe the bug
When start conditional event for event sub process is moved then any configured Variable event is deleted if name of start event activity is defined.
Steps to reproduce
Expected behavior
Variable events are not deleted when conditional start event is moved for event sub process.
Environment
Additional context
No response