UserTask's timeoutListenerDeclaration will be deleted from processDefinitionImpl after migrate #4637
Labels
group:requested-info
DRI: Yana
group:stale
DRI: Yana
type:bug
Issues that describe a user-facing bug in the project.
Environment (Required on creation)
camunda 7.19.0
springboot 2.7
java 11
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)
This line will remove timerDeclaration from processDefinition
camunda-bpm-platform/engine/src/main/java/org/camunda/bpm/engine/impl/migration/instance/parser/ActivityInstanceJobHandler.java
Line 130 in 47c0504
Because shallow copy at
camunda-bpm-platform/engine/src/main/java/org/camunda/bpm/engine/impl/migration/instance/parser/ActivityInstanceJobHandler.java
Line 52 in 47c0504
targetTimeoutListenerDeclarationsInEventScope's inner map —— targetTimerDeclarations points to targetTimerDeclarations which is belong to userTask of processDefinition
Steps to reproduce (Required on creation)
Observed Behavior (Required on creation)
Expected behavior (Required on creation)
Root Cause (Required on prioritization)
Solution Ideas
Hints
Links
Breakdown
Pull Requests
Dev2QA handover
The text was updated successfully, but these errors were encountered: