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

Check why Signavio Editor do not accepts manually generated diagrams #13

Closed KrzyHonk closed 7 years ago

KrzyHonk commented 8 years ago

For some reason Signavio reports an unknown error when importing manually generated diagram. The generated XML file is valid in comparion with the schema. Need to find out the reason behind this error.

KrzyHonk commented 7 years ago

There was a bug with incomig/outgoing tasks list - IDs in generated XML were flow IDs instead of task IDs.