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

Conditions elements in Complex Gateway #9

Closed KrzyHonk closed 7 years ago

KrzyHonk commented 8 years ago

In BPMN XML 'complexGateway' element has a sequence of 'condition' elements, that describes its behaviour. Currently importing this sequence is unavailable and unfortunatley we don't have any valid example of 'complexGateway' with conditions (none of known BPMN editors allows to create such gateway).

Issue tasks:

KrzyHonk commented 7 years ago

Redefining problem