BPMN 2.0 Engine

Enterprise-Grade BPMN Engine

Design, execute, and optimise business processes with our fully BPMN 2.0 compliant workflow engine. From simple approval flows to complex orchestrations.

// Process Definition
processEngine.deploy(
"order-approval.bpmn"
);
// Start Instance
runtimeService.startProcess(
"orderApproval",
{ orderId: "12345" }
);