DMN : literal expression in Javascript not supported

Hello,

In my DMN file, I have a literal expression in Javascript :

When I deploy the DMN file, this is the log I get :

06:51:51.053 [main] WARN org.camunda.dmn.DmnEngine - Failure(Fail to parse file 'test_js.dmn': Failure(Expression language 'javascript' is not supported))

It seems that the DMN Engine worker does not support JS. Am I missing some setup ?

Thank you for your help,

Hello @y-io,

which Java version are you running?

Hello @Ingo_Richtsmeier

These are the JAVA details :

java --version
openjdk 11.0.6 2020-01-14
OpenJDK Runtime Environment 18.9 (build 11.0.6+10)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.6+10, mixed mode)

:information_source: This question was also raised here: Zeebe DMN Worker : literal expression in Javascript not supported - Zeebe Client - forum.camunda.io