Hi @Sebin_Johnson,
there is no direct support for null
in the Camunda DMN engine. However, you could use another expression language like JUEL for the check. Or, model the decision in a way that you don’t need the null
check.
Have a look at the related topic: Processing of nulls in dmn tables
Does this help you?
Best regards,
Philipp