Asnyc ServiceTask & ErrorBoundaryEvent

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

Asnyc ServiceTask & ErrorBoundaryEvent

Jump to solution

I have build some serviceTask in my bpmn,and I'm using ErrorBoundaryEvent to auto catch error,because the serviceTask could take some minute,so I set async to "true",but then I found the ErrorBoundaryEvent couldn't work properly in async sitution any more.

How can I fix this problem?

1 Solution

Accepted Solutions
cjose
Senior Member II

Re: Asnyc ServiceTask & ErrorBoundaryEvent

Jump to solution

How are those errors being thrown/handled? Hope you are following one of the options provided at Activiti User Guide . If that is still not working, would it be possible to provide a unit test with your issue?

View solution in original post

2 Replies
cjose
Senior Member II

Re: Asnyc ServiceTask & ErrorBoundaryEvent

Jump to solution

How are those errors being thrown/handled? Hope you are following one of the options provided at Activiti User Guide . If that is still not working, would it be possible to provide a unit test with your issue?

jxlanxin
Member II

Re: Asnyc ServiceTask & ErrorBoundaryEvent

Jump to solution

It's my fault,I guess I made some wrong judgement.