Вот мои зависимости.
compile group: 'org.camunda.bpm.springboot', name: 'camunda-bpm-spring-boot-starter-webapp', version: '3.0.0'
compile group: 'org.camunda.bpm.springboot', name: 'camunda-bpm-spring-boot-starter', version: '3.0.0'
compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.5.2', ext: 'pom'
Вот сообщение об ошибке, похоже, что не удается найти движок.
org.camunda.bpm.engine.exception.NullValueException: Can't find scripting engine for 'groovy': scriptEngine is null
Вот мой сценарий в формате xml.
<bpmn:scriptTask id="Task_17h6w6s" name="changeStatus" scriptFormat="groovy">
<bpmn:incoming>SequenceFlow_1mvf31j</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_19je5yh</bpmn:outgoing>
<bpmn:script>execution.setVariable("status", APPROVED);
</bpmn:script>
</bpmn:scriptTask>
Может кто-нибудь мне помочь?Спасибо