123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?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="dc-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="tb" targetRef="sc"></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}]]></conditionExpression>
- </sequenceFlow>
- <endEvent id="endevent" name="End"></endEvent>
- <sequenceFlow id="flow8" name="通过" sourceRef="exclusivegateway2" targetRef="endevent">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sc}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow9" sourceRef="startevent" targetRef="tb"></sequenceFlow>
- </process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_dc-city">
- <bpmndi:BPMNPlane bpmnElement="dc-city" id="BPMNPlane_dc-city">
- <bpmndi:BPMNShape bpmnElement="startevent" id="BPMNShape_startevent">
- <omgdc:Bounds height="35.0" width="35.0" x="110.0" y="190.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="tb" id="BPMNShape_tb">
- <omgdc:Bounds height="55.0" width="105.0" x="220.0" y="180.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
- <omgdc:Bounds height="40.0" width="40.0" x="540.0" y="187.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="endevent" id="BPMNShape_endevent">
- <omgdc:Bounds height="35.0" width="35.0" x="625.0" y="190.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sc" id="BPMNShape_sc">
- <omgdc:Bounds height="55.0" width="105.0" x="380.0" y="180.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
- <omgdi:waypoint x="325.0" y="207.0"></omgdi:waypoint>
- <omgdi:waypoint x="380.0" y="207.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
- <omgdi:waypoint x="485.0" y="207.0"></omgdi:waypoint>
- <omgdi:waypoint x="540.0" y="207.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
- <omgdi:waypoint x="560.0" y="187.0"></omgdi:waypoint>
- <omgdi:waypoint x="559.0" y="126.0"></omgdi:waypoint>
- <omgdi:waypoint x="272.0" y="126.0"></omgdi:waypoint>
- <omgdi:waypoint x="272.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="580.0" y="207.0"></omgdi:waypoint>
- <omgdi:waypoint x="625.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="145.0" y="207.0"></omgdi:waypoint>
- <omgdi:waypoint x="220.0" y="207.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|