Given:
- process definition with non-interrupting timer boudary event and time date configuration
- attached activity is active and boundary has already fired
Problem:
- when migrate a process instance to a new definition version (no changes) then the boundary is fired again
AT:
- if the timer boundary event has fired and the related job is deleted then the timer should not fire again after migration
Hints:
During the migration of the active activity, the scope is still active so a new timer job is create, possible solutions is to check if the timerJobDeclaration is interrupting or not at this point:
https://github.com/camunda/camunda-bpm-platform/blob/c7c4ab1e6c0df65cb64bd907b15ff34d47124319/engine/src/main/java/org/camunda/bpm/engine/impl/migration/instance/parser/ActivityInstanceJobHandler.java#L80
This is the controller panel for Smart Panels app
- is related to
-
CAM-14524 Non-interrupting Timer Start Event in event subprocess fires again after migration
- Open