AT&T 1712 and 1802 release code
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / process / CreateVfModuleInfra.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_pNTO8MRhEeWv36YLr7PC3Q" 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="CreateVfModuleInfra" name="CreateVfModuleInfra" isExecutable="true">
4     <bpmn2:startEvent id="StartEvent_1" name="Start">
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" />
8     <bpmn2:callActivity id="DoCreateVfModuleSubprocess" name="Do Create Vf Module" calledElement="DoCreateVfModule">
9       <bpmn2:extensionElements>
10         <camunda:in source="CVFMI_requestId" target="msoRequestId" />
11         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
12         <camunda:in source="isVidRequest" target="isVidRequest" />
13         <camunda:in source="disableRollback" target="disableRollback" />
14         <camunda:out source="DCVFM_vnfId" target="CVFMI_vnfId" />
15         <camunda:out source="DCVFM_vfModuleId" target="CVFMI_vfModuleId" />
16         <camunda:out source="rollbackData" target="rollbackData" />
17         <camunda:out source="WorkflowException" target="WorkflowException" />
18         <camunda:out source="WorkflowResponse" target="CVFMI_WorkflowResponse" />
19         <camunda:out source="DCVFM_vfModuleName" target="CVFMI_vfModuleName" />
20         <camunda:in source="CVFMI_vnfType" target="vnfType" />
21         <camunda:in source="CVFMI_vnfName" target="vnfName" />
22         <camunda:in source="CVFMI_vnfId" target="vnfId" />
23         <camunda:in source="CVFMI_vfModuleName" target="vfModuleName" />
24         <camunda:in source="CVFMI_vfModuleType" target="vfModuleType" />
25         <camunda:in source="CVFMI_volumeGroupId" target="volumeGroupId" />
26         <camunda:in source="CVFMI_volumeGroupName" target="volumeGroupName" />
27         <camunda:in source="CVFMI_isBaseVfModule" target="isBaseVfModule" />
28         <camunda:in source="CVFMI_asdcServiceModelVersion" target="asdcServiceModelVersion" />
29         <camunda:in source="CVFMI_serviceInstanceId" target="serviceInstanceId" />
30         <camunda:in source="CVFMI_serviceModelInfo" target="serviceModelInfo" />
31         <camunda:in source="CVFMI_vnfModelInfo" target="vnfModelInfo" />
32         <camunda:in source="CVFMI_globalSubscriberId" target="globalSubscriberId" />
33         <camunda:in source="CVFMI_sdncVersion" target="sdncVersion" />
34         <camunda:in source="CVFMI_lcpCloudRegionId" target="lcpCloudRegionId" />
35         <camunda:in source="CVFMI_tenantId" target="tenantId" />
36         <camunda:in source="CVFMI_vfModuleId" target="vfModuleId" />
37         <camunda:in source="CVFMI_vfModuleModelInfo" target="vfModuleModelInfo" />
38         <camunda:in source="CVFMI_usePreload" target="usePreload" />
39         <camunda:in source="CVFMI_vfModuleInputParams" target="vfModuleInputParams" />
40         <camunda:in source="CVFMI_aLaCarte" target="aLaCarte" />
41       </bpmn2:extensionElements>
42       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
43       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
44     </bpmn2:callActivity>
45     <bpmn2:scriptTask id="SendResponse" name="Send Response" scriptFormat="groovy">
46       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
47       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
48       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
49 def createVfModule = new CreateVfModuleInfra()
50 createVfModule.sendResponse(execution)]]></bpmn2:script>
51     </bpmn2:scriptTask>
52     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="SendResponse" targetRef="DoCreateVfModuleSubprocess" />
53     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To FinishLine">
54       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
55       <bpmn2:linkEventDefinition id="_LinkEventDefinition_34" name="FinishLine" />
56     </bpmn2:intermediateThrowEvent>
57     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="DoCreateVfModuleSubprocess" targetRef="IntermediateThrowEvent_1" />
58     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="FinishLine">
59       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
60       <bpmn2:linkEventDefinition id="_LinkEventDefinition_35" name="FinishLine" />
61     </bpmn2:intermediateCatchEvent>
62     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="IntermediateCatchEvent_1" targetRef="PrepareUpdateInfraRequest" />
63     <bpmn2:scriptTask id="PrepareUpdateInfraRequest" name="Prepare Update Infra Request" scriptFormat="groovy">
64       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
65       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
66       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
67 def createVfModule = new CreateVfModuleInfra()
68 createVfModule.prepareUpdateInfraRequest(execution)]]></bpmn2:script>
69     </bpmn2:scriptTask>
70     <bpmn2:serviceTask id="ServiceTask_1" name="Update Infra Request">
71       <bpmn2:extensionElements>
72         <camunda:connector>
73           <camunda:inputOutput>
74             <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter>
75             <camunda:inputParameter name="headers">
76               <camunda:map>
77                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
78                 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
79               </camunda:map>
80             </camunda:inputParameter>
81             <camunda:inputParameter name="payload">${CVFMI_updateInfraRequest}</camunda:inputParameter>
82             <camunda:inputParameter name="method">POST</camunda:inputParameter>
83             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
84             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
85           </camunda:inputOutput>
86           <camunda:connectorId>http-connector</camunda:connectorId>
87         </camunda:connector>
88       </bpmn2:extensionElements>
89       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
90       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
91     </bpmn2:serviceTask>
92     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="PrepareUpdateInfraRequest" targetRef="ServiceTask_1" />
93     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ServiceTask_1" targetRef="UpdateInfraRequestResponseCheck" />
94     <bpmn2:scriptTask id="PrepareMSOCompletionHandler" name="Prepare MSO Completion Handler" scriptFormat="groovy">
95       <bpmn2:incoming>updateInfraRequestResponseGood</bpmn2:incoming>
96       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
97       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
98 def createVfModule = new CreateVfModuleInfra()
99 createVfModule.postProcessResponse(execution)]]></bpmn2:script>
100     </bpmn2:scriptTask>
101     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PrepareMSOCompletionHandler" targetRef="MSOCompletionHandler" />
102     <bpmn2:callActivity id="MSOCompletionHandler" name="MSO Completion Handler" calledElement="CompleteMsoProcess">
103       <bpmn2:extensionElements>
104         <camunda:in source="CVFMI_msoCompletionRequest" target="CompleteMsoProcessRequest" />
105         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
106         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
107         <camunda:in source="mso-request-id" target="mso-request-id" />
108         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
109         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
110       </bpmn2:extensionElements>
111       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
112       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
113     </bpmn2:callActivity>
114     <bpmn2:exclusiveGateway id="UpdateInfraRequestResponseCheck" name="Success? " default="updateInfraRequestResponseBad">
115       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
116       <bpmn2:outgoing>updateInfraRequestResponseBad</bpmn2:outgoing>
117       <bpmn2:outgoing>updateInfraRequestResponseGood</bpmn2:outgoing>
118     </bpmn2:exclusiveGateway>
119     <bpmn2:sequenceFlow id="updateInfraRequestResponseBad" name="no" sourceRef="UpdateInfraRequestResponseCheck" targetRef="EndEvent_2" />
120     <bpmn2:sequenceFlow id="updateInfraRequestResponseGood" name="yes" sourceRef="UpdateInfraRequestResponseCheck" targetRef="PrepareMSOCompletionHandler">
121       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVFMI_dbResponseCode" ) == '200'}]]></bpmn2:conditionExpression>
122     </bpmn2:sequenceFlow>
123     <bpmn2:endEvent id="EndEvent_2">
124       <bpmn2:incoming>updateInfraRequestResponseBad</bpmn2:incoming>
125       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_2" errorRef="Error_1" />
126     </bpmn2:endEvent>
127     <bpmn2:subProcess id="ErrorHandler" name="Error Handler" triggeredByEvent="true">
128       <bpmn2:startEvent id="StartEvent_2" name="Catch All Errors">
129         <bpmn2:outgoing>SequenceFlow_0wsgnab</bpmn2:outgoing>
130         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
131       </bpmn2:startEvent>
132       <bpmn2:callActivity id="FalloutHandler" name="Fallout Handler" calledElement="FalloutHandler">
133         <bpmn2:extensionElements>
134           <camunda:in source="CVFMI_FalloutHandlerRequest" target="FalloutHandlerRequest" />
135           <camunda:in source="mso-request-id" target="mso-request-id" />
136           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
137           <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
138         </bpmn2:extensionElements>
139         <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
140         <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
141       </bpmn2:callActivity>
142       <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="FalloutHandler" targetRef="EndEvent_3" />
143       <bpmn2:endEvent id="EndEvent_3">
144         <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
145         <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_11" />
146       </bpmn2:endEvent>
147       <bpmn2:scriptTask id="PrepareFalloutHandler" name="Prepare Fallout Handler" scriptFormat="groovy">
148         <bpmn2:incoming>SequenceFlow_018p5wf</bpmn2:incoming>
149         <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
150         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
151 def cvfm = new CreateVfModuleInfra()
152 cvfm.falloutHandlerPrep(execution, 'CVFMI_FalloutHandlerRequest')]]></bpmn2:script>
153       </bpmn2:scriptTask>
154       <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PrepareFalloutHandler" targetRef="FalloutHandler" />
155       <bpmn2:sequenceFlow id="SequenceFlow_0wsgnab" sourceRef="StartEvent_2" targetRef="SendErrorResponse" />
156       <bpmn2:sequenceFlow id="SequenceFlow_018p5wf" sourceRef="SendErrorResponse" targetRef="PrepareFalloutHandler" />
157       <bpmn2:scriptTask id="SendErrorResponse" name="Send Error Response" scriptFormat="groovy">
158         <bpmn2:incoming>SequenceFlow_0wsgnab</bpmn2:incoming>
159         <bpmn2:outgoing>SequenceFlow_018p5wf</bpmn2:outgoing>
160         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
161 def createVfModule = new CreateVfModuleInfra()
162 createVfModule.sendErrorResponse(execution)]]></bpmn2:script>
163       </bpmn2:scriptTask>
164     </bpmn2:subProcess>
165     <bpmn2:scriptTask id="SetSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy">
166       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
167       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
168       <bpmn2:script><![CDATA[execution.setVariable("CreateVfModuleSuccessIndicator", true)]]></bpmn2:script>
169     </bpmn2:scriptTask>
170     <bpmn2:endEvent id="EndEvent_1">
171       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
172       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_10" />
173     </bpmn2:endEvent>
174     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="MSOCompletionHandler" targetRef="SetSuccessIndicator" />
175     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="SetSuccessIndicator" targetRef="EndEvent_1" />
176     <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="ErrorHandler">
177       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
178       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_3" />
179     </bpmn2:boundaryEvent>
180     <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_4" />
181     <bpmn2:endEvent id="EndEvent_4">
182       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
183       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_12" />
184     </bpmn2:endEvent>
185     <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
186       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
187       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
188       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
189 def createVfModule = new CreateVfModuleInfra()
190 createVfModule.preProcessRequest(execution)]]></bpmn2:script>
191     </bpmn2:scriptTask>
192     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PreProcessRequest" targetRef="SendResponse" />
193     <bpmn2:subProcess id="SubProcess_0pgv3l6" name="Java Exception Handling Sub Process" triggeredByEvent="true">
194       <bpmn2:scriptTask id="ProcessError" name="Process Error" scriptFormat="groovy">
195         <bpmn2:incoming>SequenceFlow_1qvgrvq</bpmn2:incoming>
196         <bpmn2:outgoing>SequenceFlow_1jqizzo</bpmn2:outgoing>
197         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
198 ExceptionUtil exceptionUtil = new ExceptionUtil()
199 exceptionUtil.processJavaException(execution)]]></bpmn2:script>
200       </bpmn2:scriptTask>
201       <bpmn2:endEvent id="EndEvent_0100eju">
202         <bpmn2:incoming>SequenceFlow_1jqizzo</bpmn2:incoming>
203       </bpmn2:endEvent>
204       <bpmn2:startEvent id="StartEvent_1mov8he">
205         <bpmn2:outgoing>SequenceFlow_1qvgrvq</bpmn2:outgoing>
206         <bpmn2:errorEventDefinition />
207       </bpmn2:startEvent>
208       <bpmn2:sequenceFlow id="SequenceFlow_1qvgrvq" name="" sourceRef="StartEvent_1mov8he" targetRef="ProcessError" />
209       <bpmn2:sequenceFlow id="SequenceFlow_1jqizzo" name="" sourceRef="ProcessError" targetRef="EndEvent_0100eju" />
210     </bpmn2:subProcess>
211   </bpmn2:process>
212   <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
213   <bpmn2:error id="Error_2" name="REST Fault" errorCode="RESTFault" />
214   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
215     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleInfra">
216       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
217         <dc:Bounds x="41" y="231" width="36" height="36" />
218       </bpmndi:BPMNShape>
219       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
220         <di:waypoint xsi:type="dc:Point" x="77" y="249" />
221         <di:waypoint xsi:type="dc:Point" x="226" y="249" />
222         <bpmndi:BPMNLabel>
223           <dc:Bounds x="99" y="249" width="6" height="6" />
224         </bpmndi:BPMNLabel>
225       </bpmndi:BPMNEdge>
226       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
227         <dc:Bounds x="226" y="209" width="100" height="80" />
228       </bpmndi:BPMNShape>
229       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="SendResponse">
230         <dc:Bounds x="432" y="209" width="100" height="80" />
231       </bpmndi:BPMNShape>
232       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ServiceTask_86">
233         <di:waypoint xsi:type="dc:Point" x="326" y="249" />
234         <di:waypoint xsi:type="dc:Point" x="432" y="249" />
235         <bpmndi:BPMNLabel>
236           <dc:Bounds x="348" y="249" width="6" height="6" />
237         </bpmndi:BPMNLabel>
238       </bpmndi:BPMNEdge>
239       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="DoCreateVfModuleSubprocess">
240         <dc:Bounds x="612" y="209" width="145" height="80" />
241       </bpmndi:BPMNShape>
242       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ServiceTask_86" targetElement="_BPMNShape_ScriptTask_178">
243         <di:waypoint xsi:type="dc:Point" x="532" y="249" />
244         <di:waypoint xsi:type="dc:Point" x="612" y="249" />
245       </bpmndi:BPMNEdge>
246       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_47" bpmnElement="IntermediateThrowEvent_1">
247         <dc:Bounds x="823" y="231" width="36" height="36" />
248         <bpmndi:BPMNLabel>
249           <dc:Bounds x="841" y="272" width="0" height="0" />
250         </bpmndi:BPMNLabel>
251       </bpmndi:BPMNShape>
252       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_IntermediateThrowEvent_47">
253         <di:waypoint xsi:type="dc:Point" x="756" y="249" />
254         <di:waypoint xsi:type="dc:Point" x="823" y="249" />
255       </bpmndi:BPMNEdge>
256       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_32" bpmnElement="IntermediateCatchEvent_1">
257         <dc:Bounds x="39" y="349" width="36" height="36" />
258         <bpmndi:BPMNLabel>
259           <dc:Bounds x="25" y="390" width="65" height="22" />
260         </bpmndi:BPMNLabel>
261       </bpmndi:BPMNShape>
262       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_219" bpmnElement="PrepareUpdateInfraRequest">
263         <dc:Bounds x="127" y="327" width="100" height="80" />
264       </bpmndi:BPMNShape>
265       <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_1">
266         <dc:Bounds x="277" y="327" width="100" height="80" />
267       </bpmndi:BPMNShape>
268       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_179" bpmnElement="UpdateInfraRequestResponseCheck" isMarkerVisible="true">
269         <dc:Bounds x="443" y="341" width="50" height="50" />
270         <bpmndi:BPMNLabel>
271           <dc:Bounds x="435" y="308" width="68" height="22" />
272         </bpmndi:BPMNLabel>
273       </bpmndi:BPMNShape>
274       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_220" bpmnElement="PrepareMSOCompletionHandler">
275         <dc:Bounds x="552" y="327" width="100" height="80" />
276       </bpmndi:BPMNShape>
277       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_221" bpmnElement="MSOCompletionHandler">
278         <dc:Bounds x="708" y="327" width="100" height="80" />
279       </bpmndi:BPMNShape>
280       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_1">
281         <dc:Bounds x="1020" y="349" width="36" height="36" />
282         <bpmndi:BPMNLabel>
283           <dc:Bounds x="1038" y="390" width="0" height="0" />
284         </bpmndi:BPMNLabel>
285       </bpmndi:BPMNShape>
286       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_2">
287         <dc:Bounds x="452" y="469" width="36" height="36" />
288         <bpmndi:BPMNLabel>
289           <dc:Bounds x="470" y="510" width="0" height="0" />
290         </bpmndi:BPMNLabel>
291       </bpmndi:BPMNShape>
292       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_IntermediateCatchEvent_32" targetElement="_BPMNShape_ScriptTask_219">
293         <di:waypoint xsi:type="dc:Point" x="75" y="367" />
294         <di:waypoint xsi:type="dc:Point" x="127" y="367" />
295         <bpmndi:BPMNLabel>
296           <dc:Bounds x="105" y="367" width="6" height="6" />
297         </bpmndi:BPMNLabel>
298       </bpmndi:BPMNEdge>
299       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_219" targetElement="_BPMNShape_ServiceTask_103">
300         <di:waypoint xsi:type="dc:Point" x="227" y="367" />
301         <di:waypoint xsi:type="dc:Point" x="277" y="367" />
302       </bpmndi:BPMNEdge>
303       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ServiceTask_103" targetElement="_BPMNShape_ExclusiveGateway_179">
304         <di:waypoint xsi:type="dc:Point" x="377" y="367" />
305         <di:waypoint xsi:type="dc:Point" x="410" y="367" />
306         <di:waypoint xsi:type="dc:Point" x="410" y="366" />
307         <di:waypoint xsi:type="dc:Point" x="443" y="366" />
308         <bpmndi:BPMNLabel>
309           <dc:Bounds x="407" y="366" width="6" height="6" />
310         </bpmndi:BPMNLabel>
311       </bpmndi:BPMNEdge>
312       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="updateInfraRequestResponseBad" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="_BPMNShape_EndEvent_178">
313         <di:waypoint xsi:type="dc:Point" x="468" y="391" />
314         <di:waypoint xsi:type="dc:Point" x="469" y="421" />
315         <di:waypoint xsi:type="dc:Point" x="470" y="421" />
316         <di:waypoint xsi:type="dc:Point" x="470" y="469" />
317         <bpmndi:BPMNLabel>
318           <dc:Bounds x="459" y="419" width="20" height="22" />
319         </bpmndi:BPMNLabel>
320       </bpmndi:BPMNEdge>
321       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="updateInfraRequestResponseGood" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="_BPMNShape_ScriptTask_220">
322         <di:waypoint xsi:type="dc:Point" x="493" y="366" />
323         <di:waypoint xsi:type="dc:Point" x="523" y="366" />
324         <di:waypoint xsi:type="dc:Point" x="523" y="367" />
325         <di:waypoint xsi:type="dc:Point" x="552" y="367" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="510" y="367" width="27" height="22" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNEdge>
330       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_220" targetElement="_BPMNShape_ScriptTask_221">
331         <di:waypoint xsi:type="dc:Point" x="652" y="367" />
332         <di:waypoint xsi:type="dc:Point" x="708" y="367" />
333         <bpmndi:BPMNLabel>
334           <dc:Bounds x="678" y="367" width="6" height="6" />
335         </bpmndi:BPMNLabel>
336       </bpmndi:BPMNEdge>
337       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_20" bpmnElement="ErrorHandler" isExpanded="true">
338         <dc:Bounds x="30" y="566" width="925" height="385" />
339       </bpmndi:BPMNShape>
340       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_2">
341         <dc:Bounds x="139" y="720" width="36" height="36" />
342         <bpmndi:BPMNLabel>
343           <dc:Bounds x="137" y="762" width="77" height="12" />
344         </bpmndi:BPMNLabel>
345       </bpmndi:BPMNShape>
346       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_222" bpmnElement="PrepareFalloutHandler">
347         <dc:Bounds x="497" y="698" width="100" height="80" />
348       </bpmndi:BPMNShape>
349       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_223" bpmnElement="FalloutHandler">
350         <dc:Bounds x="690" y="698" width="100" height="80" />
351       </bpmndi:BPMNShape>
352       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_179" bpmnElement="EndEvent_3">
353         <dc:Bounds x="846" y="720" width="36" height="36" />
354         <bpmndi:BPMNLabel>
355           <dc:Bounds x="864" y="761" width="0" height="0" />
356         </bpmndi:BPMNLabel>
357       </bpmndi:BPMNShape>
358       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_44" bpmnElement="BoundaryEvent_1">
359         <dc:Bounds x="937" y="716" width="36" height="36" />
360         <bpmndi:BPMNLabel>
361           <dc:Bounds x="955" y="757" width="0" height="0" />
362         </bpmndi:BPMNLabel>
363       </bpmndi:BPMNShape>
364       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_180" bpmnElement="EndEvent_4">
365         <dc:Bounds x="1066" y="716" width="36" height="36" />
366         <bpmndi:BPMNLabel>
367           <dc:Bounds x="1084" y="757" width="0" height="0" />
368         </bpmndi:BPMNLabel>
369       </bpmndi:BPMNShape>
370       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_222" targetElement="_BPMNShape_ScriptTask_223">
371         <di:waypoint xsi:type="dc:Point" x="597" y="738" />
372         <di:waypoint xsi:type="dc:Point" x="690" y="738" />
373         <bpmndi:BPMNLabel>
374           <dc:Bounds x="644" y="723" width="0" height="0" />
375         </bpmndi:BPMNLabel>
376       </bpmndi:BPMNEdge>
377       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_223" targetElement="_BPMNShape_EndEvent_179">
378         <di:waypoint xsi:type="dc:Point" x="790" y="738" />
379         <di:waypoint xsi:type="dc:Point" x="846" y="738" />
380         <bpmndi:BPMNLabel>
381           <dc:Bounds x="821" y="738" width="0" height="0" />
382         </bpmndi:BPMNLabel>
383       </bpmndi:BPMNEdge>
384       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_BoundaryEvent_44" targetElement="_BPMNShape_EndEvent_180">
385         <di:waypoint xsi:type="dc:Point" x="973" y="734" />
386         <di:waypoint xsi:type="dc:Point" x="1066" y="734" />
387         <bpmndi:BPMNLabel>
388           <dc:Bounds x="1020" y="719" width="0" height="0" />
389         </bpmndi:BPMNLabel>
390       </bpmndi:BPMNEdge>
391       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="SetSuccessIndicator">
392         <dc:Bounds x="858" y="328" width="103" height="79" />
393       </bpmndi:BPMNShape>
394       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_221" targetElement="_BPMNShape_ScriptTask_241">
395         <di:waypoint xsi:type="dc:Point" x="808" y="367" />
396         <di:waypoint xsi:type="dc:Point" x="858" y="367" />
397       </bpmndi:BPMNEdge>
398       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_177">
399         <di:waypoint xsi:type="dc:Point" x="960" y="367" />
400         <di:waypoint xsi:type="dc:Point" x="1020" y="367" />
401       </bpmndi:BPMNEdge>
402       <bpmndi:BPMNShape id="SubProcess_0pgv3l6_di" bpmnElement="SubProcess_0pgv3l6" isExpanded="true">
403         <dc:Bounds x="160" y="1001" width="313" height="169" />
404       </bpmndi:BPMNShape>
405       <bpmndi:BPMNShape id="ScriptTask_13ekvux_di" bpmnElement="ProcessError">
406         <dc:Bounds x="268" y="1047" width="100" height="80" />
407       </bpmndi:BPMNShape>
408       <bpmndi:BPMNShape id="EndEvent_0100eju_di" bpmnElement="EndEvent_0100eju">
409         <dc:Bounds x="413" y="1069" width="36" height="36" />
410         <bpmndi:BPMNLabel>
411           <dc:Bounds x="431" y="1110" width="0" height="0" />
412         </bpmndi:BPMNLabel>
413       </bpmndi:BPMNShape>
414       <bpmndi:BPMNShape id="StartEvent_1mov8he_di" bpmnElement="StartEvent_1mov8he">
415         <dc:Bounds x="185" y="1069" width="36" height="36" />
416         <bpmndi:BPMNLabel>
417           <dc:Bounds x="203" y="1110" width="0" height="0" />
418         </bpmndi:BPMNLabel>
419       </bpmndi:BPMNShape>
420       <bpmndi:BPMNEdge id="SequenceFlow_1qvgrvq_di" bpmnElement="SequenceFlow_1qvgrvq">
421         <di:waypoint xsi:type="dc:Point" x="221" y="1087" />
422         <di:waypoint xsi:type="dc:Point" x="268" y="1087" />
423         <bpmndi:BPMNLabel>
424           <dc:Bounds x="242" y="1087" width="0" height="0" />
425         </bpmndi:BPMNLabel>
426       </bpmndi:BPMNEdge>
427       <bpmndi:BPMNEdge id="SequenceFlow_1jqizzo_di" bpmnElement="SequenceFlow_1jqizzo">
428         <di:waypoint xsi:type="dc:Point" x="368" y="1087" />
429         <di:waypoint xsi:type="dc:Point" x="413" y="1087" />
430         <bpmndi:BPMNLabel>
431           <dc:Bounds x="388" y="1087" width="0" height="0" />
432         </bpmndi:BPMNLabel>
433       </bpmndi:BPMNEdge>
434       <bpmndi:BPMNEdge id="SequenceFlow_0wsgnab_di" bpmnElement="SequenceFlow_0wsgnab">
435         <di:waypoint xsi:type="dc:Point" x="175" y="738" />
436         <di:waypoint xsi:type="dc:Point" x="235" y="738" />
437         <di:waypoint xsi:type="dc:Point" x="235" y="738" />
438         <di:waypoint xsi:type="dc:Point" x="296" y="738" />
439         <bpmndi:BPMNLabel>
440           <dc:Bounds x="250" y="738" width="0" height="0" />
441         </bpmndi:BPMNLabel>
442       </bpmndi:BPMNEdge>
443       <bpmndi:BPMNEdge id="SequenceFlow_018p5wf_di" bpmnElement="SequenceFlow_018p5wf">
444         <di:waypoint xsi:type="dc:Point" x="396" y="738" />
445         <di:waypoint xsi:type="dc:Point" x="497" y="738" />
446         <bpmndi:BPMNLabel>
447           <dc:Bounds x="447" y="723" width="0" height="0" />
448         </bpmndi:BPMNLabel>
449       </bpmndi:BPMNEdge>
450       <bpmndi:BPMNShape id="ScriptTask_036ipyg_di" bpmnElement="SendErrorResponse">
451         <dc:Bounds x="296" y="698" width="100" height="80" />
452       </bpmndi:BPMNShape>
453     </bpmndi:BPMNPlane>
454   </bpmndi:BPMNDiagram>
455 </bpmn2:definitions>