cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti 8 Call activiti and boundary error event

sidjain8599
Champ in-the-making
Champ in-the-making

I am trying to create a nested workflow, where a workflow can have sub processes or call activity. In sub process, we can add any number of service tasks with boundary error event with error code as 'SERVICE_ERROR'. In implementation of the service task, BPMN error will be thrown with the mentioned error code. Same structure will be having for a child activity.

If the error has been thrown from the implementation class executing for the service task which lies under the child activity. The error is not getting caught by the boundary event attached to that particular service task. Instead the process instances are getting deleted from the db itself.

Please note I am not adding any boundary event to the call activity element.

I am using Spring Boot Activiti project

 

 

2 REPLIES 2

roberto_gamiz
Star Collaborator
Star Collaborator

Hello,

You are usin Activiti BPM (https://www.activiti.org/)  software so  this forum its not the correct place to make your question.  Although Alfresco Process Services  and Activiti share the same origin, they are not the same product.

Regards




 Roberto Gámiz Sánchez

Alfresco Content Services Engineer



Thanks for pointing this out @roberto_gamiz.