[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / process / CreateGenericMacroServiceNetworkVnf.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="_MagIIMOUEeW8asg-vCEgWQ" 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="CreateGenericMacroServiceNetworkVnf" name="CreateGenericMacroServiceNetworkVnf" isExecutable="true">
4     <bpmn2:scriptTask id="sendSyncAckResponse_ScriptTask" name="Send Sync Ack Response" scriptFormat="groovy">
5       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
6       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
7       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
8 def CreateGenericMacroServiceNetworkVnf = new CreateGenericMacroServiceNetworkVnf()
9 CreateGenericMacroServiceNetworkVnf.sendSyncResponse(execution)]]></bpmn2:script>
10     </bpmn2:scriptTask>
11     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="sendSyncAckResponse_ScriptTask" targetRef="IntermediateThrowEvent_2" />
12     <bpmn2:startEvent id="createVIPR_startEvent" name="Start Flow">
13       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
14     </bpmn2:startEvent>
15     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createVIPR_startEvent" targetRef="preProcessRequest_ScriptTask" />
16     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
17       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
18       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
19       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
20 def CreateGenericMacroServiceNetworkVnf = new CreateGenericMacroServiceNetworkVnf()
21 CreateGenericMacroServiceNetworkVnf.preProcessRequest(execution)
22 ]]></bpmn2:script>
23     </bpmn2:scriptTask>
24     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="sendSyncAckResponse_ScriptTask" />
25     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_3" name="vIPR-ATM">
26       <bpmn2:outgoing>SequenceFlow_10o22u2</bpmn2:outgoing>
27       <bpmn2:linkEventDefinition id="_LinkEventDefinition_37" name="vIPR-ATM" />
28     </bpmn2:intermediateCatchEvent>
29     <bpmn2:scriptTask id="postProcessAndCompletionRequest_ScriptTask" name="Post Process &#38; Completion Request" scriptFormat="groovy">
30       <bpmn2:incoming>SequenceFlow_0afe2pg</bpmn2:incoming>
31       <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
32       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
33 def CreateGenericMacroServiceNetworkVnf = new CreateGenericMacroServiceNetworkVnf()
34 CreateGenericMacroServiceNetworkVnf.postProcessResponse(execution)]]></bpmn2:script>
35     </bpmn2:scriptTask>
36     <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="postProcessAndCompletionRequest_ScriptTask" targetRef="callCompleteMsoProcess_CallActivity" />
37     <bpmn2:callActivity id="callCompleteMsoProcess_CallActivity" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
38       <bpmn2:extensionElements>
39         <camunda:in variables="all" />
40         <camunda:out variables="all" />
41         <camunda:in source="CREVAS_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" />
42         <camunda:in source="mso-request-id" target="requestId" />
43         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
44         <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
45         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
46         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
47       </bpmn2:extensionElements>
48       <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
49       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
50     </bpmn2:callActivity>
51     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="callCompleteMsoProcess_CallActivity" targetRef="ScriptTask_2" />
52     <bpmn2:scriptTask id="ScriptTask_2" name="Set Success Indicator" scriptFormat="groovy">
53       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
54       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
55       <bpmn2:script><![CDATA[// The following variable is checked by the unit test
56 execution.setVariable("CreateGenericMacroServiceNetworkVnfSuccessIndicator", true)]]></bpmn2:script>
57     </bpmn2:scriptTask>
58     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_2" targetRef="CreateVIPR_EndEvent" />
59     <bpmn2:endEvent id="CreateVIPR_EndEvent" name="End">
60       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
61       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_13" />
62     </bpmn2:endEvent>
63     <bpmn2:subProcess id="UnexpectedError_SubProcess_1" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
64       <bpmn2:startEvent id="StartEvent_1">
65         <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
66         <bpmn2:errorEventDefinition id="_ErrorEventDefinition_92" errorRef="Error_1" />
67       </bpmn2:startEvent>
68       <bpmn2:endEvent id="EndEvent_1">
69         <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
70       </bpmn2:endEvent>
71       <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" />
72       <bpmn2:scriptTask id="ScriptTask_1" name="Log / Print Unexpected Error" scriptFormat="groovy">
73         <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
74         <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
75         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
76 def CreateServiceInstanceInfra = new CreateServiceInstanceInfra()
77 CreateServiceInstanceInfra.processJavaException(execution)]]></bpmn2:script>
78       </bpmn2:scriptTask>
79       <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" />
80     </bpmn2:subProcess>
81     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_4" name="FinishProcess">
82       <bpmn2:outgoing>SequenceFlow_12ilko1</bpmn2:outgoing>
83       <bpmn2:linkEventDefinition id="_LinkEventDefinition_39" name="FinishProcess" />
84     </bpmn2:intermediateCatchEvent>
85     <bpmn2:callActivity id="doCreateNetworkInstance_CallActivity" name="DoCreate&#10;Network&#10;Instance" calledElement="DoCreateNetworkInstance">
86       <bpmn2:extensionElements>
87         <camunda:in source="msoRequestId" target="msoRequestId" />
88         <camunda:in source="networkModelInfo" target="networkModelInfo" />
89         <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
90         <camunda:in source="tenantId" target="tenantId" />
91         <camunda:in source="productFamilyId" target="productFamilyId" />
92         <camunda:in source="disableRollback" target="disableRollback" />
93         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
94         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
95         <camunda:in source="networkInputParams" target="networkInputParams" />
96         <camunda:in source="failIfExists" target="failIfExists" />
97         <camunda:out source="WorkflowException" target="WorkflowException" />
98         <camunda:out source="rollbackData" target="DCRENI_rollbackData" />
99         <camunda:out source="rolledBack" target="DCRENI_rolledBack" />
100         <camunda:out source="networkId" target="networkId" />
101         <camunda:out source="networkName" target="networkName" />
102         <camunda:out source="networkOutputParams" target="networkOutputParams" />
103         <camunda:in source="sdncVersion" target="sdncVersion" />
104         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
105         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
106         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
107       </bpmn2:extensionElements>
108       <bpmn2:incoming>SequenceFlow_1bwbn7r</bpmn2:incoming>
109       <bpmn2:outgoing>SequenceFlow_12ag2bk</bpmn2:outgoing>
110     </bpmn2:callActivity>
111     <bpmn2:scriptTask id="ScriptTask_PrepareNetworkCreate" name="Prepare for Network Create" scriptFormat="groovy">
112       <bpmn2:incoming>SequenceFlow_0cmebdc</bpmn2:incoming>
113       <bpmn2:incoming>SequenceFlow_0dfkfh1</bpmn2:incoming>
114       <bpmn2:outgoing>SequenceFlow_1bwbn7r</bpmn2:outgoing>
115       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
116 def CreateGenericMacroServiceNetworkVnf= new CreateGenericMacroServiceNetworkVnf()
117 CreateGenericMacroServiceNetworkVnf.prepareNetworkCreate(execution)]]></bpmn2:script>
118     </bpmn2:scriptTask>
119     <bpmn2:callActivity id="doCreateServiceInstance_CallActivity" name="DoCreate&#10;ServiceInstance&#10;" calledElement="DoCreateServiceInstance">
120       <bpmn2:extensionElements>
121         <camunda:in source="msoRequestId" target="msoRequestId" />
122         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
123         <camunda:in sourceExpression="vIPR-ATM" target="subscriptionServiceType" />
124         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
125         <camunda:out source="rollbackData" target="DCRESI_rollbackData" />
126         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
127         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
128         <camunda:in source="failIfExists" target="failIfExists" />
129         <camunda:in source="disableRollback" target="disableRollback" />
130         <camunda:in source="serviceInputParams" target="serviceInputParams" />
131         <camunda:out source="rolledBack" target="DCRESI_rolledBack" />
132         <camunda:out source="WorkflowException" target="WorkflowException" />
133         <camunda:out source="serviceInstanceName" target="serviceInstanceName" />
134         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
135         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
136         <camunda:in source="productFamilyId" target="productFamilyId" />
137         <camunda:in source="sdncVersion" target="sdncVersion" />
138       </bpmn2:extensionElements>
139       <bpmn2:incoming>SequenceFlow_0j6sjye</bpmn2:incoming>
140       <bpmn2:outgoing>SequenceFlow_1ky2sv9</bpmn2:outgoing>
141     </bpmn2:callActivity>
142     <bpmn2:callActivity id="doCreateVNFandModules_CallActivity" name="DoCreate&#10;VNF and Modules&#10;" calledElement="DoCreateVnfAndModules">
143       <bpmn2:extensionElements>
144         <camunda:in source="msoRequestId" target="msoRequestId" />
145         <camunda:in source="disableRollback" target="disableRollback" />
146         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
147         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
148         <camunda:in source="productFamilyId" target="productFamilyId" />
149         <camunda:in source="vnfModelInfo" target="vnfModelInfo" />
150         <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
151         <camunda:in source="tenantId" target="tenantId" />
152         <camunda:in source="sdncVersion" target="sdncVersion" />
153         <camunda:out source="rollbackData" target="DCVM_rollbackData" />
154         <camunda:out source="WorkflowException" target="WorkflowException" />
155         <camunda:out source="vnfId" target="vnfId" />
156         <camunda:out source="vnfName" target="vnfName" />
157         <camunda:out source="vnfOutputParams" target="vnfOutputParams" />
158         <camunda:out source="rolledBack" target="rolledBack" />
159       </bpmn2:extensionElements>
160       <bpmn2:incoming>SequenceFlow_1h77psn</bpmn2:incoming>
161       <bpmn2:outgoing>SequenceFlow_0qi5uxg</bpmn2:outgoing>
162     </bpmn2:callActivity>
163     <bpmn2:scriptTask id="ScriptTask_3" name="Prepare to Create VNF" scriptFormat="groovy">
164       <bpmn2:incoming>SequenceFlow_0bvecvm</bpmn2:incoming>
165       <bpmn2:outgoing>SequenceFlow_1h77psn</bpmn2:outgoing>
166       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
167 def CreateGenericMacroServiceNetworkVnf= new CreateGenericMacroServiceNetworkVnf()
168 CreateGenericMacroServiceNetworkVnf.prepareVnfAndModulesCreate(execution)]]></bpmn2:script>
169     </bpmn2:scriptTask>
170     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_4" name="GoToFinishProcess">
171       <bpmn2:incoming>SequenceFlow_0xowenu</bpmn2:incoming>
172       <bpmn2:linkEventDefinition id="_LinkEventDefinition_41" name="FinishProcess" />
173     </bpmn2:intermediateThrowEvent>
174     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_2" name="GoTovIPR-ATM">
175       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
176       <bpmn2:linkEventDefinition id="_LinkEventDefinition_38" name="vIPR-ATM" />
177     </bpmn2:intermediateThrowEvent>
178     <bpmn2:subProcess id="SubProcess_0s6hpty" name="Subprocess For Exception / FalloutHandler " triggeredByEvent="true">
179       <bpmn2:exclusiveGateway id="ExclusiveGateway_1vwgs6p" name="Is Rollback On?" default="SequenceFlow_0dhf2js">
180         <bpmn2:incoming>SequenceFlow_0zq7i3q</bpmn2:incoming>
181         <bpmn2:outgoing>SequenceFlow_0zpbskl</bpmn2:outgoing>
182         <bpmn2:outgoing>SequenceFlow_0dhf2js</bpmn2:outgoing>
183       </bpmn2:exclusiveGateway>
184       <bpmn2:startEvent id="StartEvent_1bwmffk" name="Fault Start">
185         <bpmn2:outgoing>SequenceFlow_0zq7i3q</bpmn2:outgoing>
186         <bpmn2:errorEventDefinition />
187       </bpmn2:startEvent>
188       <bpmn2:exclusiveGateway id="ExclusiveGateway_0ydrtdx" name="isPONR?" default="SequenceFlow_02o4yqx">
189         <bpmn2:incoming>SequenceFlow_0zpbskl</bpmn2:incoming>
190         <bpmn2:outgoing>SequenceFlow_1sx5llu</bpmn2:outgoing>
191         <bpmn2:outgoing>SequenceFlow_02o4yqx</bpmn2:outgoing>
192       </bpmn2:exclusiveGateway>
193       <bpmn2:exclusiveGateway id="ExclusiveGateway_00rt5qa" name="is VNF Ok?" default="SequenceFlow_05lo85t">
194         <bpmn2:incoming>SequenceFlow_0sdb3on</bpmn2:incoming>
195         <bpmn2:outgoing>SequenceFlow_05lo85t</bpmn2:outgoing>
196         <bpmn2:outgoing>SequenceFlow_0xtr1g5</bpmn2:outgoing>
197       </bpmn2:exclusiveGateway>
198       <bpmn2:exclusiveGateway id="ExclusiveGateway_1kvn1pz" name="Network Rollback present?" default="SequenceFlow_19mxskt">
199         <bpmn2:incoming>SequenceFlow_05lo85t</bpmn2:incoming>
200         <bpmn2:incoming>SequenceFlow_09xerwk</bpmn2:incoming>
201         <bpmn2:outgoing>SequenceFlow_19mxskt</bpmn2:outgoing>
202         <bpmn2:outgoing>SequenceFlow_0tmepzk</bpmn2:outgoing>
203       </bpmn2:exclusiveGateway>
204       <bpmn2:callActivity id="CallActivity_0jw5tqa" name="Call FalloutHandlerV1" calledElement="FalloutHandler">
205         <bpmn2:extensionElements>
206           <camunda:in source="CREVAS_falloutRequest" target="FalloutHandlerRequest" />
207           <camunda:in source="msoRequestId" target="mso-request-id" />
208           <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
209           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
210           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
211           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
212         </bpmn2:extensionElements>
213         <bpmn2:incoming>SequenceFlow_0807ukc</bpmn2:incoming>
214         <bpmn2:outgoing>SequenceFlow_19yywk8</bpmn2:outgoing>
215       </bpmn2:callActivity>
216       <bpmn2:endEvent id="EndEvent_04xute7">
217         <bpmn2:incoming>SequenceFlow_19yywk8</bpmn2:incoming>
218       </bpmn2:endEvent>
219       <bpmn2:inclusiveGateway id="InclusiveGateway_1pqjttt">
220         <bpmn2:incoming>SequenceFlow_19mxskt</bpmn2:incoming>
221         <bpmn2:incoming>SequenceFlow_1brxd2r</bpmn2:incoming>
222         <bpmn2:outgoing>SequenceFlow_08s0ew2</bpmn2:outgoing>
223       </bpmn2:inclusiveGateway>
224       <bpmn2:scriptTask id="ScriptTask_0yk02h3" name="Prepare FalloutHandler" scriptFormat="groovy">
225         <bpmn2:incoming>SequenceFlow_0jg47xm</bpmn2:incoming>
226         <bpmn2:outgoing>SequenceFlow_0807ukc</bpmn2:outgoing>
227         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
228 def CreateGenericMacroServiceNetworkVnf = new CreateGenericMacroServiceNetworkVnf()
229 CreateGenericMacroServiceNetworkVnf.prepareFalloutRequest(execution)]]></bpmn2:script>
230       </bpmn2:scriptTask>
231       <bpmn2:sequenceFlow id="SequenceFlow_0zpbskl" name="Yes" sourceRef="ExclusiveGateway_1vwgs6p" targetRef="ExclusiveGateway_0ydrtdx">
232         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("disableRollback") != true}]]></bpmn2:conditionExpression>
233       </bpmn2:sequenceFlow>
234       <bpmn2:sequenceFlow id="SequenceFlow_0dhf2js" name="No" sourceRef="ExclusiveGateway_1vwgs6p" targetRef="InclusiveGateway_0foywso" />
235       <bpmn2:sequenceFlow id="SequenceFlow_1sx5llu" name="Yes" sourceRef="ExclusiveGateway_0ydrtdx" targetRef="InclusiveGateway_0foywso">
236         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("PONR") == true}]]></bpmn2:conditionExpression>
237       </bpmn2:sequenceFlow>
238       <bpmn2:sequenceFlow id="SequenceFlow_02o4yqx" name="No" sourceRef="ExclusiveGateway_0ydrtdx" targetRef="ScriptTask_17doerz" />
239       <bpmn2:sequenceFlow id="SequenceFlow_05lo85t" name="No" sourceRef="ExclusiveGateway_00rt5qa" targetRef="ExclusiveGateway_1kvn1pz" />
240       <bpmn2:sequenceFlow id="SequenceFlow_0xtr1g5" name="Yes" sourceRef="ExclusiveGateway_00rt5qa" targetRef="DoRollbackVNFandModules_CallActivity">
241         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVM_rollbackData") != null }]]></bpmn2:conditionExpression>
242       </bpmn2:sequenceFlow>
243       <bpmn2:sequenceFlow id="SequenceFlow_19mxskt" name="No" sourceRef="ExclusiveGateway_1kvn1pz" targetRef="InclusiveGateway_1pqjttt" />
244       <bpmn2:callActivity id="DoRollbackVNFandModules_CallActivity" name="DoRollback&#10;VNF and Modules&#10;" calledElement="DoCreateVnfAndModules">
245         <bpmn2:extensionElements>
246           <camunda:in source="msoRequestId" target="msoRequestId" />
247           <camunda:in source="DCVAM_rollbackData" target="rollbackData" />
248           <camunda:out source="rollbackSuccessful" target="DCVAM_rollbackSuccessful" />
249           <camunda:out source="rollbackError" target="DCVAM_rollbackError" />
250           <camunda:in source="sdncVersion" target="sdncVersion" />
251         </bpmn2:extensionElements>
252         <bpmn2:incoming>SequenceFlow_0xtr1g5</bpmn2:incoming>
253         <bpmn2:outgoing>SequenceFlow_09xerwk</bpmn2:outgoing>
254       </bpmn2:callActivity>
255       <bpmn2:sequenceFlow id="SequenceFlow_09xerwk" sourceRef="DoRollbackVNFandModules_CallActivity" targetRef="ExclusiveGateway_1kvn1pz" />
256       <bpmn2:callActivity id="DoRollbackNetwork_CallActivity" name="DoRollback&#10;Network" calledElement="DoCreateNetworkInstanceRollback">
257         <bpmn2:extensionElements>
258           <camunda:in source="msoRequestId" target="msoRequestId" />
259           <camunda:in source="DCRENI_rollbackData" target="rollbackData" />
260           <camunda:out source="rollbackSuccessful" target="DCRENI_rollbackSuccessful" />
261           <camunda:out source="rollbackError" target="DCRENI_rollbackError" />
262           <camunda:in source="sdncVersion" target="sdncVersion" />
263         </bpmn2:extensionElements>
264         <bpmn2:incoming>SequenceFlow_0136s37</bpmn2:incoming>
265         <bpmn2:incoming>SequenceFlow_1fqmrda</bpmn2:incoming>
266         <bpmn2:outgoing>SequenceFlow_1dmsx0d</bpmn2:outgoing>
267       </bpmn2:callActivity>
268       <bpmn2:exclusiveGateway id="ExclusiveGateway_09o09bu" name="Network rolled back OK?" default="SequenceFlow_0g7scsg">
269         <bpmn2:incoming>SequenceFlow_1ieiew4</bpmn2:incoming>
270         <bpmn2:outgoing>SequenceFlow_1os9x7w</bpmn2:outgoing>
271         <bpmn2:outgoing>SequenceFlow_0g7scsg</bpmn2:outgoing>
272       </bpmn2:exclusiveGateway>
273       <bpmn2:callActivity id="DoRollbackService_CallActivity" name="DoRollback&#10;Service&#10;" calledElement="DoCreateServiceInstanceRollback">
274         <bpmn2:extensionElements>
275           <camunda:in source="DCRESI_rollbackData" target="rollbackData" />
276           <camunda:in source="msoRequestId" target="msoRequestId" />
277           <camunda:out source="rollbackSuccessful" target="DCRESI_rollbackSuccessful" />
278           <camunda:out source="rollbackError" target="DCRESI_rollbackError" />
279           <camunda:in source="sdncVersion" target="sdncVersion" />
280         </bpmn2:extensionElements>
281         <bpmn2:incoming>SequenceFlow_1os9x7w</bpmn2:incoming>
282         <bpmn2:outgoing>SequenceFlow_1f1hd3l</bpmn2:outgoing>
283       </bpmn2:callActivity>
284       <bpmn2:inclusiveGateway id="InclusiveGateway_0foywso">
285         <bpmn2:incoming>SequenceFlow_1sx5llu</bpmn2:incoming>
286         <bpmn2:incoming>SequenceFlow_0dhf2js</bpmn2:incoming>
287         <bpmn2:incoming>SequenceFlow_1rabks0</bpmn2:incoming>
288         <bpmn2:outgoing>SequenceFlow_0jg47xm</bpmn2:outgoing>
289       </bpmn2:inclusiveGateway>
290       <bpmn2:sequenceFlow id="SequenceFlow_1os9x7w" name="Yes" sourceRef="ExclusiveGateway_09o09bu" targetRef="DoRollbackService_CallActivity">
291         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DCRENI_rollbackSuccessful") == null  || execution.getVariable("DCRENI_rollbackSuccessful") == true  }]]></bpmn2:conditionExpression>
292       </bpmn2:sequenceFlow>
293       <bpmn2:sequenceFlow id="SequenceFlow_1f1hd3l" sourceRef="DoRollbackService_CallActivity" targetRef="InclusiveGateway_0m9f5ka" />
294       <bpmn2:sequenceFlow id="SequenceFlow_0g7scsg" name="No" sourceRef="ExclusiveGateway_09o09bu" targetRef="InclusiveGateway_0m9f5ka" />
295       <bpmn2:sequenceFlow id="SequenceFlow_0jg47xm" sourceRef="InclusiveGateway_0foywso" targetRef="ScriptTask_0yk02h3" />
296       <bpmn2:sequenceFlow id="SequenceFlow_0807ukc" sourceRef="ScriptTask_0yk02h3" targetRef="CallActivity_0jw5tqa" />
297       <bpmn2:sequenceFlow id="SequenceFlow_19yywk8" sourceRef="CallActivity_0jw5tqa" targetRef="EndEvent_04xute7" />
298       <bpmn2:scriptTask id="ScriptTask_184teky" name="Validate Network Rollback" scriptFormat="groovy">
299         <bpmn2:incoming>SequenceFlow_1dmsx0d</bpmn2:incoming>
300         <bpmn2:outgoing>SequenceFlow_1otyild</bpmn2:outgoing>
301         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
302 def CreateGenericMacroServiceNetworkVnf= new CreateGenericMacroServiceNetworkVnf()
303 CreateGenericMacroServiceNetworkVnf.validateNetworkRollback(execution)]]></bpmn2:script>
304       </bpmn2:scriptTask>
305       <bpmn2:exclusiveGateway id="ExclusiveGateway_1c386z9" name="Rollback Additional Networks?" default="SequenceFlow_12u8ufr">
306         <bpmn2:incoming>SequenceFlow_1otyild</bpmn2:incoming>
307         <bpmn2:outgoing>SequenceFlow_0136s37</bpmn2:outgoing>
308         <bpmn2:outgoing>SequenceFlow_12u8ufr</bpmn2:outgoing>
309       </bpmn2:exclusiveGateway>
310       <bpmn2:sequenceFlow id="SequenceFlow_1dmsx0d" sourceRef="DoRollbackNetwork_CallActivity" targetRef="ScriptTask_184teky" />
311       <bpmn2:sequenceFlow id="SequenceFlow_1otyild" sourceRef="ScriptTask_184teky" targetRef="ExclusiveGateway_1c386z9" />
312       <bpmn2:sequenceFlow id="SequenceFlow_0136s37" name="Yes" sourceRef="ExclusiveGateway_1c386z9" targetRef="DoRollbackNetwork_CallActivity">
313         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CREVAS_NetworksCreatedCount")  > 0 }]]></bpmn2:conditionExpression>
314       </bpmn2:sequenceFlow>
315       <bpmn2:sequenceFlow id="SequenceFlow_12u8ufr" name="No" sourceRef="ExclusiveGateway_1c386z9" targetRef="ExclusiveGateway_05indeh" />
316       <bpmn2:exclusiveGateway id="ExclusiveGateway_1bts0nw" name="VNF rolled back OK?" default="SequenceFlow_1brxd2r">
317         <bpmn2:incoming>SequenceFlow_0tmepzk</bpmn2:incoming>
318         <bpmn2:outgoing>SequenceFlow_1fqmrda</bpmn2:outgoing>
319         <bpmn2:outgoing>SequenceFlow_1brxd2r</bpmn2:outgoing>
320       </bpmn2:exclusiveGateway>
321       <bpmn2:sequenceFlow id="SequenceFlow_0tmepzk" name="Yes" sourceRef="ExclusiveGateway_1kvn1pz" targetRef="ExclusiveGateway_1bts0nw">
322         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DCRENI_rollbackData") != null }]]></bpmn2:conditionExpression>
323       </bpmn2:sequenceFlow>
324       <bpmn2:sequenceFlow id="SequenceFlow_1fqmrda" name="Yes" sourceRef="ExclusiveGateway_1bts0nw" targetRef="DoRollbackNetwork_CallActivity">
325         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DCVAM_rollbackSuccessful") == null || execution.getVariable("DCVAM_rollbackSuccessful") == true }]]></bpmn2:conditionExpression>
326       </bpmn2:sequenceFlow>
327       <bpmn2:sequenceFlow id="SequenceFlow_1brxd2r" name="No" sourceRef="ExclusiveGateway_1bts0nw" targetRef="InclusiveGateway_1pqjttt" />
328       <bpmn2:exclusiveGateway id="ExclusiveGateway_05indeh" name="Service Rollback present?" default="SequenceFlow_0sezboq">
329         <bpmn2:incoming>SequenceFlow_12u8ufr</bpmn2:incoming>
330         <bpmn2:incoming>SequenceFlow_08s0ew2</bpmn2:incoming>
331         <bpmn2:outgoing>SequenceFlow_1ieiew4</bpmn2:outgoing>
332         <bpmn2:outgoing>SequenceFlow_0sezboq</bpmn2:outgoing>
333       </bpmn2:exclusiveGateway>
334       <bpmn2:sequenceFlow id="SequenceFlow_08s0ew2" sourceRef="InclusiveGateway_1pqjttt" targetRef="ExclusiveGateway_05indeh" />
335       <bpmn2:sequenceFlow id="SequenceFlow_1ieiew4" name="Yes" sourceRef="ExclusiveGateway_05indeh" targetRef="ExclusiveGateway_09o09bu">
336         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DCRESI_rollbackData") != null  }]]></bpmn2:conditionExpression>
337       </bpmn2:sequenceFlow>
338       <bpmn2:sequenceFlow id="SequenceFlow_0sezboq" name="No" sourceRef="ExclusiveGateway_05indeh" targetRef="InclusiveGateway_0m9f5ka" />
339       <bpmn2:sequenceFlow id="SequenceFlow_0zq7i3q" name="" sourceRef="StartEvent_1bwmffk" targetRef="ExclusiveGateway_1vwgs6p" />
340       <bpmn2:inclusiveGateway id="InclusiveGateway_0m9f5ka">
341         <bpmn2:incoming>SequenceFlow_1f1hd3l</bpmn2:incoming>
342         <bpmn2:incoming>SequenceFlow_0g7scsg</bpmn2:incoming>
343         <bpmn2:incoming>SequenceFlow_0sezboq</bpmn2:incoming>
344         <bpmn2:outgoing>SequenceFlow_0f4u373</bpmn2:outgoing>
345       </bpmn2:inclusiveGateway>
346       <bpmn2:scriptTask id="ScriptTask_17doerz" name="Pre Process Rollback" scriptFormat="groovy">
347         <bpmn2:incoming>SequenceFlow_02o4yqx</bpmn2:incoming>
348         <bpmn2:outgoing>SequenceFlow_0sdb3on</bpmn2:outgoing>
349         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
350 def CreateGenericMacroServiceNetworkVnf= new CreateGenericMacroServiceNetworkVnf()
351 CreateGenericMacroServiceNetworkVnf.preProcessRollback(execution)]]></bpmn2:script>
352       </bpmn2:scriptTask>
353       <bpmn2:scriptTask id="ScriptTask_0wyub4x" name="Post Process Rollback" scriptFormat="groovy">
354         <bpmn2:incoming>SequenceFlow_0f4u373</bpmn2:incoming>
355         <bpmn2:outgoing>SequenceFlow_1rabks0</bpmn2:outgoing>
356         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
357 def CreateGenericMacroServiceNetworkVnf= new CreateGenericMacroServiceNetworkVnf()
358 CreateGenericMacroServiceNetworkVnf.postProcessRollback(execution)]]></bpmn2:script>
359       </bpmn2:scriptTask>
360       <bpmn2:sequenceFlow id="SequenceFlow_0sdb3on" sourceRef="ScriptTask_17doerz" targetRef="ExclusiveGateway_00rt5qa" />
361       <bpmn2:sequenceFlow id="SequenceFlow_0f4u373" sourceRef="InclusiveGateway_0m9f5ka" targetRef="ScriptTask_0wyub4x" />
362       <bpmn2:sequenceFlow id="SequenceFlow_1rabks0" sourceRef="ScriptTask_0wyub4x" targetRef="InclusiveGateway_0foywso" />
363     </bpmn2:subProcess>
364     <bpmn2:scriptTask id="callDbCatalog_scriptTask" name="Get Models Info&#10; for Service (DB Catalog)&#10;" scriptFormat="groovy">
365       <bpmn2:incoming>SequenceFlow_1vwssu7</bpmn2:incoming>
366       <bpmn2:outgoing>SequenceFlow_19etqmx</bpmn2:outgoing>
367       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
368 def CreateGenericMacroServiceNetworkVnf= new CreateGenericMacroServiceNetworkVnf()
369 CreateGenericMacroServiceNetworkVnf.callDBCatalog(execution)]]></bpmn2:script>
370     </bpmn2:scriptTask>
371     <bpmn2:scriptTask id="prepareCreateService_scriptTask" name="Prepare&#10;Create&#10;Service&#10;" scriptFormat="groovy">
372       <bpmn2:incoming>SequenceFlow_10o22u2</bpmn2:incoming>
373       <bpmn2:outgoing>SequenceFlow_0j6sjye</bpmn2:outgoing>
374       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
375 def CreateGenericMacroServiceNetworkVnf = new CreateGenericMacroServiceNetworkVnf()
376 CreateGenericMacroServiceNetworkVnf.prepareCreateServiceInstance(execution)]]></bpmn2:script>
377     </bpmn2:scriptTask>
378     <bpmn2:sequenceFlow id="SequenceFlow_10o22u2" sourceRef="IntermediateCatchEvent_3" targetRef="prepareCreateService_scriptTask" />
379     <bpmn2:scriptTask id="setPONR_ScriptTask" name="set PONR">
380       <bpmn2:incoming>SequenceFlow_12ilko1</bpmn2:incoming>
381       <bpmn2:outgoing>SequenceFlow_0afe2pg</bpmn2:outgoing>
382       <bpmn2:script><![CDATA[#{execution.setVariable("PONR", true)}]]></bpmn2:script>
383     </bpmn2:scriptTask>
384     <bpmn2:sequenceFlow id="SequenceFlow_12ilko1" sourceRef="IntermediateCatchEvent_4" targetRef="setPONR_ScriptTask" />
385     <bpmn2:sequenceFlow id="SequenceFlow_0afe2pg" sourceRef="setPONR_ScriptTask" targetRef="postProcessAndCompletionRequest_ScriptTask" />
386     <bpmn2:sequenceFlow id="SequenceFlow_1bwbn7r" sourceRef="ScriptTask_PrepareNetworkCreate" targetRef="doCreateNetworkInstance_CallActivity" />
387     <bpmn2:sequenceFlow id="SequenceFlow_1n7r495" name="No" sourceRef="ExclusiveGateway_0fe690i" targetRef="ExclusiveGateway_1os8cm5" />
388     <bpmn2:sequenceFlow id="SequenceFlow_1h77psn" sourceRef="ScriptTask_3" targetRef="doCreateVNFandModules_CallActivity" />
389     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1nh09nr" name="StartNetworks">
390       <bpmn2:outgoing>SequenceFlow_1vwssu7</bpmn2:outgoing>
391       <bpmn2:linkEventDefinition name="StartNetworks" />
392     </bpmn2:intermediateCatchEvent>
393     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0prlju0" name="GoTo StartNetworks">
394       <bpmn2:incoming>SequenceFlow_13uceka</bpmn2:incoming>
395       <bpmn2:linkEventDefinition name="StartNetworks" />
396     </bpmn2:intermediateThrowEvent>
397     <bpmn2:exclusiveGateway id="ExclusiveGateway_0b9wd4f" name="Create Network(s)?" default="SequenceFlow_1f26zbk">
398       <bpmn2:incoming>SequenceFlow_19etqmx</bpmn2:incoming>
399       <bpmn2:outgoing>SequenceFlow_0cmebdc</bpmn2:outgoing>
400       <bpmn2:outgoing>SequenceFlow_1f26zbk</bpmn2:outgoing>
401     </bpmn2:exclusiveGateway>
402     <bpmn2:exclusiveGateway id="ExclusiveGateway_0fe690i" name="Create Additional Networks?" default="SequenceFlow_1n7r495">
403       <bpmn2:incoming>SequenceFlow_04vlq8r</bpmn2:incoming>
404       <bpmn2:outgoing>SequenceFlow_1n7r495</bpmn2:outgoing>
405       <bpmn2:outgoing>SequenceFlow_0dfkfh1</bpmn2:outgoing>
406     </bpmn2:exclusiveGateway>
407     <bpmn2:sequenceFlow id="SequenceFlow_0dfkfh1" name="Yes" sourceRef="ExclusiveGateway_0fe690i" targetRef="ScriptTask_PrepareNetworkCreate">
408       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CREVAS_NetworksCreatedCount") < execution.getVariable("CREVAS_NetworksCount")}]]></bpmn2:conditionExpression>
409     </bpmn2:sequenceFlow>
410     <bpmn2:sequenceFlow id="SequenceFlow_0cmebdc" name="Yes" sourceRef="ExclusiveGateway_0b9wd4f" targetRef="ScriptTask_PrepareNetworkCreate">
411       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CREVAS_NetworksCount") > 0}]]></bpmn2:conditionExpression>
412     </bpmn2:sequenceFlow>
413     <bpmn2:exclusiveGateway id="ExclusiveGateway_1os8cm5">
414       <bpmn2:incoming>SequenceFlow_1n7r495</bpmn2:incoming>
415       <bpmn2:incoming>SequenceFlow_1f26zbk</bpmn2:incoming>
416       <bpmn2:outgoing>SequenceFlow_1j7n6qx</bpmn2:outgoing>
417     </bpmn2:exclusiveGateway>
418     <bpmn2:sequenceFlow id="SequenceFlow_1f26zbk" name="No" sourceRef="ExclusiveGateway_0b9wd4f" targetRef="ExclusiveGateway_1os8cm5" />
419     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0nreq15" name="GoTo StartVnfs">
420       <bpmn2:incoming>SequenceFlow_1j7n6qx</bpmn2:incoming>
421       <bpmn2:linkEventDefinition name="StartVnfs" />
422     </bpmn2:intermediateThrowEvent>
423     <bpmn2:sequenceFlow id="SequenceFlow_1vwssu7" sourceRef="IntermediateCatchEvent_1nh09nr" targetRef="callDbCatalog_scriptTask" />
424     <bpmn2:sequenceFlow id="SequenceFlow_19etqmx" sourceRef="callDbCatalog_scriptTask" targetRef="ExclusiveGateway_0b9wd4f" />
425     <bpmn2:sequenceFlow id="SequenceFlow_1j7n6qx" sourceRef="ExclusiveGateway_1os8cm5" targetRef="IntermediateThrowEvent_0nreq15" />
426     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0rlqdvq" name="StartVnfs">
427       <bpmn2:outgoing>SequenceFlow_10tbv62</bpmn2:outgoing>
428       <bpmn2:linkEventDefinition name="StartVnfs" />
429     </bpmn2:intermediateCatchEvent>
430     <bpmn2:exclusiveGateway id="ExclusiveGateway_1nlocis" name="Create VNF?" default="SequenceFlow_0w7328u">
431       <bpmn2:incoming>SequenceFlow_10tbv62</bpmn2:incoming>
432       <bpmn2:outgoing>SequenceFlow_0bvecvm</bpmn2:outgoing>
433       <bpmn2:outgoing>SequenceFlow_0w7328u</bpmn2:outgoing>
434     </bpmn2:exclusiveGateway>
435     <bpmn2:exclusiveGateway id="ExclusiveGateway_04q1qud">
436       <bpmn2:incoming>SequenceFlow_0qi5uxg</bpmn2:incoming>
437       <bpmn2:incoming>SequenceFlow_0w7328u</bpmn2:incoming>
438       <bpmn2:outgoing>SequenceFlow_0xowenu</bpmn2:outgoing>
439     </bpmn2:exclusiveGateway>
440     <bpmn2:sequenceFlow id="SequenceFlow_10tbv62" sourceRef="IntermediateCatchEvent_0rlqdvq" targetRef="ExclusiveGateway_1nlocis" />
441     <bpmn2:sequenceFlow id="SequenceFlow_0bvecvm" name="Yes" sourceRef="ExclusiveGateway_1nlocis" targetRef="ScriptTask_3">
442       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CREVAS_VNFsCount") >0}]]></bpmn2:conditionExpression>
443     </bpmn2:sequenceFlow>
444     <bpmn2:sequenceFlow id="SequenceFlow_0qi5uxg" name="in 1702 scope only one VNF will be created - if needed" sourceRef="doCreateVNFandModules_CallActivity" targetRef="ExclusiveGateway_04q1qud">
445       <bpmn2:documentation>in 1702 scope only one VNF will be created</bpmn2:documentation>
446     </bpmn2:sequenceFlow>
447     <bpmn2:sequenceFlow id="SequenceFlow_0w7328u" name="No" sourceRef="ExclusiveGateway_1nlocis" targetRef="ExclusiveGateway_04q1qud" />
448     <bpmn2:sequenceFlow id="SequenceFlow_0xowenu" sourceRef="ExclusiveGateway_04q1qud" targetRef="IntermediateThrowEvent_4" />
449     <bpmn2:scriptTask id="ScriptTask_04o8gb3" name="Validate Network Create" scriptFormat="groovy">
450       <bpmn2:incoming>SequenceFlow_12ag2bk</bpmn2:incoming>
451       <bpmn2:outgoing>SequenceFlow_04vlq8r</bpmn2:outgoing>
452       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
453 def CreateGenericMacroServiceNetworkVnf= new CreateGenericMacroServiceNetworkVnf()
454 CreateGenericMacroServiceNetworkVnf.validateNetworkCreate(execution)]]></bpmn2:script>
455     </bpmn2:scriptTask>
456     <bpmn2:sequenceFlow id="SequenceFlow_12ag2bk" sourceRef="doCreateNetworkInstance_CallActivity" targetRef="ScriptTask_04o8gb3" />
457     <bpmn2:sequenceFlow id="SequenceFlow_04vlq8r" sourceRef="ScriptTask_04o8gb3" targetRef="ExclusiveGateway_0fe690i" />
458     <bpmn2:sequenceFlow id="SequenceFlow_0j6sjye" sourceRef="prepareCreateService_scriptTask" targetRef="doCreateServiceInstance_CallActivity" />
459     <bpmn2:serviceTask id="updateInfraRequest" name="Update DB status to SUCCESS">
460       <bpmn2:extensionElements>
461         <camunda:connector>
462           <camunda:inputOutput>
463             <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>
464             <camunda:inputParameter name="payload"><![CDATA[${execution.getVariable("CREVAS_setUpdateDbInstancePayload")}]]></camunda:inputParameter>
465             <camunda:inputParameter name="headers">
466               <camunda:map>
467                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
468               </camunda:map>
469             </camunda:inputParameter>
470             <camunda:inputParameter name="method">POST</camunda:inputParameter>
471           </camunda:inputOutput>
472           <camunda:connectorId>soap-http-connector</camunda:connectorId>
473         </camunda:connector>
474       </bpmn2:extensionElements>
475       <bpmn2:incoming>SequenceFlow_0vj46ej</bpmn2:incoming>
476       <bpmn2:outgoing>SequenceFlow_13uceka</bpmn2:outgoing>
477     </bpmn2:serviceTask>
478     <bpmn2:sequenceFlow id="SequenceFlow_13uceka" sourceRef="updateInfraRequest" targetRef="IntermediateThrowEvent_0prlju0" />
479     <bpmn2:scriptTask id="ScriptTask_1qd3uwb" name="PostProcess&#10;Create&#10;Service&#10;" scriptFormat="groovy">
480       <bpmn2:incoming>SequenceFlow_1ky2sv9</bpmn2:incoming>
481       <bpmn2:outgoing>SequenceFlow_0vj46ej</bpmn2:outgoing>
482       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
483 def CreateGenericMacroServiceNetworkVnf = new CreateGenericMacroServiceNetworkVnf()
484 CreateGenericMacroServiceNetworkVnf.postProcessServiceInstanceCreate(execution)]]></bpmn2:script>
485     </bpmn2:scriptTask>
486     <bpmn2:sequenceFlow id="SequenceFlow_1ky2sv9" sourceRef="doCreateServiceInstance_CallActivity" targetRef="ScriptTask_1qd3uwb" />
487     <bpmn2:sequenceFlow id="SequenceFlow_0vj46ej" sourceRef="ScriptTask_1qd3uwb" targetRef="updateInfraRequest" />
488   </bpmn2:process>
489   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
490   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
491   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
492     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateGenericMacroServiceNetworkVnf">
493       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createVIPR_startEvent">
494         <dc:Bounds x="96" y="90" width="36" height="36" />
495         <bpmndi:BPMNLabel>
496           <dc:Bounds x="82" y="131" width="65" height="22" />
497         </bpmndi:BPMNLabel>
498       </bpmndi:BPMNShape>
499       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
500         <dc:Bounds x="285" y="68" width="100" height="80" />
501       </bpmndi:BPMNShape>
502       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
503         <di:waypoint xsi:type="dc:Point" x="132" y="108" />
504         <di:waypoint xsi:type="dc:Point" x="285" y="108" />
505         <bpmndi:BPMNLabel>
506           <dc:Bounds x="171" y="108" width="6" height="6" />
507         </bpmndi:BPMNLabel>
508       </bpmndi:BPMNEdge>
509       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_4" bpmnElement="callCompleteMsoProcess_CallActivity">
510         <dc:Bounds x="787" y="1115" width="100" height="80" />
511       </bpmndi:BPMNShape>
512       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_80" bpmnElement="postProcessAndCompletionRequest_ScriptTask">
513         <dc:Bounds x="514" y="1115" width="100" height="80" />
514       </bpmndi:BPMNShape>
515       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_127">
516         <di:waypoint xsi:type="dc:Point" x="385" y="108" />
517         <di:waypoint xsi:type="dc:Point" x="476" y="108" />
518         <bpmndi:BPMNLabel>
519           <dc:Bounds x="271" y="69" width="6" height="6" />
520         </bpmndi:BPMNLabel>
521       </bpmndi:BPMNEdge>
522       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="sendSyncAckResponse_ScriptTask">
523         <dc:Bounds x="476" y="68" width="100" height="80" />
524       </bpmndi:BPMNShape>
525       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_80" targetElement="_BPMNShape_CallActivity_4">
526         <di:waypoint xsi:type="dc:Point" x="614" y="1155" />
527         <di:waypoint xsi:type="dc:Point" x="787" y="1155" />
528         <bpmndi:BPMNLabel>
529           <dc:Bounds x="701" y="1140" width="0" height="0" />
530         </bpmndi:BPMNLabel>
531       </bpmndi:BPMNEdge>
532       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="CreateVIPR_EndEvent">
533         <dc:Bounds x="1286" y="1135" width="36" height="36" />
534         <bpmndi:BPMNLabel>
535           <dc:Bounds x="1294" y="1176" width="20" height="14" />
536         </bpmndi:BPMNLabel>
537       </bpmndi:BPMNShape>
538       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_CallActivity_4" targetElement="_BPMNShape_ScriptTask_337">
539         <di:waypoint xsi:type="dc:Point" x="887" y="1155" />
540         <di:waypoint xsi:type="dc:Point" x="1095" y="1154" />
541         <bpmndi:BPMNLabel>
542           <dc:Bounds x="991" y="1140" width="0" height="0" />
543         </bpmndi:BPMNLabel>
544       </bpmndi:BPMNEdge>
545       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_27" bpmnElement="UnexpectedError_SubProcess_1" isExpanded="true">
546         <dc:Bounds x="1281" y="1385" width="409" height="232" />
547       </bpmndi:BPMNShape>
548       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_70" bpmnElement="StartEvent_1">
549         <dc:Bounds x="1349" y="1490" width="36" height="36" />
550         <bpmndi:BPMNLabel>
551           <dc:Bounds x="1367" y="1531" width="0" height="0" />
552         </bpmndi:BPMNLabel>
553       </bpmndi:BPMNShape>
554       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_269" bpmnElement="ScriptTask_1">
555         <dc:Bounds x="1424" y="1468" width="100" height="80" />
556       </bpmndi:BPMNShape>
557       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_219" bpmnElement="EndEvent_1">
558         <dc:Bounds x="1577" y="1490" width="36" height="36" />
559         <bpmndi:BPMNLabel>
560           <dc:Bounds x="1595" y="1531" width="0" height="0" />
561         </bpmndi:BPMNLabel>
562       </bpmndi:BPMNShape>
563       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_StartEvent_70" targetElement="_BPMNShape_ScriptTask_269">
564         <di:waypoint xsi:type="dc:Point" x="1385" y="1508" />
565         <di:waypoint xsi:type="dc:Point" x="1424" y="1508" />
566         <bpmndi:BPMNLabel>
567           <dc:Bounds x="1413" y="1508" width="0" height="0" />
568         </bpmndi:BPMNLabel>
569       </bpmndi:BPMNEdge>
570       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_269" targetElement="_BPMNShape_EndEvent_219">
571         <di:waypoint xsi:type="dc:Point" x="1524" y="1508" />
572         <di:waypoint xsi:type="dc:Point" x="1557" y="1508" />
573         <di:waypoint xsi:type="dc:Point" x="1557" y="1508" />
574         <di:waypoint xsi:type="dc:Point" x="1577" y="1508" />
575         <bpmndi:BPMNLabel>
576           <dc:Bounds x="1572" y="1508" width="0" height="0" />
577         </bpmndi:BPMNLabel>
578       </bpmndi:BPMNEdge>
579       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_75" bpmnElement="doCreateServiceInstance_CallActivity">
580         <dc:Bounds x="476" y="223" width="100" height="80" />
581       </bpmndi:BPMNShape>
582       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_127">
583         <di:waypoint xsi:type="dc:Point" x="576" y="108" />
584         <di:waypoint xsi:type="dc:Point" x="728" y="108" />
585         <bpmndi:BPMNLabel>
586           <dc:Bounds x="652" y="93" width="0" height="0" />
587         </bpmndi:BPMNLabel>
588       </bpmndi:BPMNEdge>
589       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_337" bpmnElement="ScriptTask_2">
590         <dc:Bounds x="1095" y="1114" width="100" height="80" />
591       </bpmndi:BPMNShape>
592       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_337" targetElement="_BPMNShape_EndEvent_177">
593         <di:waypoint xsi:type="dc:Point" x="1195" y="1153" />
594         <di:waypoint xsi:type="dc:Point" x="1286" y="1153" />
595         <bpmndi:BPMNLabel>
596           <dc:Bounds x="1241" y="1138" width="0" height="0" />
597         </bpmndi:BPMNLabel>
598       </bpmndi:BPMNEdge>
599       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_76" bpmnElement="doCreateNetworkInstance_CallActivity">
600         <dc:Bounds x="542" y="491" width="100" height="80" />
601       </bpmndi:BPMNShape>
602       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_35" bpmnElement="IntermediateCatchEvent_3">
603         <dc:Bounds x="96" y="245" width="36" height="36" />
604         <bpmndi:BPMNLabel>
605           <dc:Bounds x="88" y="281" width="51" height="12" />
606         </bpmndi:BPMNLabel>
607       </bpmndi:BPMNShape>
608       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_36" bpmnElement="IntermediateCatchEvent_4">
609         <dc:Bounds x="84" y="1137" width="36" height="36" />
610         <bpmndi:BPMNLabel>
611           <dc:Bounds x="66" y="1173" width="71" height="14" />
612         </bpmndi:BPMNLabel>
613       </bpmndi:BPMNShape>
614       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_51" bpmnElement="IntermediateThrowEvent_4">
615         <dc:Bounds x="1033" y="854" width="36" height="36" />
616         <bpmndi:BPMNLabel>
617           <dc:Bounds x="1008" y="895" width="85" height="26" />
618         </bpmndi:BPMNLabel>
619       </bpmndi:BPMNShape>
620       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_341" bpmnElement="ScriptTask_PrepareNetworkCreate">
621         <dc:Bounds x="400" y="488" width="100" height="80" />
622       </bpmndi:BPMNShape>
623       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_342" bpmnElement="ScriptTask_3">
624         <dc:Bounds x="456" y="765" width="100" height="80" />
625       </bpmndi:BPMNShape>
626       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_81" bpmnElement="doCreateVNFandModules_CallActivity">
627         <dc:Bounds x="623" y="765" width="100" height="80" />
628       </bpmndi:BPMNShape>
629       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_49" bpmnElement="IntermediateThrowEvent_2">
630         <dc:Bounds x="728" y="90" width="36" height="36" />
631         <bpmndi:BPMNLabel>
632           <dc:Bounds x="707" y="131" width="77" height="12" />
633         </bpmndi:BPMNLabel>
634       </bpmndi:BPMNShape>
635       <bpmndi:BPMNShape id="SubProcess_0s6hpty_di" bpmnElement="SubProcess_0s6hpty" isExpanded="true">
636         <dc:Bounds x="-75" y="1333" width="1324" height="837" />
637       </bpmndi:BPMNShape>
638       <bpmndi:BPMNShape id="ExclusiveGateway_1vwgs6p_di" bpmnElement="ExclusiveGateway_1vwgs6p" isMarkerVisible="true">
639         <dc:Bounds x="79" y="2042" width="50" height="50" />
640         <bpmndi:BPMNLabel>
641           <dc:Bounds x="66" y="2102" width="80" height="14" />
642         </bpmndi:BPMNLabel>
643       </bpmndi:BPMNShape>
644       <bpmndi:BPMNShape id="StartEvent_1bwmffk_di" bpmnElement="StartEvent_1bwmffk">
645         <dc:Bounds x="-34" y="2050" width="36" height="36" />
646         <bpmndi:BPMNLabel>
647           <dc:Bounds x="-40" y="2091" width="50" height="14" />
648         </bpmndi:BPMNLabel>
649       </bpmndi:BPMNShape>
650       <bpmndi:BPMNShape id="ExclusiveGateway_0ydrtdx_di" bpmnElement="ExclusiveGateway_0ydrtdx" isMarkerVisible="true">
651         <dc:Bounds x="79" y="1935" width="50" height="50" />
652         <bpmndi:BPMNLabel>
653           <dc:Bounds x="13" y="1950" width="47" height="14" />
654         </bpmndi:BPMNLabel>
655       </bpmndi:BPMNShape>
656       <bpmndi:BPMNShape id="ExclusiveGateway_00rt5qa_di" bpmnElement="ExclusiveGateway_00rt5qa" isMarkerVisible="true">
657         <dc:Bounds x="79" y="1625" width="50" height="50" />
658         <bpmndi:BPMNLabel>
659           <dc:Bounds x="5" y="1640" width="57" height="12" />
660         </bpmndi:BPMNLabel>
661       </bpmndi:BPMNShape>
662       <bpmndi:BPMNShape id="ExclusiveGateway_1kvn1pz_di" bpmnElement="ExclusiveGateway_1kvn1pz" isMarkerVisible="true">
663         <dc:Bounds x="206" y="1505" width="50" height="50" />
664         <bpmndi:BPMNLabel>
665           <dc:Bounds x="188" y="1471" width="89" height="24" />
666         </bpmndi:BPMNLabel>
667       </bpmndi:BPMNShape>
668       <bpmndi:BPMNShape id="CallActivity_0jw5tqa_di" bpmnElement="CallActivity_0jw5tqa">
669         <dc:Bounds x="1052" y="2016" width="100" height="80" />
670       </bpmndi:BPMNShape>
671       <bpmndi:BPMNShape id="EndEvent_04xute7_di" bpmnElement="EndEvent_04xute7">
672         <dc:Bounds x="1189" y="2038" width="36" height="36" />
673         <bpmndi:BPMNLabel>
674           <dc:Bounds x="1207" y="2079" width="0" height="0" />
675         </bpmndi:BPMNLabel>
676       </bpmndi:BPMNShape>
677       <bpmndi:BPMNShape id="InclusiveGateway_1pqjttt_di" bpmnElement="InclusiveGateway_1pqjttt">
678         <dc:Bounds x="303" y="1625" width="50" height="50" />
679         <bpmndi:BPMNLabel>
680           <dc:Bounds x="328" y="1680" width="0" height="0" />
681         </bpmndi:BPMNLabel>
682       </bpmndi:BPMNShape>
683       <bpmndi:BPMNShape id="ScriptTask_0yk02h3_di" bpmnElement="ScriptTask_0yk02h3">
684         <dc:Bounds x="920" y="2016" width="100" height="80" />
685       </bpmndi:BPMNShape>
686       <bpmndi:BPMNEdge id="SequenceFlow_0zpbskl_di" bpmnElement="SequenceFlow_0zpbskl">
687         <di:waypoint xsi:type="dc:Point" x="104" y="2042" />
688         <di:waypoint xsi:type="dc:Point" x="104" y="1985" />
689         <bpmndi:BPMNLabel>
690           <dc:Bounds x="110" y="2023.785849077779" width="19" height="14" />
691         </bpmndi:BPMNLabel>
692       </bpmndi:BPMNEdge>
693       <bpmndi:BPMNEdge id="SequenceFlow_0dhf2js_di" bpmnElement="SequenceFlow_0dhf2js">
694         <di:waypoint xsi:type="dc:Point" x="129" y="2067" />
695         <di:waypoint xsi:type="dc:Point" x="763" y="2067" />
696         <di:waypoint xsi:type="dc:Point" x="763" y="1985" />
697         <bpmndi:BPMNLabel>
698           <dc:Bounds x="169" y="2072" width="14" height="14" />
699         </bpmndi:BPMNLabel>
700       </bpmndi:BPMNEdge>
701       <bpmndi:BPMNEdge id="SequenceFlow_1sx5llu_di" bpmnElement="SequenceFlow_1sx5llu">
702         <di:waypoint xsi:type="dc:Point" x="129" y="1960" />
703         <di:waypoint xsi:type="dc:Point" x="434" y="1960" />
704         <di:waypoint xsi:type="dc:Point" x="434" y="1960" />
705         <di:waypoint xsi:type="dc:Point" x="738" y="1960" />
706         <bpmndi:BPMNLabel>
707           <dc:Bounds x="448" y="1964" width="19" height="14" />
708         </bpmndi:BPMNLabel>
709       </bpmndi:BPMNEdge>
710       <bpmndi:BPMNEdge id="SequenceFlow_02o4yqx_di" bpmnElement="SequenceFlow_02o4yqx">
711         <di:waypoint xsi:type="dc:Point" x="104" y="1935" />
712         <di:waypoint xsi:type="dc:Point" x="104" y="1851" />
713         <bpmndi:BPMNLabel>
714           <dc:Bounds x="115" y="1888.0011779924323" width="14" height="12" />
715         </bpmndi:BPMNLabel>
716       </bpmndi:BPMNEdge>
717       <bpmndi:BPMNEdge id="SequenceFlow_05lo85t_di" bpmnElement="SequenceFlow_05lo85t">
718         <di:waypoint xsi:type="dc:Point" x="129" y="1650" />
719         <di:waypoint xsi:type="dc:Point" x="231" y="1650" />
720         <di:waypoint xsi:type="dc:Point" x="231" y="1555" />
721         <bpmndi:BPMNLabel>
722           <dc:Bounds x="133" y="1654" width="14" height="12" />
723         </bpmndi:BPMNLabel>
724       </bpmndi:BPMNEdge>
725       <bpmndi:BPMNEdge id="SequenceFlow_0xtr1g5_di" bpmnElement="SequenceFlow_0xtr1g5">
726         <di:waypoint xsi:type="dc:Point" x="104" y="1625" />
727         <di:waypoint xsi:type="dc:Point" x="104" y="1570" />
728         <bpmndi:BPMNLabel>
729           <dc:Bounds x="113" y="1565" width="18" height="12" />
730         </bpmndi:BPMNLabel>
731       </bpmndi:BPMNEdge>
732       <bpmndi:BPMNEdge id="SequenceFlow_19mxskt_di" bpmnElement="SequenceFlow_19mxskt">
733         <di:waypoint xsi:type="dc:Point" x="242" y="1544" />
734         <di:waypoint xsi:type="dc:Point" x="317" y="1636" />
735         <bpmndi:BPMNLabel>
736           <dc:Bounds x="281" y="1572" width="14" height="12" />
737         </bpmndi:BPMNLabel>
738       </bpmndi:BPMNEdge>
739       <bpmndi:BPMNShape id="ScriptTask_0r7telk_di" bpmnElement="callDbCatalog_scriptTask">
740         <dc:Bounds x="184" y="533" width="100" height="80" />
741       </bpmndi:BPMNShape>
742       <bpmndi:BPMNShape id="ScriptTask_1gacz45_di" bpmnElement="prepareCreateService_scriptTask">
743         <dc:Bounds x="285" y="223" width="100" height="80" />
744       </bpmndi:BPMNShape>
745       <bpmndi:BPMNEdge id="SequenceFlow_10o22u2_di" bpmnElement="SequenceFlow_10o22u2">
746         <di:waypoint xsi:type="dc:Point" x="132" y="263" />
747         <di:waypoint xsi:type="dc:Point" x="285" y="262" />
748         <bpmndi:BPMNLabel>
749           <dc:Bounds x="209" y="247.5" width="0" height="0" />
750         </bpmndi:BPMNLabel>
751       </bpmndi:BPMNEdge>
752       <bpmndi:BPMNShape id="ScriptTask_11b4gmn_di" bpmnElement="setPONR_ScriptTask">
753         <dc:Bounds x="228" y="1115" width="100" height="80" />
754       </bpmndi:BPMNShape>
755       <bpmndi:BPMNEdge id="SequenceFlow_12ilko1_di" bpmnElement="SequenceFlow_12ilko1">
756         <di:waypoint xsi:type="dc:Point" x="120" y="1155" />
757         <di:waypoint xsi:type="dc:Point" x="228" y="1155" />
758         <bpmndi:BPMNLabel>
759           <dc:Bounds x="174" y="1130" width="0" height="0" />
760         </bpmndi:BPMNLabel>
761       </bpmndi:BPMNEdge>
762       <bpmndi:BPMNEdge id="SequenceFlow_0afe2pg_di" bpmnElement="SequenceFlow_0afe2pg">
763         <di:waypoint xsi:type="dc:Point" x="328" y="1155" />
764         <di:waypoint xsi:type="dc:Point" x="471" y="1155" />
765         <di:waypoint xsi:type="dc:Point" x="514" y="1155" />
766         <bpmndi:BPMNLabel>
767           <dc:Bounds x="400" y="1140" width="0" height="0" />
768         </bpmndi:BPMNLabel>
769       </bpmndi:BPMNEdge>
770       <bpmndi:BPMNShape id="CallActivity_1cvt373_di" bpmnElement="DoRollbackVNFandModules_CallActivity">
771         <dc:Bounds x="54" y="1490" width="100" height="80" />
772       </bpmndi:BPMNShape>
773       <bpmndi:BPMNEdge id="SequenceFlow_09xerwk_di" bpmnElement="SequenceFlow_09xerwk">
774         <di:waypoint xsi:type="dc:Point" x="154" y="1530" />
775         <di:waypoint xsi:type="dc:Point" x="206" y="1530" />
776         <bpmndi:BPMNLabel>
777           <dc:Bounds x="180" y="1515" width="0" height="0" />
778         </bpmndi:BPMNLabel>
779       </bpmndi:BPMNEdge>
780       <bpmndi:BPMNShape id="CallActivity_0zl1ald_di" bpmnElement="DoRollbackNetwork_CallActivity">
781         <dc:Bounds x="404" y="1490" width="100" height="80" />
782       </bpmndi:BPMNShape>
783       <bpmndi:BPMNShape id="ExclusiveGateway_09o09bu_di" bpmnElement="ExclusiveGateway_09o09bu" isMarkerVisible="true">
784         <dc:Bounds x="608" y="1625" width="50" height="50" />
785         <bpmndi:BPMNLabel>
786           <dc:Bounds x="596" y="1596" width="73" height="24" />
787         </bpmndi:BPMNLabel>
788       </bpmndi:BPMNShape>
789       <bpmndi:BPMNShape id="CallActivity_0oh7wzu_di" bpmnElement="DoRollbackService_CallActivity">
790         <dc:Bounds x="713" y="1610" width="100" height="80" />
791       </bpmndi:BPMNShape>
792       <bpmndi:BPMNShape id="InclusiveGateway_0foywso_di" bpmnElement="InclusiveGateway_0foywso">
793         <dc:Bounds x="738" y="1935" width="50" height="50" />
794         <bpmndi:BPMNLabel>
795           <dc:Bounds x="763" y="1990" width="0" height="0" />
796         </bpmndi:BPMNLabel>
797       </bpmndi:BPMNShape>
798       <bpmndi:BPMNEdge id="SequenceFlow_1os9x7w_di" bpmnElement="SequenceFlow_1os9x7w">
799         <di:waypoint xsi:type="dc:Point" x="658" y="1650" />
800         <di:waypoint xsi:type="dc:Point" x="713" y="1650" />
801         <bpmndi:BPMNLabel>
802           <dc:Bounds x="678" y="1635" width="18" height="12" />
803         </bpmndi:BPMNLabel>
804       </bpmndi:BPMNEdge>
805       <bpmndi:BPMNEdge id="SequenceFlow_1f1hd3l_di" bpmnElement="SequenceFlow_1f1hd3l">
806         <di:waypoint xsi:type="dc:Point" x="763" y="1690" />
807         <di:waypoint xsi:type="dc:Point" x="763" y="1743" />
808         <bpmndi:BPMNLabel>
809           <dc:Bounds x="778" y="1716.5" width="0" height="0" />
810         </bpmndi:BPMNLabel>
811       </bpmndi:BPMNEdge>
812       <bpmndi:BPMNEdge id="SequenceFlow_0g7scsg_di" bpmnElement="SequenceFlow_0g7scsg">
813         <di:waypoint xsi:type="dc:Point" x="633" y="1675" />
814         <di:waypoint xsi:type="dc:Point" x="633" y="1768" />
815         <di:waypoint xsi:type="dc:Point" x="738" y="1768" />
816         <bpmndi:BPMNLabel>
817           <dc:Bounds x="641" y="1710.0295234297107" width="14" height="12" />
818         </bpmndi:BPMNLabel>
819       </bpmndi:BPMNEdge>
820       <bpmndi:BPMNEdge id="SequenceFlow_0jg47xm_di" bpmnElement="SequenceFlow_0jg47xm">
821         <di:waypoint xsi:type="dc:Point" x="788" y="1960" />
822         <di:waypoint xsi:type="dc:Point" x="970" y="1960" />
823         <di:waypoint xsi:type="dc:Point" x="970" y="2016" />
824         <bpmndi:BPMNLabel>
825           <dc:Bounds x="879" y="1945" width="0" height="0" />
826         </bpmndi:BPMNLabel>
827       </bpmndi:BPMNEdge>
828       <bpmndi:BPMNEdge id="SequenceFlow_0807ukc_di" bpmnElement="SequenceFlow_0807ukc">
829         <di:waypoint xsi:type="dc:Point" x="1020" y="2056" />
830         <di:waypoint xsi:type="dc:Point" x="1052" y="2056" />
831         <bpmndi:BPMNLabel>
832           <dc:Bounds x="1036" y="2041" width="0" height="0" />
833         </bpmndi:BPMNLabel>
834       </bpmndi:BPMNEdge>
835       <bpmndi:BPMNEdge id="SequenceFlow_19yywk8_di" bpmnElement="SequenceFlow_19yywk8">
836         <di:waypoint xsi:type="dc:Point" x="1152" y="2056" />
837         <di:waypoint xsi:type="dc:Point" x="1189" y="2056" />
838         <bpmndi:BPMNLabel>
839           <dc:Bounds x="1171" y="2041" width="0" height="0" />
840         </bpmndi:BPMNLabel>
841       </bpmndi:BPMNEdge>
842       <bpmndi:BPMNEdge id="SequenceFlow_1bwbn7r_di" bpmnElement="SequenceFlow_1bwbn7r">
843         <di:waypoint xsi:type="dc:Point" x="500" y="530" />
844         <di:waypoint xsi:type="dc:Point" x="542" y="529" />
845         <bpmndi:BPMNLabel>
846           <dc:Bounds x="521" y="514.5" width="0" height="0" />
847         </bpmndi:BPMNLabel>
848       </bpmndi:BPMNEdge>
849       <bpmndi:BPMNEdge id="SequenceFlow_1n7r495_di" bpmnElement="SequenceFlow_1n7r495">
850         <di:waypoint xsi:type="dc:Point" x="882" y="528" />
851         <di:waypoint xsi:type="dc:Point" x="923" y="528" />
852         <di:waypoint xsi:type="dc:Point" x="923" y="561" />
853         <bpmndi:BPMNLabel>
854           <dc:Bounds x="896" y="513" width="14" height="12" />
855         </bpmndi:BPMNLabel>
856       </bpmndi:BPMNEdge>
857       <bpmndi:BPMNEdge id="SequenceFlow_1h77psn_di" bpmnElement="SequenceFlow_1h77psn">
858         <di:waypoint xsi:type="dc:Point" x="556" y="806" />
859         <di:waypoint xsi:type="dc:Point" x="586" y="806" />
860         <di:waypoint xsi:type="dc:Point" x="586" y="804" />
861         <di:waypoint xsi:type="dc:Point" x="623" y="804" />
862         <bpmndi:BPMNLabel>
863           <dc:Bounds x="601" y="805" width="0" height="0" />
864         </bpmndi:BPMNLabel>
865       </bpmndi:BPMNEdge>
866       <bpmndi:BPMNShape id="IntermediateCatchEvent_1nh09nr_di" bpmnElement="IntermediateCatchEvent_1nh09nr">
867         <dc:Bounds x="83" y="555" width="36" height="36" />
868         <bpmndi:BPMNLabel>
869           <dc:Bounds x="66" y="591" width="70" height="12" />
870         </bpmndi:BPMNLabel>
871       </bpmndi:BPMNShape>
872       <bpmndi:BPMNShape id="IntermediateThrowEvent_0prlju0_di" bpmnElement="IntermediateThrowEvent_0prlju0">
873         <dc:Bounds x="905" y="245" width="36" height="36" />
874         <bpmndi:BPMNLabel>
875           <dc:Bounds x="888" y="286" width="70" height="24" />
876         </bpmndi:BPMNLabel>
877       </bpmndi:BPMNShape>
878       <bpmndi:BPMNShape id="ExclusiveGateway_0b9wd4f_di" bpmnElement="ExclusiveGateway_0b9wd4f" isMarkerVisible="true">
879         <dc:Bounds x="332" y="548" width="50" height="50" />
880         <bpmndi:BPMNLabel>
881           <dc:Bounds x="393" y="580" width="61" height="24" />
882         </bpmndi:BPMNLabel>
883       </bpmndi:BPMNShape>
884       <bpmndi:BPMNShape id="ExclusiveGateway_0fe690i_di" bpmnElement="ExclusiveGateway_0fe690i" isMarkerVisible="true">
885         <dc:Bounds x="828" y="503" width="50" height="50" />
886         <bpmndi:BPMNLabel>
887           <dc:Bounds x="796" y="561" width="82" height="24" />
888         </bpmndi:BPMNLabel>
889       </bpmndi:BPMNShape>
890       <bpmndi:BPMNEdge id="SequenceFlow_0dfkfh1_di" bpmnElement="SequenceFlow_0dfkfh1">
891         <di:waypoint xsi:type="dc:Point" x="853" y="503" />
892         <di:waypoint xsi:type="dc:Point" x="853" y="426" />
893         <di:waypoint xsi:type="dc:Point" x="450" y="426" />
894         <di:waypoint xsi:type="dc:Point" x="450" y="486" />
895         <bpmndi:BPMNLabel>
896           <dc:Bounds x="644" y="411" width="18" height="12" />
897         </bpmndi:BPMNLabel>
898       </bpmndi:BPMNEdge>
899       <bpmndi:BPMNEdge id="SequenceFlow_0cmebdc_di" bpmnElement="SequenceFlow_0cmebdc">
900         <di:waypoint xsi:type="dc:Point" x="357" y="548" />
901         <di:waypoint xsi:type="dc:Point" x="357" y="528" />
902         <di:waypoint xsi:type="dc:Point" x="400" y="528" />
903         <bpmndi:BPMNLabel>
904           <dc:Bounds x="363" y="538" width="18" height="12" />
905         </bpmndi:BPMNLabel>
906       </bpmndi:BPMNEdge>
907       <bpmndi:BPMNShape id="ExclusiveGateway_1os8cm5_di" bpmnElement="ExclusiveGateway_1os8cm5" isMarkerVisible="true">
908         <dc:Bounds x="898" y="561" width="50" height="50" />
909         <bpmndi:BPMNLabel>
910           <dc:Bounds x="923" y="616" width="0" height="0" />
911         </bpmndi:BPMNLabel>
912       </bpmndi:BPMNShape>
913       <bpmndi:BPMNEdge id="SequenceFlow_1f26zbk_di" bpmnElement="SequenceFlow_1f26zbk">
914         <di:waypoint xsi:type="dc:Point" x="357" y="598" />
915         <di:waypoint xsi:type="dc:Point" x="357" y="665" />
916         <di:waypoint xsi:type="dc:Point" x="923" y="665" />
917         <di:waypoint xsi:type="dc:Point" x="923" y="611" />
918         <bpmndi:BPMNLabel>
919           <dc:Bounds x="633" y="650" width="14" height="12" />
920         </bpmndi:BPMNLabel>
921       </bpmndi:BPMNEdge>
922       <bpmndi:BPMNShape id="IntermediateThrowEvent_0nreq15_di" bpmnElement="IntermediateThrowEvent_0nreq15">
923         <dc:Bounds x="1033" y="568" width="36" height="36" />
924         <bpmndi:BPMNLabel>
925           <dc:Bounds x="1013" y="609" width="75" height="12" />
926         </bpmndi:BPMNLabel>
927       </bpmndi:BPMNShape>
928       <bpmndi:BPMNEdge id="SequenceFlow_1vwssu7_di" bpmnElement="SequenceFlow_1vwssu7">
929         <di:waypoint xsi:type="dc:Point" x="119" y="573" />
930         <di:waypoint xsi:type="dc:Point" x="184" y="573" />
931         <bpmndi:BPMNLabel>
932           <dc:Bounds x="152" y="548" width="0" height="0" />
933         </bpmndi:BPMNLabel>
934       </bpmndi:BPMNEdge>
935       <bpmndi:BPMNEdge id="SequenceFlow_19etqmx_di" bpmnElement="SequenceFlow_19etqmx">
936         <di:waypoint xsi:type="dc:Point" x="284" y="573" />
937         <di:waypoint xsi:type="dc:Point" x="332" y="573" />
938         <bpmndi:BPMNLabel>
939           <dc:Bounds x="308" y="548" width="0" height="0" />
940         </bpmndi:BPMNLabel>
941       </bpmndi:BPMNEdge>
942       <bpmndi:BPMNEdge id="SequenceFlow_1j7n6qx_di" bpmnElement="SequenceFlow_1j7n6qx">
943         <di:waypoint xsi:type="dc:Point" x="948" y="586" />
944         <di:waypoint xsi:type="dc:Point" x="1033" y="586" />
945         <bpmndi:BPMNLabel>
946           <dc:Bounds x="991" y="561" width="0" height="0" />
947         </bpmndi:BPMNLabel>
948       </bpmndi:BPMNEdge>
949       <bpmndi:BPMNShape id="IntermediateCatchEvent_0rlqdvq_di" bpmnElement="IntermediateCatchEvent_0rlqdvq">
950         <dc:Bounds x="83" y="870" width="36" height="36" />
951         <bpmndi:BPMNLabel>
952           <dc:Bounds x="77" y="906" width="45" height="14" />
953         </bpmndi:BPMNLabel>
954       </bpmndi:BPMNShape>
955       <bpmndi:BPMNShape id="ExclusiveGateway_1nlocis_di" bpmnElement="ExclusiveGateway_1nlocis" isMarkerVisible="true">
956         <dc:Bounds x="332" y="863" width="50" height="50" />
957         <bpmndi:BPMNLabel>
958           <dc:Bounds x="396" y="882" width="62" height="14" />
959         </bpmndi:BPMNLabel>
960       </bpmndi:BPMNShape>
961       <bpmndi:BPMNShape id="ExclusiveGateway_04q1qud_di" bpmnElement="ExclusiveGateway_04q1qud" isMarkerVisible="true">
962         <dc:Bounds x="898" y="847" width="50" height="50" />
963         <bpmndi:BPMNLabel>
964           <dc:Bounds x="923" y="902" width="0" height="0" />
965         </bpmndi:BPMNLabel>
966       </bpmndi:BPMNShape>
967       <bpmndi:BPMNEdge id="SequenceFlow_10tbv62_di" bpmnElement="SequenceFlow_10tbv62">
968         <di:waypoint xsi:type="dc:Point" x="119" y="888" />
969         <di:waypoint xsi:type="dc:Point" x="332" y="888" />
970         <bpmndi:BPMNLabel>
971           <dc:Bounds x="226" y="863" width="0" height="0" />
972         </bpmndi:BPMNLabel>
973       </bpmndi:BPMNEdge>
974       <bpmndi:BPMNEdge id="SequenceFlow_0bvecvm_di" bpmnElement="SequenceFlow_0bvecvm">
975         <di:waypoint xsi:type="dc:Point" x="357" y="863" />
976         <di:waypoint xsi:type="dc:Point" x="357" y="805" />
977         <di:waypoint xsi:type="dc:Point" x="456" y="805" />
978         <bpmndi:BPMNLabel>
979           <dc:Bounds x="368" y="838" width="19" height="14" />
980         </bpmndi:BPMNLabel>
981       </bpmndi:BPMNEdge>
982       <bpmndi:BPMNEdge id="SequenceFlow_0qi5uxg_di" bpmnElement="SequenceFlow_0qi5uxg">
983         <di:waypoint xsi:type="dc:Point" x="723" y="805" />
984         <di:waypoint xsi:type="dc:Point" x="923" y="805" />
985         <di:waypoint xsi:type="dc:Point" x="923" y="847" />
986         <bpmndi:BPMNLabel>
987           <dc:Bounds x="808" y="752" width="89" height="50" />
988         </bpmndi:BPMNLabel>
989       </bpmndi:BPMNEdge>
990       <bpmndi:BPMNEdge id="SequenceFlow_0w7328u_di" bpmnElement="SequenceFlow_0w7328u">
991         <di:waypoint xsi:type="dc:Point" x="357" y="914" />
992         <di:waypoint xsi:type="dc:Point" x="357" y="937" />
993         <di:waypoint xsi:type="dc:Point" x="923" y="937" />
994         <di:waypoint xsi:type="dc:Point" x="923" y="898" />
995         <bpmndi:BPMNLabel>
996           <dc:Bounds x="603" y="913" width="14" height="12" />
997         </bpmndi:BPMNLabel>
998       </bpmndi:BPMNEdge>
999       <bpmndi:BPMNEdge id="SequenceFlow_0xowenu_di" bpmnElement="SequenceFlow_0xowenu">
1000         <di:waypoint xsi:type="dc:Point" x="948" y="872" />
1001         <di:waypoint xsi:type="dc:Point" x="1033" y="872" />
1002         <bpmndi:BPMNLabel>
1003           <dc:Bounds x="991" y="847" width="0" height="0" />
1004         </bpmndi:BPMNLabel>
1005       </bpmndi:BPMNEdge>
1006       <bpmndi:BPMNShape id="ScriptTask_04o8gb3_di" bpmnElement="ScriptTask_04o8gb3">
1007         <dc:Bounds x="686" y="491" width="100" height="80" />
1008       </bpmndi:BPMNShape>
1009       <bpmndi:BPMNEdge id="SequenceFlow_12ag2bk_di" bpmnElement="SequenceFlow_12ag2bk">
1010         <di:waypoint xsi:type="dc:Point" x="642" y="531" />
1011         <di:waypoint xsi:type="dc:Point" x="686" y="531" />
1012         <bpmndi:BPMNLabel>
1013           <dc:Bounds x="664" y="506" width="0" height="0" />
1014         </bpmndi:BPMNLabel>
1015       </bpmndi:BPMNEdge>
1016       <bpmndi:BPMNEdge id="SequenceFlow_04vlq8r_di" bpmnElement="SequenceFlow_04vlq8r">
1017         <di:waypoint xsi:type="dc:Point" x="786" y="531" />
1018         <di:waypoint xsi:type="dc:Point" x="807" y="531" />
1019         <di:waypoint xsi:type="dc:Point" x="807" y="528" />
1020         <di:waypoint xsi:type="dc:Point" x="828" y="528" />
1021         <bpmndi:BPMNLabel>
1022           <dc:Bounds x="822" y="519.5" width="0" height="0" />
1023         </bpmndi:BPMNLabel>
1024       </bpmndi:BPMNEdge>
1025       <bpmndi:BPMNEdge id="SequenceFlow_0j6sjye_di" bpmnElement="SequenceFlow_0j6sjye">
1026         <di:waypoint xsi:type="dc:Point" x="385" y="263" />
1027         <di:waypoint xsi:type="dc:Point" x="476" y="263" />
1028         <bpmndi:BPMNLabel>
1029           <dc:Bounds x="431" y="248" width="0" height="0" />
1030         </bpmndi:BPMNLabel>
1031       </bpmndi:BPMNEdge>
1032       <bpmndi:BPMNShape id="ScriptTask_184teky_di" bpmnElement="ScriptTask_184teky">
1033         <dc:Bounds x="546" y="1490" width="100" height="80" />
1034       </bpmndi:BPMNShape>
1035       <bpmndi:BPMNShape id="ExclusiveGateway_1c386z9_di" bpmnElement="ExclusiveGateway_1c386z9" isMarkerVisible="true">
1036         <dc:Bounds x="685" y="1505" width="50" height="50" />
1037         <bpmndi:BPMNLabel>
1038           <dc:Bounds x="758" y="1512" width="53" height="36" />
1039         </bpmndi:BPMNLabel>
1040       </bpmndi:BPMNShape>
1041       <bpmndi:BPMNEdge id="SequenceFlow_1dmsx0d_di" bpmnElement="SequenceFlow_1dmsx0d">
1042         <di:waypoint xsi:type="dc:Point" x="504" y="1530" />
1043         <di:waypoint xsi:type="dc:Point" x="546" y="1530" />
1044         <bpmndi:BPMNLabel>
1045           <dc:Bounds x="525" y="1515" width="0" height="0" />
1046         </bpmndi:BPMNLabel>
1047       </bpmndi:BPMNEdge>
1048       <bpmndi:BPMNEdge id="SequenceFlow_1otyild_di" bpmnElement="SequenceFlow_1otyild">
1049         <di:waypoint xsi:type="dc:Point" x="646" y="1530" />
1050         <di:waypoint xsi:type="dc:Point" x="685" y="1530" />
1051         <bpmndi:BPMNLabel>
1052           <dc:Bounds x="666" y="1515" width="0" height="0" />
1053         </bpmndi:BPMNLabel>
1054       </bpmndi:BPMNEdge>
1055       <bpmndi:BPMNEdge id="SequenceFlow_0136s37_di" bpmnElement="SequenceFlow_0136s37">
1056         <di:waypoint xsi:type="dc:Point" x="710" y="1505" />
1057         <di:waypoint xsi:type="dc:Point" x="710" y="1414" />
1058         <di:waypoint xsi:type="dc:Point" x="454" y="1414" />
1059         <di:waypoint xsi:type="dc:Point" x="454" y="1490" />
1060         <bpmndi:BPMNLabel>
1061           <dc:Bounds x="574" y="1399" width="18" height="12" />
1062         </bpmndi:BPMNLabel>
1063       </bpmndi:BPMNEdge>
1064       <bpmndi:BPMNEdge id="SequenceFlow_12u8ufr_di" bpmnElement="SequenceFlow_12u8ufr">
1065         <di:waypoint xsi:type="dc:Point" x="710" y="1555" />
1066         <di:waypoint xsi:type="dc:Point" x="710" y="1586" />
1067         <di:waypoint xsi:type="dc:Point" x="530" y="1586" />
1068         <di:waypoint xsi:type="dc:Point" x="530" y="1625" />
1069         <bpmndi:BPMNLabel>
1070           <dc:Bounds x="615" y="1571" width="14" height="12" />
1071         </bpmndi:BPMNLabel>
1072       </bpmndi:BPMNEdge>
1073       <bpmndi:BPMNShape id="ExclusiveGateway_1bts0nw_di" bpmnElement="ExclusiveGateway_1bts0nw" isMarkerVisible="true">
1074         <dc:Bounds x="303" y="1505" width="50" height="50" />
1075         <bpmndi:BPMNLabel>
1076           <dc:Bounds x="289" y="1471" width="81" height="24" />
1077         </bpmndi:BPMNLabel>
1078       </bpmndi:BPMNShape>
1079       <bpmndi:BPMNEdge id="SequenceFlow_0tmepzk_di" bpmnElement="SequenceFlow_0tmepzk">
1080         <di:waypoint xsi:type="dc:Point" x="256" y="1530" />
1081         <di:waypoint xsi:type="dc:Point" x="303" y="1530" />
1082         <bpmndi:BPMNLabel>
1083           <dc:Bounds x="271" y="1505" width="18" height="12" />
1084         </bpmndi:BPMNLabel>
1085       </bpmndi:BPMNEdge>
1086       <bpmndi:BPMNEdge id="SequenceFlow_1fqmrda_di" bpmnElement="SequenceFlow_1fqmrda">
1087         <di:waypoint xsi:type="dc:Point" x="353" y="1530" />
1088         <di:waypoint xsi:type="dc:Point" x="404" y="1530" />
1089         <bpmndi:BPMNLabel>
1090           <dc:Bounds x="370" y="1505" width="18" height="12" />
1091         </bpmndi:BPMNLabel>
1092       </bpmndi:BPMNEdge>
1093       <bpmndi:BPMNEdge id="SequenceFlow_1brxd2r_di" bpmnElement="SequenceFlow_1brxd2r">
1094         <di:waypoint xsi:type="dc:Point" x="328" y="1555" />
1095         <di:waypoint xsi:type="dc:Point" x="328" y="1625" />
1096         <bpmndi:BPMNLabel>
1097           <dc:Bounds x="336" y="1580" width="14" height="12" />
1098         </bpmndi:BPMNLabel>
1099       </bpmndi:BPMNEdge>
1100       <bpmndi:BPMNShape id="ExclusiveGateway_05indeh_di" bpmnElement="ExclusiveGateway_05indeh" isMarkerVisible="true">
1101         <dc:Bounds x="505" y="1625" width="50" height="50" />
1102         <bpmndi:BPMNLabel>
1103           <dc:Bounds x="430" y="1593" width="85" height="24" />
1104         </bpmndi:BPMNLabel>
1105       </bpmndi:BPMNShape>
1106       <bpmndi:BPMNEdge id="SequenceFlow_08s0ew2_di" bpmnElement="SequenceFlow_08s0ew2">
1107         <di:waypoint xsi:type="dc:Point" x="353" y="1650" />
1108         <di:waypoint xsi:type="dc:Point" x="505" y="1650" />
1109         <bpmndi:BPMNLabel>
1110           <dc:Bounds x="429" y="1625" width="0" height="0" />
1111         </bpmndi:BPMNLabel>
1112       </bpmndi:BPMNEdge>
1113       <bpmndi:BPMNEdge id="SequenceFlow_1ieiew4_di" bpmnElement="SequenceFlow_1ieiew4">
1114         <di:waypoint xsi:type="dc:Point" x="555" y="1650" />
1115         <di:waypoint xsi:type="dc:Point" x="608" y="1650" />
1116         <bpmndi:BPMNLabel>
1117           <dc:Bounds x="573" y="1625" width="18" height="12" />
1118         </bpmndi:BPMNLabel>
1119       </bpmndi:BPMNEdge>
1120       <bpmndi:BPMNEdge id="SequenceFlow_0sezboq_di" bpmnElement="SequenceFlow_0sezboq">
1121         <di:waypoint xsi:type="dc:Point" x="530" y="1675" />
1122         <di:waypoint xsi:type="dc:Point" x="530" y="1768" />
1123         <di:waypoint xsi:type="dc:Point" x="738" y="1768" />
1124         <bpmndi:BPMNLabel>
1125           <dc:Bounds x="538" y="1710.0295234297107" width="14" height="12" />
1126         </bpmndi:BPMNLabel>
1127       </bpmndi:BPMNEdge>
1128       <bpmndi:BPMNShape id="ServiceTask_16yhzej_di" bpmnElement="updateInfraRequest">
1129         <dc:Bounds x="764" y="223" width="100" height="80" />
1130       </bpmndi:BPMNShape>
1131       <bpmndi:BPMNEdge id="SequenceFlow_13uceka_di" bpmnElement="SequenceFlow_13uceka">
1132         <di:waypoint xsi:type="dc:Point" x="864" y="263" />
1133         <di:waypoint xsi:type="dc:Point" x="905" y="263" />
1134         <bpmndi:BPMNLabel>
1135           <dc:Bounds x="885" y="248" width="0" height="0" />
1136         </bpmndi:BPMNLabel>
1137       </bpmndi:BPMNEdge>
1138       <bpmndi:BPMNShape id="ScriptTask_1qd3uwb_di" bpmnElement="ScriptTask_1qd3uwb">
1139         <dc:Bounds x="618" y="226" width="100" height="80" />
1140       </bpmndi:BPMNShape>
1141       <bpmndi:BPMNEdge id="SequenceFlow_1ky2sv9_di" bpmnElement="SequenceFlow_1ky2sv9">
1142         <di:waypoint xsi:type="dc:Point" x="576" y="263" />
1143         <di:waypoint xsi:type="dc:Point" x="597" y="263" />
1144         <di:waypoint xsi:type="dc:Point" x="597" y="266" />
1145         <di:waypoint xsi:type="dc:Point" x="618" y="266" />
1146         <bpmndi:BPMNLabel>
1147           <dc:Bounds x="612" y="254.5" width="0" height="0" />
1148         </bpmndi:BPMNLabel>
1149       </bpmndi:BPMNEdge>
1150       <bpmndi:BPMNEdge id="SequenceFlow_0vj46ej_di" bpmnElement="SequenceFlow_0vj46ej">
1151         <di:waypoint xsi:type="dc:Point" x="718" y="266" />
1152         <di:waypoint xsi:type="dc:Point" x="741" y="266" />
1153         <di:waypoint xsi:type="dc:Point" x="741" y="263" />
1154         <di:waypoint xsi:type="dc:Point" x="764" y="263" />
1155         <bpmndi:BPMNLabel>
1156           <dc:Bounds x="756" y="254.5" width="0" height="0" />
1157         </bpmndi:BPMNLabel>
1158       </bpmndi:BPMNEdge>
1159       <bpmndi:BPMNShape id="ScriptTask_17doerz_di" bpmnElement="ScriptTask_17doerz">
1160         <dc:Bounds x="54" y="1771" width="100" height="80" />
1161       </bpmndi:BPMNShape>
1162       <bpmndi:BPMNEdge id="SequenceFlow_0zq7i3q_di" bpmnElement="SequenceFlow_0zq7i3q">
1163         <di:waypoint xsi:type="dc:Point" x="2" y="2068" />
1164         <di:waypoint xsi:type="dc:Point" x="49" y="2068" />
1165         <di:waypoint xsi:type="dc:Point" x="49" y="2067" />
1166         <di:waypoint xsi:type="dc:Point" x="79" y="2067" />
1167         <bpmndi:BPMNLabel>
1168           <dc:Bounds x="18" y="2069" width="0" height="0" />
1169         </bpmndi:BPMNLabel>
1170       </bpmndi:BPMNEdge>
1171       <bpmndi:BPMNShape id="InclusiveGateway_0m9f5ka_di" bpmnElement="InclusiveGateway_0m9f5ka">
1172         <dc:Bounds x="738" y="1743" width="50" height="50" />
1173         <bpmndi:BPMNLabel>
1174           <dc:Bounds x="763" y="1798" width="0" height="0" />
1175         </bpmndi:BPMNLabel>
1176       </bpmndi:BPMNShape>
1177       <bpmndi:BPMNShape id="ScriptTask_0wyub4x_di" bpmnElement="ScriptTask_0wyub4x">
1178         <dc:Bounds x="713" y="1827" width="100" height="80" />
1179       </bpmndi:BPMNShape>
1180       <bpmndi:BPMNEdge id="SequenceFlow_0sdb3on_di" bpmnElement="SequenceFlow_0sdb3on">
1181         <di:waypoint xsi:type="dc:Point" x="104" y="1771" />
1182         <di:waypoint xsi:type="dc:Point" x="104" y="1675" />
1183         <bpmndi:BPMNLabel>
1184           <dc:Bounds x="119" y="1713" width="0" height="0" />
1185         </bpmndi:BPMNLabel>
1186       </bpmndi:BPMNEdge>
1187       <bpmndi:BPMNEdge id="SequenceFlow_0f4u373_di" bpmnElement="SequenceFlow_0f4u373">
1188         <di:waypoint xsi:type="dc:Point" x="763" y="1793" />
1189         <di:waypoint xsi:type="dc:Point" x="763" y="1827" />
1190         <bpmndi:BPMNLabel>
1191           <dc:Bounds x="778" y="1800" width="0" height="0" />
1192         </bpmndi:BPMNLabel>
1193       </bpmndi:BPMNEdge>
1194       <bpmndi:BPMNEdge id="SequenceFlow_1rabks0_di" bpmnElement="SequenceFlow_1rabks0">
1195         <di:waypoint xsi:type="dc:Point" x="763" y="1907" />
1196         <di:waypoint xsi:type="dc:Point" x="763" y="1935" />
1197         <bpmndi:BPMNLabel>
1198           <dc:Bounds x="778" y="1911" width="0" height="0" />
1199         </bpmndi:BPMNLabel>
1200       </bpmndi:BPMNEdge>
1201     </bpmndi:BPMNPlane>
1202   </bpmndi:BPMNDiagram>
1203 </bpmn2:definitions>