Replacing JUEL method invocation in DMN Output

I have a use case in Camunda 7 DMN diagram where I am using JUEL expression’s capability of method invocation in the output of DMN .

As JUEL is not supported in C8, what is the suggested alternative approach I can use.

Please find a sample use case attached
Sample.dmn (2.0 KB)

Hi @Jason7. :wave:

In the example, you use JUEL to invoke a method of a bean.

In Camunda 8, you could combine the DMN with a BPMN process that invokes the logic via service task.

It is not possible to invoke any external logic from a DMN table. You can use only FEEL expressions.

Screenshot from 2023-12-05 15-02-46

3 Likes