cancel
Showing results for 
Search instead for 
Did you mean: 

In a BPMN process flow, how to make the flow to link to the subprocess in an other BPMN process model.

rehita
Champ in-the-making
Champ in-the-making

In a BPMN process flow, how to make the flow to link to the subprocess in an other BPMN process model. Is it implemented using try and catch event.Please guide me with the detailed steps to follow to implement it in creating BPMN process models visually.

1 REPLY 1

yogeshpj
Star Contributor
Star Contributor

I believe you can not use the sub-process of another process definition in your current process definition.

My suggestion will be that make re-usable sub process and use it where you want using call-activity concept of Activiti.

Please refer the link Alfresco Activiti .It may help you.