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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add conditions from gateways import.

KrzyHonk opened this issue · comments

Improve the diagram import from XML functionality with the conditions importing. We're making an assumption that the labels on flows outgoing from gateways, are gateway conditions.

Turns out, the name of the sequence flow should be treated as condition.