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

remark

SteveHarrison82 opened this issue · comments

This is a (million) $$$ library for enterprise, if one could map the intermediate result e.g to an extended RouteBuilder class of camel-api (huge feature) and that, the json content below can also support extension properties for that bpmn-element (small enhancment)

{u'StartEvent_1': {'isInterrupting': 'true', 'outgoing': [u'SequenceFlow_0li1b0t'], 'incoming': [], 'process': u'Process_1', 'event_definitions': [], 'node_name': '', 'parallelMultiple': 'false', 'type': u'startEvent', 'id': u'StartEvent_1'}, u'Task_15leocg': {'outgoing': [u'SequenceFlow_0zl3cow'], 'incoming': [u'SequenceFlow_0li1b0t'], 'process': u'Process_1', 'node_name': '', 'default': None, 'type': u'task', 'id': u'Task_15leocg'}}

May sound cryptic about the mentioned feature/enhancement above, but I think one cud figure it out : ))

Thank you very much for the repo. Amazing work !!!