Domain configuration
Decision Tables

Decision Tables

Decision tables are a popular technique for expressing business logic in a structured and intuitive way. They are commonly used in low-code platforms, where non-technical users need to be able to define and modify business rules without writing code. ActiveQL supports decision tables from the DMN standard, allowing users to define and execute business logic using a simple and flexible syntax.

In ActiveQL, decision tables can be used to define rules that take input values and produce output values based on a set of conditions. This makes them particularly useful for implementing complex business logic, such as decision-making processes or data transformations. The syntax for decision tables in ActiveQL is easy to learn and understand, and it follows the standard DMN syntax.

You can learn more about decision tables here: https://www.omg.org/dmn (opens in a new tab)