广州市综治平台后端
xusd
2 days ago c490640493f04e2ed0fc5c4c8fbc92ebdd4d5380
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<?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:flowable="http://flowable.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.flowable.org/processdef">
  <process id="GZDYH_ZXSL_ZXPC_V1" name="GZDYH_ZXSL_ZXPC_V1" isExecutable="true">
    <documentation>GZDYH_ZXSL_ZXPC_V1</documentation>
    <startEvent id="START" name="开始"/>
    <userTask id="BLFK" name="办理反馈"/>
    <userTask id="JAGD" name="结案归档"/>
    <userTask id="JASH" name="本级结案审核"/>
    <endEvent id="END" name="结束"/>
    <userTask id="JASQ" name="结案申请"/>
    <sequenceFlow id="sid-FE66E67A-D6D4-4E68-BB7E-14A17E87B9E5" sourceRef="JAGD" targetRef="END"/>
    <userTask id="DSL" name="待受理"/>
    <sequenceFlow id="sid-6435F238-68D1-434F-8830-9130EE87BE4C" name="通过" sourceRef="DSL" targetRef="BLFK">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='forward'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-B9DCA90A-70F1-4D12-90AE-44A0943FA1B3" sourceRef="START" targetRef="DSL"/>
    <userTask id="sid-3721279E-D127-4E4F-AA7F-920932BBA2F6" name="一级结案审核"/>
    <userTask id="sid-027E2C4D-7F66-465E-9CED-FA1DB2E077C8" name="二级结案审核"/>
    <sequenceFlow id="sid-A0580378-38E0-44D8-981B-9D048ED42E97" name="通过" sourceRef="BLFK" targetRef="JASQ">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='forward'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-0AE3E811-3EBD-4891-B2BD-F2E091E41541" name="通过" sourceRef="JASQ" targetRef="JASH">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='forward'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-03DCE158-DCD9-4C4F-803A-FA2795072196" name="不同意" sourceRef="JASH" targetRef="BLFK">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_bty'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-D110DA84-94D5-43CE-82F7-91BB481EFDE3" name="不同意" sourceRef="sid-3721279E-D127-4E4F-AA7F-920932BBA2F6" targetRef="BLFK">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_bty'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-159D170B-A7D9-4C2C-874D-E89F10D4AB91" name="不同意" sourceRef="sid-027E2C4D-7F66-465E-9CED-FA1DB2E077C8" targetRef="BLFK">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_bty'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-CD53206F-D795-4270-A5EE-2C78658236F4" name="同意" sourceRef="sid-027E2C4D-7F66-465E-9CED-FA1DB2E077C8" targetRef="JAGD">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_ty'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-F83371AF-2CC4-4DFF-80DC-EAE2405870B4" name="同意" sourceRef="sid-3721279E-D127-4E4F-AA7F-920932BBA2F6" targetRef="JAGD">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_ty'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-D1729BD5-C137-4160-BDFF-6ED0487F9ECB" name="同意申请上级审核" sourceRef="JASH" targetRef="sid-3721279E-D127-4E4F-AA7F-920932BBA2F6">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_ty_sq'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-EF1A16DD-5311-457E-BDC0-1F5531AFF089" name="同意申请上级审核" sourceRef="sid-3721279E-D127-4E4F-AA7F-920932BBA2F6" targetRef="sid-027E2C4D-7F66-465E-9CED-FA1DB2E077C8">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_ty_sq'}]]></conditionExpression>
    </sequenceFlow>
    <sequenceFlow id="sid-78554576-20C8-4A98-9A33-92DD5542AA27" name="同意" sourceRef="JASH" targetRef="JAGD">
      <conditionExpression xsi:type="tFormalExpression"><![CDATA[${operation=='jash_ty'}]]></conditionExpression>
    </sequenceFlow>
  </process>
  <bpmndi:BPMNDiagram id="BPMNDiagram_GZDYH_ZXSL_ZXPC_V1">
    <bpmndi:BPMNPlane bpmnElement="GZDYH_ZXSL_ZXPC_V1" id="BPMNPlane_GZDYH_ZXSL_ZXPC_V1">
      <bpmndi:BPMNShape bpmnElement="START" id="BPMNShape_START">
        <omgdc:Bounds height="30.0" width="30.0" x="40.0" y="160.00001244246837"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="BLFK" id="BPMNShape_BLFK">
        <omgdc:Bounds height="80.0" width="100.0" x="314.9999953061343" y="134.99999798834327"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="JAGD" id="BPMNShape_JAGD">
        <omgdc:Bounds height="80.0" width="100.0" x="809.9999758601195" y="135.0000084191546"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="JASH" id="BPMNShape_JASH">
        <omgdc:Bounds height="80.0" width="100.0" x="639.9999901652337" y="134.99999798834327"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="END" id="BPMNShape_END">
        <omgdc:Bounds height="28.0" width="28.0" x="959.9999736249454" y="161.0000224858495"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="JASQ" id="BPMNShape_JASQ">
        <omgdc:Bounds height="80.0" width="100.0" x="479.99999284744274" y="134.99998591840347"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="DSL" id="BPMNShape_DSL">
        <omgdc:Bounds height="80.0" width="100.0" x="135.0" y="135.00001244246837"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-3721279E-D127-4E4F-AA7F-920932BBA2F6" id="BPMNShape_sid-3721279E-D127-4E4F-AA7F-920932BBA2F6">
        <omgdc:Bounds height="80.0" width="100.0" x="639.9999710917483" y="329.9999919533732"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape bpmnElement="sid-027E2C4D-7F66-465E-9CED-FA1DB2E077C8" id="BPMNShape_sid-027E2C4D-7F66-465E-9CED-FA1DB2E077C8">
        <omgdc:Bounds height="80.0" width="100.0" x="639.9999710917483" y="524.9999746680271"/>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNEdge bpmnElement="sid-6435F238-68D1-434F-8830-9130EE87BE4C" id="BPMNEdge_sid-6435F238-68D1-434F-8830-9130EE87BE4C">
        <omgdi:waypoint x="234.95000000000002" y="175.0000084274335"/>
        <omgdi:waypoint x="314.99999530610273" y="175.0000019993631"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-A0580378-38E0-44D8-981B-9D048ED42E97" id="BPMNEdge_sid-A0580378-38E0-44D8-981B-9D048ED42E97">
        <omgdi:waypoint x="414.94999530600165" y="174.9999943307857"/>
        <omgdi:waypoint x="479.9999928473666" y="174.99998957230346"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-FE66E67A-D6D4-4E68-BB7E-14A17E87B9E5" id="BPMNEdge_sid-FE66E67A-D6D4-4E68-BB7E-14A17E87B9E5">
        <omgdi:waypoint x="909.9499757645256" y="175.00001458258814"/>
        <omgdi:waypoint x="959.999973543833" y="175.00002075836062"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-CD53206F-D795-4270-A5EE-2C78658236F4" id="BPMNEdge_sid-CD53206F-D795-4270-A5EE-2C78658236F4">
        <omgdi:waypoint x="739.9499710917073" y="564.9999746680271"/>
        <omgdi:waypoint x="884.9999758601195" y="564.9999746680271"/>
        <omgdi:waypoint x="884.9999758601195" y="214.9500084191546"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-B9DCA90A-70F1-4D12-90AE-44A0943FA1B3" id="BPMNEdge_sid-B9DCA90A-70F1-4D12-90AE-44A0943FA1B3">
        <omgdi:waypoint x="69.94999891869115" y="175.00001244246837"/>
        <omgdi:waypoint x="134.99999999999022" y="175.00001244246837"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-03DCE158-DCD9-4C4F-803A-FA2795072196" id="BPMNEdge_sid-03DCE158-DCD9-4C4F-803A-FA2795072196">
        <omgdi:waypoint x="664.9999901652337" y="134.99999798834327"/>
        <omgdi:waypoint x="664.9999901652337" y="85.00000059604643"/>
        <omgdi:waypoint x="389.9999953061343" y="85.00000059604643"/>
        <omgdi:waypoint x="389.9999953061343" y="134.99999798834327"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-78554576-20C8-4A98-9A33-92DD5542AA27" id="BPMNEdge_sid-78554576-20C8-4A98-9A33-92DD5542AA27">
        <omgdi:waypoint x="739.949989804752" y="175.00000194545115"/>
        <omgdi:waypoint x="809.9999756888376" y="175.00000749490766"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-F83371AF-2CC4-4DFF-80DC-EAE2405870B4" id="BPMNEdge_sid-F83371AF-2CC4-4DFF-80DC-EAE2405870B4">
        <omgdi:waypoint x="739.9499710917482" y="369.9999919533732"/>
        <omgdi:waypoint x="834.9999758601195" y="369.9999919533732"/>
        <omgdi:waypoint x="834.9999758601195" y="214.9500084191546"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-D110DA84-94D5-43CE-82F7-91BB481EFDE3" id="BPMNEdge_sid-D110DA84-94D5-43CE-82F7-91BB481EFDE3">
        <omgdi:waypoint x="639.9999710917483" y="369.9999919533732"/>
        <omgdi:waypoint x="389.9999953061343" y="369.9999919533732"/>
        <omgdi:waypoint x="389.9999953061343" y="214.94999798834328"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-159D170B-A7D9-4C2C-874D-E89F10D4AB91" id="BPMNEdge_sid-159D170B-A7D9-4C2C-874D-E89F10D4AB91">
        <omgdi:waypoint x="639.9999710917483" y="564.9999746680271"/>
        <omgdi:waypoint x="339.99999530613434" y="564.9999746680271"/>
        <omgdi:waypoint x="339.9999953061343" y="214.94999798834328"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-D1729BD5-C137-4160-BDFF-6ED0487F9ECB" id="BPMNEdge_sid-D1729BD5-C137-4160-BDFF-6ED0487F9ECB">
        <omgdi:waypoint x="689.9999862527238" y="214.94999798834328"/>
        <omgdi:waypoint x="689.9999749993676" y="329.9999919533732"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-0AE3E811-3EBD-4891-B2BD-F2E091E41541" id="BPMNEdge_sid-0AE3E811-3EBD-4891-B2BD-F2E091E41541">
        <omgdi:waypoint x="579.9499925881876" y="174.99998602170473"/>
        <omgdi:waypoint x="639.9999898334285" y="174.99999255143328"/>
      </bpmndi:BPMNEdge>
      <bpmndi:BPMNEdge bpmnElement="sid-EF1A16DD-5311-457E-BDC0-1F5531AFF089" id="BPMNEdge_sid-EF1A16DD-5311-457E-BDC0-1F5531AFF089">
        <omgdi:waypoint x="689.9999710917483" y="409.9499919533732"/>
        <omgdi:waypoint x="689.9999710917483" y="524.9999746680271"/>
      </bpmndi:BPMNEdge>
    </bpmndi:BPMNPlane>
  </bpmndi:BPMNDiagram>
</definitions>