blob: d9f8619cc289fa90fe020a7e44e9d49768929241 [file] [log] [blame]
ChrisC5e9feb22017-06-21 02:38:57 -07001<?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>
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -070031 <bpmn2:flowNodeRef>ServiceTask_0d5zgbw</bpmn2:flowNodeRef>
ChrisC5e9feb22017-06-21 02:38:57 -070032 </bpmn2:lane>
33 <bpmn2:lane id="Lane_7" name="Restart">
34 <bpmn2:flowNodeRef>sendOpPolicyReqRestart</bpmn2:flowNodeRef>
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -070035 <bpmn2:flowNodeRef>ServiceTask_04d5jlr</bpmn2:flowNodeRef>
ChrisC5e9feb22017-06-21 02:38:57 -070036 </bpmn2:lane>
37 </bpmn2:laneSet>
38 <bpmn2:exclusiveGateway id="ExclusiveGateway_2">
39 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
40 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
41 <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>
42 <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
43 <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing>
44 <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
45 <bpmn2:outgoing>SequenceFlow_1xlfq66</bpmn2:outgoing>
46 </bpmn2:exclusiveGateway>
47 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ExclusiveGateway_2" targetRef="ServiceTask_0x8ypxf">
48 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'SUBMIT' || actionCd == 'RESUBMIT' }]]></bpmn2:conditionExpression>
49 </bpmn2:sequenceFlow>
50 <bpmn2:endEvent id="EndEvent_1">
51 <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
52 </bpmn2:endEvent>
53 <bpmn2:serviceTask id="insEvent" name="Insert Event to indicate that the action was completed" camunda:delegateExpression="${cldsEventDelegate}">
54 <bpmn2:extensionElements>
55 <camunda:inputOutput>
56 <camunda:inputParameter name="actionStateCd">SENT</camunda:inputParameter>
57 </camunda:inputOutput>
58 </bpmn2:extensionElements>
59 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
60 <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
61 </bpmn2:serviceTask>
62 <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="insEvent" targetRef="EndEvent_1" />
63 <bpmn2:exclusiveGateway id="ExclusiveGateway_3">
64 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
65 <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>
66 <bpmn2:incoming>SequenceFlow_30</bpmn2:incoming>
67 <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
68 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
69 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
70 </bpmn2:exclusiveGateway>
71 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ExclusiveGateway_3" targetRef="insEvent" />
72 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="sendStringMatchingReqDistribute" targetRef="sendTcaReqDistribute" />
73 <bpmn2:serviceTask id="sendOpPolicyReqDistribute" name="Send Operation Policy Request [Submit]" camunda:delegateExpression="${operationalPolicyDelegate}">
74 <bpmn2:incoming>SequenceFlow_1rga27p</bpmn2:incoming>
75 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
76 </bpmn2:serviceTask>
77 <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="sendOpPolicyReqDistribute" targetRef="ExclusiveGateway_3" />
78 <bpmn2:serviceTask id="sendOpPolicyReqUpdate" name="Send Operation Policy Request [Update]" camunda:delegateExpression="${operationalPolicyDelegate}">
79 <bpmn2:incoming>SequenceFlow_1kegg6u</bpmn2:incoming>
80 <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>
81 </bpmn2:serviceTask>
82 <bpmn2:sequenceFlow id="SequenceFlow_26" name="" sourceRef="sendStringMatchingReqUpdate" targetRef="sendTcaReqUpdate" />
83 <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="ExclusiveGateway_2" targetRef="sendStringMatchingReqUpdate">
84 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'UPDATE' }]]></bpmn2:conditionExpression>
85 </bpmn2:sequenceFlow>
86 <bpmn2:sequenceFlow id="SequenceFlow_28" name="" sourceRef="sendOpPolicyReqUpdate" targetRef="ExclusiveGateway_3" />
87 <bpmn2:serviceTask id="sendOpPolicyReqStop" name="Send Operation Policy Request [Stop]" camunda:delegateExpression="${operationalPolicyDeleteDelegate}">
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -070088 <bpmn2:incoming>SequenceFlow_17snsdc</bpmn2:incoming>
ChrisC5e9feb22017-06-21 02:38:57 -070089 <bpmn2:outgoing>SequenceFlow_30</bpmn2:outgoing>
90 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -070091 <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="ExclusiveGateway_2" targetRef="ServiceTask_0d5zgbw">
ChrisC5e9feb22017-06-21 02:38:57 -070092 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'STOP' }]]></bpmn2:conditionExpression>
93 </bpmn2:sequenceFlow>
94 <bpmn2:sequenceFlow id="SequenceFlow_30" name="" sourceRef="sendOpPolicyReqStop" targetRef="ExclusiveGateway_3" />
95 <bpmn2:serviceTask id="sendOpPolicyReqRestart" name="Send Operation Policy Request [Restart]" camunda:delegateExpression="${operationalPolicyDelegate}">
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -070096 <bpmn2:incoming>SequenceFlow_188n2z7</bpmn2:incoming>
ChrisC5e9feb22017-06-21 02:38:57 -070097 <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
98 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -070099 <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="ExclusiveGateway_2" targetRef="ServiceTask_04d5jlr">
ChrisC5e9feb22017-06-21 02:38:57 -0700100 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'RESTART' }]]></bpmn2:conditionExpression>
101 </bpmn2:sequenceFlow>
102 <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="sendOpPolicyReqRestart" targetRef="ExclusiveGateway_3" />
103 <bpmn2:startEvent id="StartEvent_1">
104 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
105 </bpmn2:startEvent>
106 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="StartEvent_1" targetRef="ExclusiveGateway_2" />
107 <bpmn2:serviceTask id="sendStringMatchingReqDelete" name="Send String Match Micro Service request to Policy [Delete]" camunda:delegateExpression="${stringMatchPolicyDeleteDelegate}">
108 <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
109 <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
110 </bpmn2:serviceTask>
111 <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="sendStringMatchingReqDelete" targetRef="sendTcaReqDelete" />
112 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="sendOpPolicyReqDelete" targetRef="ExclusiveGateway_3" />
113 <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="ExclusiveGateway_2" targetRef="sendStringMatchingReqDelete">
114 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'DELETE' }]]></bpmn2:conditionExpression>
115 </bpmn2:sequenceFlow>
116 <bpmn2:sequenceFlow id="SequenceFlow_0w39hon" sourceRef="ServiceTask_0x8ypxf" targetRef="sendStringMatchingReqDistribute" />
117 <bpmn2:sequenceFlow id="SequenceFlow_1xlfq66" sourceRef="ExclusiveGateway_2" targetRef="ServiceTask_0x8ypxf">
118 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[${ actionCd == 'SUBMIT' || actionCd == 'RESUBMIT' }]]></bpmn2:conditionExpression>
119 </bpmn2:sequenceFlow>
120 <bpmn2:serviceTask id="ServiceTask_0x8ypxf" name="Send to SDC [Submit]" camunda:delegateExpression="${sdcSendReqDelegate}">
121 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
122 <bpmn2:incoming>SequenceFlow_1xlfq66</bpmn2:incoming>
123 <bpmn2:outgoing>SequenceFlow_0w39hon</bpmn2:outgoing>
124 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -0700125 <bpmn2:sequenceFlow id="SequenceFlow_188n2z7" sourceRef="ServiceTask_04d5jlr" targetRef="sendOpPolicyReqRestart" />
126 <bpmn2:serviceTask id="ServiceTask_04d5jlr" name="Send HighlandPark Service request to Policy[Restart]" camunda:delegateExpression="${highlandParkPolicyDelegate}">
127 <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming>
128 <bpmn2:outgoing>SequenceFlow_188n2z7</bpmn2:outgoing>
129 </bpmn2:serviceTask>
130 <bpmn2:sequenceFlow id="SequenceFlow_17snsdc" sourceRef="ServiceTask_0d5zgbw" targetRef="sendOpPolicyReqStop" />
131 <bpmn2:serviceTask id="ServiceTask_0d5zgbw" name="Send HighlandPark Service request to Policy[Stop]" camunda:delegateExpression="${highlandParkPolicyDelegate}">
132 <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
133 <bpmn2:outgoing>SequenceFlow_17snsdc</bpmn2:outgoing>
134 </bpmn2:serviceTask>
ChrisC5e9feb22017-06-21 02:38:57 -0700135 <bpmn2:serviceTask id="sendStringMatchingReqDistribute" name="Send String Match Micro Service request to Policy [Submit]" camunda:delegateExpression="${stringMatchPolicyDelegate}">
136 <bpmn2:incoming>SequenceFlow_0w39hon</bpmn2:incoming>
137 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
138 </bpmn2:serviceTask>
139 <bpmn2:sequenceFlow id="SequenceFlow_1rga27p" sourceRef="sendTcaReqDistribute" targetRef="sendOpPolicyReqDistribute" />
140 <bpmn2:serviceTask id="sendTcaReqDistribute" name="Send Tca Micro Service request to Policy [Submit]" camunda:delegateExpression="${tcaPolicyDelegate}">
141 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
142 <bpmn2:outgoing>SequenceFlow_1rga27p</bpmn2:outgoing>
143 </bpmn2:serviceTask>
144 <bpmn2:serviceTask id="sendOpPolicyReqDelete" name="Send Operation Policy Request [Delete]" camunda:delegateExpression="${operationalPolicyDeleteDelegate}">
145 <bpmn2:incoming>SequenceFlow_0tpegxf</bpmn2:incoming>
146 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
147 </bpmn2:serviceTask>
148 <bpmn2:sequenceFlow id="SequenceFlow_0tpegxf" sourceRef="sendTcaReqDelete" targetRef="sendOpPolicyReqDelete" />
149 <bpmn2:serviceTask id="sendTcaReqDelete" name="Send Tca Micro Service request to Policy [Delete]" camunda:delegateExpression="${tcaPolicyDeleteDelegate}">
150 <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
151 <bpmn2:outgoing>SequenceFlow_0tpegxf</bpmn2:outgoing>
152 </bpmn2:serviceTask>
153 <bpmn2:serviceTask id="sendStringMatchingReqUpdate" name="Send String Match Micro Service request to Policy [Update]" camunda:delegateExpression="${stringMatchPolicyDelegate}">
154 <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>
155 <bpmn2:outgoing>SequenceFlow_26</bpmn2:outgoing>
156 </bpmn2:serviceTask>
157 <bpmn2:sequenceFlow id="SequenceFlow_1kegg6u" sourceRef="sendTcaReqUpdate" targetRef="sendOpPolicyReqUpdate" />
158 <bpmn2:serviceTask id="sendTcaReqUpdate" name="Send Tca Micro Service request to Policy [Update]" camunda:delegateExpression="${tcaPolicyDelegate}">
159 <bpmn2:incoming>SequenceFlow_26</bpmn2:incoming>
160 <bpmn2:outgoing>SequenceFlow_1kegg6u</bpmn2:outgoing>
161 </bpmn2:serviceTask>
162 </bpmn2:process>
163 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
164 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="_Collaboration_2">
165 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_4" bpmnElement="StartEvent_1">
166 <dc:Bounds x="72" y="220" width="36" height="36" />
167 <bpmndi:BPMNLabel>
168 <dc:Bounds x="90" y="261" width="0" height="0" />
169 </bpmndi:BPMNLabel>
170 </bpmndi:BPMNShape>
171 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_104" bpmnElement="EndEvent_1">
172 <dc:Bounds x="1320" y="216" width="36" height="36" />
173 <bpmndi:BPMNLabel>
174 <dc:Bounds x="1338" y="257" width="0" height="0" />
175 </bpmndi:BPMNLabel>
176 </bpmndi:BPMNShape>
177 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_8" bpmnElement="sendStringMatchingReqDistribute">
178 <dc:Bounds x="615" y="89" width="100" height="80" />
179 </bpmndi:BPMNShape>
180 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_6" bpmnElement="sendOpPolicyReqDistribute">
181 <dc:Bounds x="912" y="89" width="100" height="80" />
182 </bpmndi:BPMNShape>
183 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_8" targetElement="_BPMNShape_ServiceTask_6">
184 <di:waypoint xsi:type="dc:Point" x="715" y="129" />
185 <di:waypoint xsi:type="dc:Point" x="761" y="129" />
186 <bpmndi:BPMNLabel>
187 <dc:Bounds x="881" y="192" width="6" height="6" />
188 </bpmndi:BPMNLabel>
189 </bpmndi:BPMNEdge>
190 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_7" bpmnElement="insEvent">
191 <dc:Bounds x="1188" y="194" width="100" height="80" />
192 </bpmndi:BPMNShape>
193 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ServiceTask_7" targetElement="_BPMNShape_EndEvent_104">
194 <di:waypoint xsi:type="dc:Point" x="1288" y="234" />
195 <di:waypoint xsi:type="dc:Point" x="1320" y="234" />
196 <bpmndi:BPMNLabel>
197 <dc:Bounds x="1295" y="234" width="6" height="6" />
198 </bpmndi:BPMNLabel>
199 </bpmndi:BPMNEdge>
200 <bpmndi:BPMNShape id="_BPMNShape_Participant_2" bpmnElement="_Participant_2" isHorizontal="true">
201 <dc:Bounds x="0" y="0" width="1369" height="833" />
202 </bpmndi:BPMNShape>
203 <bpmndi:BPMNShape id="_BPMNShape_Lane_2" bpmnElement="Lane_1" isHorizontal="true">
204 <dc:Bounds x="30" y="0" width="1339" height="289" />
205 </bpmndi:BPMNShape>
206 <bpmndi:BPMNShape id="_BPMNShape_Lane_6" bpmnElement="Lane_5" isHorizontal="true">
207 <dc:Bounds x="30" y="288" width="1339" height="197" />
208 </bpmndi:BPMNShape>
209 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_3" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
210 <dc:Bounds x="144" y="212" width="50" height="50" />
211 <bpmndi:BPMNLabel>
212 <dc:Bounds x="169" y="267" width="0" height="0" />
213 </bpmndi:BPMNLabel>
214 </bpmndi:BPMNShape>
215 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_StartEvent_4" targetElement="_BPMNShape_ExclusiveGateway_3">
216 <di:waypoint xsi:type="dc:Point" x="108" y="238" />
217 <di:waypoint xsi:type="dc:Point" x="126" y="238" />
218 <di:waypoint xsi:type="dc:Point" x="126" y="237" />
219 <di:waypoint xsi:type="dc:Point" x="144" y="237" />
220 <bpmndi:BPMNLabel>
221 <dc:Bounds x="128" y="237" width="6" height="6" />
222 </bpmndi:BPMNLabel>
223 </bpmndi:BPMNEdge>
224 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_4" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
225 <dc:Bounds x="1104" y="208" width="50" height="50" />
226 <bpmndi:BPMNLabel>
227 <dc:Bounds x="1129" y="263" width="0" height="0" />
228 </bpmndi:BPMNLabel>
229 </bpmndi:BPMNShape>
230 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ExclusiveGateway_4" targetElement="_BPMNShape_ServiceTask_7">
231 <di:waypoint xsi:type="dc:Point" x="1154" y="233" />
232 <di:waypoint xsi:type="dc:Point" x="1188" y="234" />
233 <bpmndi:BPMNLabel>
234 <dc:Bounds x="1175" y="234" width="6" height="6" />
235 </bpmndi:BPMNLabel>
236 </bpmndi:BPMNEdge>
237 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ServiceTask_6" targetElement="_BPMNShape_ExclusiveGateway_4">
238 <di:waypoint xsi:type="dc:Point" x="1012" y="127" />
239 <di:waypoint xsi:type="dc:Point" x="1052" y="125" />
240 <di:waypoint xsi:type="dc:Point" x="1052" y="229" />
241 <di:waypoint xsi:type="dc:Point" x="1104" y="232" />
242 <bpmndi:BPMNLabel>
243 <dc:Bounds x="1049" y="192" width="6" height="6" />
244 </bpmndi:BPMNLabel>
245 </bpmndi:BPMNEdge>
246 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_11" bpmnElement="sendStringMatchingReqDelete">
247 <dc:Bounds x="348" y="385" width="100" height="80" />
248 </bpmndi:BPMNShape>
249 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_12" bpmnElement="sendOpPolicyReqDelete">
250 <dc:Bounds x="645" y="385" width="100" height="80" />
251 </bpmndi:BPMNShape>
252 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ServiceTask_11" targetElement="_BPMNShape_ServiceTask_12">
253 <di:waypoint xsi:type="dc:Point" x="448" y="425" />
254 <di:waypoint xsi:type="dc:Point" x="496" y="425" />
255 <bpmndi:BPMNLabel>
256 <dc:Bounds x="467" y="425" width="6" height="6" />
257 </bpmndi:BPMNLabel>
258 </bpmndi:BPMNEdge>
259 <bpmndi:BPMNShape id="_BPMNShape_Lane_9" bpmnElement="Lane_4" isHorizontal="true">
260 <dc:Bounds x="30" y="484" width="1339" height="117" />
261 </bpmndi:BPMNShape>
262 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_14" bpmnElement="sendStringMatchingReqUpdate">
263 <dc:Bounds x="615" y="500" width="100" height="80" />
264 </bpmndi:BPMNShape>
265 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_15" bpmnElement="sendOpPolicyReqUpdate">
266 <dc:Bounds x="912" y="500" width="100" height="80" />
267 </bpmndi:BPMNShape>
268 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="SequenceFlow_26" sourceElement="_BPMNShape_ServiceTask_14" targetElement="_BPMNShape_ServiceTask_15">
269 <di:waypoint xsi:type="dc:Point" x="715" y="540" />
270 <di:waypoint xsi:type="dc:Point" x="761" y="540" />
271 <bpmndi:BPMNLabel>
272 <dc:Bounds x="887" y="540" width="6" height="6" />
273 </bpmndi:BPMNLabel>
274 </bpmndi:BPMNEdge>
275 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_14">
276 <di:waypoint xsi:type="dc:Point" x="169" y="262" />
277 <di:waypoint xsi:type="dc:Point" x="169" y="540" />
278 <di:waypoint xsi:type="dc:Point" x="615" y="540" />
279 <bpmndi:BPMNLabel>
280 <dc:Bounds x="139" y="398" width="90" height="6" />
281 </bpmndi:BPMNLabel>
282 </bpmndi:BPMNEdge>
283 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ServiceTask_15" targetElement="_BPMNShape_ExclusiveGateway_4">
284 <di:waypoint xsi:type="dc:Point" x="1012" y="539" />
285 <di:waypoint xsi:type="dc:Point" x="1058" y="538" />
286 <di:waypoint xsi:type="dc:Point" x="1058" y="230" />
287 <di:waypoint xsi:type="dc:Point" x="1104" y="232" />
288 <bpmndi:BPMNLabel>
289 <dc:Bounds x="1055" y="381" width="6" height="6" />
290 </bpmndi:BPMNLabel>
291 </bpmndi:BPMNEdge>
292 <bpmndi:BPMNShape id="_BPMNShape_Lane_10" bpmnElement="Lane_6" isHorizontal="true">
293 <dc:Bounds x="30" y="600" width="1339" height="117" />
294 </bpmndi:BPMNShape>
295 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_16" bpmnElement="sendOpPolicyReqStop">
296 <dc:Bounds x="912" y="619" width="100" height="80" />
297 </bpmndi:BPMNShape>
298 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_16">
299 <di:waypoint xsi:type="dc:Point" x="169" y="262" />
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -0700300 <di:waypoint xsi:type="dc:Point" x="169" y="658" />
301 <di:waypoint xsi:type="dc:Point" x="553" y="659" />
302 <di:waypoint xsi:type="dc:Point" x="615" y="659" />
ChrisC5e9feb22017-06-21 02:38:57 -0700303 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -0700304 <dc:Bounds x="344" y="658" width="6" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700305 </bpmndi:BPMNLabel>
306 </bpmndi:BPMNEdge>
307 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_30" bpmnElement="SequenceFlow_30" sourceElement="_BPMNShape_ServiceTask_16" targetElement="_BPMNShape_ExclusiveGateway_4">
308 <di:waypoint xsi:type="dc:Point" x="1012" y="658" />
309 <di:waypoint xsi:type="dc:Point" x="1058" y="658" />
310 <di:waypoint xsi:type="dc:Point" x="1058" y="233" />
311 <di:waypoint xsi:type="dc:Point" x="1104" y="233" />
312 <bpmndi:BPMNLabel>
313 <dc:Bounds x="1055" y="441" width="6" height="6" />
314 </bpmndi:BPMNLabel>
315 </bpmndi:BPMNEdge>
316 <bpmndi:BPMNShape id="_BPMNShape_Lane_11" bpmnElement="Lane_7" isHorizontal="true">
317 <dc:Bounds x="30" y="716" width="1339" height="117" />
318 </bpmndi:BPMNShape>
319 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_17" bpmnElement="sendOpPolicyReqRestart">
320 <dc:Bounds x="912" y="735" width="100" height="80" />
321 </bpmndi:BPMNShape>
322 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_17">
323 <di:waypoint xsi:type="dc:Point" x="169" y="262" />
324 <di:waypoint xsi:type="dc:Point" x="169" y="775" />
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -0700325 <di:waypoint xsi:type="dc:Point" x="615" y="775" />
ChrisC5e9feb22017-06-21 02:38:57 -0700326 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -0700327 <dc:Bounds x="285" y="775" width="6" height="6" />
ChrisC5e9feb22017-06-21 02:38:57 -0700328 </bpmndi:BPMNLabel>
329 </bpmndi:BPMNEdge>
330 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ServiceTask_17" targetElement="_BPMNShape_ExclusiveGateway_4">
331 <di:waypoint xsi:type="dc:Point" x="1012" y="775" />
332 <di:waypoint xsi:type="dc:Point" x="1058" y="775" />
333 <di:waypoint xsi:type="dc:Point" x="1058" y="232" />
334 <di:waypoint xsi:type="dc:Point" x="1104" y="233" />
335 <bpmndi:BPMNLabel>
336 <dc:Bounds x="1055" y="500" width="6" height="6" />
337 </bpmndi:BPMNLabel>
338 </bpmndi:BPMNEdge>
339 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ExclusiveGateway_3" targetElement="_BPMNShape_ServiceTask_11">
340 <di:waypoint xsi:type="dc:Point" x="169" y="262" />
341 <di:waypoint xsi:type="dc:Point" x="169" y="425" />
342 <di:waypoint xsi:type="dc:Point" x="348" y="425" />
343 <bpmndi:BPMNLabel>
344 <dc:Bounds x="139" y="333.5" width="90" height="20" />
345 </bpmndi:BPMNLabel>
346 </bpmndi:BPMNEdge>
347 <bpmndi:BPMNShape id="ServiceTask_0x8ypxf_di" bpmnElement="ServiceTask_0x8ypxf">
348 <dc:Bounds x="204" y="89" width="100" height="80" />
349 </bpmndi:BPMNShape>
350 <bpmndi:BPMNEdge id="SequenceFlow_0w39hon_di" bpmnElement="SequenceFlow_0w39hon">
351 <di:waypoint xsi:type="dc:Point" x="304" y="129" />
352 <di:waypoint xsi:type="dc:Point" x="615" y="129" />
353 <bpmndi:BPMNLabel>
354 <dc:Bounds x="414.5" y="114" width="90" height="0" />
355 </bpmndi:BPMNLabel>
356 </bpmndi:BPMNEdge>
357 <bpmndi:BPMNEdge id="SequenceFlow_1xlfq66_di" bpmnElement="SequenceFlow_1xlfq66">
358 <di:waypoint xsi:type="dc:Point" x="169" y="212" />
359 <di:waypoint xsi:type="dc:Point" x="169" y="129" />
360 <di:waypoint xsi:type="dc:Point" x="204" y="129" />
361 <bpmndi:BPMNLabel>
362 <dc:Bounds x="184" y="170.5" width="0" height="0" />
363 </bpmndi:BPMNLabel>
364 </bpmndi:BPMNEdge>
Determe, Sebastien (sd378r)e63aa2e2017-08-08 03:13:42 -0700365 <bpmndi:BPMNEdge id="SequenceFlow_188n2z7_di" bpmnElement="SequenceFlow_188n2z7">
366 <di:waypoint xsi:type="dc:Point" x="715" y="775" />
367 <di:waypoint xsi:type="dc:Point" x="912" y="775" />
368 <bpmndi:BPMNLabel>
369 <dc:Bounds x="768" y="750" width="90" height="20" />
370 </bpmndi:BPMNLabel>
371 </bpmndi:BPMNEdge>
372 <bpmndi:BPMNShape id="ServiceTask_04d5jlr_di" bpmnElement="ServiceTask_04d5jlr">
373 <dc:Bounds x="615" y="735" width="100" height="80" />
374 </bpmndi:BPMNShape>
375 <bpmndi:BPMNEdge id="SequenceFlow_17snsdc_di" bpmnElement="SequenceFlow_17snsdc">
376 <di:waypoint xsi:type="dc:Point" x="715" y="659" />
377 <di:waypoint xsi:type="dc:Point" x="912" y="659" />
378 <bpmndi:BPMNLabel>
379 <dc:Bounds x="768.5" y="634" width="90" height="20" />
380 </bpmndi:BPMNLabel>
381 </bpmndi:BPMNEdge>
382 <bpmndi:BPMNShape id="ServiceTask_0d5zgbw_di" bpmnElement="ServiceTask_0d5zgbw">
383 <dc:Bounds x="615" y="619" width="100" height="80" />
384 </bpmndi:BPMNShape>
ChrisC5e9feb22017-06-21 02:38:57 -0700385 <bpmndi:BPMNEdge id="SequenceFlow_1rga27p_di" bpmnElement="SequenceFlow_1rga27p">
386 <di:waypoint xsi:type="dc:Point" x="861" y="129" />
387 <di:waypoint xsi:type="dc:Point" x="912" y="129" />
388 <bpmndi:BPMNLabel>
389 <dc:Bounds x="841.5" y="119" width="90" height="20" />
390 </bpmndi:BPMNLabel>
391 </bpmndi:BPMNEdge>
392 <bpmndi:BPMNShape id="ServiceTask_1r1brt6_di" bpmnElement="sendTcaReqDistribute">
393 <dc:Bounds x="760.715" y="89" width="100" height="80" />
394 </bpmndi:BPMNShape>
395 <bpmndi:BPMNEdge id="SequenceFlow_0tpegxf_di" bpmnElement="SequenceFlow_0tpegxf">
396 <di:waypoint xsi:type="dc:Point" x="596" y="425" />
397 <di:waypoint xsi:type="dc:Point" x="645" y="425" />
398 <bpmndi:BPMNLabel>
399 <dc:Bounds x="575.5" y="415" width="90" height="20" />
400 </bpmndi:BPMNLabel>
401 </bpmndi:BPMNEdge>
402 <bpmndi:BPMNShape id="ServiceTask_0y2gwy4_di" bpmnElement="sendTcaReqDelete">
403 <dc:Bounds x="495.71500000000003" y="385" width="100" height="80" />
404 </bpmndi:BPMNShape>
405 <bpmndi:BPMNEdge id="SequenceFlow_1kegg6u_di" bpmnElement="SequenceFlow_1kegg6u">
406 <di:waypoint xsi:type="dc:Point" x="861" y="540" />
407 <di:waypoint xsi:type="dc:Point" x="912" y="540" />
408 <bpmndi:BPMNLabel>
409 <dc:Bounds x="841.5" y="530" width="90" height="20" />
410 </bpmndi:BPMNLabel>
411 </bpmndi:BPMNEdge>
412 <bpmndi:BPMNShape id="ServiceTask_08pqhb3_di" bpmnElement="sendTcaReqUpdate">
413 <dc:Bounds x="761" y="500" width="100" height="80" />
414 </bpmndi:BPMNShape>
415 </bpmndi:BPMNPlane>
416 </bpmndi:BPMNDiagram>
417</bpmn2:definitions>