I have a huge set of processes that are grouped into smaller BPMN diagrams. Each BPMN diagrams have their swim lanes and activities modeled for that group. How do I link multiple BPMN diagrams to show the bigger picture? For eg: say order.bpmn and fulfillment.bpmn are the bpmn files that represent the groups. How can I merge them in one BPMN file via some software or plugins? I don’t want to merge them through copy and paste manually because there so many bpmn files
Hello @jiangliminng ,
this could be done by merging them programmatically.
I am not sure whether there is tooling about this, but regarding the xml structure, this should not be too much of a problem.
I hope this helps
Jonathan
Hello, @jonathan.lukas
thank you for your kind reply. i will take a try to write some code to solve my problem.
Jeremy
1 Like
Hi what solution you applied to merge workflow, I have similar use case to merge a few workflow bpmn files into 1 bpmn file and need guidance.
I kind of like the idea of yours @jiangliminng.
Thinking about a “collaboration diagramm view” which maybe could also add the message-flow correlation between the related message events?
But lets see.