123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <?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-city" name="安全评价机构备案-市级" isExecutable="true">
- <startEvent id="startevent1" name="Start" activiti:initiator="applyUserId"></startEvent>
- <userTask id="usertask1" name="wf.tb" activiti:assignee="${applyUserId}">
- <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="usertask1"></sequenceFlow>
- <userTask id="pz" name="wf.sc" activiti:candidateGroups="${role_pz}"></userTask>
- <sequenceFlow id="flow2" sourceRef="exclusivegateway2" targetRef="pz">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_zb}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow3" sourceRef="pz" targetRef="exclusivegateway1"></sequenceFlow>
- <endEvent id="endevent1" name="End"></endEvent>
- <sequenceFlow id="flow4" name="通过" sourceRef="exclusivegateway1" targetRef="endevent1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_pz}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow5" name="不通过" sourceRef="exclusivegateway1" targetRef="usertask1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_pz}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow6" sourceRef="usertask1" targetRef="exclusivegateway2"></sequenceFlow>
- <userTask id="sj" name="wf.tjsj" activiti:assignee="${admin}"></userTask>
- <sequenceFlow id="flow7" sourceRef="exclusivegateway2" targetRef="sj">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_zb}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow8" sourceRef="sj" targetRef="exclusivegateway3"></sequenceFlow>
- <sequenceFlow id="flow9" name="不通过" sourceRef="exclusivegateway3" targetRef="usertask1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sj}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow10" name="通过" sourceRef="exclusivegateway3" targetRef="endevent1">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sj}]]></conditionExpression>
- </sequenceFlow>
- </process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_aqpjjgba-city">
- <bpmndi:BPMNPlane bpmnElement="aqpjjgba-city" id="BPMNPlane_aqpjjgba-city">
- <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="usertask1" id="BPMNShape_usertask1">
- <omgdc:Bounds height="55.0" width="105.0" x="150.0" y="110.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
- <omgdc:Bounds height="40.0" width="40.0" x="530.0" y="207.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
- <omgdc:Bounds height="35.0" width="35.0" x="630.0" y="210.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
- <omgdc:Bounds height="40.0" width="40.0" x="310.0" y="117.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">
- <omgdc:Bounds height="40.0" width="40.0" x="530.0" y="117.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="pz" id="BPMNShape_pz">
- <omgdc:Bounds height="55.0" width="105.0" x="390.0" y="200.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sj" id="BPMNShape_sj">
- <omgdc:Bounds height="55.0" width="105.0" x="390.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="flow2" id="BPMNEdge_flow2">
- <omgdi:waypoint x="330.0" y="157.0"></omgdi:waypoint>
- <omgdi:waypoint x="330.0" y="227.0"></omgdi:waypoint>
- <omgdi:waypoint x="390.0" y="227.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
- <omgdi:waypoint x="495.0" y="227.0"></omgdi:waypoint>
- <omgdi:waypoint x="530.0" y="227.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
- <omgdi:waypoint x="570.0" y="227.0"></omgdi:waypoint>
- <omgdi:waypoint x="630.0" y="227.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="247.0"></omgdi:waypoint>
- <omgdi:waypoint x="549.0" y="299.0"></omgdi:waypoint>
- <omgdi:waypoint x="202.0" y="299.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="310.0" y="137.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
- <omgdi:waypoint x="350.0" y="137.0"></omgdi:waypoint>
- <omgdi:waypoint x="390.0" y="137.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
- <omgdi:waypoint x="495.0" y="137.0"></omgdi:waypoint>
- <omgdi:waypoint x="530.0" y="137.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
- <omgdi:waypoint x="550.0" y="117.0"></omgdi:waypoint>
- <omgdi:waypoint x="549.0" y="67.0"></omgdi:waypoint>
- <omgdi:waypoint x="202.0" y="67.0"></omgdi:waypoint>
- <omgdi:waypoint x="202.0" y="110.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="-48.0" y="3.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
- <omgdi:waypoint x="570.0" y="137.0"></omgdi:waypoint>
- <omgdi:waypoint x="647.0" y="137.0"></omgdi:waypoint>
- <omgdi:waypoint x="647.0" y="210.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="-65.0" y="7.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|