| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 | <?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:activiti="http://activiti.org/bpmn" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema" expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test">  <process id="zc-city" name="自查隐患" isExecutable="true">    <startEvent id="startevent" name="Start" activiti:initiator="applyUserId"></startEvent>    <userTask id="tb" name="wf.tb" activiti:candidateGroups="${role_jyr}"></userTask>    <userTask id="sc" name="wf.sc" activiti:candidateGroups="${role_sc}"></userTask>    <sequenceFlow id="flow5" sourceRef="exclusivegateway3" targetRef="sc">      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_zb}]]></conditionExpression>    </sequenceFlow>    <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>    <sequenceFlow id="flow6" sourceRef="sc" targetRef="exclusivegateway2"></sequenceFlow>    <sequenceFlow id="flow7" name="不通过" sourceRef="exclusivegateway2" targetRef="tb">      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sc&&!auditPass_zb}]]></conditionExpression>    </sequenceFlow>    <endEvent id="endevent" name="End"></endEvent>    <sequenceFlow id="flow8" name="通过" sourceRef="exclusivegateway2" targetRef="endevent">      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sc&&!auditPass_zb}]]></conditionExpression>    </sequenceFlow>    <sequenceFlow id="flow9" sourceRef="startevent" targetRef="tb"></sequenceFlow>    <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>    <sequenceFlow id="flow10" sourceRef="tb" targetRef="exclusivegateway3"></sequenceFlow>    <userTask id="sl" name="wf.sl" activiti:candidateGroups="${role_sl}"></userTask>    <sequenceFlow id="flow11" name="转报" sourceRef="exclusivegateway3" targetRef="sl">      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zb}]]></conditionExpression>    </sequenceFlow>    <exclusiveGateway id="exclusivegateway4" name="Exclusive Gateway"></exclusiveGateway>    <sequenceFlow id="flow12" sourceRef="sl" targetRef="exclusivegateway4"></sequenceFlow>    <sequenceFlow id="flow13" name="通过" sourceRef="exclusivegateway4" targetRef="endevent">      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sc}]]></conditionExpression>    </sequenceFlow>    <sequenceFlow id="flow14" name="不通过" sourceRef="exclusivegateway4" targetRef="tb">      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sc}]]></conditionExpression>    </sequenceFlow>    <sequenceFlow id="flow15" name="转报" sourceRef="exclusivegateway2" targetRef="sl">      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zb}]]></conditionExpression>    </sequenceFlow>  </process>  <bpmndi:BPMNDiagram id="BPMNDiagram_zc-city">    <bpmndi:BPMNPlane bpmnElement="zc-city" id="BPMNPlane_zc-city">      <bpmndi:BPMNShape bpmnElement="startevent" id="BPMNShape_startevent">        <omgdc:Bounds height="35.0" width="35.0" x="50.0" y="190.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNShape bpmnElement="tb" id="BPMNShape_tb">        <omgdc:Bounds height="55.0" width="105.0" x="150.0" y="180.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">        <omgdc:Bounds height="40.0" width="40.0" x="590.0" y="187.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNShape bpmnElement="endevent" id="BPMNShape_endevent">        <omgdc:Bounds height="35.0" width="35.0" x="720.0" y="190.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNShape bpmnElement="sc" id="BPMNShape_sc">        <omgdc:Bounds height="55.0" width="105.0" x="401.0" y="180.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">        <omgdc:Bounds height="40.0" width="40.0" x="299.0" y="187.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNShape bpmnElement="exclusivegateway4" id="BPMNShape_exclusivegateway4">        <omgdc:Bounds height="40.0" width="40.0" x="590.0" y="287.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNShape bpmnElement="sl" id="BPMNShape_sl">        <omgdc:Bounds height="55.0" width="105.0" x="401.0" y="280.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">        <omgdi:waypoint x="339.0" y="207.0"></omgdi:waypoint>        <omgdi:waypoint x="401.0" y="207.0"></omgdi:waypoint>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">        <omgdi:waypoint x="506.0" y="207.0"></omgdi:waypoint>        <omgdi:waypoint x="590.0" y="207.0"></omgdi:waypoint>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">        <omgdi:waypoint x="610.0" y="187.0"></omgdi:waypoint>        <omgdi:waypoint x="609.0" y="126.0"></omgdi:waypoint>        <omgdi:waypoint x="202.0" y="126.0"></omgdi:waypoint>        <omgdi:waypoint x="202.0" y="180.0"></omgdi:waypoint>        <bpmndi:BPMNLabel>          <omgdc:Bounds height="14.0" width="36.0" x="-9.0" y="4.0"></omgdc:Bounds>        </bpmndi:BPMNLabel>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">        <omgdi:waypoint x="630.0" y="207.0"></omgdi:waypoint>        <omgdi:waypoint x="720.0" y="207.0"></omgdi:waypoint>        <bpmndi:BPMNLabel>          <omgdc:Bounds height="14.0" width="24.0" x="-12.0" y="7.0"></omgdc:Bounds>        </bpmndi:BPMNLabel>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">        <omgdi:waypoint x="85.0" y="207.0"></omgdi:waypoint>        <omgdi:waypoint x="150.0" y="207.0"></omgdi:waypoint>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">        <omgdi:waypoint x="255.0" y="207.0"></omgdi:waypoint>        <omgdi:waypoint x="299.0" y="207.0"></omgdi:waypoint>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11">        <omgdi:waypoint x="319.0" y="227.0"></omgdi:waypoint>        <omgdi:waypoint x="319.0" y="307.0"></omgdi:waypoint>        <omgdi:waypoint x="401.0" y="307.0"></omgdi:waypoint>        <bpmndi:BPMNLabel>          <omgdc:Bounds height="14.0" width="24.0" x="10.0" y="0.0"></omgdc:Bounds>        </bpmndi:BPMNLabel>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow12" id="BPMNEdge_flow12">        <omgdi:waypoint x="506.0" y="307.0"></omgdi:waypoint>        <omgdi:waypoint x="590.0" y="307.0"></omgdi:waypoint>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">        <omgdi:waypoint x="630.0" y="307.0"></omgdi:waypoint>        <omgdi:waypoint x="737.0" y="306.0"></omgdi:waypoint>        <omgdi:waypoint x="737.0" y="225.0"></omgdi:waypoint>        <bpmndi:BPMNLabel>          <omgdc:Bounds height="14.0" width="24.0" x="10.0" y="0.0"></omgdc:Bounds>        </bpmndi:BPMNLabel>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">        <omgdi:waypoint x="610.0" y="327.0"></omgdi:waypoint>        <omgdi:waypoint x="609.0" y="378.0"></omgdi:waypoint>        <omgdi:waypoint x="202.0" y="378.0"></omgdi:waypoint>        <omgdi:waypoint x="202.0" y="235.0"></omgdi:waypoint>        <bpmndi:BPMNLabel>          <omgdc:Bounds height="14.0" width="36.0" x="10.0" y="0.0"></omgdc:Bounds>        </bpmndi:BPMNLabel>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15">        <omgdi:waypoint x="610.0" y="227.0"></omgdi:waypoint>        <omgdi:waypoint x="609.0" y="258.0"></omgdi:waypoint>        <omgdi:waypoint x="454.0" y="258.0"></omgdi:waypoint>        <omgdi:waypoint x="453.0" y="280.0"></omgdi:waypoint>        <bpmndi:BPMNLabel>          <omgdc:Bounds height="14.0" width="24.0" x="10.0" y="0.0"></omgdc:Bounds>        </bpmndi:BPMNLabel>      </bpmndi:BPMNEdge>    </bpmndi:BPMNPlane>  </bpmndi:BPMNDiagram></definitions>
 |