This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 29T09:25:44.304103523Z 29-Nov-2017 09:25:44.302 SEVERE [http-nio-8080-exec-9] org.camunda.commons.logging.BaseLogger.logError ENGINE-16004 Exception while closing command context: Unknown property used in expression: ${result.outputs.metrics.level}. Cause: Cannot resolve identifier 'result' | |
| 29T09:25:44.304123046Z org.camunda.bpm.engine.ProcessEngineException: Unknown property used in expression: ${result.outputs.metrics.level}. Cause: Cannot resolve identifier 'result' | |
| 29T09:25:44.304127452Z at org.camunda.bpm.engine.impl.el.JuelExpression.getValue(JuelExpression.java:60) | |
| 29T09:25:44.304130752Z at org.camunda.bpm.engine.impl.el.JuelExpression.getValue(JuelExpression.java:48) | |
| 29T09:25:44.304133698Z at org.camunda.bpm.engine.impl.el.ElValueProvider.getValue(ElValueProvider.java:36) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <bpmn:definitions xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:bpmn='http://www.omg.org/spec/BPMN/20100524/MODEL' xmlns:bpmndi='http://www.omg.org/spec/BPMN/20100524/DI' xmlns:dc='http://www.omg.org/spec/DD/20100524/DC' xmlns:camunda='http://camunda.org/schema/1.0/bpmn' xmlns:di='http://www.omg.org/spec/DD/20100524/DI' id='Definitions_1' targetNamespace='http://bpmn.io/schema/bpmn'><bpmn:process id='foo_test' isExecutable='true'><bpmn:startEvent id='StartEvent_1'><bpmn:outgoing>SequenceFlow_0n746fc</bpmn:outgoing></bpmn:startEvent><bpmn:sequenceFlow id='SequenceFlow_0n746fc' sourceRef='StartEvent_1' targetRef='Task_1ihjha5'></bpmn:sequenceFlow><bpmn:sequenceFlow id='SequenceFlow_131d2uf' sourceRef='Task_1ihjha5' targetRef='EndEvent_0h23fwo'></bpmn:sequenceFlow><bpmn:endEvent id='EndEvent_0h23fwo'><bpmn:incoming>SequenceFlow_131d2uf</bpmn:incoming></bpmn:endEvent><bpmn:serviceTask id='Task_1ihjha5' name='ZWay-SensorBinary sepl_get' camunda:type='external' camunda:topic='execute_in_dose'><bpmn:ex |