blob: fae66a73811c423083a401e14674b57e23e17943 [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -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="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3 <bpmn2:process id="DoDeleteServiceInstance" name="DoDeleteServiceInstance" isExecutable="true">
4 <bpmn2:startEvent id="deleteSI_startEven" name="Start Flow">
5 <bpmn2:outgoing>SequenceFlow_0jfgn05</bpmn2:outgoing>
6 </bpmn2:startEvent>
7 <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
8 <bpmn2:incoming>SequenceFlow_0jfgn05</bpmn2:incoming>
9 <bpmn2:outgoing>SequenceFlow_1jqc16k</bpmn2:outgoing>
10 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
11def ddsi = new DoDeleteServiceInstance()
12ddsi.preProcessRequest(execution)
13]]></bpmn2:script>
14 </bpmn2:scriptTask>
15 <bpmn2:endEvent id="EndEvent_3">
16 <bpmn2:incoming>SequenceFlow_1wyvxwi</bpmn2:incoming>
17 </bpmn2:endEvent>
18 <bpmn2:sequenceFlow id="SequenceFlow_0k28xib" sourceRef="CallActivity_0ak0ezb" targetRef="ScriptTask_1uxr0cx" />
19 <bpmn2:callActivity id="CallActivity_0ak0ezb" name="Call SDNC Service Topology Deactivate" calledElement="sdncAdapter">
20 <bpmn2:extensionElements>
21 <camunda:in source="sdncDeactivate" target="sdncAdapterWorkflowRequest" />
22 <camunda:in source="msoRequestId" target="mso-request-id" />
23 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
24 <camunda:out source="WorkflowException" target="WorkflowException" />
25 <camunda:out source="sdncAdapterResponse" target="sdncDeactivateResponse" />
26 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
27 </bpmn2:extensionElements>
28 <bpmn2:incoming>SequenceFlow_0yohjl7</bpmn2:incoming>
29 <bpmn2:outgoing>SequenceFlow_0k28xib</bpmn2:outgoing>
30 </bpmn2:callActivity>
31 <bpmn2:scriptTask id="ScriptTask_1uxr0cx" name="Post Process SDNC Deactivate" scriptFormat="groovy">
32 <bpmn2:incoming>SequenceFlow_0k28xib</bpmn2:incoming>
33 <bpmn2:outgoing>SequenceFlow_1w8ao21</bpmn2:outgoing>
34 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
35
36String response = execution.getVariable("sdncDeactivateResponse")
37def ddsi = new DoDeleteServiceInstance()
38ddsi.postProcessSDNCDelete(execution, response, "deactivate")]]></bpmn2:script>
39 </bpmn2:scriptTask>
40 <bpmn2:sequenceFlow id="SequenceFlow_0jfgn05" sourceRef="deleteSI_startEven" targetRef="preProcessRequest_ScriptTask" />
41 <bpmn2:scriptTask id="ScriptTask_0xxwbdq" name="PreProcess SDNC Delete" scriptFormat="groovy">
42 <bpmn2:incoming>SequenceFlow_1dwch0k</bpmn2:incoming>
43 <bpmn2:outgoing>SequenceFlow_1ju26o1</bpmn2:outgoing>
44 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
45def ddsi = new DoDeleteServiceInstance()
46ddsi.preProcessSDNCDelete(execution)]]></bpmn2:script>
47 </bpmn2:scriptTask>
48 <bpmn2:exclusiveGateway id="ExclusiveGateway_0590oev" name="SI found in AAI" default="SequenceFlow_05jfuko">
49 <bpmn2:incoming>SequenceFlow_1up0j5r</bpmn2:incoming>
50 <bpmn2:outgoing>SequenceFlow_1hcfvcj</bpmn2:outgoing>
51 <bpmn2:outgoing>SequenceFlow_05jfuko</bpmn2:outgoing>
52 </bpmn2:exclusiveGateway>
53 <bpmn2:sequenceFlow id="SequenceFlow_1hcfvcj" name="yes" sourceRef="ExclusiveGateway_0590oev" targetRef="ExclusiveGateway_1mrh7us">
54 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGS_FoundIndicator" ) == true}]]></bpmn2:conditionExpression>
55 </bpmn2:sequenceFlow>
56 <bpmn2:endEvent id="EndEvent_0ronxsz">
57 <bpmn2:incoming>SequenceFlow_05jfuko</bpmn2:incoming>
58 </bpmn2:endEvent>
59 <bpmn2:sequenceFlow id="SequenceFlow_05jfuko" name="no" sourceRef="ExclusiveGateway_0590oev" targetRef="EndEvent_0ronxsz" />
60 <bpmn2:sequenceFlow id="SequenceFlow_1w8ao21" sourceRef="ScriptTask_1uxr0cx" targetRef="CallActivity_1c5wru8" />
61 <bpmn2:exclusiveGateway id="ExclusiveGateway_1mrh7us" name="need to invoke SDNC" default="SequenceFlow_1dwch0k">
62 <bpmn2:incoming>SequenceFlow_1hcfvcj</bpmn2:incoming>
63 <bpmn2:outgoing>SequenceFlow_0riudmc</bpmn2:outgoing>
64 <bpmn2:outgoing>SequenceFlow_1dwch0k</bpmn2:outgoing>
65 </bpmn2:exclusiveGateway>
66 <bpmn2:sequenceFlow id="SequenceFlow_0riudmc" name="no" sourceRef="ExclusiveGateway_1mrh7us" targetRef="ScriptTask_1ybdq3e">
67 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("sendToSDNC" ) == false }]]></bpmn2:conditionExpression>
68 </bpmn2:sequenceFlow>
69 <bpmn2:sequenceFlow id="SequenceFlow_1dwch0k" name="yes" sourceRef="ExclusiveGateway_1mrh7us" targetRef="ScriptTask_0xxwbdq" />
70 <bpmn2:callActivity id="CallActivity_1s8pf0x" name="Call AAI Generic GetService" calledElement="GenericGetService">
71 <bpmn2:extensionElements>
72 <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
73 <camunda:in sourceExpression="service-instance" target="GENGS_type" />
74 <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
75 <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
76 <camunda:out source="WorkflowException" target="WorkflowException" />
77 <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
78 <camunda:out source="GENGS_service" target="GENGS_service" />
79 </bpmn2:extensionElements>
80 <bpmn2:incoming>SequenceFlow_1jqc16k</bpmn2:incoming>
81 <bpmn2:outgoing>SequenceFlow_1grea1r</bpmn2:outgoing>
82 </bpmn2:callActivity>
83 <bpmn2:sequenceFlow id="SequenceFlow_1jqc16k" sourceRef="preProcessRequest_ScriptTask" targetRef="CallActivity_1s8pf0x" />
84 <bpmn2:scriptTask id="ScriptTask_02da0lj" name="Post Process AAI GET" scriptFormat="groovy">
85 <bpmn2:incoming>SequenceFlow_1grea1r</bpmn2:incoming>
86 <bpmn2:outgoing>SequenceFlow_1up0j5r</bpmn2:outgoing>
87 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
88def ddsi = new DoDeleteServiceInstance()
89ddsi.postProcessAAIGET(execution)]]></bpmn2:script>
90 </bpmn2:scriptTask>
91 <bpmn2:sequenceFlow id="SequenceFlow_1grea1r" sourceRef="CallActivity_1s8pf0x" targetRef="ScriptTask_02da0lj" />
92 <bpmn2:sequenceFlow id="SequenceFlow_1up0j5r" sourceRef="ScriptTask_02da0lj" targetRef="ExclusiveGateway_0590oev" />
93 <bpmn2:scriptTask id="ScriptTask_1ybdq3e" name="&#10;AAI&#10;Delete&#10;(svc instance)&#10;" scriptFormat="groovy">
94 <bpmn2:incoming>SequenceFlow_0riudmc</bpmn2:incoming>
95 <bpmn2:incoming>SequenceFlow_0znbzxu</bpmn2:incoming>
96 <bpmn2:outgoing>SequenceFlow_1wyvxwi</bpmn2:outgoing>
97 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
98def ddsi = new DoDeleteServiceInstance()
99ddsi.deleteServiceInstance(execution)]]></bpmn2:script>
100 </bpmn2:scriptTask>
101 <bpmn2:sequenceFlow id="SequenceFlow_1wyvxwi" sourceRef="ScriptTask_1ybdq3e" targetRef="EndEvent_3" />
102 <bpmn2:subProcess id="SubProcess_1jggn82" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
103 <bpmn2:startEvent id="StartEvent_1antv0y">
104 <bpmn2:outgoing>SequenceFlow_0u33vy6</bpmn2:outgoing>
105 <bpmn2:errorEventDefinition errorRef="Error_1" />
106 </bpmn2:startEvent>
107 <bpmn2:endEvent id="EndEvent_03iywf6">
108 <bpmn2:incoming>SequenceFlow_0hevfee</bpmn2:incoming>
109 </bpmn2:endEvent>
110 <bpmn2:scriptTask id="ScriptTask_1va95un" name="Log / Print Unexpected Error" scriptFormat="groovy">
111 <bpmn2:incoming>SequenceFlow_0u33vy6</bpmn2:incoming>
112 <bpmn2:outgoing>SequenceFlow_0hevfee</bpmn2:outgoing>
113 <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
114ExceptionUtil ex = new ExceptionUtil()
115ex.processJavaException(execution)]]></bpmn2:script>
116 </bpmn2:scriptTask>
117 <bpmn2:sequenceFlow id="SequenceFlow_0u33vy6" name="" sourceRef="StartEvent_1antv0y" targetRef="ScriptTask_1va95un" />
118 <bpmn2:sequenceFlow id="SequenceFlow_0hevfee" name="" sourceRef="ScriptTask_1va95un" targetRef="EndEvent_03iywf6" />
119 </bpmn2:subProcess>
120 <bpmn2:callActivity id="CallActivity_1c5wru8" name="Call SDNC Service Topology Delete" calledElement="sdncAdapter">
121 <bpmn2:extensionElements>
122 <camunda:in source="sdncDelete" target="sdncAdapterWorkflowRequest" />
123 <camunda:in source="msoRequestId" target="mso-request-id" />
124 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
125 <camunda:out source="WorkflowException" target="WorkflowException" />
126 <camunda:out source="sdncAdapterResponse" target="sdncDeleteResponse" />
127 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
128 </bpmn2:extensionElements>
129 <bpmn2:incoming>SequenceFlow_1w8ao21</bpmn2:incoming>
130 <bpmn2:incoming>SequenceFlow_1swzrij</bpmn2:incoming>
131 <bpmn2:outgoing>SequenceFlow_14x55db</bpmn2:outgoing>
132 </bpmn2:callActivity>
133 <bpmn2:scriptTask id="ScriptTask_0lc115e" name="Post Process SDNC Delete" scriptFormat="groovy">
134 <bpmn2:incoming>SequenceFlow_14x55db</bpmn2:incoming>
135 <bpmn2:outgoing>SequenceFlow_0znbzxu</bpmn2:outgoing>
136 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
137
138String response = execution.getVariable("sdncDeleteResponse")
139def ddsi = new DoDeleteServiceInstance()
140ddsi.postProcessSDNCDelete(execution, response, "delete")]]></bpmn2:script>
141 </bpmn2:scriptTask>
142 <bpmn2:sequenceFlow id="SequenceFlow_14x55db" sourceRef="CallActivity_1c5wru8" targetRef="ScriptTask_0lc115e" />
143 <bpmn2:sequenceFlow id="SequenceFlow_0znbzxu" sourceRef="ScriptTask_0lc115e" targetRef="ScriptTask_1ybdq3e" />
144 <bpmn2:exclusiveGateway id="ExclusiveGateway_1xbefi3" name="skipDeactivate for TRANSPORT" default="SequenceFlow_0yohjl7">
145 <bpmn2:incoming>SequenceFlow_1ju26o1</bpmn2:incoming>
146 <bpmn2:outgoing>SequenceFlow_0yohjl7</bpmn2:outgoing>
147 <bpmn2:outgoing>SequenceFlow_1swzrij</bpmn2:outgoing>
148 </bpmn2:exclusiveGateway>
149 <bpmn2:sequenceFlow id="SequenceFlow_1ju26o1" sourceRef="ScriptTask_0xxwbdq" targetRef="ExclusiveGateway_1xbefi3" />
150 <bpmn2:sequenceFlow id="SequenceFlow_0yohjl7" name="no" sourceRef="ExclusiveGateway_1xbefi3" targetRef="CallActivity_0ak0ezb" />
151 <bpmn2:sequenceFlow id="SequenceFlow_1swzrij" name="yes" sourceRef="ExclusiveGateway_1xbefi3" targetRef="CallActivity_1c5wru8">
152 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("skipDeactivate" ) == true }]]></bpmn2:conditionExpression>
153 </bpmn2:sequenceFlow>
154 </bpmn2:process>
155 <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
156 <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
157 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
158 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteServiceInstance">
159 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="deleteSI_startEven">
160 <dc:Bounds x="-334" y="79" width="36" height="36" />
161 <bpmndi:BPMNLabel>
162 <dc:Bounds x="-340" y="120" width="49" height="13" />
163 </bpmndi:BPMNLabel>
164 </bpmndi:BPMNShape>
165 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
166 <dc:Bounds x="-265" y="57" width="100" height="80" />
167 </bpmndi:BPMNShape>
168 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">
169 <dc:Bounds x="1277" y="201" width="36" height="36" />
170 <bpmndi:BPMNLabel>
171 <dc:Bounds x="1250" y="242" width="90" height="0" />
172 </bpmndi:BPMNLabel>
173 </bpmndi:BPMNShape>
174 <bpmndi:BPMNEdge id="SequenceFlow_0k28xib_di" bpmnElement="SequenceFlow_0k28xib">
175 <di:waypoint xsi:type="dc:Point" x="713" y="97" />
176 <di:waypoint xsi:type="dc:Point" x="776" y="97" />
177 <bpmndi:BPMNLabel>
178 <dc:Bounds x="745" y="82" width="0" height="0" />
179 </bpmndi:BPMNLabel>
180 </bpmndi:BPMNEdge>
181 <bpmndi:BPMNShape id="CallActivity_0ak0ezb_di" bpmnElement="CallActivity_0ak0ezb">
182 <dc:Bounds x="613" y="57" width="100" height="80" />
183 </bpmndi:BPMNShape>
184 <bpmndi:BPMNShape id="ScriptTask_1uxr0cx_di" bpmnElement="ScriptTask_1uxr0cx">
185 <dc:Bounds x="776" y="57" width="100" height="80" />
186 </bpmndi:BPMNShape>
187 <bpmndi:BPMNEdge id="SequenceFlow_0jfgn05_di" bpmnElement="SequenceFlow_0jfgn05">
188 <di:waypoint xsi:type="dc:Point" x="-298" y="97" />
189 <di:waypoint xsi:type="dc:Point" x="-265" y="97" />
190 <bpmndi:BPMNLabel>
191 <dc:Bounds x="-281" y="82" width="0" height="0" />
192 </bpmndi:BPMNLabel>
193 </bpmndi:BPMNEdge>
194 <bpmndi:BPMNShape id="ScriptTask_0xxwbdq_di" bpmnElement="ScriptTask_0xxwbdq">
195 <dc:Bounds x="354" y="57" width="100" height="80" />
196 </bpmndi:BPMNShape>
197 <bpmndi:BPMNShape id="ExclusiveGateway_0590oev_di" bpmnElement="ExclusiveGateway_0590oev" isMarkerVisible="true">
198 <dc:Bounds x="150" y="72" width="50" height="50" />
199 <bpmndi:BPMNLabel>
200 <dc:Bounds x="138" y="51" width="74" height="14" />
201 </bpmndi:BPMNLabel>
202 </bpmndi:BPMNShape>
203 <bpmndi:BPMNEdge id="SequenceFlow_1hcfvcj_di" bpmnElement="SequenceFlow_1hcfvcj">
204 <di:waypoint xsi:type="dc:Point" x="200" y="97" />
205 <di:waypoint xsi:type="dc:Point" x="236" y="97" />
206 <bpmndi:BPMNLabel>
207 <dc:Bounds x="222" y="99" width="18" height="14" />
208 </bpmndi:BPMNLabel>
209 </bpmndi:BPMNEdge>
210 <bpmndi:BPMNShape id="EndEvent_0ronxsz_di" bpmnElement="EndEvent_0ronxsz">
211 <dc:Bounds x="157" y="221" width="36" height="36" />
212 <bpmndi:BPMNLabel>
213 <dc:Bounds x="175" y="262" width="0" height="0" />
214 </bpmndi:BPMNLabel>
215 </bpmndi:BPMNShape>
216 <bpmndi:BPMNEdge id="SequenceFlow_05jfuko_di" bpmnElement="SequenceFlow_05jfuko">
217 <di:waypoint xsi:type="dc:Point" x="175" y="122" />
218 <di:waypoint xsi:type="dc:Point" x="175" y="221" />
219 <bpmndi:BPMNLabel>
220 <dc:Bounds x="156" y="137.69226916562667" width="12" height="14" />
221 </bpmndi:BPMNLabel>
222 </bpmndi:BPMNEdge>
223 <bpmndi:BPMNEdge id="SequenceFlow_1w8ao21_di" bpmnElement="SequenceFlow_1w8ao21">
224 <di:waypoint xsi:type="dc:Point" x="876" y="97" />
225 <di:waypoint xsi:type="dc:Point" x="917" y="97" />
226 <bpmndi:BPMNLabel>
227 <dc:Bounds x="897" y="82" width="0" height="0" />
228 </bpmndi:BPMNLabel>
229 </bpmndi:BPMNEdge>
230 <bpmndi:BPMNShape id="ExclusiveGateway_1mrh7us_di" bpmnElement="ExclusiveGateway_1mrh7us" isMarkerVisible="true">
231 <dc:Bounds x="236" y="72" width="50" height="50" />
232 <bpmndi:BPMNLabel>
233 <dc:Bounds x="228" y="126" width="74" height="24" />
234 </bpmndi:BPMNLabel>
235 </bpmndi:BPMNShape>
236 <bpmndi:BPMNEdge id="SequenceFlow_0riudmc_di" bpmnElement="SequenceFlow_0riudmc">
237 <di:waypoint xsi:type="dc:Point" x="261" y="72" />
238 <di:waypoint xsi:type="dc:Point" x="261" y="-20" />
239 <di:waypoint xsi:type="dc:Point" x="1295" y="-20" />
240 <di:waypoint xsi:type="dc:Point" x="1295" y="57" />
241 <bpmndi:BPMNLabel>
242 <dc:Bounds x="777.7386478304746" y="-35.00000000000001" width="12" height="12" />
243 </bpmndi:BPMNLabel>
244 </bpmndi:BPMNEdge>
245 <bpmndi:BPMNEdge id="SequenceFlow_1dwch0k_di" bpmnElement="SequenceFlow_1dwch0k">
246 <di:waypoint xsi:type="dc:Point" x="286" y="97" />
247 <di:waypoint xsi:type="dc:Point" x="310" y="97" />
248 <di:waypoint xsi:type="dc:Point" x="353" y="97" />
249 <bpmndi:BPMNLabel>
250 <dc:Bounds x="306" y="101" width="18" height="12" />
251 </bpmndi:BPMNLabel>
252 </bpmndi:BPMNEdge>
253 <bpmndi:BPMNShape id="CallActivity_1s8pf0x_di" bpmnElement="CallActivity_1s8pf0x">
254 <dc:Bounds x="-121" y="57" width="100" height="80" />
255 </bpmndi:BPMNShape>
256 <bpmndi:BPMNEdge id="SequenceFlow_1jqc16k_di" bpmnElement="SequenceFlow_1jqc16k">
257 <di:waypoint xsi:type="dc:Point" x="-165" y="97" />
258 <di:waypoint xsi:type="dc:Point" x="-121" y="97" />
259 <bpmndi:BPMNLabel>
260 <dc:Bounds x="-143" y="82" width="0" height="0" />
261 </bpmndi:BPMNLabel>
262 </bpmndi:BPMNEdge>
263 <bpmndi:BPMNShape id="ScriptTask_02da0lj_di" bpmnElement="ScriptTask_02da0lj">
264 <dc:Bounds x="20" y="57" width="100" height="80" />
265 </bpmndi:BPMNShape>
266 <bpmndi:BPMNEdge id="SequenceFlow_1grea1r_di" bpmnElement="SequenceFlow_1grea1r">
267 <di:waypoint xsi:type="dc:Point" x="-21" y="97" />
268 <di:waypoint xsi:type="dc:Point" x="20" y="97" />
269 <bpmndi:BPMNLabel>
270 <dc:Bounds x="0" y="82" width="0" height="0" />
271 </bpmndi:BPMNLabel>
272 </bpmndi:BPMNEdge>
273 <bpmndi:BPMNEdge id="SequenceFlow_1up0j5r_di" bpmnElement="SequenceFlow_1up0j5r">
274 <di:waypoint xsi:type="dc:Point" x="120" y="97" />
275 <di:waypoint xsi:type="dc:Point" x="150" y="97" />
276 <bpmndi:BPMNLabel>
277 <dc:Bounds x="135" y="82" width="0" height="0" />
278 </bpmndi:BPMNLabel>
279 </bpmndi:BPMNEdge>
280 <bpmndi:BPMNShape id="ScriptTask_1ybdq3e_di" bpmnElement="ScriptTask_1ybdq3e">
281 <dc:Bounds x="1245" y="57" width="100" height="80" />
282 </bpmndi:BPMNShape>
283 <bpmndi:BPMNEdge id="SequenceFlow_1wyvxwi_di" bpmnElement="SequenceFlow_1wyvxwi">
284 <di:waypoint xsi:type="dc:Point" x="1295" y="137" />
285 <di:waypoint xsi:type="dc:Point" x="1295" y="201" />
286 <bpmndi:BPMNLabel>
287 <dc:Bounds x="1265" y="169" width="90" height="0" />
288 </bpmndi:BPMNLabel>
289 </bpmndi:BPMNEdge>
290 <bpmndi:BPMNShape id="SubProcess_1jggn82_di" bpmnElement="SubProcess_1jggn82" isExpanded="true">
291 <dc:Bounds x="266" y="409" width="467" height="193" />
292 </bpmndi:BPMNShape>
293 <bpmndi:BPMNShape id="StartEvent_1antv0y_di" bpmnElement="StartEvent_1antv0y">
294 <dc:Bounds x="334" y="475" width="36" height="36" />
295 <bpmndi:BPMNLabel>
296 <dc:Bounds x="352" y="516" width="0" height="0" />
297 </bpmndi:BPMNLabel>
298 </bpmndi:BPMNShape>
299 <bpmndi:BPMNShape id="EndEvent_03iywf6_di" bpmnElement="EndEvent_03iywf6">
300 <dc:Bounds x="627" y="475" width="36" height="36" />
301 <bpmndi:BPMNLabel>
302 <dc:Bounds x="645" y="516" width="0" height="0" />
303 </bpmndi:BPMNLabel>
304 </bpmndi:BPMNShape>
305 <bpmndi:BPMNShape id="ScriptTask_1va95un_di" bpmnElement="ScriptTask_1va95un">
306 <dc:Bounds x="438" y="453" width="100" height="80" />
307 </bpmndi:BPMNShape>
308 <bpmndi:BPMNEdge id="SequenceFlow_0u33vy6_di" bpmnElement="SequenceFlow_0u33vy6">
309 <di:waypoint xsi:type="dc:Point" x="370" y="493" />
310 <di:waypoint xsi:type="dc:Point" x="438" y="493" />
311 <bpmndi:BPMNLabel>
312 <dc:Bounds x="404" y="478" width="0" height="0" />
313 </bpmndi:BPMNLabel>
314 </bpmndi:BPMNEdge>
315 <bpmndi:BPMNEdge id="SequenceFlow_0hevfee_di" bpmnElement="SequenceFlow_0hevfee">
316 <di:waypoint xsi:type="dc:Point" x="538" y="493" />
317 <di:waypoint xsi:type="dc:Point" x="627" y="493" />
318 <bpmndi:BPMNLabel>
319 <dc:Bounds x="583" y="478" width="0" height="0" />
320 </bpmndi:BPMNLabel>
321 </bpmndi:BPMNEdge>
322 <bpmndi:BPMNShape id="CallActivity_1c5wru8_di" bpmnElement="CallActivity_1c5wru8">
323 <dc:Bounds x="917" y="57" width="100" height="80" />
324 </bpmndi:BPMNShape>
325 <bpmndi:BPMNShape id="ScriptTask_0lc115e_di" bpmnElement="ScriptTask_0lc115e">
326 <dc:Bounds x="1058" y="57" width="100" height="80" />
327 </bpmndi:BPMNShape>
328 <bpmndi:BPMNEdge id="SequenceFlow_14x55db_di" bpmnElement="SequenceFlow_14x55db">
329 <di:waypoint xsi:type="dc:Point" x="1017" y="97" />
330 <di:waypoint xsi:type="dc:Point" x="1058" y="97" />
331 <bpmndi:BPMNLabel>
332 <dc:Bounds x="1038" y="82" width="0" height="0" />
333 </bpmndi:BPMNLabel>
334 </bpmndi:BPMNEdge>
335 <bpmndi:BPMNEdge id="SequenceFlow_0znbzxu_di" bpmnElement="SequenceFlow_0znbzxu">
336 <di:waypoint xsi:type="dc:Point" x="1158" y="97" />
337 <di:waypoint xsi:type="dc:Point" x="1245" y="97" />
338 <bpmndi:BPMNLabel>
339 <dc:Bounds x="1156.5" y="82" width="90" height="0" />
340 </bpmndi:BPMNLabel>
341 </bpmndi:BPMNEdge>
342 <bpmndi:BPMNShape id="ExclusiveGateway_1xbefi3_di" bpmnElement="ExclusiveGateway_1xbefi3" isMarkerVisible="true">
343 <dc:Bounds x="508" y="72" width="50" height="50" />
344 <bpmndi:BPMNLabel>
345 <dc:Bounds x="495" y="126" width="84" height="25" />
346 </bpmndi:BPMNLabel>
347 </bpmndi:BPMNShape>
348 <bpmndi:BPMNEdge id="SequenceFlow_1ju26o1_di" bpmnElement="SequenceFlow_1ju26o1">
349 <di:waypoint xsi:type="dc:Point" x="454" y="97" />
350 <di:waypoint xsi:type="dc:Point" x="508" y="97" />
351 <bpmndi:BPMNLabel>
352 <dc:Bounds x="481" y="82" width="0" height="0" />
353 </bpmndi:BPMNLabel>
354 </bpmndi:BPMNEdge>
355 <bpmndi:BPMNEdge id="SequenceFlow_0yohjl7_di" bpmnElement="SequenceFlow_0yohjl7">
356 <di:waypoint xsi:type="dc:Point" x="558" y="97" />
357 <di:waypoint xsi:type="dc:Point" x="613" y="97" />
358 <bpmndi:BPMNLabel>
359 <dc:Bounds x="580" y="72" width="12" height="12" />
360 </bpmndi:BPMNLabel>
361 </bpmndi:BPMNEdge>
362 <bpmndi:BPMNEdge id="SequenceFlow_1swzrij_di" bpmnElement="SequenceFlow_1swzrij">
363 <di:waypoint xsi:type="dc:Point" x="533" y="72" />
364 <di:waypoint xsi:type="dc:Point" x="533" y="26" />
365 <di:waypoint xsi:type="dc:Point" x="967" y="26" />
366 <di:waypoint xsi:type="dc:Point" x="967" y="57" />
367 <bpmndi:BPMNLabel>
368 <dc:Bounds x="741" y="11" width="18" height="12" />
369 </bpmndi:BPMNLabel>
370 </bpmndi:BPMNEdge>
371 </bpmndi:BPMNPlane>
372 </bpmndi:BPMNDiagram>
373</bpmn2:definitions>