Commit 14eb039d authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

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

parent 74825c76
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -44,11 +44,11 @@
    </sequenceFlow>
    <sequenceFlow id="flow22" sourceRef="stServiceActivationAction" targetRef="stServiceActionComplete"></sequenceFlow>
    <sequenceFlow id="flow23" sourceRef="stInactiveAction" targetRef="stServiceActionComplete"></sequenceFlow>
    <serviceTask id="stServiceEvaluateΑction" name="Service Evaluate Αction" activiti:delegateExpression="${ServiceEvaluateAction}"></serviceTask>
    <sequenceFlow id="flow24" name="saction HandleEvaluateService" sourceRef="exclusivegateway1" targetRef="stServiceEvaluateΑction">
    <serviceTask id="stServiceEvaluateAction" name="Service Evaluate Action" activiti:delegateExpression="${ServiceEvaluateAction}"></serviceTask>
    <sequenceFlow id="flow24" name="saction HandleEvaluateService" sourceRef="exclusivegateway1" targetRef="stServiceEvaluateAction">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${saction=='HandleEvaluateService'}]]></conditionExpression>
    </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>
    <sequenceFlow id="flow26" name="saction CRTerminate" sourceRef="exclusivegateway1" targetRef="stCRTerminate">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${saction=='CRTerminate'}]]></conditionExpression>
@@ -98,7 +98,7 @@
      <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
        <omgdc:Bounds height="35.0" width="35.0" x="1170.0" y="218.0"></omgdc:Bounds>
      </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>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="stCRTerminate" id="BPMNShape_stCRTerminate">