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

Manual creation of diagram - pools and lanes #27

Open KrzyHonk opened 7 years ago

KrzyHonk commented 7 years ago

So far the manual creation of diagram works under assumption that there is only one process in diagram - thus, no pools and lanes. Since we are working on import functionality improvement (importing pools and lanes), this will affect the manual creation as well (changes in BPMN object representation). Need to improve the manual creation as well.