eb28ea3fb779b6979ea1083d118767b82e147fde
[clamp.git] / src / main / resources / bpmn / clds-process-action.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_-A31MBMpEea185sFktMJ7Q" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.7.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:collaboration id="_Collaboration_2">
4     <bpmn2:participant id="_Participant_2" name="Process Action" processRef="clds-process-action-wf" />
5   </bpmn2:collaboration>
6   <bpmn2:process id="clds-process-action-wf" name="CLDS Process Action Workflow" isExecutable="true">
7     <bpmn2:laneSet id="LaneSet_1" name="Lane Set 1">
8       <bpmn2:lane id="Lane_1" name="Submit or Resubmit">
9         <bpmn2:flowNodeRef>ExclusiveGateway_2</bpmn2:flowNodeRef>
10         <bpmn2:flowNodeRef>EndEvent_1</bpmn2:flowNodeRef>
11         <bpmn2:flowNodeRef>insEvent</bpmn2:flowNodeRef>
12         <bpmn2:flowNodeRef>ExclusiveGateway_3</bpmn2:flowNodeRef>
13         <bpmn2:flowNodeRef>sendOpPolicyReqDistribute</bpmn2:flowNodeRef>
14         <bpmn2:flowNodeRef>StartEvent_1</bpmn2:flowNodeRef>
15         <bpmn2:flowNodeRef>ServiceTask_0x8ypxf</bpmn2:flowNodeRef>
16         <bpmn2:flowNodeRef>sendStringMatchingReqDistribute</bpmn2:flowNodeRef>
17         <bpmn2:flowNodeRef>sendTcaReqDistribute</bpmn2:flowNodeRef>
18       </bpmn2:lane>
19       <bpmn2:lane id="Lane_5" name="Delete">
20         <bpmn2:flowNodeRef>sendStringMatchingReqDelete</bpmn2:flowNodeRef>
21         <bpmn2:flowNodeRef>sendOpPolicyReqDelete</bpmn2:flowNodeRef>
22         <bpmn2:flowNodeRef>sendTcaReqDelete</bpmn2:flowNodeRef>
23       </bpmn2:lane>
24       <bpmn2:lane id="Lane_4" name="Update">
25         <bpmn2:flowNodeRef>sendOpPolicyReqUpdate</bpmn2:flowNodeRef>
26         <bpmn2:flowNodeRef>sendStringMatchingReqUpdate</bpmn2:flowNodeRef>
27         <bpmn2:flowNodeRef>sendTcaReqUpdate</bpmn2:flowNodeRef>
28       </bpmn2:lane>
29       <bpmn2:lane id="Lane_6" name="Stop">
30         <bpmn2:flowNodeRef>sendOpPolicyReqStop</bpmn2:flowNodeRef>
31       </bpmn2:lane>
32       <bpmn2:lane id="Lane_7" name="Restart">
33         <bpmn2:flowNodeRef>sendOpPolicyReqRestart</bpmn2:flowNodeRef>
34       </bpmn2:lane>
35     </bpmn2:laneSet>
36     <bpmn2:exclusiveGateway id="ExclusiveGateway_2">
37       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
38       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
39       <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>
40       <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
41       <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing>
42       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
43       <bpmn2:outgoing>SequenceFlow_1xlfq66</bpmn2:outgoing>
44     </bpmn2:exclusiveGateway>
45     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ExclusiveGateway_2" targetRef="ServiceTask_0x8ypxf">
46       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'SUBMIT' || actionCd == 'RESUBMIT' }]]></bpmn2:conditionExpression>
47     </bpmn2:sequenceFlow>
48     <bpmn2:endEvent id="EndEvent_1">
49       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
50     </bpmn2:endEvent>
51     <bpmn2:serviceTask id="insEvent" name="Insert Event to indicate that the action was completed" camunda:delegateExpression="${cldsEventDelegate}">
52       <bpmn2:extensionElements>
53         <camunda:inputOutput>
54           <camunda:inputParameter name="actionStateCd">SENT</camunda:inputParameter>
55         </camunda:inputOutput>
56       </bpmn2:extensionElements>
57       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
58       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
59     </bpmn2:serviceTask>
60     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="insEvent" targetRef="EndEvent_1" />
61     <bpmn2:exclusiveGateway id="ExclusiveGateway_3">
62       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
63       <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>
64       <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming>
65       <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
66       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
67       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
68     </bpmn2:exclusiveGateway>
69     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ExclusiveGateway_3" targetRef="insEvent" />
70     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="sendStringMatchingReqDistribute" targetRef="sendTcaReqDistribute" />
71     <bpmn2:serviceTask id="sendOpPolicyReqDistribute" name="Send Operation Policy Request [Submit]" camunda:delegateExpression="${operationalPolicyDelegate}">
72       <bpmn2:incoming>SequenceFlow_1rga27p</bpmn2:incoming>
73       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
74     </bpmn2:serviceTask>
75     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="sendOpPolicyReqDistribute" targetRef="ExclusiveGateway_3" />
76     <bpmn2:serviceTask id="sendOpPolicyReqUpdate" name="Send Operation Policy Request [Update]" camunda:delegateExpression="${operationalPolicyDelegate}">
77       <bpmn2:incoming>SequenceFlow_1kegg6u</bpmn2:incoming>
78       <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>
79     </bpmn2:serviceTask>
80     <bpmn2:sequenceFlow id="SequenceFlow_26" name="" sourceRef="sendStringMatchingReqUpdate" targetRef="sendTcaReqUpdate" />
81     <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="ExclusiveGateway_2" targetRef="sendStringMatchingReqUpdate">
82       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'UPDATE' }]]></bpmn2:conditionExpression>
83     </bpmn2:sequenceFlow>
84     <bpmn2:sequenceFlow id="SequenceFlow_28" name="" sourceRef="sendOpPolicyReqUpdate" targetRef="ExclusiveGateway_3" />
85     <bpmn2:serviceTask id="sendOpPolicyReqStop" name="Send Operation Policy Request [Stop]" camunda:delegateExpression="${operationalPolicyDeleteDelegate}">
86       <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
87       <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>
88     </bpmn2:serviceTask>
89     <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="ExclusiveGateway_2" targetRef="sendOpPolicyReqStop">
90       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'STOP' }]]></bpmn2:conditionExpression>
91     </bpmn2:sequenceFlow>
92     <bpmn2:sequenceFlow id="SequenceFlow_30" name="" sourceRef="sendOpPolicyReqStop" targetRef="ExclusiveGateway_3" />
93     <bpmn2:serviceTask id="sendOpPolicyReqRestart" name="Send Operation Policy Request [Restart]" camunda:delegateExpression="${operationalPolicyDelegate}">
94       <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming>
95       <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
96     </bpmn2:serviceTask>
97     <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="ExclusiveGateway_2" targetRef="sendOpPolicyReqRestart">
98       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'RESTART' }]]></bpmn2:conditionExpression>
99     </bpmn2:sequenceFlow>
100     <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="sendOpPolicyReqRestart" targetRef="ExclusiveGateway_3" />
101     <bpmn2:startEvent id="StartEvent_1">
102       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
103     </bpmn2:startEvent>
104     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="StartEvent_1" targetRef="ExclusiveGateway_2" />
105     <bpmn2:serviceTask id="sendStringMatchingReqDelete" name="Send String Match Micro Service request to Policy [Delete]" camunda:delegateExpression="${stringMatchPolicyDeleteDelegate}">
106       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
107       <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
108     </bpmn2:serviceTask>
109     <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="sendStringMatchingReqDelete" targetRef="sendTcaReqDelete" />
110     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="sendOpPolicyReqDelete" targetRef="ExclusiveGateway_3" />
111     <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="ExclusiveGateway_2" targetRef="sendStringMatchingReqDelete">
112       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'DELETE' }]]></bpmn2:conditionExpression>
113     </bpmn2:sequenceFlow>
114     <bpmn2:sequenceFlow id="SequenceFlow_0w39hon" sourceRef="ServiceTask_0x8ypxf" targetRef="sendStringMatchingReqDistribute" />
115     <bpmn2:sequenceFlow id="SequenceFlow_1xlfq66" sourceRef="ExclusiveGateway_2" targetRef="ServiceTask_0x8ypxf">
116       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'SUBMIT' || actionCd == 'RESUBMIT' }]]></bpmn2:conditionExpression>
117     </bpmn2:sequenceFlow>
118     <bpmn2:serviceTask id="ServiceTask_0x8ypxf" name="Send to SDC [Submit]" camunda:delegateExpression="${sdcSendReqDelegate}">
119       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
120       <bpmn2:incoming>SequenceFlow_1xlfq66</bpmn2:incoming>
121       <bpmn2:outgoing>SequenceFlow_0w39hon</bpmn2:outgoing>
122     </bpmn2:serviceTask>
123     <bpmn2:serviceTask id="sendStringMatchingReqDistribute" name="Send String Match Micro Service request to Policy [Submit]" camunda:delegateExpression="${stringMatchPolicyDelegate}">
124       <bpmn2:incoming>SequenceFlow_0w39hon</bpmn2:incoming>
125       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
126     </bpmn2:serviceTask>
127     <bpmn2:sequenceFlow id="SequenceFlow_1rga27p" sourceRef="sendTcaReqDistribute" targetRef="sendOpPolicyReqDistribute" />
128     <bpmn2:serviceTask id="sendTcaReqDistribute" name="Send Tca Micro Service request to Policy [Submit]" camunda:delegateExpression="${tcaPolicyDelegate}">
129       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
130       <bpmn2:outgoing>SequenceFlow_1rga27p</bpmn2:outgoing>
131     </bpmn2:serviceTask>
132     <bpmn2:serviceTask id="sendOpPolicyReqDelete" name="Send Operation Policy Request [Delete]" camunda:delegateExpression="${operationalPolicyDeleteDelegate}">
133       <bpmn2:incoming>SequenceFlow_0tpegxf</bpmn2:incoming>
134       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
135     </bpmn2:serviceTask>
136     <bpmn2:sequenceFlow id="SequenceFlow_0tpegxf" sourceRef="sendTcaReqDelete" targetRef="sendOpPolicyReqDelete" />
137     <bpmn2:serviceTask id="sendTcaReqDelete" name="Send Tca Micro Service request to Policy [Delete]" camunda:delegateExpression="${tcaPolicyDeleteDelegate}">
138       <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
139       <bpmn2:outgoing>SequenceFlow_0tpegxf</bpmn2:outgoing>
140     </bpmn2:serviceTask>
141     <bpmn2:serviceTask id="sendStringMatchingReqUpdate" name="Send String Match Micro Service request to Policy [Update]" camunda:delegateExpression="${stringMatchPolicyDelegate}">
142       <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>
143       <bpmn2:outgoing>SequenceFlow_26</bpmn2:outgoing>
144     </bpmn2:serviceTask>
145     <bpmn2:sequenceFlow id="SequenceFlow_1kegg6u" sourceRef="sendTcaReqUpdate" targetRef="sendOpPolicyReqUpdate" />
146     <bpmn2:serviceTask id="sendTcaReqUpdate" name="Send Tca Micro Service request to Policy [Update]" camunda:delegateExpression="${tcaPolicyDelegate}">
147       <bpmn2:incoming>SequenceFlow_26</bpmn2:incoming>
148       <bpmn2:outgoing>SequenceFlow_1kegg6u</bpmn2:outgoing>
149     </bpmn2:serviceTask>
150   </bpmn2:process>
151   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
152     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="_Collaboration_2">
153       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_4" bpmnElement="StartEvent_1">
154         <dc:Bounds x="72" y="220" width="36" height="36" />
155         <bpmndi:BPMNLabel>
156           <dc:Bounds x="90" y="261" width="0" height="0" />
157         </bpmndi:BPMNLabel>
158       </bpmndi:BPMNShape>
159       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_104" bpmnElement="EndEvent_1">
160         <dc:Bounds x="1320" y="216" width="36" height="36" />
161         <bpmndi:BPMNLabel>
162           <dc:Bounds x="1338" y="257" width="0" height="0" />
163         </bpmndi:BPMNLabel>
164       </bpmndi:BPMNShape>
165       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_8" bpmnElement="sendStringMatchingReqDistribute">
166         <dc:Bounds x="615" y="89" width="100" height="80" />
167       </bpmndi:BPMNShape>
168       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_6" bpmnElement="sendOpPolicyReqDistribute">
169         <dc:Bounds x="912" y="89" width="100" height="80" />
170       </bpmndi:BPMNShape>
171       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_8" targetElement="_BPMNShape_ServiceTask_6">
172         <di:waypoint xsi:type="dc:Point" x="715" y="129" />
173         <di:waypoint xsi:type="dc:Point" x="761" y="129" />
174         <bpmndi:BPMNLabel>
175           <dc:Bounds x="881" y="192" width="6" height="6" />
176         </bpmndi:BPMNLabel>
177       </bpmndi:BPMNEdge>
178       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_7" bpmnElement="insEvent">
179         <dc:Bounds x="1188" y="194" width="100" height="80" />
180       </bpmndi:BPMNShape>
181       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ServiceTask_7" targetElement="_BPMNShape_EndEvent_104">
182         <di:waypoint xsi:type="dc:Point" x="1288" y="234" />
183         <di:waypoint xsi:type="dc:Point" x="1320" y="234" />
184         <bpmndi:BPMNLabel>
185           <dc:Bounds x="1295" y="234" width="6" height="6" />
186         </bpmndi:BPMNLabel>
187       </bpmndi:BPMNEdge>
188       <bpmndi:BPMNShape id="_BPMNShape_Participant_2" bpmnElement="_Participant_2" isHorizontal="true">
189         <dc:Bounds x="0" y="0" width="1369" height="833" />
190       </bpmndi:BPMNShape>
191       <bpmndi:BPMNShape id="_BPMNShape_Lane_2" bpmnElement="Lane_1" isHorizontal="true">
192         <dc:Bounds x="30" y="0" width="1339" height="289" />
193       </bpmndi:BPMNShape>
194       <bpmndi:BPMNShape id="_BPMNShape_Lane_6" bpmnElement="Lane_5" isHorizontal="true">
195         <dc:Bounds x="30" y="288" width="1339" height="197" />
196       </bpmndi:BPMNShape>
197       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_3" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
198         <dc:Bounds x="144" y="212" width="50" height="50" />
199         <bpmndi:BPMNLabel>
200           <dc:Bounds x="169" y="267" width="0" height="0" />
201         </bpmndi:BPMNLabel>
202       </bpmndi:BPMNShape>
203       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_StartEvent_4" targetElement="_BPMNShape_ExclusiveGateway_3">
204         <di:waypoint xsi:type="dc:Point" x="108" y="238" />
205         <di:waypoint xsi:type="dc:Point" x="126" y="238" />
206         <di:waypoint xsi:type="dc:Point" x="126" y="237" />
207         <di:waypoint xsi:type="dc:Point" x="144" y="237" />
208         <bpmndi:BPMNLabel>
209           <dc:Bounds x="128" y="237" width="6" height="6" />
210         </bpmndi:BPMNLabel>
211       </bpmndi:BPMNEdge>
212       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_4" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
213         <dc:Bounds x="1104" y="208" width="50" height="50" />
214         <bpmndi:BPMNLabel>
215           <dc:Bounds x="1129" y="263" width="0" height="0" />
216         </bpmndi:BPMNLabel>
217       </bpmndi:BPMNShape>
218       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ExclusiveGateway_4" targetElement="_BPMNShape_ServiceTask_7">
219         <di:waypoint xsi:type="dc:Point" x="1154" y="233" />
220         <di:waypoint xsi:type="dc:Point" x="1188" y="234" />
221         <bpmndi:BPMNLabel>
222           <dc:Bounds x="1175" y="234" width="6" height="6" />
223         </bpmndi:BPMNLabel>
224       </bpmndi:BPMNEdge>
225       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ServiceTask_6" targetElement="_BPMNShape_ExclusiveGateway_4">
226         <di:waypoint xsi:type="dc:Point" x="1012" y="127" />
227         <di:waypoint xsi:type="dc:Point" x="1052" y="125" />
228         <di:waypoint xsi:type="dc:Point" x="1052" y="229" />
229         <di:waypoint xsi:type="dc:Point" x="1104" y="232" />
230         <bpmndi:BPMNLabel>
231           <dc:Bounds x="1049" y="192" width="6" height="6" />
232         </bpmndi:BPMNLabel>
233       </bpmndi:BPMNEdge>
234       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_11" bpmnElement="sendStringMatchingReqDelete">
235         <dc:Bounds x="348" y="385" width="100" height="80" />
236       </bpmndi:BPMNShape>
237       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_12" bpmnElement="sendOpPolicyReqDelete">
238         <dc:Bounds x="645" y="385" width="100" height="80" />
239       </bpmndi:BPMNShape>
240       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ServiceTask_11" targetElement="_BPMNShape_ServiceTask_12">
241         <di:waypoint xsi:type="dc:Point" x="448" y="425" />
242         <di:waypoint xsi:type="dc:Point" x="496" y="425" />
243         <bpmndi:BPMNLabel>
244           <dc:Bounds x="467" y="425" width="6" height="6" />
245         </bpmndi:BPMNLabel>
246       </bpmndi:BPMNEdge>
247       <bpmndi:BPMNShape id="_BPMNShape_Lane_9" bpmnElement="Lane_4" isHorizontal="true">
248         <dc:Bounds x="30" y="484" width="1339" height="117" />
249       </bpmndi:BPMNShape>
250       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_14" bpmnElement="sendStringMatchingReqUpdate">
251         <dc:Bounds x="615" y="500" width="100" height="80" />
252       </bpmndi:BPMNShape>
253       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_15" bpmnElement="sendOpPolicyReqUpdate">
254         <dc:Bounds x="912" y="500" width="100" height="80" />
255       </bpmndi:BPMNShape>
256       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="SequenceFlow_26" sourceElement="_BPMNShape_ServiceTask_14" targetElement="_BPMNShape_ServiceTask_15">
257         <di:waypoint xsi:type="dc:Point" x="715" y="540" />
258         <di:waypoint xsi:type="dc:Point" x="761" y="540" />
259         <bpmndi:BPMNLabel>
260           <dc:Bounds x="887" y="540" width="6" height="6" />
261         </bpmndi:BPMNLabel>
262       </bpmndi:BPMNEdge>
263       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_14">
264         <di:waypoint xsi:type="dc:Point" x="169" y="262" />
265         <di:waypoint xsi:type="dc:Point" x="169" y="540" />
266         <di:waypoint xsi:type="dc:Point" x="615" y="540" />
267         <bpmndi:BPMNLabel>
268           <dc:Bounds x="139" y="398" width="90" height="6" />
269         </bpmndi:BPMNLabel>
270       </bpmndi:BPMNEdge>
271       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ServiceTask_15" targetElement="_BPMNShape_ExclusiveGateway_4">
272         <di:waypoint xsi:type="dc:Point" x="1012" y="539" />
273         <di:waypoint xsi:type="dc:Point" x="1058" y="538" />
274         <di:waypoint xsi:type="dc:Point" x="1058" y="230" />
275         <di:waypoint xsi:type="dc:Point" x="1104" y="232" />
276         <bpmndi:BPMNLabel>
277           <dc:Bounds x="1055" y="381" width="6" height="6" />
278         </bpmndi:BPMNLabel>
279       </bpmndi:BPMNEdge>
280       <bpmndi:BPMNShape id="_BPMNShape_Lane_10" bpmnElement="Lane_6" isHorizontal="true">
281         <dc:Bounds x="30" y="600" width="1339" height="117" />
282       </bpmndi:BPMNShape>
283       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_16" bpmnElement="sendOpPolicyReqStop">
284         <dc:Bounds x="912" y="619" width="100" height="80" />
285       </bpmndi:BPMNShape>
286       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_16">
287         <di:waypoint xsi:type="dc:Point" x="169" y="262" />
288         <di:waypoint xsi:type="dc:Point" x="169" y="659" />
289         <di:waypoint xsi:type="dc:Point" x="912" y="659" />
290         <bpmndi:BPMNLabel>
291           <dc:Bounds x="139" y="457.5" width="90" height="6" />
292         </bpmndi:BPMNLabel>
293       </bpmndi:BPMNEdge>
294       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ServiceTask_16" targetElement="_BPMNShape_ExclusiveGateway_4">
295         <di:waypoint xsi:type="dc:Point" x="1012" y="658" />
296         <di:waypoint xsi:type="dc:Point" x="1058" y="658" />
297         <di:waypoint xsi:type="dc:Point" x="1058" y="233" />
298         <di:waypoint xsi:type="dc:Point" x="1104" y="233" />
299         <bpmndi:BPMNLabel>
300           <dc:Bounds x="1055" y="441" width="6" height="6" />
301         </bpmndi:BPMNLabel>
302       </bpmndi:BPMNEdge>
303       <bpmndi:BPMNShape id="_BPMNShape_Lane_11" bpmnElement="Lane_7" isHorizontal="true">
304         <dc:Bounds x="30" y="716" width="1339" height="117" />
305       </bpmndi:BPMNShape>
306       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_17" bpmnElement="sendOpPolicyReqRestart">
307         <dc:Bounds x="912" y="735" width="100" height="80" />
308       </bpmndi:BPMNShape>
309       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_17">
310         <di:waypoint xsi:type="dc:Point" x="169" y="262" />
311         <di:waypoint xsi:type="dc:Point" x="169" y="775" />
312         <di:waypoint xsi:type="dc:Point" x="912" y="775" />
313         <bpmndi:BPMNLabel>
314           <dc:Bounds x="139" y="515.5" width="90" height="6" />
315         </bpmndi:BPMNLabel>
316       </bpmndi:BPMNEdge>
317       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ServiceTask_17" targetElement="_BPMNShape_ExclusiveGateway_4">
318         <di:waypoint xsi:type="dc:Point" x="1012" y="775" />
319         <di:waypoint xsi:type="dc:Point" x="1058" y="775" />
320         <di:waypoint xsi:type="dc:Point" x="1058" y="232" />
321         <di:waypoint xsi:type="dc:Point" x="1104" y="233" />
322         <bpmndi:BPMNLabel>
323           <dc:Bounds x="1055" y="500" width="6" height="6" />
324         </bpmndi:BPMNLabel>
325       </bpmndi:BPMNEdge>
326       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_11">
327         <di:waypoint xsi:type="dc:Point" x="169" y="262" />
328         <di:waypoint xsi:type="dc:Point" x="169" y="425" />
329         <di:waypoint xsi:type="dc:Point" x="348" y="425" />
330         <bpmndi:BPMNLabel>
331           <dc:Bounds x="139" y="333.5" width="90" height="20" />
332         </bpmndi:BPMNLabel>
333       </bpmndi:BPMNEdge>
334       <bpmndi:BPMNShape id="ServiceTask_0x8ypxf_di" bpmnElement="ServiceTask_0x8ypxf">
335         <dc:Bounds x="204" y="89" width="100" height="80" />
336       </bpmndi:BPMNShape>
337       <bpmndi:BPMNEdge id="SequenceFlow_0w39hon_di" bpmnElement="SequenceFlow_0w39hon">
338         <di:waypoint xsi:type="dc:Point" x="304" y="129" />
339         <di:waypoint xsi:type="dc:Point" x="615" y="129" />
340         <bpmndi:BPMNLabel>
341           <dc:Bounds x="414.5" y="114" width="90" height="0" />
342         </bpmndi:BPMNLabel>
343       </bpmndi:BPMNEdge>
344       <bpmndi:BPMNEdge id="SequenceFlow_1xlfq66_di" bpmnElement="SequenceFlow_1xlfq66">
345         <di:waypoint xsi:type="dc:Point" x="169" y="212" />
346         <di:waypoint xsi:type="dc:Point" x="169" y="129" />
347         <di:waypoint xsi:type="dc:Point" x="204" y="129" />
348         <bpmndi:BPMNLabel>
349           <dc:Bounds x="184" y="170.5" width="0" height="0" />
350         </bpmndi:BPMNLabel>
351       </bpmndi:BPMNEdge>
352       <bpmndi:BPMNEdge id="SequenceFlow_1rga27p_di" bpmnElement="SequenceFlow_1rga27p">
353         <di:waypoint xsi:type="dc:Point" x="861" y="129" />
354         <di:waypoint xsi:type="dc:Point" x="912" y="129" />
355         <bpmndi:BPMNLabel>
356           <dc:Bounds x="841.5" y="119" width="90" height="20" />
357         </bpmndi:BPMNLabel>
358       </bpmndi:BPMNEdge>
359       <bpmndi:BPMNShape id="ServiceTask_1r1brt6_di" bpmnElement="sendTcaReqDistribute">
360         <dc:Bounds x="760.715" y="89" width="100" height="80" />
361       </bpmndi:BPMNShape>
362       <bpmndi:BPMNEdge id="SequenceFlow_0tpegxf_di" bpmnElement="SequenceFlow_0tpegxf">
363         <di:waypoint xsi:type="dc:Point" x="596" y="425" />
364         <di:waypoint xsi:type="dc:Point" x="645" y="425" />
365         <bpmndi:BPMNLabel>
366           <dc:Bounds x="575.5" y="415" width="90" height="20" />
367         </bpmndi:BPMNLabel>
368       </bpmndi:BPMNEdge>
369       <bpmndi:BPMNShape id="ServiceTask_0y2gwy4_di" bpmnElement="sendTcaReqDelete">
370         <dc:Bounds x="495.71500000000003" y="385" width="100" height="80" />
371       </bpmndi:BPMNShape>
372       <bpmndi:BPMNEdge id="SequenceFlow_1kegg6u_di" bpmnElement="SequenceFlow_1kegg6u">
373         <di:waypoint xsi:type="dc:Point" x="861" y="540" />
374         <di:waypoint xsi:type="dc:Point" x="912" y="540" />
375         <bpmndi:BPMNLabel>
376           <dc:Bounds x="841.5" y="530" width="90" height="20" />
377         </bpmndi:BPMNLabel>
378       </bpmndi:BPMNEdge>
379       <bpmndi:BPMNShape id="ServiceTask_08pqhb3_di" bpmnElement="sendTcaReqUpdate">
380         <dc:Bounds x="761" y="500" width="100" height="80" />
381       </bpmndi:BPMNShape>
382     </bpmndi:BPMNPlane>
383   </bpmndi:BPMNDiagram>
384 </bpmn2:definitions>