-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Diagrams per BPMN file #524
Comments
How should we support multiple diagrams? Is switching between the diagrams a suitable way to go? |
Yes, totally. Other vendors show them on multiple tabs at the bottom, just like we already show the switch between diagram and XML. |
A BPMN file with multiple diagrams has become an official test case of the BPMN MWIG Test Suite: |
This needs to be addressed via bpmn-io/bpmn-js#87. |
Infrastructure provided upstream. We need to decide if we'd like to support this in the modeler visually, too. |
There is a plugin which implements this feature request: https://github.com/sharedchains/camunda-modeler-plugin-multidiagram/ |
The upcoming demo of the OMG's BPMN Model Interchange Working Group (MIWG) will showcase BPMN files containing multiple diagrams. Is there a chance to support this in the modeler?
Here is the current example file:
Multi-diagram.bpmn.zip
It contains the following three diagrams:
![it](https://cloud.githubusercontent.com/assets/40038/22748016/0261fa56-ee29-11e6-99f8-b1f76db35265.png)
![facilities](https://cloud.githubusercontent.com/assets/40038/22748026/069907ea-ee29-11e6-8ba7-9430598c3878.png)
![payroll](https://cloud.githubusercontent.com/assets/40038/22748027/06ce9cca-ee29-11e6-827c-c1d95ae54781.png)
Only the 'IT' diagram shows up in Camunda Modeler. There are no XML errors reported in the log.
The text was updated successfully, but these errors were encountered: