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

Error while importing csv file #30

Open ludwix opened 7 years ago

ludwix commented 7 years ago

Hi, there is some problem with importing processes with nested gates in csv format. Example below. Process Order,Activity,Condition,Who,Subprocess,Terminated 0,start,,,, 1,,,,, 2a1,,,,, 2a2,,,,, 2b1a,,,,, 2b1b,,,,, 2b2,,,,, 3,,,,,yes

Error BpmnPythonError: 'Exporting to CSV format accepts only one start event'