Skip to content
Snippets Groups Projects
Commit 14eb039d authored by trantzas's avatar trantzas
Browse files

Replace invalid characters in ServiceActionProcess.bpmn (fix for #32)

parent 74825c76
No related branches found
No related tags found
No related merge requests found
Pipeline #14696 passed
...@@ -44,11 +44,11 @@ ...@@ -44,11 +44,11 @@
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="flow22" sourceRef="stServiceActivationAction" targetRef="stServiceActionComplete"></sequenceFlow> <sequenceFlow id="flow22" sourceRef="stServiceActivationAction" targetRef="stServiceActionComplete"></sequenceFlow>
<sequenceFlow id="flow23" sourceRef="stInactiveAction" targetRef="stServiceActionComplete"></sequenceFlow> <sequenceFlow id="flow23" sourceRef="stInactiveAction" targetRef="stServiceActionComplete"></sequenceFlow>
<serviceTask id="stServiceEvaluateΑction" name="Service Evaluate Αction" activiti:delegateExpression="${ServiceEvaluateAction}"></serviceTask> <serviceTask id="stServiceEvaluateAction" name="Service Evaluate Action" activiti:delegateExpression="${ServiceEvaluateAction}"></serviceTask>
<sequenceFlow id="flow24" name="saction HandleEvaluateService" sourceRef="exclusivegateway1" targetRef="stServiceEvaluateΑction"> <sequenceFlow id="flow24" name="saction HandleEvaluateService" sourceRef="exclusivegateway1" targetRef="stServiceEvaluateAction">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${saction=='HandleEvaluateService'}]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${saction=='HandleEvaluateService'}]]></conditionExpression>
</sequenceFlow> </sequenceFlow>
<sequenceFlow id="flow25" sourceRef="stServiceEvaluateΑction" targetRef="stServiceActionComplete"></sequenceFlow> <sequenceFlow id="flow25" sourceRef="stServiceEvaluateAction" targetRef="stServiceActionComplete"></sequenceFlow>
<serviceTask id="stCRTerminate" name="CR Terminate Task" activiti:delegateExpression="${CRTerminateTask}"></serviceTask> <serviceTask id="stCRTerminate" name="CR Terminate Task" activiti:delegateExpression="${CRTerminateTask}"></serviceTask>
<sequenceFlow id="flow26" name="saction CRTerminate" sourceRef="exclusivegateway1" targetRef="stCRTerminate"> <sequenceFlow id="flow26" name="saction CRTerminate" sourceRef="exclusivegateway1" targetRef="stCRTerminate">
<conditionExpression xsi:type="tFormalExpression"><![CDATA[${saction=='CRTerminate'}]]></conditionExpression> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${saction=='CRTerminate'}]]></conditionExpression>
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
<bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1"> <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
<omgdc:Bounds height="35.0" width="35.0" x="1170.0" y="218.0"></omgdc:Bounds> <omgdc:Bounds height="35.0" width="35.0" x="1170.0" y="218.0"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="stServiceEvaluateΑction" id="BPMNShape_stServiceEvaluateΑction"> <bpmndi:BPMNShape bpmnElement="stServiceEvaluateAction" id="BPMNShape_stServiceEvaluateAction">
<omgdc:Bounds height="65.0" width="105.0" x="709.0" y="571.0"></omgdc:Bounds> <omgdc:Bounds height="65.0" width="105.0" x="709.0" y="571.0"></omgdc:Bounds>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape bpmnElement="stCRTerminate" id="BPMNShape_stCRTerminate"> <bpmndi:BPMNShape bpmnElement="stCRTerminate" id="BPMNShape_stCRTerminate">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment