123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- <?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.yjpt.jtgh.com/workflow">
- <process id="whzyfzhz-city" name="whzyfzhz.name" isExecutable="true">
- <startEvent id="start" name="Start" activiti:initiator="applyUserId"></startEvent>
- <userTask id="tb" name="wf.tb" activiti:assignee="${applyUserId}">
- <extensionElements>
- <activiti:taskListener event="create" delegateExpression="${taskVarBean}">
- <activiti:field name="varName">
- <activiti:string><![CDATA[var_autoComplete]]></activiti:string>
- </activiti:field>
- <activiti:field name="varValue">
- <activiti:string><![CDATA[true]]></activiti:string>
- </activiti:field>
- </activiti:taskListener>
- </extensionElements>
- </userTask>
- <sequenceFlow id="flow1" sourceRef="start" targetRef="tb"></sequenceFlow>
- <userTask id="xssc" name="wf.xssc" activiti:candidateGroups="${role_xssc}"></userTask>
- <sequenceFlow id="flow2" sourceRef="tb" targetRef="xssc"></sequenceFlow>
- <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow3" sourceRef="xssc" targetRef="exclusivegateway1"></sequenceFlow>
- <sequenceFlow id="flow4" name="不通过" sourceRef="exclusivegateway1" targetRef="tb">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_xssc}]]></conditionExpression>
- </sequenceFlow>
- <userTask id="sc" name="wf.sc" activiti:candidateGroups="${role_sc}"></userTask>
- <sequenceFlow id="flow5" name="通过" sourceRef="exclusivegateway1" targetRef="sc">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_xssc}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow6" sourceRef="sc" targetRef="exclusivegateway2"></sequenceFlow>
- <sequenceFlow id="flow7" name="不通过" sourceRef="exclusivegateway2" targetRef="xssc">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sc}]]></conditionExpression>
- </sequenceFlow>
- <userTask id="sh" name="wf.sh" activiti:candidateGroups="${role_sh}"></userTask>
- <sequenceFlow id="flow8" name="通过" sourceRef="exclusivegateway2" targetRef="sh">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sc}]]></conditionExpression>
- </sequenceFlow>
- <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow9" sourceRef="sh" targetRef="exclusivegateway3"></sequenceFlow>
- <sequenceFlow id="flow10" name="不通过" sourceRef="exclusivegateway3" targetRef="sc">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_sh}]]></conditionExpression>
- </sequenceFlow>
- <userTask id="pz" name="wf.pz" activiti:candidateGroups="${role_pz}"></userTask>
- <sequenceFlow id="flow12" name="通过" sourceRef="exclusivegateway3" targetRef="pz">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_sh}]]></conditionExpression>
- </sequenceFlow>
- <endEvent id="endevent2" name="End"></endEvent>
- <exclusiveGateway id="exclusivegateway4" name="Exclusive Gateway"></exclusiveGateway>
- <sequenceFlow id="flow13" sourceRef="pz" targetRef="exclusivegateway4"></sequenceFlow>
- <sequenceFlow id="flow14" name="不通过" sourceRef="exclusivegateway4" targetRef="sh">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${!auditPass_pz}]]></conditionExpression>
- </sequenceFlow>
- <sequenceFlow id="flow15" name="通过" sourceRef="exclusivegateway4" targetRef="endevent2">
- <conditionExpression xsi:type="tFormalExpression"><![CDATA[${auditPass_pz}]]></conditionExpression>
- </sequenceFlow>
- </process>
- <bpmndi:BPMNDiagram id="BPMNDiagram_whzyfzhz-city">
- <bpmndi:BPMNPlane bpmnElement="whzyfzhz-city" id="BPMNPlane_whzyfzhz-city">
- <bpmndi:BPMNShape bpmnElement="start" id="BPMNShape_start">
- <omgdc:Bounds height="35.0" width="35.0" x="10.0" y="170.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="tb" id="BPMNShape_tb">
- <omgdc:Bounds height="55.0" width="105.0" x="70.0" y="160.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="xssc" id="BPMNShape_xssc">
- <omgdc:Bounds height="55.0" width="105.0" x="198.0" y="160.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
- <omgdc:Bounds height="40.0" width="40.0" x="230.0" y="90.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sc" id="BPMNShape_sc">
- <omgdc:Bounds height="55.0" width="105.0" x="327.0" y="83.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
- <omgdc:Bounds height="40.0" width="40.0" x="359.0" y="167.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="sh" id="BPMNShape_sh">
- <omgdc:Bounds height="55.0" width="105.0" x="440.0" y="160.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">
- <omgdc:Bounds height="40.0" width="40.0" x="472.0" y="90.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="pz" id="BPMNShape_pz">
- <omgdc:Bounds height="55.0" width="105.0" x="570.0" y="160.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="endevent2" id="BPMNShape_endevent2">
- <omgdc:Bounds height="35.0" width="35.0" x="700.0" y="170.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNShape bpmnElement="exclusivegateway4" id="BPMNShape_exclusivegateway4">
- <omgdc:Bounds height="40.0" width="40.0" x="602.0" y="280.0"></omgdc:Bounds>
- </bpmndi:BPMNShape>
- <bpmndi:BPMNEdge bpmnElement="flow1" id="BPMNEdge_flow1">
- <omgdi:waypoint x="45.0" y="187.0"></omgdi:waypoint>
- <omgdi:waypoint x="70.0" y="187.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow2" id="BPMNEdge_flow2">
- <omgdi:waypoint x="175.0" y="187.0"></omgdi:waypoint>
- <omgdi:waypoint x="198.0" y="187.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow3" id="BPMNEdge_flow3">
- <omgdi:waypoint x="250.0" y="160.0"></omgdi:waypoint>
- <omgdi:waypoint x="250.0" y="130.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow4" id="BPMNEdge_flow4">
- <omgdi:waypoint x="230.0" y="110.0"></omgdi:waypoint>
- <omgdi:waypoint x="122.0" y="110.0"></omgdi:waypoint>
- <omgdi:waypoint x="122.0" y="160.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="20.0" y="-20.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow5" id="BPMNEdge_flow5">
- <omgdi:waypoint x="270.0" y="110.0"></omgdi:waypoint>
- <omgdi:waypoint x="327.0" y="110.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="252.0" y="90.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
- <omgdi:waypoint x="379.0" y="138.0"></omgdi:waypoint>
- <omgdi:waypoint x="379.0" y="167.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
- <omgdi:waypoint x="359.0" y="187.0"></omgdi:waypoint>
- <omgdi:waypoint x="303.0" y="187.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="338.0" y="194.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
- <omgdi:waypoint x="399.0" y="187.0"></omgdi:waypoint>
- <omgdi:waypoint x="440.0" y="187.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="379.0" y="194.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
- <omgdi:waypoint x="492.0" y="160.0"></omgdi:waypoint>
- <omgdi:waypoint x="492.0" y="130.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
- <omgdi:waypoint x="472.0" y="110.0"></omgdi:waypoint>
- <omgdi:waypoint x="432.0" y="110.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="36.0" x="463.0" y="90.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow12" id="BPMNEdge_flow12">
- <omgdi:waypoint x="512.0" y="110.0"></omgdi:waypoint>
- <omgdi:waypoint x="622.0" y="110.0"></omgdi:waypoint>
- <omgdi:waypoint x="622.0" y="160.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="24.0" x="483.0" y="90.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
- <omgdi:waypoint x="622.0" y="215.0"></omgdi:waypoint>
- <omgdi:waypoint x="622.0" y="280.0"></omgdi:waypoint>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
- <omgdi:waypoint x="602.0" y="300.0"></omgdi:waypoint>
- <omgdi:waypoint x="492.0" y="300.0"></omgdi:waypoint>
- <omgdi:waypoint x="492.0" y="215.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="100.0" x="513.0" y="280.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- <bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15">
- <omgdi:waypoint x="642.0" y="300.0"></omgdi:waypoint>
- <omgdi:waypoint x="717.0" y="299.0"></omgdi:waypoint>
- <omgdi:waypoint x="717.0" y="205.0"></omgdi:waypoint>
- <bpmndi:BPMNLabel>
- <omgdc:Bounds height="14.0" width="100.0" x="652.0" y="300.0"></omgdc:Bounds>
- </bpmndi:BPMNLabel>
- </bpmndi:BPMNEdge>
- </bpmndi:BPMNPlane>
- </bpmndi:BPMNDiagram>
- </definitions>
|