For the complete documentation index, see llms.txt. This page is also available as Markdown.

Decision tables

The Decision tables tab lets you manage DMN decision tables for automated business decisions within the case definition.

A decision table encodes business rules as a structured table: given one or more input values (process variables), the table evaluates the matching rule and returns an output. Decision tables follow the DMN (Decision Model and Notation) standard and are executed automatically as part of a process.

Use decision tables to separate business logic from process flow — for example, to determine eligibility, calculate a fee, or classify a request based on its attributes.


Configuring decision tables

1

Expand Admin in the left sidebar

2

Click Cases under the Configuration section

3

Click a case definition to open it

4

Click the Decision tables tab

Decision tables tab empty state

Creating a new decision table

1

Click Create DMN table in the toolbar

2

Fill in the form:

  • Name — Display name for the decision table (e.g. Eligibility decision)

  • Input variables (optional) — Add one row per process variable that will be used as input in the table. For each row, enter:

    • Process variable (required) — The variable name from the process (e.g. requestAmount)

    • Label (optional) — A human-readable column header shown in the DMN editor

Property
Description

Name

Display name for the decision table

Process variable

Name of the process variable used as an input column (e.g. requestAmount)

Label

Human-readable column header shown in the DMN editor (optional)

Create decision table modal
3

Click Create

The DMN modeler opens. Design the decision logic in the editor and click Save to deploy the table.

Uploading an existing DMN file

1

Click the upload icon in the toolbar (next to the search field)

2

Click Choose DMN file and select a .dmn file from your system

Upload decision table modal
3

Click Upload

The file is deployed immediately and appears in the list.

Decision tables list

After adding one or more decision tables, the list shows each table's Key, Name, and Version.

Decision tables list

Editing a decision table

To edit a decision table's properties:

1

Open the overflow menu (⋮) on the row

2

Click Edit

Edit decision table modal
3

Modify the decision table properties:

  • Name — Update the display name

  • Input variables — Add, remove, or modify input columns

4

Click Save

To edit the decision logic itself, click directly on the row to open the DMN modeler.

DMN modeler

Modify the decision logic in the editor, then click Save to deploy the changes.

Deleting a decision table

1

Open the overflow menu (⋮) on the row

Row overflow menu
2

Click Delete

3

Confirm the deletion in the modal

Last updated