What javascript runtime is employed by the DMN engine?

From conversation it seems as the runtime is fairly limited… Would be nice to get insights into what runtime it uses?

Any help appreciated!

Related to Error while trying to use javascript as expression language in DMN - #8 by hpl002

Hi @hpl002,

I believe it is related to Nashorn (the JavaScript engine for JVM) so whatever supported by the Nashorn engine shipped with your JDK should work.

Keep in mind that starting from Java 15, Nashorn engine has been removed that is why camunda offers support for GraalVM JavaScript as one of the new features of it’s release 7.16.0-alpha3.