camunda-dmn
Installation
SKILL.md
Camunda DMN
Author executable DMN 1.3 decisions for Camunda 8.8+. A .dmn file holds one Decision Requirements Diagram with one or more decisions; each decision is either a decision table or a literal expression. A BPMN business rule task references a decision by ID and gets the result back as a process variable.
Cross-References
- camunda-bpmn: Business rule task wiring (
<zeebe:calledDecision decisionId="..." resultVariable="..."/>) - camunda-feel: FEEL syntax inside input expressions, output entries, literal expressions
- camunda-process-test: Preferred behaviour validation — CPT exercises the decision via the calling BPMN
- camunda-process-mgmt: Fallback behaviour validation — deploy and run on a cluster (prefer local c8run)
Authoring
A DMN file declares the DMN 1.3 namespace and wraps one or more <decision> elements: