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,