DMN Designer

The DMN Designer is a graphical editor for modeling decisions in DMN 1.3 notation. It allows you to create decision diagrams, configure decision tables, define input and output data, and publish decision models to the engine for execution.

Designer elements

../../../../_images/editor_01.png
  1. Element panel

  2. Element properties panel – sets the properties of either the entire diagram or the selected element.

  3. Collapse the element properties panel

  4. Slider for moving the workspace

  5. Save process draft

  6. Save process

  7. Save and publish the process to the engine

  8. View process data in XML

  9. Save the process as an SVG image

  10. Zoom control buttons

Element panel composition

../../../../_images/editor_02.png

Activate the hand tool – used to move the diagram up/down or left/right by holding the left mouse button.

../../../../_images/editor_03.png
Activate the lasso tool – used to select an area of the diagram, allowing you to select multiple elements by holding the left mouse button.
All elements within the selected area are highlighted.

DMN elements

../../../../_images/editor_04.png

Decision – a node in which one or more input elements determine the output based on decision-making business logic defined as an expression or table.

../../../../_images/editor_05.png

Input data – information used in a decision node or business knowledge model. Input data usually includes business-level concepts or objects related to the business. For example, credit applicant data from a customer application.

../../../../_images/editor_06.png

Knowledge source – external entities, documents, committees, or policies that govern the decision or business knowledge model. Knowledge sources are references to real-world factors, not executable business rules. For example, a loan application.

../../../../_images/editor_07.png

Business knowledge model – a reusable function with one or more decision elements. Decisions that share the same logic but depend on different supporting inputs or decisions use business knowledge models to determine which procedure to follow.

See details in Citeck DMN Components

You create a DMN diagram by selecting the required elements from the Element panel and connecting them with control flows. When you select any element in the diagram, a button panel appears to its right.

../../../../_images/editor_08.png

The panel next to the element contains the following buttons:

../../../../_images/editor_09.png

Create the next diagram element linked to the selected control flow

../../../../_images/editor_10.png

Add annotation text to the element

../../../../_images/editor_11.png

Connect the element to any other in the diagram

../../../../_images/editor_12.png
Change element type
Click to change the element type, then select the appropriate type.
../../../../_images/editor_13.png

Delete element