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

dot file error #29

Open randfb opened 7 years ago

randfb commented 7 years ago

I ran manually_generated_complex_diagram.py and it finished without error. I tried to edit the output dot file with bpmn.io and got the error;

Text data outside of root node. Line: 35 Column: 1 Char: }

KrzyHonk commented 7 years ago

I am not sure if bpmn.io supports the DOT syntax. Use generated XML file (manually-generated-complex-output.xml) instead.