KrzyHonk / bpmn-python

Project for creating a Python library that allows to import/export BPMN diagram (as an XML file) and provides a simple visualization capabilities
GNU General Public License v3.0
65 stars 44 forks source link

Add support for multiple processes and lanes import #16

Closed KrzyHonk closed 7 years ago

KrzyHonk commented 7 years ago

We need to add support for multiple processes and lane elements import. Currently the import works under assumption that there is only one process in diagram (no pools and lanes).

Notes for implementation: