Is Camunda will support java 17 version ?
I am writing java script code in BPMN but when start process instance in spring-boot application getting below error . Please sugest is there any alternative way to use java 17 version?
Error :
the process could not be started. : cannot instantiate process definition spring-demo-process:6:9bf5b547-1fef-11ea-90ff-0a0027000005: can’t find scripting engine for ‘javascript’: scriptengine is null
Hi,
Camunda 7 supports Java 17 since version 7.17. Have a look at our migration guide for how to deal with the removal of the Nashorn scripting engine in Java 15.
Cheers,
Thorben
1 Like
Thanks you so much for quick response.