I have created a BPMN process model say model1 and model2. Now I am in need of creating a new BPMN process model in which I have to reuse these created models.Please guide me how to do it and specifications I should enter in creating the BPMN visual diagram?
Hi,
you can use your custom model by importing namespace in your new model file
<imports>
<import uri="http://www.alfresco.org/model/dictionary/1.0"
prefix="d" />
<import uri="http://www.alfresco.org/model/bpm/1.0"
prefix="bpm" />
<import uri="http://www.someco.com/model/workflow/1.0"
prefix="scwf" />
</imports>
<!-- Introduction of new namespaces defined by this model
<namespaces>
<namespace uri="http://www.someco.com/model/workflow/1.0"
prefix="scwf" />
</namespaces> -->
and you can use it in your another model.
I think you are looking for the "Call Activity" documented nicely here: Activiti User Guide - Call Activity
and here: Alfresco Activiti - Call Activity
If I have missed something in my interpretation, please provide a specific use case to demonstrate your need.
Greg
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.