cancel
Showing results for 
Search instead for 
Did you mean: 

Asynchronous service task

minhquankq
Champ in-the-making
Champ in-the-making
As asynchronous service task, it will retry when has exception (BpmnError) - 3 times by default. But I don't know if this service task's already catched by boundary error event, does it retry?

Thanks,
Quan Vo
1 REPLY 1

warper
Star Contributor
Star Contributor
If boundary error event catches your bpmnError, engine does not create retry job for this particular bpmnError. It's possible later errors will make engine to create retry job later, though.