Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 5.9
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
When using a subprocess with a non-interrupting boundary timer event and a nested user task, the task can't be completed after the timer fires.
I've created a test case at org.activiti.engine.test.bpmn.event.timer.BoundaryTimerNonInterruptingEventTest -> FAILING_testTimerOnEmbeddedSubprocess()
The problem seems to be that the activity of the execution is set to the boundary event in org.activiti.engine.impl.jobexecutor.TimerExecuteNestedActivityJobHandler.
Issue Links
- duplicates
-
ACT-638
Implement non interrupting boundaryEvent (cancelActivity="false")
-