Hello everyone!
I’m using camunda inside my spring boot application and I’m trying to figure out why I’m not able to use spin inside javascript .
I’m generally just trying to complete this example: https://github.com/camunda/camunda-bpm-examples/tree/master/servicetask/rest-service
and get this error:
org.camunda.bpm.engine.ScriptEvaluationException: Unable to evaluate script: ReferenceError: “S” is not defined in at line number 1
I’m able to use spin inside my java code, but it’s failing inside any script.
Does anyone have an idea how to resolve this issue?