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

Create object-oriented representation of BPMN elements #21

Closed KrzyHonk closed 7 years ago

KrzyHonk commented 7 years ago

Due to the problems with maintaining code, we need to drop current graph representation and switch to the classes and objects representation. For now, we need to implement currently used BPMN elements.