-
Bug
-
Resolution: Done
-
Major
-
7.9.1.GA
-
- RHPAM 7.9.1 / kie-server
- EJB timers with DB persistence
-
False
-
False
-
-
-
-
-
-
CR1
-
+
-
Undefined
-
-
-
2021 Week 16-18 (from Apr 19), 2021 Week 19-21 (from May 10), 2021 Week 22-24 (from May 31), 2021 Week 25-27 (from Jun 21)
A process contains two execution branches:
- Branch 1: Event sub-process with 30s timer
- Branch 2: HT node with 2min boundary timer
Branch 1 encounters an error when the timer executes. At this point, the 2min timer of the other branch is removed by the engine:
15:40:53,380 DEBUG [org.jbpm.services.ejb.timer.EJBTimerScheduler] (EJB default - 1) Job handle EjbGlobalJobHandle [uuid=43604-27573-Human Task-2] does match timer and is going to be canceled
The expectation is that the 2min timer is still active despite the error.
- is cloned by
-
JBPM-9717 Timer instance incorrectly removed upon process execution error
- Resolved