blob: eb3e35f6fe52399db6eaa27759ca38d6008619ac [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.8.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3 <bpmn2:process id="DoCreateServiceInstanceRollback" name="DoCreateServiceInstanceRollback" isExecutable="true">
4 <bpmn2:startEvent id="createSIRollback_startEvent" name="Start Flow">
5 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6 </bpmn2:startEvent>
7 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createSIRollback_startEvent" targetRef="preProcessRequest_ScriptTask" />
8 <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
9 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
11 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
12def rbk = new DoCreateServiceInstanceRollback()
13rbk.preProcessRequest(execution)
14]]></bpmn2:script>
15 </bpmn2:scriptTask>
16 <bpmn2:endEvent id="EndEvent_3">
17 <bpmn2:incoming>SequenceFlow_01l4ssl</bpmn2:incoming>
18 </bpmn2:endEvent>
19 <bpmn2:subProcess id="UnexpectedError_SubProcess_1" name="Sub-process for Errors" triggeredByEvent="true">
20 <bpmn2:startEvent id="StartEvent_1">
21 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
22 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_92" />
23 </bpmn2:startEvent>
24 <bpmn2:endEvent id="EndEvent_1">
25 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
26 </bpmn2:endEvent>
27 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" />
28 <bpmn2:scriptTask id="ScriptTask_1" name="Handle Errors" scriptFormat="groovy">
29 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
30 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
31 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
32def rbk= new DoCreateServiceInstanceRollback()
33rbk.processRollbackException(execution)]]></bpmn2:script>
34 </bpmn2:scriptTask>
35 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" />
36 </bpmn2:subProcess>
37 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="ExclusiveGateway_19tbjgn" />
38 <bpmn2:exclusiveGateway id="ExclusiveGateway_09wkav2" name="RollbackSDNC?" default="SequenceFlow_1uw2p9a">
39 <bpmn2:incoming>SequenceFlow_06aasqh</bpmn2:incoming>
40 <bpmn2:outgoing>SequenceFlow_11fnnkb</bpmn2:outgoing>
41 <bpmn2:outgoing>SequenceFlow_1uw2p9a</bpmn2:outgoing>
42 </bpmn2:exclusiveGateway>
43 <bpmn2:sequenceFlow id="SequenceFlow_11fnnkb" name="yes" sourceRef="ExclusiveGateway_09wkav2" targetRef="CallActivity_0ak0ezb">
44 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("rollbackSDNC" ) == "true"}]]></bpmn2:conditionExpression>
45 </bpmn2:sequenceFlow>
46 <bpmn2:sequenceFlow id="SequenceFlow_1uw2p9a" name="no" sourceRef="ExclusiveGateway_09wkav2" targetRef="ExclusiveGateway_0ii31dq" />
47 <bpmn2:exclusiveGateway id="ExclusiveGateway_0ii31dq" name="RollBackAAI?" default="SequenceFlow_1n7wade">
48 <bpmn2:documentation>rollback AAI</bpmn2:documentation>
49 <bpmn2:incoming>SequenceFlow_1uw2p9a</bpmn2:incoming>
50 <bpmn2:incoming>SequenceFlow_1njogr1</bpmn2:incoming>
51 <bpmn2:outgoing>SequenceFlow_1n7wade</bpmn2:outgoing>
52 <bpmn2:outgoing>SequenceFlow_1x9eh33</bpmn2:outgoing>
53 </bpmn2:exclusiveGateway>
54 <bpmn2:sequenceFlow id="SequenceFlow_1n7wade" name="no" sourceRef="ExclusiveGateway_0ii31dq" targetRef="PostProcess_ScriptTask" />
55 <bpmn2:sequenceFlow id="SequenceFlow_0k28xib" sourceRef="CallActivity_0ak0ezb" targetRef="ScriptTask_1uxr0cx" />
56 <bpmn2:callActivity id="CallActivity_0ak0ezb" name="Call SDNC Service Topology Deactivate" calledElement="sdncAdapter">
57 <bpmn2:extensionElements>
58 <camunda:in source="sdncDeactivate" target="sdncAdapterWorkflowRequest" />
59 <camunda:in source="msoRequestId" target="mso-request-id" />
60 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
61 <camunda:out source="WorkflowException" target="WorkflowException" />
62 <camunda:out source="sdncAdapterResponse" target="sdncDeactivateResponse" />
63 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
64 </bpmn2:extensionElements>
65 <bpmn2:incoming>SequenceFlow_11fnnkb</bpmn2:incoming>
66 <bpmn2:outgoing>SequenceFlow_0k28xib</bpmn2:outgoing>
67 </bpmn2:callActivity>
68 <bpmn2:scriptTask id="ScriptTask_1uxr0cx" name="Post Process SDNC Deactivate" scriptFormat="groovy">
69 <bpmn2:incoming>SequenceFlow_0k28xib</bpmn2:incoming>
70 <bpmn2:outgoing>SequenceFlow_0khjo7l</bpmn2:outgoing>
71 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
72String response = execution.getVariable("sdncDeactivateResponse")
73def rbk= new DoCreateServiceInstanceRollback()
74rbk.validateSDNCResponse(execution, response, "deactivate")]]></bpmn2:script>
75 </bpmn2:scriptTask>
76 <bpmn2:sequenceFlow id="SequenceFlow_0khjo7l" sourceRef="ScriptTask_1uxr0cx" targetRef="CallActivity_0ppz9nd" />
77 <bpmn2:exclusiveGateway id="ExclusiveGateway_19tbjgn" name="skip Rollback" default="SequenceFlow_06aasqh">
78 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
79 <bpmn2:outgoing>SequenceFlow_06aasqh</bpmn2:outgoing>
80 <bpmn2:outgoing>SequenceFlow_1rzlaoy</bpmn2:outgoing>
81 </bpmn2:exclusiveGateway>
82 <bpmn2:scriptTask id="PostProcess_ScriptTask" name="Post Process Request" scriptFormat="groovy">
83 <bpmn2:incoming>SequenceFlow_1n7wade</bpmn2:incoming>
84 <bpmn2:incoming>SequenceFlow_1rzlaoy</bpmn2:incoming>
85 <bpmn2:incoming>SequenceFlow_0h3wkj4</bpmn2:incoming>
86 <bpmn2:outgoing>SequenceFlow_01l4ssl</bpmn2:outgoing>
87 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
88def rbk = new DoCreateServiceInstanceRollback()
89rbk.postProcessRequest(execution)]]></bpmn2:script>
90 </bpmn2:scriptTask>
91 <bpmn2:sequenceFlow id="SequenceFlow_01l4ssl" sourceRef="PostProcess_ScriptTask" targetRef="EndEvent_3" />
92 <bpmn2:sequenceFlow id="SequenceFlow_06aasqh" name="no" sourceRef="ExclusiveGateway_19tbjgn" targetRef="ExclusiveGateway_09wkav2" />
93 <bpmn2:sequenceFlow id="SequenceFlow_1rzlaoy" name="yes" sourceRef="ExclusiveGateway_19tbjgn" targetRef="PostProcess_ScriptTask">
94 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("skipRollback" ) == true}]]></bpmn2:conditionExpression>
95 </bpmn2:sequenceFlow>
96 <bpmn2:subProcess id="SubProcess_11bi8mc" name="Java Exception Handling Sub Process" triggeredByEvent="true">
97 <bpmn2:startEvent id="StartEvent_1gxe17c">
98 <bpmn2:outgoing>SequenceFlow_1ch4xrf</bpmn2:outgoing>
99 <bpmn2:errorEventDefinition errorRef="Error_1" />
100 </bpmn2:startEvent>
101 <bpmn2:scriptTask id="ScriptTask_15yddb0" name="Process Java Error" scriptFormat="groovy">
102 <bpmn2:incoming>SequenceFlow_1ch4xrf</bpmn2:incoming>
103 <bpmn2:outgoing>SequenceFlow_1pjk2ff</bpmn2:outgoing>
104 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
105def rbk= new DoCreateServiceInstanceRollback()
106rbk.processRollbackJavaException(execution)]]></bpmn2:script>
107 </bpmn2:scriptTask>
108 <bpmn2:endEvent id="EndEvent_12e3h6k">
109 <bpmn2:incoming>SequenceFlow_1pjk2ff</bpmn2:incoming>
110 <bpmn2:terminateEventDefinition />
111 </bpmn2:endEvent>
112 <bpmn2:sequenceFlow id="SequenceFlow_1ch4xrf" name="" sourceRef="StartEvent_1gxe17c" targetRef="ScriptTask_15yddb0" />
113 <bpmn2:sequenceFlow id="SequenceFlow_1pjk2ff" name="" sourceRef="ScriptTask_15yddb0" targetRef="EndEvent_12e3h6k" />
114 </bpmn2:subProcess>
115 <bpmn2:scriptTask id="ScriptTask_1awt1ds" name="Post Process SDNC Delete">
116 <bpmn2:incoming>SequenceFlow_006g9e8</bpmn2:incoming>
117 <bpmn2:outgoing>SequenceFlow_1njogr1</bpmn2:outgoing>
118 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
119String response = execution.getVariable("sdncDeleteResponse")
120def rbk= new DoCreateServiceInstanceRollback()
121rbk.validateSDNCResponse(execution, response, "delete")]]></bpmn2:script>
122 </bpmn2:scriptTask>
123 <bpmn2:callActivity id="CallActivity_0ppz9nd" name="Call SDNC Service Topology Dekete" calledElement="sdncAdapter">
124 <bpmn2:extensionElements>
125 <camunda:in source="sdncDelete" target="sdncAdapterWorkflowRequest" />
126 <camunda:in source="msoRequestId" target="mso-request-id" />
127 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
128 <camunda:out source="WorkflowException" target="WorkflowException" />
129 <camunda:out source="sdncAdapterResponse" target="sdncDeleteResponse" />
130 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
131 </bpmn2:extensionElements>
132 <bpmn2:incoming>SequenceFlow_0khjo7l</bpmn2:incoming>
133 <bpmn2:outgoing>SequenceFlow_006g9e8</bpmn2:outgoing>
134 </bpmn2:callActivity>
135 <bpmn2:sequenceFlow id="SequenceFlow_006g9e8" sourceRef="CallActivity_0ppz9nd" targetRef="ScriptTask_1awt1ds" />
136 <bpmn2:sequenceFlow id="SequenceFlow_1njogr1" sourceRef="ScriptTask_1awt1ds" targetRef="ExclusiveGateway_0ii31dq" />
137 <bpmn2:serviceTask id="Task_06o1aio" name="AAI Delete Service" camunda:class="org.onap.so.bpmn.infrastructure.aai.AAIDeleteServiceInstance">
138 <bpmn2:incoming>SequenceFlow_1x9eh33</bpmn2:incoming>
139 <bpmn2:outgoing>SequenceFlow_0h3wkj4</bpmn2:outgoing>
140 </bpmn2:serviceTask>
141 <bpmn2:sequenceFlow id="SequenceFlow_0h3wkj4" sourceRef="Task_06o1aio" targetRef="PostProcess_ScriptTask" />
142 <bpmn2:sequenceFlow id="SequenceFlow_1x9eh33" name="yes" sourceRef="ExclusiveGateway_0ii31dq" targetRef="Task_06o1aio">
143 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("rollbackAAI" ) == "true"}]]></bpmn2:conditionExpression>
144 </bpmn2:sequenceFlow>
145 </bpmn2:process>
146 <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
147 <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
148 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
149 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateServiceInstanceRollback">
150 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSIRollback_startEvent">
151 <dc:Bounds x="151" y="79" width="36" height="36" />
152 <bpmndi:BPMNLabel>
153 <dc:Bounds x="146" y="120" width="48" height="14" />
154 </bpmndi:BPMNLabel>
155 </bpmndi:BPMNShape>
156 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
157 <dc:Bounds x="234" y="57" width="100" height="80" />
158 </bpmndi:BPMNShape>
159 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
160 <di:waypoint xsi:type="dc:Point" x="187" y="97" />
161 <di:waypoint xsi:type="dc:Point" x="234" y="97" />
162 <bpmndi:BPMNLabel>
163 <dc:Bounds x="211" y="82" width="0" height="0" />
164 </bpmndi:BPMNLabel>
165 </bpmndi:BPMNEdge>
166 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">
167 <dc:Bounds x="1208" y="350" width="36" height="36" />
168 <bpmndi:BPMNLabel>
169 <dc:Bounds x="1226" y="391" width="0" height="0" />
170 </bpmndi:BPMNLabel>
171 </bpmndi:BPMNShape>
172 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_27" bpmnElement="UnexpectedError_SubProcess_1" isExpanded="true">
173 <dc:Bounds x="508" y="323" width="467" height="193" />
174 </bpmndi:BPMNShape>
175 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_70" bpmnElement="StartEvent_1">
176 <dc:Bounds x="576" y="389" width="36" height="36" />
177 <bpmndi:BPMNLabel>
178 <dc:Bounds x="594" y="430" width="0" height="0" />
179 </bpmndi:BPMNLabel>
180 </bpmndi:BPMNShape>
181 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_219" bpmnElement="EndEvent_1">
182 <dc:Bounds x="869" y="389" width="36" height="36" />
183 <bpmndi:BPMNLabel>
184 <dc:Bounds x="887" y="430" width="0" height="0" />
185 </bpmndi:BPMNLabel>
186 </bpmndi:BPMNShape>
187 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_StartEvent_70" targetElement="_BPMNShape_ScriptTask_269">
188 <di:waypoint xsi:type="dc:Point" x="612" y="407" />
189 <di:waypoint xsi:type="dc:Point" x="680" y="407" />
190 <bpmndi:BPMNLabel>
191 <dc:Bounds x="647" y="392" width="0" height="0" />
192 </bpmndi:BPMNLabel>
193 </bpmndi:BPMNEdge>
194 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61">
195 <di:waypoint xsi:type="dc:Point" x="334" y="97" />
196 <di:waypoint xsi:type="dc:Point" x="366" y="97" />
197 <bpmndi:BPMNLabel>
198 <dc:Bounds x="350" y="82" width="0" height="0" />
199 </bpmndi:BPMNLabel>
200 </bpmndi:BPMNEdge>
201 <bpmndi:BPMNShape id="ExclusiveGateway_09wkav2_di" bpmnElement="ExclusiveGateway_09wkav2" isMarkerVisible="true">
202 <dc:Bounds x="448" y="72" width="50" height="50" />
203 <bpmndi:BPMNLabel>
204 <dc:Bounds x="433" y="129" width="79" height="12" />
205 </bpmndi:BPMNLabel>
206 </bpmndi:BPMNShape>
207 <bpmndi:BPMNEdge id="SequenceFlow_11fnnkb_di" bpmnElement="SequenceFlow_11fnnkb">
208 <di:waypoint xsi:type="dc:Point" x="498" y="97" />
209 <di:waypoint xsi:type="dc:Point" x="539" y="97" />
210 <bpmndi:BPMNLabel>
211 <dc:Bounds x="501" y="100" width="18" height="12" />
212 </bpmndi:BPMNLabel>
213 </bpmndi:BPMNEdge>
214 <bpmndi:BPMNEdge id="SequenceFlow_1uw2p9a_di" bpmnElement="SequenceFlow_1uw2p9a">
215 <di:waypoint xsi:type="dc:Point" x="473" y="72" />
216 <di:waypoint xsi:type="dc:Point" x="473" y="-23" />
217 <di:waypoint xsi:type="dc:Point" x="1071" y="-23" />
218 <di:waypoint xsi:type="dc:Point" x="1071" y="72" />
219 <bpmndi:BPMNLabel>
220 <dc:Bounds x="751" y="-41" width="12" height="12" />
221 </bpmndi:BPMNLabel>
222 </bpmndi:BPMNEdge>
223 <bpmndi:BPMNShape id="ExclusiveGateway_0ii31dq_di" bpmnElement="ExclusiveGateway_0ii31dq" isMarkerVisible="true">
224 <dc:Bounds x="1046" y="72" width="50" height="50" />
225 <bpmndi:BPMNLabel>
226 <dc:Bounds x="1094" y="104" width="66" height="12" />
227 </bpmndi:BPMNLabel>
228 </bpmndi:BPMNShape>
229 <bpmndi:BPMNEdge id="SequenceFlow_1n7wade_di" bpmnElement="SequenceFlow_1n7wade">
230 <di:waypoint xsi:type="dc:Point" x="1071" y="122" />
231 <di:waypoint xsi:type="dc:Point" x="1071" y="241" />
232 <di:waypoint xsi:type="dc:Point" x="1176" y="241" />
233 <bpmndi:BPMNLabel>
234 <dc:Bounds x="1081" y="124.63709677419354" width="12" height="12" />
235 </bpmndi:BPMNLabel>
236 </bpmndi:BPMNEdge>
237 <bpmndi:BPMNEdge id="SequenceFlow_0k28xib_di" bpmnElement="SequenceFlow_0k28xib">
238 <di:waypoint xsi:type="dc:Point" x="639" y="97" />
239 <di:waypoint xsi:type="dc:Point" x="671" y="97" />
240 <bpmndi:BPMNLabel>
241 <dc:Bounds x="655" y="82" width="0" height="0" />
242 </bpmndi:BPMNLabel>
243 </bpmndi:BPMNEdge>
244 <bpmndi:BPMNShape id="CallActivity_0ak0ezb_di" bpmnElement="CallActivity_0ak0ezb">
245 <dc:Bounds x="539" y="57" width="100" height="80" />
246 </bpmndi:BPMNShape>
247 <bpmndi:BPMNShape id="ScriptTask_1uxr0cx_di" bpmnElement="ScriptTask_1uxr0cx">
248 <dc:Bounds x="671" y="57" width="100" height="80" />
249 </bpmndi:BPMNShape>
250 <bpmndi:BPMNEdge id="SequenceFlow_0khjo7l_di" bpmnElement="SequenceFlow_0khjo7l">
251 <di:waypoint xsi:type="dc:Point" x="771" y="97" />
252 <di:waypoint xsi:type="dc:Point" x="796" y="97" />
253 <bpmndi:BPMNLabel>
254 <dc:Bounds x="784" y="82" width="0" height="0" />
255 </bpmndi:BPMNLabel>
256 </bpmndi:BPMNEdge>
257 <bpmndi:BPMNShape id="ExclusiveGateway_19tbjgn_di" bpmnElement="ExclusiveGateway_19tbjgn" isMarkerVisible="true">
258 <dc:Bounds x="366" y="72" width="50" height="50" />
259 <bpmndi:BPMNLabel>
260 <dc:Bounds x="358" y="54" width="65" height="12" />
261 </bpmndi:BPMNLabel>
262 </bpmndi:BPMNShape>
263 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_269" bpmnElement="ScriptTask_1">
264 <dc:Bounds x="680" y="367" width="100" height="80" />
265 </bpmndi:BPMNShape>
266 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_269" targetElement="_BPMNShape_EndEvent_219">
267 <di:waypoint xsi:type="dc:Point" x="780" y="407" />
268 <di:waypoint xsi:type="dc:Point" x="869" y="407" />
269 <bpmndi:BPMNLabel>
270 <dc:Bounds x="825" y="392" width="0" height="0" />
271 </bpmndi:BPMNLabel>
272 </bpmndi:BPMNEdge>
273 <bpmndi:BPMNShape id="ScriptTask_1wk55es_di" bpmnElement="PostProcess_ScriptTask">
274 <dc:Bounds x="1176" y="201" width="100" height="80" />
275 </bpmndi:BPMNShape>
276 <bpmndi:BPMNEdge id="SequenceFlow_01l4ssl_di" bpmnElement="SequenceFlow_01l4ssl">
277 <di:waypoint xsi:type="dc:Point" x="1226" y="281" />
278 <di:waypoint xsi:type="dc:Point" x="1226" y="350" />
279 <bpmndi:BPMNLabel>
280 <dc:Bounds x="1241" y="315.5" width="0" height="0" />
281 </bpmndi:BPMNLabel>
282 </bpmndi:BPMNEdge>
283 <bpmndi:BPMNEdge id="SequenceFlow_06aasqh_di" bpmnElement="SequenceFlow_06aasqh">
284 <di:waypoint xsi:type="dc:Point" x="416" y="97" />
285 <di:waypoint xsi:type="dc:Point" x="448" y="97" />
286 <bpmndi:BPMNLabel>
287 <dc:Bounds x="426" y="82" width="12" height="12" />
288 </bpmndi:BPMNLabel>
289 </bpmndi:BPMNEdge>
290 <bpmndi:BPMNEdge id="SequenceFlow_1rzlaoy_di" bpmnElement="SequenceFlow_1rzlaoy">
291 <di:waypoint xsi:type="dc:Point" x="391" y="122" />
292 <di:waypoint xsi:type="dc:Point" x="391" y="268" />
293 <di:waypoint xsi:type="dc:Point" x="1176" y="267" />
294 <bpmndi:BPMNLabel>
295 <dc:Bounds x="397" y="195" width="18" height="12" />
296 </bpmndi:BPMNLabel>
297 </bpmndi:BPMNEdge>
298 <bpmndi:BPMNShape id="SubProcess_11bi8mc_di" bpmnElement="SubProcess_11bi8mc" isExpanded="true">
299 <dc:Bounds x="325" y="576" width="419" height="150" />
300 </bpmndi:BPMNShape>
301 <bpmndi:BPMNShape id="StartEvent_1gxe17c_di" bpmnElement="StartEvent_1gxe17c">
302 <dc:Bounds x="360" y="628" width="36" height="36" />
303 <bpmndi:BPMNLabel>
304 <dc:Bounds x="378" y="669" width="0" height="0" />
305 </bpmndi:BPMNLabel>
306 </bpmndi:BPMNShape>
307 <bpmndi:BPMNShape id="ScriptTask_15yddb0_di" bpmnElement="ScriptTask_15yddb0">
308 <dc:Bounds x="468" y="606" width="100" height="80" />
309 </bpmndi:BPMNShape>
310 <bpmndi:BPMNShape id="EndEvent_12e3h6k_di" bpmnElement="EndEvent_12e3h6k">
311 <dc:Bounds x="618" y="628" width="36" height="36" />
312 <bpmndi:BPMNLabel>
313 <dc:Bounds x="636" y="669" width="0" height="0" />
314 </bpmndi:BPMNLabel>
315 </bpmndi:BPMNShape>
316 <bpmndi:BPMNEdge id="SequenceFlow_1ch4xrf_di" bpmnElement="SequenceFlow_1ch4xrf">
317 <di:waypoint xsi:type="dc:Point" x="396" y="646" />
318 <di:waypoint xsi:type="dc:Point" x="468" y="646" />
319 <bpmndi:BPMNLabel>
320 <dc:Bounds x="421" y="646" width="0" height="0" />
321 </bpmndi:BPMNLabel>
322 </bpmndi:BPMNEdge>
323 <bpmndi:BPMNEdge id="SequenceFlow_1pjk2ff_di" bpmnElement="SequenceFlow_1pjk2ff">
324 <di:waypoint xsi:type="dc:Point" x="568" y="646" />
325 <di:waypoint xsi:type="dc:Point" x="618" y="646" />
326 <bpmndi:BPMNLabel>
327 <dc:Bounds x="593" y="646" width="0" height="0" />
328 </bpmndi:BPMNLabel>
329 </bpmndi:BPMNEdge>
330 <bpmndi:BPMNShape id="ScriptTask_1awt1ds_di" bpmnElement="ScriptTask_1awt1ds">
331 <dc:Bounds x="921" y="57" width="100" height="80" />
332 </bpmndi:BPMNShape>
333 <bpmndi:BPMNShape id="CallActivity_0ppz9nd_di" bpmnElement="CallActivity_0ppz9nd">
334 <dc:Bounds x="796" y="57" width="100" height="80" />
335 </bpmndi:BPMNShape>
336 <bpmndi:BPMNEdge id="SequenceFlow_006g9e8_di" bpmnElement="SequenceFlow_006g9e8">
337 <di:waypoint xsi:type="dc:Point" x="896" y="97" />
338 <di:waypoint xsi:type="dc:Point" x="921" y="97" />
339 <bpmndi:BPMNLabel>
340 <dc:Bounds x="909" y="82" width="0" height="0" />
341 </bpmndi:BPMNLabel>
342 </bpmndi:BPMNEdge>
343 <bpmndi:BPMNEdge id="SequenceFlow_1njogr1_di" bpmnElement="SequenceFlow_1njogr1">
344 <di:waypoint xsi:type="dc:Point" x="1021" y="97" />
345 <di:waypoint xsi:type="dc:Point" x="1046" y="97" />
346 <bpmndi:BPMNLabel>
347 <dc:Bounds x="1034" y="82" width="0" height="0" />
348 </bpmndi:BPMNLabel>
349 </bpmndi:BPMNEdge>
350 <bpmndi:BPMNShape id="ServiceTask_0e780gv_di" bpmnElement="Task_06o1aio">
351 <dc:Bounds x="1176" y="57" width="100" height="80" />
352 </bpmndi:BPMNShape>
353 <bpmndi:BPMNEdge id="SequenceFlow_0h3wkj4_di" bpmnElement="SequenceFlow_0h3wkj4">
354 <di:waypoint xsi:type="dc:Point" x="1276" y="97" />
355 <di:waypoint xsi:type="dc:Point" x="1296" y="97" />
356 <di:waypoint xsi:type="dc:Point" x="1296" y="241" />
357 <di:waypoint xsi:type="dc:Point" x="1276" y="241" />
358 <bpmndi:BPMNLabel>
359 <dc:Bounds x="1311" y="163" width="0" height="12" />
360 </bpmndi:BPMNLabel>
361 </bpmndi:BPMNEdge>
362 <bpmndi:BPMNEdge id="SequenceFlow_1x9eh33_di" bpmnElement="SequenceFlow_1x9eh33">
363 <di:waypoint xsi:type="dc:Point" x="1096" y="97" />
364 <di:waypoint xsi:type="dc:Point" x="1136" y="97" />
365 <di:waypoint xsi:type="dc:Point" x="1136" y="97" />
366 <di:waypoint xsi:type="dc:Point" x="1176" y="97" />
367 <bpmndi:BPMNLabel>
368 <dc:Bounds x="1115.9718309859154" y="71" width="18" height="12" />
369 </bpmndi:BPMNLabel>
370 </bpmndi:BPMNEdge>
371 </bpmndi:BPMNPlane>
372 </bpmndi:BPMNDiagram>
373</bpmn2:definitions>