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 process/diagram elements information to inner representation #6

Closed KrzyHonk closed 8 years ago

KrzyHonk commented 8 years ago

Current implementation is missing attributes of process and BPMNDiagram elements. Add them as a new fields of BPMNDiagramGraph class (dictionaries maybe?).

KrzyHonk commented 8 years ago

Done