Creating a DMN Business Rule action
To create and link a DMN action to a task node in FLOWX, follow these steps:- Launch and navigate to .
- Locate and select your specific process from the list, then click on Edit Process.
- Choose a task node, and click the Edit button (represented by a key icon). This action will open the node configuration menu.
- Inside the node configuration menu, head to the Actions tab and click the β+β button to add a new action.
- From the dropdown menu, select the action type as Business Rule.
- In the Language dropdown menu, pick DMN.

Using a DMN Business Rule Action
Consider a scenario where a bank needs to perform client information tasks/actions to send salutations, similar to what was previously created using MVEL here. A business person or specialist can use DMN to design this business rule, without having to delve into technical definitions. Here is an example of an MVEL script defined as a business rule action inside a Service Task node:
application.client.gender
key.

application.client.salutation
) computed based on the userβs gender selection.
