Implemented Standards
CIB seven implements three different standards in the Business Process Management scope: BPMN 2.0, CMMN 1.1 and DMN 1.3. These three standards are defined by the Object Management Group with active collaboration of Camunda.
CIB seven provides open source implementations of execution.
BPMN
Business Process Model and Notation (BPMN) is a standard for Workflow and Process Automation. CIB seven supports the 2.0 version of BPMN.
- Getting started implementing BPMN Processes: Quick Start (Java / JS)
- Getting to Know BPMN as a Modeling Language: BPMN Modeling Tutorial
- Modeling BPMN: BPMN Modeling Reference
- Implementing BPMN Processes: BPMN Implementation Reference
- Executing BPMN: Process Engine
CMMN
Case Management Model and Notation (CMMN) is a standard for Case Management. CIB seven supports the 1.1 version of CMMN.
- Implementing CMMN Cases: CMMN Implementation Reference
- Executing CMMN: Process Engine
DMN
Decision Model and Notation (DMN) is a standard for Business Decision Management. CIB seven supports the 1.1 version of DMN.
- Getting started implementing DMN decision tables: DMN Getting Started
- Getting to Know DMN: DMN Modeling Tutorial
- Implementing DMN Decisions: DMN Implementation Reference
- Executing DMN: DMN Engine