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
66 stars 47 forks source link

Support for importing default and conditional flow #25

Closed KrzyHonk closed 7 years ago

KrzyHonk commented 7 years ago

Check how default and conditional flow is represented in XML file and implement import functionality.

KrzyHonk commented 7 years ago

Import functionality added