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

Add event definitions when creating a new event manually #10

Closed KrzyHonk closed 7 years ago

KrzyHonk commented 8 years ago

For now our implementation allows only to add basic versions of events, because our methods doesn't handle 'eventDefinition' subtypes (e.g. Message, Signal etc.).

Issue tasks:

KrzyHonk commented 7 years ago

Implemented