The Decision Model and Notation standard, usually called DMN, gives business analysts, decision owners and technical teams a shared way to describe repeatable decisions. Its purpose is practical: a person who owns the policy should be able to read the decision requirements and logic, while an implementation team should be able to use the same model as a basis for automation. The notation helps close the gap between business intent and executable behaviour.
A DMN model can show a decision requirement diagram, where a top-level decision depends on sub-decisions and information; decision tables, where rows make the applicable rules visible; and expressions written in FEEL, the standard’s expression language, for calculations and conditions. A table makes the boundary of a rule inspectable. It shows which inputs are considered, which combinations are covered, what result is returned and what happens when no row matches.
That clarity changes the conversation. Instead of asking whether a system contains the right code, a team can ask whether the decision question is correctly defined, whether the inputs are authoritative, whether the rules cover the intended population, whether exceptions are explicit and whether the result is connected to an action and an outcome. The model becomes a review surface for policy, engineering and governance.