Function Definition
A Function Definition allows you to define reusable logic within DMN.
Types of Functions
-
FEEL Function:
- Logic is defined using a pure FEEL expression.
- Example:
function(a, b) a + b
-
External Function:
- Links to logic executed outside the DMN XML.
Syntax
function(parameter1, parameter2)
body_expression