Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 5.9
-
Fix Version/s: None
-
Component/s: Engine
-
Labels:None
-
Environment:Windows 7 x64, JDK 1.6.0_26-b03
-
Testcase included:yes
-
Number of attachments :
Description
When a service task is using activiti:delegateExpression and it throws a BpmnError, this error is not propagated. This means, the service task ignore the boundary event error.
To reproduce this bug, unzip the attached file inside the activiti-spring project and execute the test case org.activiti.spring.test.servicetask.BoundaryErrorEventSpringTest.
This test is the same as org.activiti.engine.test.bpmn.event.error.BoundaryErrorEventTest.testCatchErrorThrownByJavaDelegateOnServiceTask() in activiti-engine but using delegate expression in a service task.
Issue Links
- duplicates
-
ACT-1159
BpmnError should be handled in expression based ServiceTasks.
-