Camunda BPM
References
Camunda BPM is an Open Source platform for Business
Process Management and allows you to model and execute
BPMN 2.0, CMMN 1.1 and DMN 1.1.
…and > 75 others: AT&T, Financial Regulatory Authority (FINRA), Sony DADC, Lufthansa Technik, …
Camunda vs. other BPMS
Camunda BPM is developer-friendly and
provides business-IT-alignment based on modeling standards.
Camunda BPM is not about zero-code BPM.
Why DMN: Transparency
The decision logic is not buried in source code.
Anyone can look at the decision logic and
immediately understand it.
Why DMN: Traceability
All decision table executions are being logged in
the decision history, providing you also with
helpful information like usage statistics.
Available Hit Policies
• Unique
• Any
• First
• Rule Order
• Collect
https://docs.camunda.org/manual/7.4/reference/dmn11/decision-table/hit-policy/
Available FEEL concepts
Data Types
• String
• Numeric
• Boolean
• Date
Language Concepts
• Comparison
• Range
• Disjunction
• Negation
• Date Functions
• Qualified Names
https://docs.camunda.org/manual/7.4/reference/dmn11/feel/