blob: 380f4fdfa7afc7ff1c4d81dc197489bd0a24e90f [file] [log] [blame]
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001<?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="_DkzPAHB4EeaJwpcpVN5gXw" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3 <bpmn2:process id="DoCreateAllottedResourceBRGRollback" name="DoCreateAllottedResourceBRGRollback" isExecutable="true">
4 <bpmn2:startEvent id="StartEvent_1">
5 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6 </bpmn2:startEvent>
7 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="initialization" />
8 <bpmn2:scriptTask id="initialization" name="Initialization" scriptFormat="groovy">
9 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10 <bpmn2:outgoing>SequenceFlow_0bfuk6l</bpmn2:outgoing>
11 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
12DoCreateAllottedResourceBRGRollback rbk = new DoCreateAllottedResourceBRGRollback()
13rbk.preProcessRequest(execution)]]></bpmn2:script>
14 </bpmn2:scriptTask>
15 <bpmn2:endEvent id="EndEvent_3">
16 <bpmn2:incoming>SequenceFlow_0ymy62j</bpmn2:incoming>
17 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_35" />
18 </bpmn2:endEvent>
19 <bpmn2:sequenceFlow id="SequenceFlow_15knw0q" sourceRef="SDNCDeactivate" targetRef="PostProcessSDNCDeactivate" />
20 <bpmn2:sequenceFlow id="SequenceFlow_0c5h00o" sourceRef="PostProcessSDNCDeactivate" targetRef="DeleteSDNC" />
21 <bpmn2:sequenceFlow id="SequenceFlow_0eb41vb" sourceRef="SDNCDelete" targetRef="postProcessSDNCDelete" />
22 <bpmn2:callActivity id="SDNCDeactivate" name="SDNC Deactivate" calledElement="sdncAdapter">
23 <bpmn2:extensionElements>
24 <camunda:in source="sdncDeactivateRequest" target="sdncAdapterWorkflowRequest" />
25 <camunda:in source="msoRequestId" target="mso-request-id" />
26 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
27 <camunda:out source="WorkflowException" target="WorkflowException" />
28 <camunda:out source="sdncAdapterResponse" target="sdncDeactivateResponse" />
29 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
30 </bpmn2:extensionElements>
31 <bpmn2:incoming>SequenceFlow_1fvfplx</bpmn2:incoming>
32 <bpmn2:outgoing>SequenceFlow_15knw0q</bpmn2:outgoing>
33 </bpmn2:callActivity>
34 <bpmn2:scriptTask id="PostProcessSDNCDeactivate" name="PostProcess SDNC Deactivate" scriptFormat="groovy">
35 <bpmn2:incoming>SequenceFlow_15knw0q</bpmn2:incoming>
36 <bpmn2:outgoing>SequenceFlow_0c5h00o</bpmn2:outgoing>
37 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
38
39String response = execution.getVariable("sdncDeactivateResponse")
40
41DoCreateAllottedResourceBRGRollback rbk = new DoCreateAllottedResourceBRGRollback()
42rbk.validateSDNCResp(execution, response, "deactivate" )]]></bpmn2:script>
43 </bpmn2:scriptTask>
44 <bpmn2:callActivity id="SDNCDelete" name="SDNC Delete" calledElement="sdncAdapter">
45 <bpmn2:extensionElements>
46 <camunda:in source="sdncDeleteRequest" target="sdncAdapterWorkflowRequest" />
47 <camunda:in source="msoRequestId" target="mso-request-id" />
48 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
49 <camunda:out source="WorkflowException" target="WorkflowException" />
50 <camunda:out source="sdncAdapterResponse" target="sdncDeleteResponse" />
51 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
52 </bpmn2:extensionElements>
53 <bpmn2:incoming>SequenceFlow_0m483rd</bpmn2:incoming>
54 <bpmn2:outgoing>SequenceFlow_0eb41vb</bpmn2:outgoing>
55 </bpmn2:callActivity>
56 <bpmn2:scriptTask id="postProcessSDNCDelete" name="PostProcess SDNC Delete" scriptFormat="groovy">
57 <bpmn2:incoming>SequenceFlow_0eb41vb</bpmn2:incoming>
58 <bpmn2:incoming>SequenceFlow_149adfw</bpmn2:incoming>
59 <bpmn2:outgoing>SequenceFlow_0sh1u69</bpmn2:outgoing>
60 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
61
62String response = execution.getVariable("sdncDeleteResponse")
63
64DoCreateAllottedResourceBRGRollback rbk = new DoCreateAllottedResourceBRGRollback()
65rbk.validateSDNCResp(execution, response, "delete" )]]></bpmn2:script>
66 </bpmn2:scriptTask>
67 <bpmn2:callActivity id="SDNCUnassign" name="SDNC Unassign" calledElement="sdncAdapter">
68 <bpmn2:extensionElements>
69 <camunda:in source="sdncUnassignRequest" target="sdncAdapterWorkflowRequest" />
70 <camunda:out source="WorkflowException" target="WorkflowException" />
71 <camunda:out source="sdncAdapterResponse" target="sdncUnassignResponse" />
72 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
73 <camunda:in source="msoRequestId" target="mso-request-id" />
74 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
75 </bpmn2:extensionElements>
76 <bpmn2:incoming>SequenceFlow_04hdt5s</bpmn2:incoming>
77 <bpmn2:outgoing>SequenceFlow_1s7yieq</bpmn2:outgoing>
78 </bpmn2:callActivity>
79 <bpmn2:scriptTask id="PostProcessSDNCUnassign" name="PostProcess SDNC Unassign" scriptFormat="groovy">
80 <bpmn2:incoming>SequenceFlow_1s7yieq</bpmn2:incoming>
81 <bpmn2:incoming>SequenceFlow_041l824</bpmn2:incoming>
82 <bpmn2:outgoing>SequenceFlow_00i7x43</bpmn2:outgoing>
83 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
84
85String response = execution.getVariable("sdncUnassignResponse")
86
87DoCreateAllottedResourceBRGRollback rbk = new DoCreateAllottedResourceBRGRollback()
88rbk.validateSDNCResp(execution, response, "unassign" )]]></bpmn2:script>
89 </bpmn2:scriptTask>
90 <bpmn2:sequenceFlow id="SequenceFlow_1s7yieq" sourceRef="SDNCUnassign" targetRef="PostProcessSDNCUnassign" />
91 <bpmn2:sequenceFlow id="SequenceFlow_00i7x43" sourceRef="PostProcessSDNCUnassign" targetRef="DeleteAAIAR" />
92 <bpmn2:subProcess id="SubProcess_161pl4g" name="Sub-process for Errors" triggeredByEvent="true">
93 <bpmn2:startEvent id="StartEvent_1ibe7qx">
94 <bpmn2:outgoing>SequenceFlow_1h61pqs</bpmn2:outgoing>
95 <bpmn2:errorEventDefinition />
96 </bpmn2:startEvent>
97 <bpmn2:endEvent id="EndEvent_1fgqhmi">
98 <bpmn2:incoming>SequenceFlow_1kbzr5v</bpmn2:incoming>
99 </bpmn2:endEvent>
100 <bpmn2:scriptTask id="ProcessError" name="Process Errors" scriptFormat="groovy">
101 <bpmn2:incoming>SequenceFlow_1h61pqs</bpmn2:incoming>
102 <bpmn2:outgoing>SequenceFlow_1kbzr5v</bpmn2:outgoing>
103 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
104DoCreateAllottedResourceBRGRollback rbk= new DoCreateAllottedResourceBRGRollback()
105rbk.processRollbackException(execution)]]></bpmn2:script>
106 </bpmn2:scriptTask>
107 <bpmn2:sequenceFlow id="SequenceFlow_1h61pqs" sourceRef="StartEvent_1ibe7qx" targetRef="ProcessError" />
108 <bpmn2:sequenceFlow id="SequenceFlow_1kbzr5v" sourceRef="ProcessError" targetRef="EndEvent_1fgqhmi" />
109 </bpmn2:subProcess>
110 <bpmn2:scriptTask id="DeleteAAIAR" name="Delete AAI AR " scriptFormat="groovy">
111 <bpmn2:incoming>SequenceFlow_00i7x43</bpmn2:incoming>
112 <bpmn2:incoming>SequenceFlow_13mhe5h</bpmn2:incoming>
113 <bpmn2:outgoing>SequenceFlow_03bkrg4</bpmn2:outgoing>
114 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
115
116DoCreateAllottedResourceBRGRollback rbk = new DoCreateAllottedResourceBRGRollback()
117rbk.deleteAaiAR(execution)]]></bpmn2:script>
118 </bpmn2:scriptTask>
119 <bpmn2:exclusiveGateway id="DeleteSDNC" name="Delete SDNC?&#10;" default="SequenceFlow_0m483st">
120 <bpmn2:incoming>SequenceFlow_0c5h00o</bpmn2:incoming>
121 <bpmn2:outgoing>SequenceFlow_0m483rd</bpmn2:outgoing>
122 <bpmn2:outgoing>SequenceFlow_0m483st</bpmn2:outgoing>
123 </bpmn2:exclusiveGateway>
124 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1lqaeh8" name="SDNCTasks">
125 <bpmn2:outgoing>SequenceFlow_0gd64w9</bpmn2:outgoing>
126 <bpmn2:linkEventDefinition name="SDNCTasks" />
127 </bpmn2:intermediateCatchEvent>
128 <bpmn2:sequenceFlow id="SequenceFlow_0gd64w9" sourceRef="IntermediateCatchEvent_1lqaeh8" targetRef="ExclusiveGateway_0vw18rq" />
129 <bpmn2:scriptTask id="UpdateAAIARPendingDelete" name="Update AAI AR PendingDelete" scriptFormat="groovy">
130 <bpmn2:incoming>SequenceFlow_144pxkp</bpmn2:incoming>
131 <bpmn2:outgoing>SequenceFlow_0g4cl5f</bpmn2:outgoing>
132 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
133
134DoCreateAllottedResourceBRGRollback rbk = new DoCreateAllottedResourceBRGRollback()
135rbk.updateAaiAROrchStatus(execution, "PendingDelete")]]></bpmn2:script>
136 </bpmn2:scriptTask>
137 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0v13nt6" name="To SDNCTasks">
138 <bpmn2:incoming>SequenceFlow_0g4cl5f</bpmn2:incoming>
139 <bpmn2:linkEventDefinition name="SDNCTasks" />
140 </bpmn2:intermediateThrowEvent>
141 <bpmn2:sequenceFlow id="SequenceFlow_0g4cl5f" sourceRef="UpdateAAIARPendingDelete" targetRef="IntermediateThrowEvent_0v13nt6" />
142 <bpmn2:sequenceFlow id="SequenceFlow_0ymy62j" sourceRef="postProcessRequest" targetRef="EndEvent_3" />
143 <bpmn2:sequenceFlow id="SequenceFlow_0m483rd" name="Yes" sourceRef="DeleteSDNC" targetRef="SDNCDelete">
144 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("deleteSdnc" ) == "true"}]]></bpmn2:conditionExpression>
145 </bpmn2:sequenceFlow>
146 <bpmn2:sequenceFlow id="SequenceFlow_0m483st" name="No" sourceRef="DeleteSDNC" targetRef="IntermediateThrowEvent_0apj7jy" />
147 <bpmn2:sequenceFlow id="SequenceFlow_0bfuk6l" sourceRef="initialization" targetRef="ExclusiveGateway_1txpz34" />
148 <bpmn2:sequenceFlow id="SequenceFlow_0xm9g9s" name="No" sourceRef="ExclusiveGateway_1086eg7" targetRef="IntermediateThrowEvent_0lwqzlv" />
149 <bpmn2:subProcess id="SubProcess_0g5bd80" name="Java Exception Handling Sub Process" triggeredByEvent="true">
150 <bpmn2:startEvent id="StartEvent_11nscgh">
151 <bpmn2:outgoing>SequenceFlow_0ebobc7</bpmn2:outgoing>
152 <bpmn2:errorEventDefinition errorRef="Error_1" />
153 </bpmn2:startEvent>
154 <bpmn2:scriptTask id="ScriptTask_0cexvpg" name="Process Java Error" scriptFormat="groovy">
155 <bpmn2:incoming>SequenceFlow_0ebobc7</bpmn2:incoming>
156 <bpmn2:outgoing>SequenceFlow_1ugqw84</bpmn2:outgoing>
157 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
158DoCreateAllottedResourceBRGRollback rbk= new DoCreateAllottedResourceBRGRollback()
159rbk.processRollbackJavaException(execution)]]></bpmn2:script>
160 </bpmn2:scriptTask>
161 <bpmn2:endEvent id="EndEvent_1ce2d7j">
162 <bpmn2:incoming>SequenceFlow_1ugqw84</bpmn2:incoming>
163 <bpmn2:terminateEventDefinition />
164 </bpmn2:endEvent>
165 <bpmn2:sequenceFlow id="SequenceFlow_0ebobc7" name="" sourceRef="StartEvent_11nscgh" targetRef="ScriptTask_0cexvpg" />
166 <bpmn2:sequenceFlow id="SequenceFlow_1ugqw84" name="" sourceRef="ScriptTask_0cexvpg" targetRef="EndEvent_1ce2d7j" />
167 </bpmn2:subProcess>
168 <bpmn2:scriptTask id="postProcessRequest" name="Post Process Request" scriptFormat="groovy">
169 <bpmn2:incoming>SequenceFlow_03bkrg4</bpmn2:incoming>
170 <bpmn2:incoming>SequenceFlow_0oe57h4</bpmn2:incoming>
171 <bpmn2:outgoing>SequenceFlow_0ymy62j</bpmn2:outgoing>
172 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
173DoCreateAllottedResourceBRGRollback rbk = new DoCreateAllottedResourceBRGRollback()
174rbk.postProcessRequest(execution)]]></bpmn2:script>
175 </bpmn2:scriptTask>
176 <bpmn2:exclusiveGateway id="ExclusiveGateway_0mys1pj" name="Unassign SDNC?" default="SequenceFlow_0m483td">
177 <bpmn2:incoming>SequenceFlow_0sh1u69</bpmn2:incoming>
178 <bpmn2:outgoing>SequenceFlow_04hdt5s</bpmn2:outgoing>
179 <bpmn2:outgoing>SequenceFlow_0m483td</bpmn2:outgoing>
180 </bpmn2:exclusiveGateway>
181 <bpmn2:sequenceFlow id="SequenceFlow_0sh1u69" sourceRef="postProcessSDNCDelete" targetRef="ExclusiveGateway_0mys1pj" />
182 <bpmn2:sequenceFlow id="SequenceFlow_04hdt5s" name="Yes" sourceRef="ExclusiveGateway_0mys1pj" targetRef="SDNCUnassign">
183 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("unassignSdnc" ) == "true"}]]></bpmn2:conditionExpression>
184 </bpmn2:sequenceFlow>
185 <bpmn2:sequenceFlow id="SequenceFlow_03bkrg4" sourceRef="DeleteAAIAR" targetRef="postProcessRequest" />
186 <bpmn2:exclusiveGateway id="ExclusiveGateway_1086eg7" name="Rollback SDNC?" default="SequenceFlow_0xm9g9s">
187 <bpmn2:incoming>SequenceFlow_1c07scr</bpmn2:incoming>
188 <bpmn2:outgoing>SequenceFlow_0xm9g9s</bpmn2:outgoing>
189 <bpmn2:outgoing>SequenceFlow_144pxkp</bpmn2:outgoing>
190 </bpmn2:exclusiveGateway>
191 <bpmn2:sequenceFlow id="SequenceFlow_144pxkp" name="Yes" sourceRef="ExclusiveGateway_1086eg7" targetRef="UpdateAAIARPendingDelete">
192 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("rollbackSDNC" ) == true}]]></bpmn2:conditionExpression>
193 </bpmn2:sequenceFlow>
194 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0lwqzlv" name="To AAI Delete">
195 <bpmn2:incoming>SequenceFlow_0xm9g9s</bpmn2:incoming>
196 <bpmn2:linkEventDefinition name="AAI Delete" />
197 </bpmn2:intermediateThrowEvent>
198 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0mdm7ig" name="To AAI Delete">
199 <bpmn2:incoming>SequenceFlow_0m483td</bpmn2:incoming>
200 <bpmn2:linkEventDefinition name="AAI Delete" />
201 </bpmn2:intermediateThrowEvent>
202 <bpmn2:sequenceFlow id="SequenceFlow_0m483td" name="No" sourceRef="ExclusiveGateway_0mys1pj" targetRef="IntermediateThrowEvent_0mdm7ig" />
203 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0kdn6a5" name="AAI Delete">
204 <bpmn2:outgoing>SequenceFlow_13mhe5h</bpmn2:outgoing>
205 <bpmn2:linkEventDefinition name="AAI Delete" />
206 </bpmn2:intermediateCatchEvent>
207 <bpmn2:sequenceFlow id="SequenceFlow_13mhe5h" sourceRef="IntermediateCatchEvent_0kdn6a5" targetRef="DeleteAAIAR" />
208 <bpmn2:exclusiveGateway id="ExclusiveGateway_1txpz34" name="Skip Rollback?" default="SequenceFlow_1c07scr">
209 <bpmn2:incoming>SequenceFlow_0bfuk6l</bpmn2:incoming>
210 <bpmn2:outgoing>SequenceFlow_1c07scr</bpmn2:outgoing>
211 <bpmn2:outgoing>SequenceFlow_0oe57h4</bpmn2:outgoing>
212 </bpmn2:exclusiveGateway>
213 <bpmn2:sequenceFlow id="SequenceFlow_1c07scr" name="No" sourceRef="ExclusiveGateway_1txpz34" targetRef="ExclusiveGateway_1086eg7" />
214 <bpmn2:sequenceFlow id="SequenceFlow_0oe57h4" name="Yes" sourceRef="ExclusiveGateway_1txpz34" targetRef="postProcessRequest">
215 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("skipRollback" ) == true}]]></bpmn2:conditionExpression>
216 </bpmn2:sequenceFlow>
217 <bpmn2:exclusiveGateway id="ExclusiveGateway_0vw18rq" name="Deactiavate SDNC?&#10;" default="SequenceFlow_0dzz8fp">
218 <bpmn2:incoming>SequenceFlow_0gd64w9</bpmn2:incoming>
219 <bpmn2:outgoing>SequenceFlow_1fvfplx</bpmn2:outgoing>
220 <bpmn2:outgoing>SequenceFlow_0dzz8fp</bpmn2:outgoing>
221 </bpmn2:exclusiveGateway>
222 <bpmn2:sequenceFlow id="SequenceFlow_1fvfplx" name="Yes" sourceRef="ExclusiveGateway_0vw18rq" targetRef="SDNCDeactivate">
223 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("deactivateSdnc" ) == "true"}]]></bpmn2:conditionExpression>
224 </bpmn2:sequenceFlow>
225 <bpmn2:sequenceFlow id="SequenceFlow_0dzz8fp" name="No" sourceRef="ExclusiveGateway_0vw18rq" targetRef="IntermediateThrowEvent_1vkyj76" />
226 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1vkyj76" name="To SDNC Delete">
227 <bpmn2:incoming>SequenceFlow_0dzz8fp</bpmn2:incoming>
228 <bpmn2:linkEventDefinition name="SDNC Delete" />
229 </bpmn2:intermediateThrowEvent>
230 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0apj7jy" name="To SDNC Unassign">
231 <bpmn2:incoming>SequenceFlow_0m483st</bpmn2:incoming>
232 <bpmn2:linkEventDefinition name="SDNC Unassign" />
233 </bpmn2:intermediateThrowEvent>
234 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1dkzo0o" name="SDNC Delete">
235 <bpmn2:outgoing>SequenceFlow_149adfw</bpmn2:outgoing>
236 <bpmn2:linkEventDefinition name="SDNC Delete" />
237 </bpmn2:intermediateCatchEvent>
238 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0vz52ri" name="SDNC Unassign">
239 <bpmn2:outgoing>SequenceFlow_041l824</bpmn2:outgoing>
240 <bpmn2:linkEventDefinition name="SDNC Unassign" />
241 </bpmn2:intermediateCatchEvent>
242 <bpmn2:sequenceFlow id="SequenceFlow_149adfw" sourceRef="IntermediateCatchEvent_1dkzo0o" targetRef="postProcessSDNCDelete" />
243 <bpmn2:sequenceFlow id="SequenceFlow_041l824" sourceRef="IntermediateCatchEvent_0vz52ri" targetRef="PostProcessSDNCUnassign" />
244 </bpmn2:process>
245 <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
246 <bpmn2:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
247 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
248 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateAllottedResourceBRGRollback">
249 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_1">
250 <dc:Bounds x="66" y="392" width="36" height="36" />
251 <bpmndi:BPMNLabel>
252 <dc:Bounds x="84" y="433" width="0" height="0" />
253 </bpmndi:BPMNLabel>
254 </bpmndi:BPMNShape>
255 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="initialization">
256 <dc:Bounds x="160" y="370" width="100" height="80" />
257 </bpmndi:BPMNShape>
258 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ScriptTask_285">
259 <di:waypoint xsi:type="dc:Point" x="101" y="412" />
260 <di:waypoint xsi:type="dc:Point" x="160" y="412" />
261 <bpmndi:BPMNLabel>
262 <dc:Bounds x="131" y="397" width="0" height="0" />
263 </bpmndi:BPMNLabel>
264 </bpmndi:BPMNEdge>
265 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_228" bpmnElement="EndEvent_3">
266 <dc:Bounds x="966" y="646" width="36" height="36" />
267 <bpmndi:BPMNLabel>
268 <dc:Bounds x="984" y="687" width="0" height="0" />
269 </bpmndi:BPMNLabel>
270 </bpmndi:BPMNShape>
271 <bpmndi:BPMNEdge id="SequenceFlow_15knw0q_di" bpmnElement="SequenceFlow_15knw0q">
272 <di:waypoint xsi:type="dc:Point" x="92" y="710" />
273 <di:waypoint xsi:type="dc:Point" x="92" y="745" />
274 <bpmndi:BPMNLabel>
275 <dc:Bounds x="107" y="727.5" width="0" height="0" />
276 </bpmndi:BPMNLabel>
277 </bpmndi:BPMNEdge>
278 <bpmndi:BPMNEdge id="SequenceFlow_0c5h00o_di" bpmnElement="SequenceFlow_0c5h00o">
279 <di:waypoint xsi:type="dc:Point" x="142" y="785" />
280 <di:waypoint xsi:type="dc:Point" x="198" y="785" />
281 <bpmndi:BPMNLabel>
282 <dc:Bounds x="170" y="770" width="0" height="0" />
283 </bpmndi:BPMNLabel>
284 </bpmndi:BPMNEdge>
285 <bpmndi:BPMNEdge id="SequenceFlow_0eb41vb_di" bpmnElement="SequenceFlow_0eb41vb">
286 <di:waypoint xsi:type="dc:Point" x="359" y="707" />
287 <di:waypoint xsi:type="dc:Point" x="359" y="725" />
288 <di:waypoint xsi:type="dc:Point" x="359" y="725" />
289 <di:waypoint xsi:type="dc:Point" x="359" y="745" />
290 <bpmndi:BPMNLabel>
291 <dc:Bounds x="374" y="725" width="0" height="0" />
292 </bpmndi:BPMNLabel>
293 </bpmndi:BPMNEdge>
294 <bpmndi:BPMNShape id="CallActivity_0p5ncd0_di" bpmnElement="SDNCDeactivate">
295 <dc:Bounds x="42" y="624" width="100" height="80" />
296 </bpmndi:BPMNShape>
297 <bpmndi:BPMNShape id="ScriptTask_1qa39wn_di" bpmnElement="PostProcessSDNCDeactivate">
298 <dc:Bounds x="42" y="745" width="100" height="80" />
299 </bpmndi:BPMNShape>
300 <bpmndi:BPMNShape id="CallActivity_1ieo30p_di" bpmnElement="SDNCDelete">
301 <dc:Bounds x="309" y="624" width="100" height="80" />
302 </bpmndi:BPMNShape>
303 <bpmndi:BPMNShape id="ScriptTask_04votlb_di" bpmnElement="postProcessSDNCDelete">
304 <dc:Bounds x="309" y="745" width="100" height="80" />
305 </bpmndi:BPMNShape>
306 <bpmndi:BPMNShape id="CallActivity_1uhgd2e_di" bpmnElement="SDNCUnassign">
307 <dc:Bounds x="590" y="624" width="100" height="80" />
308 </bpmndi:BPMNShape>
309 <bpmndi:BPMNShape id="ScriptTask_0rrv9dw_di" bpmnElement="PostProcessSDNCUnassign">
310 <dc:Bounds x="590" y="745" width="100" height="80" />
311 </bpmndi:BPMNShape>
312 <bpmndi:BPMNEdge id="SequenceFlow_1s7yieq_di" bpmnElement="SequenceFlow_1s7yieq">
313 <di:waypoint xsi:type="dc:Point" x="640" y="704" />
314 <di:waypoint xsi:type="dc:Point" x="640" y="745" />
315 <bpmndi:BPMNLabel>
316 <dc:Bounds x="655" y="724.5" width="0" height="0" />
317 </bpmndi:BPMNLabel>
318 </bpmndi:BPMNEdge>
319 <bpmndi:BPMNEdge id="SequenceFlow_00i7x43_di" bpmnElement="SequenceFlow_00i7x43">
320 <di:waypoint xsi:type="dc:Point" x="690" y="785" />
321 <di:waypoint xsi:type="dc:Point" x="787" y="785" />
322 <bpmndi:BPMNLabel>
323 <dc:Bounds x="739" y="770" width="0" height="0" />
324 </bpmndi:BPMNLabel>
325 </bpmndi:BPMNEdge>
326 <bpmndi:BPMNShape id="SubProcess_161pl4g_di" bpmnElement="SubProcess_161pl4g" isExpanded="true">
327 <dc:Bounds x="-9" y="962" width="367" height="150" />
328 </bpmndi:BPMNShape>
329 <bpmndi:BPMNShape id="StartEvent_1ibe7qx_di" bpmnElement="StartEvent_1ibe7qx">
330 <dc:Bounds x="20" y="1025" width="36" height="36" />
331 <bpmndi:BPMNLabel>
332 <dc:Bounds x="38" y="1066" width="0" height="0" />
333 </bpmndi:BPMNLabel>
334 </bpmndi:BPMNShape>
335 <bpmndi:BPMNShape id="EndEvent_1fgqhmi_di" bpmnElement="EndEvent_1fgqhmi">
336 <dc:Bounds x="295" y="1025" width="36" height="36" />
337 <bpmndi:BPMNLabel>
338 <dc:Bounds x="313" y="1066" width="0" height="0" />
339 </bpmndi:BPMNLabel>
340 </bpmndi:BPMNShape>
341 <bpmndi:BPMNShape id="ScriptTask_0ji3121_di" bpmnElement="ProcessError">
342 <dc:Bounds x="125" y="1003" width="100" height="80" />
343 </bpmndi:BPMNShape>
344 <bpmndi:BPMNEdge id="SequenceFlow_1h61pqs_di" bpmnElement="SequenceFlow_1h61pqs">
345 <di:waypoint xsi:type="dc:Point" x="56" y="1043" />
346 <di:waypoint xsi:type="dc:Point" x="125" y="1043" />
347 <bpmndi:BPMNLabel>
348 <dc:Bounds x="91" y="1028" width="0" height="0" />
349 </bpmndi:BPMNLabel>
350 </bpmndi:BPMNEdge>
351 <bpmndi:BPMNEdge id="SequenceFlow_1kbzr5v_di" bpmnElement="SequenceFlow_1kbzr5v">
352 <di:waypoint xsi:type="dc:Point" x="225" y="1043" />
353 <di:waypoint xsi:type="dc:Point" x="264" y="1043" />
354 <di:waypoint xsi:type="dc:Point" x="264" y="1043" />
355 <di:waypoint xsi:type="dc:Point" x="295" y="1043" />
356 <bpmndi:BPMNLabel>
357 <dc:Bounds x="279" y="1043" width="0" height="0" />
358 </bpmndi:BPMNLabel>
359 </bpmndi:BPMNEdge>
360 <bpmndi:BPMNShape id="ScriptTask_16x97wp_di" bpmnElement="DeleteAAIAR">
361 <dc:Bounds x="787" y="742" width="100" height="80" />
362 </bpmndi:BPMNShape>
363 <bpmndi:BPMNShape id="ExclusiveGateway_0hxis7t_di" bpmnElement="DeleteSDNC" isMarkerVisible="true">
364 <dc:Bounds x="197" y="761" width="50" height="50" />
365 <bpmndi:BPMNLabel>
366 <dc:Bounds x="219" y="648" width="71" height="14" />
367 </bpmndi:BPMNLabel>
368 </bpmndi:BPMNShape>
369 <bpmndi:BPMNShape id="IntermediateCatchEvent_1lqaeh8_di" bpmnElement="IntermediateCatchEvent_1lqaeh8">
370 <dc:Bounds x="-180" y="767" width="36" height="36" />
371 <bpmndi:BPMNLabel>
372 <dc:Bounds x="-189" y="808" width="59" height="14" />
373 </bpmndi:BPMNLabel>
374 </bpmndi:BPMNShape>
375 <bpmndi:BPMNEdge id="SequenceFlow_0gd64w9_di" bpmnElement="SequenceFlow_0gd64w9">
376 <di:waypoint xsi:type="dc:Point" x="-144" y="785" />
377 <di:waypoint xsi:type="dc:Point" x="-112" y="785" />
378 <di:waypoint xsi:type="dc:Point" x="-112" y="785" />
379 <di:waypoint xsi:type="dc:Point" x="-79" y="785" />
380 <bpmndi:BPMNLabel>
381 <dc:Bounds x="-97" y="785" width="0" height="0" />
382 </bpmndi:BPMNLabel>
383 </bpmndi:BPMNEdge>
384 <bpmndi:BPMNShape id="ScriptTask_1k13o3m_di" bpmnElement="UpdateAAIARPendingDelete">
385 <dc:Bounds x="627" y="381" width="100" height="80" />
386 </bpmndi:BPMNShape>
387 <bpmndi:BPMNShape id="IntermediateThrowEvent_0v13nt6_di" bpmnElement="IntermediateThrowEvent_0v13nt6">
388 <dc:Bounds x="659" y="298" width="36" height="36" />
389 <bpmndi:BPMNLabel>
390 <dc:Bounds x="650" y="275" width="73" height="14" />
391 </bpmndi:BPMNLabel>
392 </bpmndi:BPMNShape>
393 <bpmndi:BPMNEdge id="SequenceFlow_0g4cl5f_di" bpmnElement="SequenceFlow_0g4cl5f">
394 <di:waypoint xsi:type="dc:Point" x="677" y="381" />
395 <di:waypoint xsi:type="dc:Point" x="677" y="334" />
396 <bpmndi:BPMNLabel>
397 <dc:Bounds x="692" y="357.5" width="0" height="0" />
398 </bpmndi:BPMNLabel>
399 </bpmndi:BPMNEdge>
400 <bpmndi:BPMNEdge id="SequenceFlow_0ymy62j_di" bpmnElement="SequenceFlow_0ymy62j">
401 <di:waypoint xsi:type="dc:Point" x="887" y="664" />
402 <di:waypoint xsi:type="dc:Point" x="966" y="664" />
403 <bpmndi:BPMNLabel>
404 <dc:Bounds x="927" y="649" width="0" height="0" />
405 </bpmndi:BPMNLabel>
406 </bpmndi:BPMNEdge>
407 <bpmndi:BPMNEdge id="SequenceFlow_197vrli_di" bpmnElement="SequenceFlow_0m483rd">
408 <di:waypoint xsi:type="dc:Point" x="222" y="761" />
409 <di:waypoint xsi:type="dc:Point" x="222" y="672" />
410 <di:waypoint xsi:type="dc:Point" x="303" y="672" />
411 <bpmndi:BPMNLabel>
412 <dc:Bounds x="230" y="732.7173913043479" width="19" height="14" />
413 </bpmndi:BPMNLabel>
414 </bpmndi:BPMNEdge>
415 <bpmndi:BPMNEdge id="SequenceFlow_0ue1x4e_di" bpmnElement="SequenceFlow_0m483st">
416 <di:waypoint xsi:type="dc:Point" x="223" y="810" />
417 <di:waypoint xsi:type="dc:Point" x="224" y="836" />
418 <di:waypoint xsi:type="dc:Point" x="224" y="868" />
419 <bpmndi:BPMNLabel>
420 <dc:Bounds x="205" y="825.0864835800907" width="14" height="14" />
421 </bpmndi:BPMNLabel>
422 </bpmndi:BPMNEdge>
423 <bpmndi:BPMNEdge id="SequenceFlow_0bfuk6l_di" bpmnElement="SequenceFlow_0bfuk6l">
424 <di:waypoint xsi:type="dc:Point" x="260" y="413" />
425 <di:waypoint xsi:type="dc:Point" x="334" y="413" />
426 <bpmndi:BPMNLabel>
427 <dc:Bounds x="297" y="398" width="0" height="0" />
428 </bpmndi:BPMNLabel>
429 </bpmndi:BPMNEdge>
430 <bpmndi:BPMNEdge id="SequenceFlow_0xm9g9s_di" bpmnElement="SequenceFlow_0xm9g9s">
431 <di:waypoint xsi:type="dc:Point" x="495" y="386" />
432 <di:waypoint xsi:type="dc:Point" x="496" y="334" />
433 <bpmndi:BPMNLabel>
434 <dc:Bounds x="477" y="353.9807135698298" width="15" height="12" />
435 </bpmndi:BPMNLabel>
436 </bpmndi:BPMNEdge>
437 <bpmndi:BPMNShape id="SubProcess_0g5bd80_di" bpmnElement="SubProcess_0g5bd80" isExpanded="true">
438 <dc:Bounds x="515" y="979" width="405" height="139" />
439 </bpmndi:BPMNShape>
440 <bpmndi:BPMNShape id="StartEvent_11nscgh_di" bpmnElement="StartEvent_11nscgh">
441 <dc:Bounds x="563" y="1036" width="36" height="36" />
442 <bpmndi:BPMNLabel>
443 <dc:Bounds x="581" y="1077" width="0" height="0" />
444 </bpmndi:BPMNLabel>
445 </bpmndi:BPMNShape>
446 <bpmndi:BPMNShape id="ScriptTask_0cexvpg_di" bpmnElement="ScriptTask_0cexvpg">
447 <dc:Bounds x="683" y="1014" width="100" height="80" />
448 </bpmndi:BPMNShape>
449 <bpmndi:BPMNShape id="EndEvent_1ce2d7j_di" bpmnElement="EndEvent_1ce2d7j">
450 <dc:Bounds x="845" y="1036" width="36" height="36" />
451 <bpmndi:BPMNLabel>
452 <dc:Bounds x="863" y="1077" width="0" height="0" />
453 </bpmndi:BPMNLabel>
454 </bpmndi:BPMNShape>
455 <bpmndi:BPMNEdge id="SequenceFlow_0ebobc7_di" bpmnElement="SequenceFlow_0ebobc7">
456 <di:waypoint xsi:type="dc:Point" x="599" y="1054" />
457 <di:waypoint xsi:type="dc:Point" x="652" y="1054" />
458 <di:waypoint xsi:type="dc:Point" x="652" y="1054" />
459 <di:waypoint xsi:type="dc:Point" x="683" y="1054" />
460 <bpmndi:BPMNLabel>
461 <dc:Bounds x="667" y="1054" width="0" height="0" />
462 </bpmndi:BPMNLabel>
463 </bpmndi:BPMNEdge>
464 <bpmndi:BPMNEdge id="SequenceFlow_1ugqw84_di" bpmnElement="SequenceFlow_1ugqw84">
465 <di:waypoint xsi:type="dc:Point" x="783" y="1054" />
466 <di:waypoint xsi:type="dc:Point" x="813" y="1054" />
467 <di:waypoint xsi:type="dc:Point" x="813" y="1054" />
468 <di:waypoint xsi:type="dc:Point" x="845" y="1054" />
469 <bpmndi:BPMNLabel>
470 <dc:Bounds x="828" y="1054" width="0" height="0" />
471 </bpmndi:BPMNLabel>
472 </bpmndi:BPMNEdge>
473 <bpmndi:BPMNShape id="ScriptTask_13b9eww_di" bpmnElement="postProcessRequest">
474 <dc:Bounds x="787" y="624" width="100" height="80" />
475 </bpmndi:BPMNShape>
476 <bpmndi:BPMNShape id="ExclusiveGateway_0mys1pj_di" bpmnElement="ExclusiveGateway_0mys1pj" isMarkerVisible="true">
477 <dc:Bounds x="470" y="760" width="50" height="50" />
478 <bpmndi:BPMNLabel>
479 <dc:Bounds x="490" y="640" width="86" height="14" />
480 </bpmndi:BPMNLabel>
481 </bpmndi:BPMNShape>
482 <bpmndi:BPMNEdge id="SequenceFlow_0sh1u69_di" bpmnElement="SequenceFlow_0sh1u69">
483 <di:waypoint xsi:type="dc:Point" x="409" y="785" />
484 <di:waypoint xsi:type="dc:Point" x="437" y="785" />
485 <di:waypoint xsi:type="dc:Point" x="437" y="785" />
486 <di:waypoint xsi:type="dc:Point" x="470" y="785" />
487 <bpmndi:BPMNLabel>
488 <dc:Bounds x="452" y="785" width="0" height="0" />
489 </bpmndi:BPMNLabel>
490 </bpmndi:BPMNEdge>
491 <bpmndi:BPMNEdge id="SequenceFlow_04hdt5s_di" bpmnElement="SequenceFlow_04hdt5s">
492 <di:waypoint xsi:type="dc:Point" x="495" y="759" />
493 <di:waypoint xsi:type="dc:Point" x="495" y="664" />
494 <di:waypoint xsi:type="dc:Point" x="590" y="664" />
495 <bpmndi:BPMNLabel>
496 <dc:Bounds x="502" y="732" width="19" height="14" />
497 </bpmndi:BPMNLabel>
498 </bpmndi:BPMNEdge>
499 <bpmndi:BPMNEdge id="SequenceFlow_03bkrg4_di" bpmnElement="SequenceFlow_03bkrg4">
500 <di:waypoint xsi:type="dc:Point" x="837" y="742" />
501 <di:waypoint xsi:type="dc:Point" x="837" y="704" />
502 <bpmndi:BPMNLabel>
503 <dc:Bounds x="852" y="723" width="0" height="0" />
504 </bpmndi:BPMNLabel>
505 </bpmndi:BPMNEdge>
506 <bpmndi:BPMNShape id="ExclusiveGateway_1086eg7_di" bpmnElement="ExclusiveGateway_1086eg7" isMarkerVisible="true">
507 <dc:Bounds x="469" y="385" width="50" height="50" />
508 <bpmndi:BPMNLabel>
509 <dc:Bounds x="458" y="439" width="83" height="14" />
510 </bpmndi:BPMNLabel>
511 </bpmndi:BPMNShape>
512 <bpmndi:BPMNEdge id="SequenceFlow_144pxkp_di" bpmnElement="SequenceFlow_144pxkp">
513 <di:waypoint xsi:type="dc:Point" x="519" y="410" />
514 <di:waypoint xsi:type="dc:Point" x="627" y="410" />
515 <bpmndi:BPMNLabel>
516 <dc:Bounds x="550" y="392.99583286074477" width="19" height="14" />
517 </bpmndi:BPMNLabel>
518 </bpmndi:BPMNEdge>
519 <bpmndi:BPMNShape id="IntermediateThrowEvent_0lwqzlv_di" bpmnElement="IntermediateThrowEvent_0lwqzlv">
520 <dc:Bounds x="479" y="298" width="36" height="36" />
521 <bpmndi:BPMNLabel>
522 <dc:Bounds x="473" y="277" width="67" height="14" />
523 </bpmndi:BPMNLabel>
524 </bpmndi:BPMNShape>
525 <bpmndi:BPMNShape id="IntermediateThrowEvent_0mdm7ig_di" bpmnElement="IntermediateThrowEvent_0mdm7ig">
526 <dc:Bounds x="476" y="872" width="36" height="36" />
527 <bpmndi:BPMNLabel>
528 <dc:Bounds x="460" y="911" width="67" height="14" />
529 </bpmndi:BPMNLabel>
530 </bpmndi:BPMNShape>
531 <bpmndi:BPMNEdge id="SequenceFlow_0m483td_di" bpmnElement="SequenceFlow_0m483td">
532 <di:waypoint xsi:type="dc:Point" x="495" y="810" />
533 <di:waypoint xsi:type="dc:Point" x="494" y="872" />
534 <bpmndi:BPMNLabel>
535 <dc:Bounds x="510" y="803" width="14" height="14" />
536 </bpmndi:BPMNLabel>
537 </bpmndi:BPMNEdge>
538 <bpmndi:BPMNShape id="IntermediateCatchEvent_0kdn6a5_di" bpmnElement="IntermediateCatchEvent_0kdn6a5">
539 <dc:Bounds x="819" y="876" width="36" height="36" />
540 <bpmndi:BPMNLabel>
541 <dc:Bounds x="809" y="916" width="53" height="14" />
542 </bpmndi:BPMNLabel>
543 </bpmndi:BPMNShape>
544 <bpmndi:BPMNEdge id="SequenceFlow_13mhe5h_di" bpmnElement="SequenceFlow_13mhe5h">
545 <di:waypoint xsi:type="dc:Point" x="837" y="876" />
546 <di:waypoint xsi:type="dc:Point" x="837" y="848" />
547 <di:waypoint xsi:type="dc:Point" x="837" y="826" />
548 <bpmndi:BPMNLabel>
549 <dc:Bounds x="852" y="862" width="0" height="0" />
550 </bpmndi:BPMNLabel>
551 </bpmndi:BPMNEdge>
552 <bpmndi:BPMNShape id="ExclusiveGateway_1txpz34_di" bpmnElement="ExclusiveGateway_1txpz34" isMarkerVisible="true">
553 <dc:Bounds x="334" y="385" width="50" height="50" />
554 <bpmndi:BPMNLabel>
555 <dc:Bounds x="323" y="370" width="72" height="12" />
556 </bpmndi:BPMNLabel>
557 </bpmndi:BPMNShape>
558 <bpmndi:BPMNEdge id="SequenceFlow_1c07scr_di" bpmnElement="SequenceFlow_1c07scr">
559 <di:waypoint xsi:type="dc:Point" x="384" y="410" />
560 <di:waypoint xsi:type="dc:Point" x="469" y="410" />
561 <bpmndi:BPMNLabel>
562 <dc:Bounds x="421" y="394.9978753852595" width="14" height="14" />
563 </bpmndi:BPMNLabel>
564 </bpmndi:BPMNEdge>
565 <bpmndi:BPMNEdge id="SequenceFlow_0oe57h4_di" bpmnElement="SequenceFlow_0oe57h4">
566 <di:waypoint xsi:type="dc:Point" x="359" y="435" />
567 <di:waypoint xsi:type="dc:Point" x="359" y="535" />
568 <di:waypoint xsi:type="dc:Point" x="837" y="535" />
569 <di:waypoint xsi:type="dc:Point" x="837" y="624" />
570 <bpmndi:BPMNLabel>
571 <dc:Bounds x="589" y="520" width="19" height="14" />
572 </bpmndi:BPMNLabel>
573 </bpmndi:BPMNEdge>
574 <bpmndi:BPMNShape id="ExclusiveGateway_0vw18rq_di" bpmnElement="ExclusiveGateway_0vw18rq" isMarkerVisible="true">
575 <dc:Bounds x="-79" y="760" width="50" height="50" />
576 <bpmndi:BPMNLabel>
577 <dc:Bounds x="-53" y="631" width="62" height="26" />
578 </bpmndi:BPMNLabel>
579 </bpmndi:BPMNShape>
580 <bpmndi:BPMNEdge id="SequenceFlow_1fvfplx_di" bpmnElement="SequenceFlow_1fvfplx">
581 <di:waypoint xsi:type="dc:Point" x="-54" y="760" />
582 <di:waypoint xsi:type="dc:Point" x="-54" y="664" />
583 <di:waypoint xsi:type="dc:Point" x="42" y="664" />
584 <bpmndi:BPMNLabel>
585 <dc:Bounds x="-49" y="733.3483834130782" width="19" height="14" />
586 </bpmndi:BPMNLabel>
587 </bpmndi:BPMNEdge>
588 <bpmndi:BPMNEdge id="SequenceFlow_0dzz8fp_di" bpmnElement="SequenceFlow_0dzz8fp">
589 <di:waypoint xsi:type="dc:Point" x="-54" y="810" />
590 <di:waypoint xsi:type="dc:Point" x="-54" y="863" />
591 <bpmndi:BPMNLabel>
592 <dc:Bounds x="-46" y="792.5" width="14" height="14" />
593 </bpmndi:BPMNLabel>
594 </bpmndi:BPMNEdge>
595 <bpmndi:BPMNShape id="IntermediateThrowEvent_1vkyj76_di" bpmnElement="IntermediateThrowEvent_1vkyj76">
596 <dc:Bounds x="-72" y="863" width="36" height="36" />
597 <bpmndi:BPMNLabel>
598 <dc:Bounds x="-78" y="901" width="79" height="14" />
599 </bpmndi:BPMNLabel>
600 </bpmndi:BPMNShape>
601 <bpmndi:BPMNShape id="IntermediateThrowEvent_0apj7jy_di" bpmnElement="IntermediateThrowEvent_0apj7jy">
602 <dc:Bounds x="206" y="871" width="36" height="36" />
603 <bpmndi:BPMNLabel>
604 <dc:Bounds x="200" y="908" width="47" height="26" />
605 </bpmndi:BPMNLabel>
606 </bpmndi:BPMNShape>
607 <bpmndi:BPMNShape id="IntermediateCatchEvent_1dkzo0o_di" bpmnElement="IntermediateCatchEvent_1dkzo0o">
608 <dc:Bounds x="341" y="876" width="36" height="36" />
609 <bpmndi:BPMNLabel>
610 <dc:Bounds x="325" y="916" width="65" height="14" />
611 </bpmndi:BPMNLabel>
612 </bpmndi:BPMNShape>
613 <bpmndi:BPMNShape id="IntermediateCatchEvent_0vz52ri_di" bpmnElement="IntermediateCatchEvent_0vz52ri">
614 <dc:Bounds x="622" y="872" width="36" height="36" />
615 <bpmndi:BPMNLabel>
616 <dc:Bounds x="599" y="912" width="80" height="14" />
617 </bpmndi:BPMNLabel>
618 </bpmndi:BPMNShape>
619 <bpmndi:BPMNEdge id="SequenceFlow_149adfw_di" bpmnElement="SequenceFlow_149adfw">
620 <di:waypoint xsi:type="dc:Point" x="359" y="876" />
621 <di:waypoint xsi:type="dc:Point" x="359" y="825" />
622 <bpmndi:BPMNLabel>
623 <dc:Bounds x="374" y="850.5" width="0" height="0" />
624 </bpmndi:BPMNLabel>
625 </bpmndi:BPMNEdge>
626 <bpmndi:BPMNEdge id="SequenceFlow_041l824_di" bpmnElement="SequenceFlow_041l824">
627 <di:waypoint xsi:type="dc:Point" x="640" y="872" />
628 <di:waypoint xsi:type="dc:Point" x="640" y="825" />
629 <bpmndi:BPMNLabel>
630 <dc:Bounds x="655" y="848.5" width="0" height="0" />
631 </bpmndi:BPMNLabel>
632 </bpmndi:BPMNEdge>
633 </bpmndi:BPMNPlane>
634 </bpmndi:BPMNDiagram>
635</bpmn2:definitions>