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

Simple validation of user-defined values #11

Open KrzyHonk opened 8 years ago

KrzyHonk commented 8 years ago

In some cases, attributes of BPMN diagrams can have only specific values (for example 'gatewayDirection' attribute in gateways accepts only those values - "Unspecified", "Converging", "Diverging", "Mixed").

It is required to add some parameters validaton and error reporting for those functions. This issue is continiously opened, sine more methods will be implemented.