Hi,
I have a problem when testing a process on BPM platform.I get the error message 'Cannot submit task form … Cannot find scripting language for $(approved).
This is the code relative to the exclusive gateway.
indent preformatted text by 4 spaces
<bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="UserTask_1"/> <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="UserTask_1" targetRef="ExclusiveGateway_1"/> <bpmn2:exclusiveGateway id="ExclusiveGateway_1"> <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> </bpmn2:exclusiveGateway> <bpmn2:sequenceFlow id="SequenceFlow_3" name="Yes" sourceRef="ExclusiveGateway_1" targetRef="EndEvent_1"> <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="$(approved)"/> </bpmn2:sequenceFlow>