Blog Posts Process Management

Decision Model and Notation (DMN) Tutorial

Blog: ProcessMaker Blog

Behind the scenes of any business process management workflow is a web of complex decision-making. Data whizzes through a decision tree, turning left at some waypoints and right at others to arrive at an ultimate conclusion. To the untrained eye, the code that routes data through a process reads like a foreign language, hampering communication between computer science whizzes and front-office team members. At the intersection of these two diverse groups is Decision Model and Notation (DMN)

What is Decision Model and Notation? 

DMN is one of three complementary standards introduced by the Object Management Group (OMG), a global consortium dedicated to standardizing the languages behind different process management systems. Serving as a translator of sorts, DMN converts the code behind complex decision-making into easily readable diagrams. DMN enables everyone from C-Suite executives to technical developers to visualize the decision trees powering every workflow. 

Organizations can use DMN to illustrate the logic behind many processes you’re likely familiar with: 

Pricing calculators: DMN helps visualize the many conditions systems assess to produce an airfare or rental car rate. 

Product recommendations: DMN helps an internal team devise how their systems determine what holiday gifts or weekend movies a platform suggests to a given user.

Loan applications: Banks and credit unions can use DMN to pinpoint the Know-Your-Customer checks an application must move through before approval.

Vacation time: Calculate how much time off employees aggregate over the year.

DMN serves as a very user-friendly way to communicate IFTTT (if this, then that) business rules that govern both internal and customer-facing processes.

How does DMN complement BPMN and CMMN? 

DMN is one of three important languages for business process modeling. Working alongside Business Process Modeling Notation (BPMN) and Case Management Model and Notation (CMMN), organizations have access to a full library of languages to help citizen developers and IT professionals collaborate on workflows and automations. 

Business Process Modeling Notation

Business Process Modeling Notation (BPMN) illustrates the grand scheme of a predictable, repeatable process. BPMN Diagrams pinpoint the start and end of a workflow, as well as show the sequence of events that take place throughout. 

Simple example: An event planner uses BPMN to layout the tasks involved in planning an upcoming party. Twelve weeks before the event, an automated system collects RSVPs, creates a seating chart, and polls attendees on their food preference. 

Case Management Model and Notation

Not every process is predictable where a decision can be made following a set of concrete, fixed steps. In fact, there are many circumstances where an automated process requires human intervention to make a decision. Enter Case Management: a technique used to manage a state that diverges from the norm. Case Management Model and Notation helps teams model these fringe processes to integrate steps performed by an intervening knowledge worker. 

Simple example: A party guest selects “Other” from the food preference survey and indicates an obscure food allergy. The system flags this response, and automatically alerts the party planner to further investigate the allergy and order a specialty dish for this fringe case. 

Decision Model and Notation

DMN zooms in on the detailed logic behind each step. 

Simple example: While an activity in a BPMN Diagram might read “Create Seating Chart,” DMN provides the granular logic powering this step. DMN pinpoints the detailed inputs like relationship compatibility and age of attendee to decide at where each guest will sit.

How to model a simple decision using DMN

A diagram used to map DMN is known as Decision Requirements Diagram. This model easily illustrates a complex network of decision waypoints that support an ultimate conclusion. 

Let’s explore a simple DRD using the example of an ecommerce platform called Snow Shoppe selling popular holiday gifts. The holiday season is rife with promotions, deals, and customer rewards. While a popular item might be $99.99 for the majority of the calendar, there are lots of conditions surrounding this special time of year that ultimately impact an item’s price. 

Let’s envision Snow Shoppe is setting Snow Globe prices based on a customer’s reward tier. 

Instead of an individual worker manually tabulating the final price, these rules exist in a decision table. While code ultimately performs the calculating, front-office employees like sales or marketing can easily visualize how pricing is determined. 

U Input Output
Member Rewards Tier Snow Globe Price
1 “Gold” “79.99”
2 “Silver” “89.99”
3 “99.99”

This chart uses the three elementary elements of a DRD:

Before displaying a price, the system assesses whether the account holder is a rewards member. If the shopper is a top-level Gold Member, the system subtracts $20.00 for a final price of $79.99. If the member is shopping as a guest, they will pay the standard list price of $99.99.

The holiday season is a big time of year for many businesses. Even with an advanced plan, marketing and sales teams might come up with fresh promotions that need rapid implementation. With a few changes to the visual model, they can easily communicate this necessary update with IT. 

Perhaps Marketing wants to launch an additional promotion plan unlocked by a given rewards tier. You can create a series of dependent logic so one decision’s output fuels the input for the next. For instance, perhaps Gold Members get an additional discount on Black Friday. Once the system determines a shopper’s membership level, it will then use that information to determine whether time-sensitive Black Friday pricing is relevant to that rewards tier. 

U Input Output
Member Rewards Tier It’s Black Friday Snow Globe Price
1 “Gold” TRUE “69.99”
2 “Silver” FALSE “89.99”
3 FALSE “99.99”

How to use FEEL in your DMN

Friendly Enough Expression Language, known as FEEL, helps express a variety of conditions for assessing data. In the chart above, you can use TRUE or FALSE to determine whether it is Black Friday, but FEEL has a variety of uses for calculating price within this DMN: 

FEEL helps citizen developers and IT professionals drill down on the nuances of very unique conditions within a DMN. 

Decision Model and Notation is a powerful tool for establishing the granular logic at the foundation of your organization’s business rules. While complex code can mire dialog between business users and advanced technical experts, DMN bridges the gap to encourage crystal clear communication between departments. 

 

The post Decision Model and Notation (DMN) Tutorial appeared first on ProcessMaker.

Leave a Comment

Get the BPI Web Feed

Using the HTML code below, you can display this Business Process Incubator page content with the current filter and sorting inside your web site for FREE.

Copy/Paste this code in your website html code:

<iframe src="https://www.businessprocessincubator.com/content/decision-model-and-notation-dmn-tutorial/?feed=html" frameborder="0" scrolling="auto" width="100%" height="700">

Customizing your BPI Web Feed

You can click on the Get the BPI Web Feed link on any of our page to create the best possible feed for your site. Here are a few tips to customize your BPI Web Feed.

Customizing the Content Filter
On any page, you can add filter criteria using the MORE FILTERS interface:

Customizing the Content Filter

Customizing the Content Sorting
Clicking on the sorting options will also change the way your BPI Web Feed will be ordered on your site:

Get the BPI Web Feed

Some integration examples

BPMN.org

XPDL.org

×