Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 300 Bytes

File metadata and controls

20 lines (13 loc) · 300 Bytes

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())