|
@@ -0,0 +1,165 @@
|
|
|
+<?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:xsd="http://www.w3.org/2001/XMLSchema" 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="zyfzWorkflow" name="作业附证工作流" isExecutable="true">
|
|
|
+ <startEvent id="startevent1" name="Start"></startEvent>
|
|
|
+ <userTask id="tianbaoTask" name="填报"></userTask>
|
|
|
+ <userTask id="xsshenchaTask" name="形式审查"></userTask>
|
|
|
+ <userTask id="shenchaTask" name="审查"></userTask>
|
|
|
+ <userTask id="shenheTask" name="审核"></userTask>
|
|
|
+ <userTask id="pizhunTask" name="批准"></userTask>
|
|
|
+ <userTask id="tongguoTask" name="批准通过"></userTask>
|
|
|
+ <userTask id="sjtongguoTask" name="省级批准通过"></userTask>
|
|
|
+ <endEvent id="endevent1" name="End"></endEvent>
|
|
|
+ <exclusiveGateway id="exclusivegateway1" name="Exclusive Gateway"></exclusiveGateway>
|
|
|
+ <sequenceFlow id="flow6" sourceRef="startevent1" targetRef="tianbaoTask"></sequenceFlow>
|
|
|
+ <sequenceFlow id="flow7" sourceRef="tianbaoTask" targetRef="xsshenchaTask"></sequenceFlow>
|
|
|
+ <exclusiveGateway id="exclusivegateway2" name="Exclusive Gateway"></exclusiveGateway>
|
|
|
+ <sequenceFlow id="flow8" sourceRef="xsshenchaTask" targetRef="exclusivegateway2"></sequenceFlow>
|
|
|
+ <sequenceFlow id="flow9" sourceRef="exclusivegateway2" targetRef="shenchaTask">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${audit_result==1}]]></conditionExpression>
|
|
|
+ </sequenceFlow>
|
|
|
+ <sequenceFlow id="flow10" sourceRef="exclusivegateway2" targetRef="tianbaoTask">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${audit_result==0}]]></conditionExpression>
|
|
|
+ </sequenceFlow>
|
|
|
+ <sequenceFlow id="flow11" sourceRef="shenchaTask" targetRef="exclusivegateway1"></sequenceFlow>
|
|
|
+ <sequenceFlow id="flow12" sourceRef="exclusivegateway1" targetRef="shenheTask">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${audit_result==1}]]></conditionExpression>
|
|
|
+ </sequenceFlow>
|
|
|
+ <sequenceFlow id="flow13" sourceRef="exclusivegateway1" targetRef="xsshenchaTask">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${audit_result==0}]]></conditionExpression>
|
|
|
+ </sequenceFlow>
|
|
|
+ <exclusiveGateway id="exclusivegateway3" name="Exclusive Gateway"></exclusiveGateway>
|
|
|
+ <sequenceFlow id="flow14" sourceRef="shenheTask" targetRef="exclusivegateway3"></sequenceFlow>
|
|
|
+ <sequenceFlow id="flow15" sourceRef="exclusivegateway3" targetRef="pizhunTask">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${audit_result==1}]]></conditionExpression>
|
|
|
+ </sequenceFlow>
|
|
|
+ <sequenceFlow id="flow16" sourceRef="exclusivegateway3" targetRef="shenchaTask">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${audit_result==0}]]></conditionExpression>
|
|
|
+ </sequenceFlow>
|
|
|
+ <exclusiveGateway id="exclusivegateway4" name="Exclusive Gateway"></exclusiveGateway>
|
|
|
+ <sequenceFlow id="flow20" sourceRef="pizhunTask" targetRef="exclusivegateway4"></sequenceFlow>
|
|
|
+ <sequenceFlow id="flow21" sourceRef="exclusivegateway4" targetRef="tongguoTask">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${audit_result==1}]]></conditionExpression>
|
|
|
+ </sequenceFlow>
|
|
|
+ <sequenceFlow id="flow22" sourceRef="exclusivegateway4" targetRef="shenheTask">
|
|
|
+ <conditionExpression xsi:type="tFormalExpression"><![CDATA[${audit_result==0}]]></conditionExpression>
|
|
|
+ </sequenceFlow>
|
|
|
+ <sequenceFlow id="flow23" sourceRef="tongguoTask" targetRef="sjtongguoTask"></sequenceFlow>
|
|
|
+ <sequenceFlow id="flow25" sourceRef="sjtongguoTask" targetRef="endevent1"></sequenceFlow>
|
|
|
+ </process>
|
|
|
+ <bpmndi:BPMNDiagram id="BPMNDiagram_zyfzWorkflow">
|
|
|
+ <bpmndi:BPMNPlane bpmnElement="zyfzWorkflow" id="BPMNPlane_zyfzWorkflow">
|
|
|
+ <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">
|
|
|
+ <omgdc:Bounds height="35.0" width="35.0" x="27.0" y="129.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="tianbaoTask" id="BPMNShape_tianbaoTask">
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="95.0" y="119.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="xsshenchaTask" id="BPMNShape_xsshenchaTask">
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="230.0" y="119.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="shenchaTask" id="BPMNShape_shenchaTask">
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="450.0" y="119.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="shenheTask" id="BPMNShape_shenheTask">
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="660.0" y="119.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="pizhunTask" id="BPMNShape_pizhunTask">
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="869.0" y="119.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="tongguoTask" id="BPMNShape_tongguoTask">
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="1089.0" y="119.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="sjtongguoTask" id="BPMNShape_sjtongguoTask">
|
|
|
+ <omgdc:Bounds height="55.0" width="105.0" x="1089.0" y="241.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">
|
|
|
+ <omgdc:Bounds height="35.0" width="35.0" x="1124.0" y="360.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="exclusivegateway1" id="BPMNShape_exclusivegateway1">
|
|
|
+ <omgdc:Bounds height="40.0" width="40.0" x="590.0" y="126.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="exclusivegateway2" id="BPMNShape_exclusivegateway2">
|
|
|
+ <omgdc:Bounds height="40.0" width="40.0" x="379.0" y="126.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="exclusivegateway3" id="BPMNShape_exclusivegateway3">
|
|
|
+ <omgdc:Bounds height="40.0" width="40.0" x="800.0" y="126.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNShape bpmnElement="exclusivegateway4" id="BPMNShape_exclusivegateway4">
|
|
|
+ <omgdc:Bounds height="40.0" width="40.0" x="1010.0" y="126.0"></omgdc:Bounds>
|
|
|
+ </bpmndi:BPMNShape>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow6" id="BPMNEdge_flow6">
|
|
|
+ <omgdi:waypoint x="62.0" y="146.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="95.0" y="146.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow7" id="BPMNEdge_flow7">
|
|
|
+ <omgdi:waypoint x="200.0" y="146.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="230.0" y="146.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow8" id="BPMNEdge_flow8">
|
|
|
+ <omgdi:waypoint x="335.0" y="146.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="379.0" y="146.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow9" id="BPMNEdge_flow9">
|
|
|
+ <omgdi:waypoint x="419.0" y="146.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="450.0" y="146.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow10" id="BPMNEdge_flow10">
|
|
|
+ <omgdi:waypoint x="399.0" y="126.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="401.0" y="77.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="147.0" y="77.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="147.0" y="119.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow11" id="BPMNEdge_flow11">
|
|
|
+ <omgdi:waypoint x="555.0" y="146.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="590.0" y="146.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow12" id="BPMNEdge_flow12">
|
|
|
+ <omgdi:waypoint x="630.0" y="146.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="660.0" y="146.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow13" id="BPMNEdge_flow13">
|
|
|
+ <omgdi:waypoint x="610.0" y="166.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="610.0" y="219.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="282.0" y="219.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="282.0" y="174.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow14" id="BPMNEdge_flow14">
|
|
|
+ <omgdi:waypoint x="765.0" y="146.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="800.0" y="146.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow15" id="BPMNEdge_flow15">
|
|
|
+ <omgdi:waypoint x="840.0" y="146.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="869.0" y="146.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow16" id="BPMNEdge_flow16">
|
|
|
+ <omgdi:waypoint x="820.0" y="126.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="820.0" y="75.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="502.0" y="75.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="502.0" y="119.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow20" id="BPMNEdge_flow20">
|
|
|
+ <omgdi:waypoint x="974.0" y="146.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="1010.0" y="146.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow21" id="BPMNEdge_flow21">
|
|
|
+ <omgdi:waypoint x="1050.0" y="146.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="1089.0" y="146.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow22" id="BPMNEdge_flow22">
|
|
|
+ <omgdi:waypoint x="1030.0" y="166.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="1030.0" y="220.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="712.0" y="220.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="712.0" y="174.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow23" id="BPMNEdge_flow23">
|
|
|
+ <omgdi:waypoint x="1141.0" y="174.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="1141.0" y="241.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ <bpmndi:BPMNEdge bpmnElement="flow25" id="BPMNEdge_flow25">
|
|
|
+ <omgdi:waypoint x="1141.0" y="296.0"></omgdi:waypoint>
|
|
|
+ <omgdi:waypoint x="1141.0" y="360.0"></omgdi:waypoint>
|
|
|
+ </bpmndi:BPMNEdge>
|
|
|
+ </bpmndi:BPMNPlane>
|
|
|
+ </bpmndi:BPMNDiagram>
|
|
|
+</definitions>
|