cancel
Showing results for 
Search instead for 
Did you mean: 

Use of Subprocess within different .bpmn file

pratikbeedkar
Champ in-the-making
Champ in-the-making
Hi,

I am creating two bpmn files eg. test1.bpmn and test2.bpmn, there is a subprocess (subprocess1) in test1.bpmn and I want to use the same in test2.bpmn. Is it possible to give reference of subprocess1 in test2.bpmn, so that I will call this process from test2.bpmn.

Any reply is much appreciated.
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Pratik,

Call activity solves your requirement:
http://www.activiti.org/userguide/#bpmnCallActivity

Regards
Martin

Thanks a lot Martin. It helped..