Closed hoellamike closed 3 months ago
Hey @hoellamike, thanks for reaching out.
Migrating active elements with error boundary events is not yet supported by zeebe. You can follow this issue to track when this will be available.
In your case the operation starts, but fails silently. We already acknowledged that this needs improvement, so we added a feature called "operation status monitoring", which will be available in Operate 8.6+. This feature makes it more obvious that an operation fails and also makes the reason transparent in the UI.
I closed this issue for now. Feel free to reopen if you have any further questions.
Describe the bug
If a process has a task with a boundary event and is migrated to a version with no boundary event (or vice versa) the migration silently fails.
To Reproduce
Steps to reproduce the behavior:
Current behavior
Process instances still stay in the old version
Expected behavior
Sucessfull migration of instances
Environment
Additional context
Acceptance Criteria
Definition of Ready - Checklist
Bug-area
labelFor UI changes required to solve the bug:
Implementation
:mag: Root Cause Analysis
:thought_balloon: Proposed Solution
:point_right: Handover Dev to QA
:green_book: Link to the test case