Skip to content

bpmnServer/bpmn-py

Repository files navigation

bpmn-py

Python implementation to connect to bpmnServer

To Install:

pip install bpmnclient

To Run:

# version 1: from bpmnClient import client as bpmn

from src.bpmnClient.bpmn2 import client2 as bpmn

b=BPMNClient2('localhost',3000,'12345')

print(b.model.list_models())

About

Python implementation to connect to bpmnServer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published