-
Bug
-
Resolution: Done
-
Major
-
7.9.0.GA
-
None
-
KIE Server
-
False
-
False
-
-
-
-
-
-
CR1
-
+
-
Undefined
-
-
---
-
---
-
-
2020 Week 52-03 (from Dec 21)
The following line https://github.com/kiegroup/jbpm/blob/357e560b6be97599c1c8f4d94229ee0edb3b378f/jbpm-flow/src/main/java/org/jbpm/process/core/timer/BusinessCalendarImpl.java#L263 in the default Business Calendar class does an add rather than a set to the start of the business hour. The effect is:
I suspect something similar will happen when the following lines are used but have not been able to reproduce.
- https://github.com/kiegroup/jbpm/blob/357e560b6be97599c1c8f4d94229ee0edb3b378f/jbpm-flow/src/main/java/org/jbpm/process/core/timer/BusinessCalendarImpl.java#L279
- https://github.com/kiegroup/jbpm/blob/357e560b6be97599c1c8f4d94229ee0edb3b378f/jbpm-flow/src/main/java/org/jbpm/process/core/timer/BusinessCalendarImpl.java#L305
- clones
-
JBPM-9546 BusinessCalendar Calculations when timer created prior to Business Hours are wrong
- Resolved