catching bpmnerror in script tasks in activiti

cancel
Showing results for 
Search instead for 
Did you mean: 
justhoura
Member II

catching bpmnerror in script tasks in activiti

I want to catch bpmnError thrown in a script task with an error boundary event in activiti, I wonder does this scenario work in activiti!? I already checked throwing bpmnError in a java class and call it in a Service task in activiti, I was able to catch it through an error boundary event, but the same thing doesn't seem to work through script task!