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

Import information about expanded/collapsed subprocess element #7

Closed KrzyHonk closed 8 years ago

KrzyHonk commented 8 years ago

BPMNShape connected with subprocess element contains important attribute "isExpanded" that tell the editor how to render this subprocess. Without this attribute, some editors (e.g. Signavio) renders this element incorrectly. We need to handle this additional information about subprocess.

KrzyHonk commented 8 years ago

Fixed