| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 | <?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="aqpjjgba-province" name="安全评价机构备案-省级" isExecutable="true">    <startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>    <userTask id="sj" name="wf.sjxg" activiti:assignee="${admin_tb}">      <extensionElements>        <activiti:taskListener event="create" delegateExpression="${taskVarBean}">          <activiti:field name="varName">            <activiti:string>var_autoComplete</activiti:string>          </activiti:field>          <activiti:field name="varValue">            <activiti:string>true</activiti:string>          </activiti:field>        </activiti:taskListener>      </extensionElements>    </userTask>    <sequenceFlow id="flow1" sourceRef="startevent1" targetRef="sj"></sequenceFlow>    <userTask id="sl" name="wf.sl" activiti:candidateGroups="${role_sl}"></userTask>    <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>    <sequenceFlow id="flow3" sourceRef="sl" targetRef="exclusivegateway1"></sequenceFlow>    <endEvent id="endevent1" name="End"></endEvent>    <sequenceFlow id="flow4" name="通过" sourceRef="exclusivegateway1" targetRef="endevent1">      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sl}]]></conditionExpression>    </sequenceFlow>    <sequenceFlow id="flow5" name="不通过" sourceRef="exclusivegateway1" targetRef="sj">      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sl}]]></conditionExpression>    </sequenceFlow>    <sequenceFlow id="flow6" sourceRef="sj" targetRef="sl"></sequenceFlow>  </process>  <bpmndi:BPMNDiagram id="BPMNDiagram_aqpjjgba-province">    <bpmndi:BPMNPlane bpmnElement="aqpjjgba-province" id="BPMNPlane_aqpjjgba-province">      <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">        <omgdc:Bounds height="35.0" width="35.0" x="60.0" y="120.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">        <omgdc:Bounds height="40.0" width="40.0" x="530.0" y="117.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">        <omgdc:Bounds height="35.0" width="35.0" x="620.0" y="120.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNShape bpmnElement="tb" id="BPMNShape_tb">        <omgdc:Bounds height="55.0" width="105.0" x="150.0" y="110.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNShape bpmnElement="sjxg" id="BPMNShape_sjxg">        <omgdc:Bounds height="55.0" width="105.0" x="350.0" y="110.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNShape bpmnElement="sj" id="BPMNShape_sj">        <omgdc:Bounds height="55.0" width="105.0" x="150.0" y="110.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNShape bpmnElement="sl" id="BPMNShape_sl">        <omgdc:Bounds height="55.0" width="105.0" x="350.0" y="110.0"></omgdc:Bounds>      </bpmndi:BPMNShape>      <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">        <omgdi:waypoint x="95.0" y="137.0"></omgdi:waypoint>        <omgdi:waypoint x="150.0" y="137.0"></omgdi:waypoint>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">        <omgdi:waypoint x="455.0" y="137.0"></omgdi:waypoint>        <omgdi:waypoint x="530.0" y="137.0"></omgdi:waypoint>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">        <omgdi:waypoint x="570.0" y="137.0"></omgdi:waypoint>        <omgdi:waypoint x="620.0" y="137.0"></omgdi:waypoint>        <bpmndi:BPMNLabel>          <omgdc:Bounds height="14.0" width="24.0" x="-20.0" y="7.0"></omgdc:Bounds>        </bpmndi:BPMNLabel>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">        <omgdi:waypoint x="550.0" y="157.0"></omgdi:waypoint>        <omgdi:waypoint x="549.0" y="196.0"></omgdi:waypoint>        <omgdi:waypoint x="202.0" y="196.0"></omgdi:waypoint>        <omgdi:waypoint x="202.0" y="165.0"></omgdi:waypoint>        <bpmndi:BPMNLabel>          <omgdc:Bounds height="14.0" width="36.0" x="-5.0" y="-19.0"></omgdc:Bounds>        </bpmndi:BPMNLabel>      </bpmndi:BPMNEdge>      <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">        <omgdi:waypoint x="255.0" y="137.0"></omgdi:waypoint>        <omgdi:waypoint x="350.0" y="137.0"></omgdi:waypoint>      </bpmndi:BPMNEdge>    </bpmndi:BPMNPlane>  </bpmndi:BPMNDiagram></definitions>
 |