[SO] Release so 1.13.0 image
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / CreateVcpeResCustService.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.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="CreateVcpeResCustService" name="CreateVcpeResCustService" 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.onap.so.bpmn.vcpe.scripts.*
8 def CreateVcpeResCustService = new CreateVcpeResCustService()
9 CreateVcpeResCustService.sendSyncResponse(execution)]]></bpmn2:script>
10     </bpmn2:scriptTask>
11     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="sendSyncAckResponse_ScriptTask" targetRef="IntermediateThrowEvent_2" />
12     <bpmn2:startEvent id="createVCPE_startEvent" name="Start Flow">
13       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
14     </bpmn2:startEvent>
15     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createVCPE_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.onap.so.bpmn.vcpe.scripts.*
20 def CreateVcpeResCustService = new CreateVcpeResCustService()
21 CreateVcpeResCustService.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="vCPE-RESCUST">
26       <bpmn2:outgoing>SequenceFlow_1eu60rt</bpmn2:outgoing>
27       <bpmn2:linkEventDefinition id="_LinkEventDefinition_37" name="vCPE-RESCUST" />
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.onap.so.bpmn.vcpe.scripts.*
33 def CreateVcpeResCustService = new CreateVcpeResCustService()
34 CreateVcpeResCustService.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="CVRCS_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("CreateVcpeResCustServiceSuccessIndicator", true)]]></bpmn2:script>
57     </bpmn2:scriptTask>
58     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_2" targetRef="CreateVCPE_EndEvent" />
59     <bpmn2:endEvent id="CreateVCPE_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.onap.so.bpmn.common.scripts.*
76 ExceptionUtil ex = new ExceptionUtil()
77 ex.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="doCreateServiceInstance_CallActivity" name="Call Create &#10;ServiceInstance&#10;" calledElement="DoCreateServiceInstance">
86       <bpmn2:extensionElements>
87         <camunda:in source="msoRequestId" target="msoRequestId" />
88         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
89         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
90         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
91         <camunda:out source="rollbackData" target="DCRESI_rollbackData" />
92         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
93         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
94         <camunda:in source="failIfExists" target="failIfExists" />
95         <camunda:in source="disableRollback" target="disableRollback" />
96         <camunda:in source="serviceInputParams" target="serviceInputParams" />
97         <camunda:out source="rolledBack" target="rolledBack" />
98         <camunda:out source="WorkflowException" target="WorkflowException" />
99         <camunda:out source="serviceInstanceName" target="serviceInstanceName" />
100         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
101         <camunda:in source="productFamilyId" target="productFamilyId" />
102         <camunda:in source="sdncVersion" target="sdncVersion" />
103         <camunda:in source="bpmnRequest" target="requestJson" />
104       </bpmn2:extensionElements>
105       <bpmn2:incoming>SequenceFlow_0j6sjye</bpmn2:incoming>
106       <bpmn2:outgoing>SequenceFlow_1ky2sv9</bpmn2:outgoing>
107     </bpmn2:callActivity>
108     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_2" name="GoTovCPE-RESCUST">
109       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
110       <bpmn2:linkEventDefinition id="_LinkEventDefinition_38" name="vCPE-RESCUST" />
111     </bpmn2:intermediateThrowEvent>
112     <bpmn2:subProcess id="SubProcess_0s6hpty" name="Subprocess For Exception / FalloutHandler" triggeredByEvent="true">
113       <bpmn2:exclusiveGateway id="ExclusiveGateway_1vwgs6p" name="Is Rollback On?" default="SequenceFlow_0dhf2js">
114         <bpmn2:incoming>SequenceFlow_0zq7i3q</bpmn2:incoming>
115         <bpmn2:outgoing>SequenceFlow_0zpbskl</bpmn2:outgoing>
116         <bpmn2:outgoing>SequenceFlow_0dhf2js</bpmn2:outgoing>
117       </bpmn2:exclusiveGateway>
118       <bpmn2:startEvent id="StartEvent_1bwmffk" name="Fault Start">
119         <bpmn2:outgoing>SequenceFlow_0zq7i3q</bpmn2:outgoing>
120         <bpmn2:errorEventDefinition />
121       </bpmn2:startEvent>
122       <bpmn2:exclusiveGateway id="ExclusiveGateway_0ydrtdx" name="isPONR?" default="SequenceFlow_02o4yqx">
123         <bpmn2:incoming>SequenceFlow_0zpbskl</bpmn2:incoming>
124         <bpmn2:outgoing>SequenceFlow_1sx5llu</bpmn2:outgoing>
125         <bpmn2:outgoing>SequenceFlow_02o4yqx</bpmn2:outgoing>
126       </bpmn2:exclusiveGateway>
127       <bpmn2:exclusiveGateway id="ExclusiveGateway_1kvn1pz" name="is AR_TXC Ok?" default="SequenceFlow_19mxskt">
128         <bpmn2:incoming>SequenceFlow_0t3mtod</bpmn2:incoming>
129         <bpmn2:outgoing>SequenceFlow_19mxskt</bpmn2:outgoing>
130         <bpmn2:outgoing>SequenceFlow_1sl79hn</bpmn2:outgoing>
131       </bpmn2:exclusiveGateway>
132       <bpmn2:callActivity id="CallActivity_0jw5tqa" name="Call FalloutHandlerV1" calledElement="FalloutHandler">
133         <bpmn2:extensionElements>
134           <camunda:in source="CVRCS_falloutRequest" target="FalloutHandlerRequest" />
135           <camunda:in source="msoRequestId" target="mso-request-id" />
136           <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
137           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
138           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
139           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
140         </bpmn2:extensionElements>
141         <bpmn2:incoming>SequenceFlow_0807ukc</bpmn2:incoming>
142         <bpmn2:outgoing>SequenceFlow_19yywk8</bpmn2:outgoing>
143       </bpmn2:callActivity>
144       <bpmn2:endEvent id="EndEvent_04xute7">
145         <bpmn2:incoming>SequenceFlow_19yywk8</bpmn2:incoming>
146       </bpmn2:endEvent>
147       <bpmn2:scriptTask id="ScriptTask_0yk02h3" name="Prepare FalloutHandler" scriptFormat="groovy">
148         <bpmn2:incoming>SequenceFlow_0jg47xm</bpmn2:incoming>
149         <bpmn2:outgoing>SequenceFlow_0807ukc</bpmn2:outgoing>
150         <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
151 def CreateVcpeResCustService = new CreateVcpeResCustService()
152 CreateVcpeResCustService.prepareFalloutRequest(execution)]]></bpmn2:script>
153       </bpmn2:scriptTask>
154       <bpmn2:sequenceFlow id="SequenceFlow_0zpbskl" name="Yes" sourceRef="ExclusiveGateway_1vwgs6p" targetRef="ExclusiveGateway_0ydrtdx">
155         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("disableRollback") != true}]]></bpmn2:conditionExpression>
156       </bpmn2:sequenceFlow>
157       <bpmn2:sequenceFlow id="SequenceFlow_0dhf2js" name="No" sourceRef="ExclusiveGateway_1vwgs6p" targetRef="InclusiveGateway_0foywso" />
158       <bpmn2:sequenceFlow id="SequenceFlow_1sx5llu" name="Yes" sourceRef="ExclusiveGateway_0ydrtdx" targetRef="InclusiveGateway_0foywso">
159         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("PONR") == true}]]></bpmn2:conditionExpression>
160       </bpmn2:sequenceFlow>
161       <bpmn2:sequenceFlow id="SequenceFlow_02o4yqx" name="No" sourceRef="ExclusiveGateway_0ydrtdx" targetRef="ScriptTask_17doerz" />
162       <bpmn2:sequenceFlow id="SequenceFlow_19mxskt" name="No" sourceRef="ExclusiveGateway_1kvn1pz" targetRef="ExclusiveGateway_05indeh" />
163       <bpmn2:callActivity id="DoRollbackService_CallActivity" name="DoRollback&#10;Service&#10;" calledElement="DoCreateServiceInstanceRollback">
164         <bpmn2:extensionElements>
165           <camunda:in source="DCRESI_rollbackData" target="rollbackData" />
166           <camunda:in source="msoRequestId" target="msoRequestId" />
167           <camunda:out source="rolledBack" target="DCRESI_rolledBack" />
168           <camunda:out source="rollbackError" target="DCRESI_rollbackError" />
169           <camunda:in source="sdncVersion" target="sdncVersion" />
170         </bpmn2:extensionElements>
171         <bpmn2:incoming>SequenceFlow_1a7e8l1</bpmn2:incoming>
172         <bpmn2:outgoing>SequenceFlow_1f1hd3l</bpmn2:outgoing>
173       </bpmn2:callActivity>
174       <bpmn2:inclusiveGateway id="InclusiveGateway_0foywso">
175         <bpmn2:incoming>SequenceFlow_1sx5llu</bpmn2:incoming>
176         <bpmn2:incoming>SequenceFlow_0dhf2js</bpmn2:incoming>
177         <bpmn2:incoming>SequenceFlow_1rabks0</bpmn2:incoming>
178         <bpmn2:outgoing>SequenceFlow_0jg47xm</bpmn2:outgoing>
179       </bpmn2:inclusiveGateway>
180       <bpmn2:sequenceFlow id="SequenceFlow_1f1hd3l" sourceRef="DoRollbackService_CallActivity" targetRef="InclusiveGateway_0m9f5ka" />
181       <bpmn2:sequenceFlow id="SequenceFlow_0jg47xm" sourceRef="InclusiveGateway_0foywso" targetRef="ScriptTask_0yk02h3" />
182       <bpmn2:sequenceFlow id="SequenceFlow_0807ukc" sourceRef="ScriptTask_0yk02h3" targetRef="CallActivity_0jw5tqa" />
183       <bpmn2:sequenceFlow id="SequenceFlow_19yywk8" sourceRef="CallActivity_0jw5tqa" targetRef="EndEvent_04xute7" />
184       <bpmn2:exclusiveGateway id="ExclusiveGateway_05indeh" name="Service Rollback present?" default="SequenceFlow_0sezboq">
185         <bpmn2:incoming>SequenceFlow_19mxskt</bpmn2:incoming>
186         <bpmn2:incoming>SequenceFlow_17cz98f</bpmn2:incoming>
187         <bpmn2:outgoing>SequenceFlow_0sezboq</bpmn2:outgoing>
188         <bpmn2:outgoing>SequenceFlow_1a7e8l1</bpmn2:outgoing>
189       </bpmn2:exclusiveGateway>
190       <bpmn2:sequenceFlow id="SequenceFlow_0sezboq" name="No" sourceRef="ExclusiveGateway_05indeh" targetRef="InclusiveGateway_0m9f5ka" />
191       <bpmn2:sequenceFlow id="SequenceFlow_0zq7i3q" name="" sourceRef="StartEvent_1bwmffk" targetRef="ExclusiveGateway_1vwgs6p" />
192       <bpmn2:inclusiveGateway id="InclusiveGateway_0m9f5ka">
193         <bpmn2:incoming>SequenceFlow_1f1hd3l</bpmn2:incoming>
194         <bpmn2:incoming>SequenceFlow_0sezboq</bpmn2:incoming>
195         <bpmn2:incoming>SequenceFlow_1mbymcu</bpmn2:incoming>
196         <bpmn2:incoming>SequenceFlow_00by7l7</bpmn2:incoming>
197         <bpmn2:outgoing>SequenceFlow_1lv5ld6</bpmn2:outgoing>
198       </bpmn2:inclusiveGateway>
199       <bpmn2:scriptTask id="ScriptTask_17doerz" name="Pre Process Rollback" scriptFormat="groovy">
200         <bpmn2:incoming>SequenceFlow_02o4yqx</bpmn2:incoming>
201         <bpmn2:outgoing>SequenceFlow_0ftzjjm</bpmn2:outgoing>
202         <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
203 def CreateVcpeResCustService= new CreateVcpeResCustService()
204 CreateVcpeResCustService.preProcessRollback(execution)]]></bpmn2:script>
205       </bpmn2:scriptTask>
206       <bpmn2:scriptTask id="ScriptTask_0wyub4x" name="Post Process Rollback" scriptFormat="groovy">
207         <bpmn2:incoming>SequenceFlow_0dvsqpp</bpmn2:incoming>
208         <bpmn2:outgoing>SequenceFlow_1rabks0</bpmn2:outgoing>
209         <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
210 def CreateVcpeResCustService= new CreateVcpeResCustService()
211 CreateVcpeResCustService.postProcessRollback(execution)]]></bpmn2:script>
212       </bpmn2:scriptTask>
213       <bpmn2:sequenceFlow id="SequenceFlow_1rabks0" sourceRef="ScriptTask_0wyub4x" targetRef="InclusiveGateway_0foywso" />
214       <bpmn2:exclusiveGateway id="ExclusiveGateway_06gq6em" name="is AR_BRG Ok?" default="SequenceFlow_0ya1cr3">
215         <bpmn2:incoming>SequenceFlow_12dakwh</bpmn2:incoming>
216         <bpmn2:outgoing>SequenceFlow_0orpdrl</bpmn2:outgoing>
217         <bpmn2:outgoing>SequenceFlow_0ya1cr3</bpmn2:outgoing>
218       </bpmn2:exclusiveGateway>
219       <bpmn2:callActivity id="CallActivity_1bpuf2p" name="DoRollback&#10;BRG Allotted Resources&#10;" calledElement="DoCreateAllottedResourceBRGRollback">
220         <bpmn2:extensionElements>
221           <camunda:in source="msoRequestId" target="msoRequestId" />
222           <camunda:in source="DCARBRG_rollbackData" target="rollbackData" />
223           <camunda:in source="sdncVersion" target="sdncVersion" />
224           <camunda:out source="rolledBack" target="DCARBRG_rolledBack" />
225           <camunda:out source="rollbackError" target="DCARBRG_rollbackError" />
226         </bpmn2:extensionElements>
227         <bpmn2:incoming>SequenceFlow_0orpdrl</bpmn2:incoming>
228         <bpmn2:outgoing>SequenceFlow_1t3cnnx</bpmn2:outgoing>
229       </bpmn2:callActivity>
230       <bpmn2:inclusiveGateway id="InclusiveGateway_131ozdf">
231         <bpmn2:incoming>SequenceFlow_0ya1cr3</bpmn2:incoming>
232         <bpmn2:incoming>SequenceFlow_1sim44y</bpmn2:incoming>
233         <bpmn2:outgoing>SequenceFlow_027lz43</bpmn2:outgoing>
234       </bpmn2:inclusiveGateway>
235       <bpmn2:sequenceFlow id="SequenceFlow_0orpdrl" name="Yes" sourceRef="ExclusiveGateway_06gq6em" targetRef="CallActivity_1bpuf2p">
236         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCARBRG_rollbackData") != null }]]></bpmn2:conditionExpression>
237       </bpmn2:sequenceFlow>
238       <bpmn2:sequenceFlow id="SequenceFlow_1t3cnnx" sourceRef="CallActivity_1bpuf2p" targetRef="ExclusiveGateway_1mjdcct" />
239       <bpmn2:sequenceFlow id="SequenceFlow_0ya1cr3" name="No" sourceRef="ExclusiveGateway_06gq6em" targetRef="InclusiveGateway_131ozdf" />
240       <bpmn2:exclusiveGateway id="ExclusiveGateway_14tl857" name="is VNF Ok?" default="SequenceFlow_1kpdu1j">
241         <bpmn2:incoming>SequenceFlow_027lz43</bpmn2:incoming>
242         <bpmn2:outgoing>SequenceFlow_1kpdu1j</bpmn2:outgoing>
243         <bpmn2:outgoing>SequenceFlow_007p8k3</bpmn2:outgoing>
244       </bpmn2:exclusiveGateway>
245       <bpmn2:inclusiveGateway id="InclusiveGateway_142br6v">
246         <bpmn2:incoming>SequenceFlow_1kpdu1j</bpmn2:incoming>
247         <bpmn2:incoming>SequenceFlow_1quvahv</bpmn2:incoming>
248         <bpmn2:outgoing>SequenceFlow_0t3mtod</bpmn2:outgoing>
249       </bpmn2:inclusiveGateway>
250       <bpmn2:sequenceFlow id="SequenceFlow_1kpdu1j" name="No" sourceRef="ExclusiveGateway_14tl857" targetRef="InclusiveGateway_142br6v" />
251       <bpmn2:exclusiveGateway id="ExclusiveGateway_1mjdcct" name="Rollback success?" default="SequenceFlow_0dr2fem">
252         <bpmn2:incoming>SequenceFlow_1t3cnnx</bpmn2:incoming>
253         <bpmn2:outgoing>SequenceFlow_1sim44y</bpmn2:outgoing>
254         <bpmn2:outgoing>SequenceFlow_0dr2fem</bpmn2:outgoing>
255       </bpmn2:exclusiveGateway>
256       <bpmn2:sequenceFlow id="SequenceFlow_1sim44y" name="Yes" sourceRef="ExclusiveGateway_1mjdcct" targetRef="InclusiveGateway_131ozdf">
257         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DCARBRG_rolledBack") == true }]]></bpmn2:conditionExpression>
258       </bpmn2:sequenceFlow>
259       <bpmn2:sequenceFlow id="SequenceFlow_0dr2fem" name="No" sourceRef="ExclusiveGateway_1mjdcct" targetRef="InclusiveGateway_1xenadu" />
260       <bpmn2:exclusiveGateway id="ExclusiveGateway_05dg1m1" name="Rollback success?" default="SequenceFlow_1mbymcu">
261         <bpmn2:incoming>SequenceFlow_1mpsdaj</bpmn2:incoming>
262         <bpmn2:outgoing>SequenceFlow_1quvahv</bpmn2:outgoing>
263         <bpmn2:outgoing>SequenceFlow_1mbymcu</bpmn2:outgoing>
264       </bpmn2:exclusiveGateway>
265       <bpmn2:sequenceFlow id="SequenceFlow_1quvahv" name="Yes" sourceRef="ExclusiveGateway_05dg1m1" targetRef="InclusiveGateway_142br6v">
266         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DCVAM_rolledBack") ==true }]]></bpmn2:conditionExpression>
267       </bpmn2:sequenceFlow>
268       <bpmn2:sequenceFlow id="SequenceFlow_1mbymcu" name="No" sourceRef="ExclusiveGateway_05dg1m1" targetRef="InclusiveGateway_0m9f5ka" />
269       <bpmn2:exclusiveGateway id="ExclusiveGateway_0y7gtd9" name="rollback failed?" default="SequenceFlow_12dakwh">
270         <bpmn2:incoming>SequenceFlow_0ftzjjm</bpmn2:incoming>
271         <bpmn2:outgoing>SequenceFlow_12dakwh</bpmn2:outgoing>
272         <bpmn2:outgoing>SequenceFlow_09nn9a9</bpmn2:outgoing>
273       </bpmn2:exclusiveGateway>
274       <bpmn2:sequenceFlow id="SequenceFlow_0ftzjjm" sourceRef="ScriptTask_17doerz" targetRef="ExclusiveGateway_0y7gtd9" />
275       <bpmn2:sequenceFlow id="SequenceFlow_12dakwh" name="No" sourceRef="ExclusiveGateway_0y7gtd9" targetRef="ExclusiveGateway_06gq6em" />
276       <bpmn2:inclusiveGateway id="InclusiveGateway_1xenadu">
277         <bpmn2:incoming>SequenceFlow_1lv5ld6</bpmn2:incoming>
278         <bpmn2:incoming>SequenceFlow_09nn9a9</bpmn2:incoming>
279         <bpmn2:incoming>SequenceFlow_0dr2fem</bpmn2:incoming>
280         <bpmn2:outgoing>SequenceFlow_0dvsqpp</bpmn2:outgoing>
281       </bpmn2:inclusiveGateway>
282       <bpmn2:sequenceFlow id="SequenceFlow_1lv5ld6" sourceRef="InclusiveGateway_0m9f5ka" targetRef="InclusiveGateway_1xenadu" />
283       <bpmn2:sequenceFlow id="SequenceFlow_0dvsqpp" sourceRef="InclusiveGateway_1xenadu" targetRef="ScriptTask_0wyub4x" />
284       <bpmn2:sequenceFlow id="SequenceFlow_09nn9a9" name="Yes" sourceRef="ExclusiveGateway_0y7gtd9" targetRef="InclusiveGateway_1xenadu">
285         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("rolledBack") != null && execution.getVariable("rolledBack") == false}]]></bpmn2:conditionExpression>
286       </bpmn2:sequenceFlow>
287       <bpmn2:sequenceFlow id="SequenceFlow_027lz43" sourceRef="InclusiveGateway_131ozdf" targetRef="ExclusiveGateway_14tl857" />
288       <bpmn2:sequenceFlow id="SequenceFlow_0t3mtod" sourceRef="InclusiveGateway_142br6v" targetRef="ExclusiveGateway_1kvn1pz" />
289       <bpmn2:callActivity id="CallActivity_071yaf8" name="DoRollback&#10;TXC Allotted Resources&#10;" calledElement="DoCreateAllottedResourceTXCRollback">
290         <bpmn2:extensionElements>
291           <camunda:in source="msoRequestId" target="msoRequestId" />
292           <camunda:in source="DCARTXC_rollbackData" target="rollbackData" />
293           <camunda:in source="sdncVersion" target="sdncVersion" />
294           <camunda:out source="rolledBack" target="DCARTXC_rolledBack" />
295           <camunda:out source="rollbackError" target="DCARTXC_rollbackError" />
296         </bpmn2:extensionElements>
297         <bpmn2:incoming>SequenceFlow_1sl79hn</bpmn2:incoming>
298         <bpmn2:outgoing>SequenceFlow_0ne9n0g</bpmn2:outgoing>
299       </bpmn2:callActivity>
300       <bpmn2:sequenceFlow id="SequenceFlow_1sl79hn" name="Yes" sourceRef="ExclusiveGateway_1kvn1pz" targetRef="CallActivity_071yaf8">
301         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCARTXC_rollbackData") != null }]]></bpmn2:conditionExpression>
302       </bpmn2:sequenceFlow>
303       <bpmn2:exclusiveGateway id="ExclusiveGateway_0y158bb" name="Rollback success?" default="SequenceFlow_00by7l7">
304         <bpmn2:incoming>SequenceFlow_0ne9n0g</bpmn2:incoming>
305         <bpmn2:outgoing>SequenceFlow_00by7l7</bpmn2:outgoing>
306         <bpmn2:outgoing>SequenceFlow_17cz98f</bpmn2:outgoing>
307       </bpmn2:exclusiveGateway>
308       <bpmn2:sequenceFlow id="SequenceFlow_0ne9n0g" sourceRef="CallActivity_071yaf8" targetRef="ExclusiveGateway_0y158bb" />
309       <bpmn2:sequenceFlow id="SequenceFlow_1a7e8l1" name="Yes" sourceRef="ExclusiveGateway_05indeh" targetRef="DoRollbackService_CallActivity">
310         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DCRESI_rollbackData") != null }]]></bpmn2:conditionExpression>
311       </bpmn2:sequenceFlow>
312       <bpmn2:sequenceFlow id="SequenceFlow_00by7l7" name="No" sourceRef="ExclusiveGateway_0y158bb" targetRef="InclusiveGateway_0m9f5ka" />
313       <bpmn2:sequenceFlow id="SequenceFlow_17cz98f" name="Yes" sourceRef="ExclusiveGateway_0y158bb" targetRef="ExclusiveGateway_05indeh">
314         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("DCARTXC_rolledBack") == true }]]></bpmn2:conditionExpression>
315       </bpmn2:sequenceFlow>
316       <bpmn2:callActivity id="CallActivity_1cl4iu4" name="DoRollback&#10;VNF and Modules&#10;" calledElement="DoCreateVnfAndModulesRollback">
317         <bpmn2:extensionElements>
318           <camunda:in source="msoRequestId" target="msoRequestId" />
319           <camunda:in source="DCVAM_rollbackData" target="rollbackData" />
320           <camunda:out source="rolledBack" target="DCVAM_rolledBack" />
321           <camunda:out source="rollbackError" target="DCVAM_rollbackError" />
322           <camunda:in source="sdncVersion" target="sdncVersion" />
323         </bpmn2:extensionElements>
324         <bpmn2:incoming>SequenceFlow_007p8k3</bpmn2:incoming>
325         <bpmn2:outgoing>SequenceFlow_1mpsdaj</bpmn2:outgoing>
326       </bpmn2:callActivity>
327       <bpmn2:sequenceFlow id="SequenceFlow_1mpsdaj" sourceRef="CallActivity_1cl4iu4" targetRef="ExclusiveGateway_05dg1m1" />
328       <bpmn2:sequenceFlow id="SequenceFlow_007p8k3" name="Yes" sourceRef="ExclusiveGateway_14tl857" targetRef="CallActivity_1cl4iu4">
329         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVAM_rollbackData") != null }]]></bpmn2:conditionExpression>
330       </bpmn2:sequenceFlow>
331     </bpmn2:subProcess>
332     <bpmn2:scriptTask id="prepareCreateService_scriptTask" name="Prepare&#10;Create&#10;Service&#10;" scriptFormat="groovy">
333       <bpmn2:incoming>SequenceFlow_15odbkz</bpmn2:incoming>
334       <bpmn2:outgoing>SequenceFlow_0j6sjye</bpmn2:outgoing>
335       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
336 def CreateVcpeResCustService = new CreateVcpeResCustService()
337 CreateVcpeResCustService.prepareCreateServiceInstance(execution)]]></bpmn2:script>
338     </bpmn2:scriptTask>
339     <bpmn2:scriptTask id="setPONR_ScriptTask" name="set PONR">
340       <bpmn2:incoming>SequenceFlow_12ilko1</bpmn2:incoming>
341       <bpmn2:outgoing>SequenceFlow_0afe2pg</bpmn2:outgoing>
342       <bpmn2:script><![CDATA[#{execution.setVariable("PONR", true)}]]></bpmn2:script>
343     </bpmn2:scriptTask>
344     <bpmn2:sequenceFlow id="SequenceFlow_12ilko1" sourceRef="IntermediateCatchEvent_4" targetRef="setPONR_ScriptTask" />
345     <bpmn2:sequenceFlow id="SequenceFlow_0afe2pg" sourceRef="setPONR_ScriptTask" targetRef="postProcessAndCompletionRequest_ScriptTask" />
346     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0prlju0" name="GoTo StartService">
347       <bpmn2:incoming>SequenceFlow_1jbuf1t</bpmn2:incoming>
348       <bpmn2:linkEventDefinition name="StartService" />
349     </bpmn2:intermediateThrowEvent>
350     <bpmn2:sequenceFlow id="SequenceFlow_0j6sjye" sourceRef="prepareCreateService_scriptTask" targetRef="doCreateServiceInstance_CallActivity" />
351     <bpmn2:serviceTask id="updateInfraRequest" name="Update DB status to SUCCESS">
352       <bpmn2:extensionElements>
353         <camunda:connector>
354           <camunda:inputOutput>
355             <camunda:inputParameter name="url"><![CDATA[${UrnPropertiesReader.getVariable("mso.adapters.db.endpoint", execution)}
356 ]]></camunda:inputParameter>
357             <camunda:inputParameter name="payload"><![CDATA[${execution.getVariable("CVRCS_setUpdateDbInstancePayload")}]]></camunda:inputParameter>
358             <camunda:inputParameter name="headers">
359               <camunda:map>
360                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
361                 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
362               </camunda:map>
363             </camunda:inputParameter>
364             <camunda:inputParameter name="method">POST</camunda:inputParameter>
365           </camunda:inputOutput>
366           <camunda:connectorId>soap-http-connector</camunda:connectorId>
367         </camunda:connector>
368       </bpmn2:extensionElements>
369       <bpmn2:incoming>SequenceFlow_0vj46ej</bpmn2:incoming>
370       <bpmn2:outgoing>SequenceFlow_0sjpja4</bpmn2:outgoing>
371     </bpmn2:serviceTask>
372     <bpmn2:scriptTask id="ScriptTask_1qd3uwb" name="Post Process&#10;Create&#10;Service&#10;" scriptFormat="groovy">
373       <bpmn2:incoming>SequenceFlow_1ky2sv9</bpmn2:incoming>
374       <bpmn2:outgoing>SequenceFlow_0vj46ej</bpmn2:outgoing>
375       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
376 def CreateVcpeResCustService = new CreateVcpeResCustService()
377 CreateVcpeResCustService.postProcessServiceInstanceCreate(execution)]]></bpmn2:script>
378     </bpmn2:scriptTask>
379     <bpmn2:sequenceFlow id="SequenceFlow_1ky2sv9" sourceRef="doCreateServiceInstance_CallActivity" targetRef="ScriptTask_1qd3uwb" />
380     <bpmn2:sequenceFlow id="SequenceFlow_0vj46ej" sourceRef="ScriptTask_1qd3uwb" targetRef="updateInfraRequest" />
381     <bpmn2:callActivity id="DecomposeService" name="Call Decompose Service" calledElement="DecomposeService">
382       <bpmn2:extensionElements>
383         <camunda:in source="msoRequestId" target="msoRequestId" />
384         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
385         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
386         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
387         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
388         <camunda:out source="WorkflowException" target="WorkflowException" />
389       </bpmn2:extensionElements>
390       <bpmn2:incoming>SequenceFlow_00h6hmd</bpmn2:incoming>
391       <bpmn2:outgoing>SequenceFlow_17g05fd</bpmn2:outgoing>
392     </bpmn2:callActivity>
393     <bpmn2:scriptTask id="ScriptTask_0cdtchu" name="Prepare&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
394       <bpmn2:incoming>SequenceFlow_1eu60rt</bpmn2:incoming>
395       <bpmn2:outgoing>SequenceFlow_00h6hmd</bpmn2:outgoing>
396       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
397 def CreateVcpeResCustService = new CreateVcpeResCustService()
398 CreateVcpeResCustService.prepareDecomposeService(execution)]]></bpmn2:script>
399     </bpmn2:scriptTask>
400     <bpmn2:sequenceFlow id="SequenceFlow_1eu60rt" sourceRef="IntermediateCatchEvent_3" targetRef="ScriptTask_0cdtchu" />
401     <bpmn2:sequenceFlow id="SequenceFlow_00h6hmd" sourceRef="ScriptTask_0cdtchu" targetRef="DecomposeService" />
402     <bpmn2:scriptTask id="ScriptTask_0vf9bei" name="Prepare to create Allotted Resources TXC" scriptFormat="groovy">
403       <bpmn2:incoming>SequenceFlow_0x9pjgm</bpmn2:incoming>
404       <bpmn2:outgoing>SequenceFlow_1kgaq0j</bpmn2:outgoing>
405       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
406 def CreateVcpeResCustService = new CreateVcpeResCustService()
407 CreateVcpeResCustService.prepareCreateAllottedResourceTXC(execution)]]></bpmn2:script>
408     </bpmn2:scriptTask>
409     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_110rm9l" name="CreateAllottedResourcesTXC">
410       <bpmn2:outgoing>SequenceFlow_0x9pjgm</bpmn2:outgoing>
411       <bpmn2:linkEventDefinition name="CreateAllottedResourcesTXC" />
412     </bpmn2:intermediateCatchEvent>
413     <bpmn2:sequenceFlow id="SequenceFlow_0x9pjgm" sourceRef="IntermediateCatchEvent_110rm9l" targetRef="ScriptTask_0vf9bei" />
414     <bpmn2:exclusiveGateway id="ExclusiveGateway_1oudh6l" name="Create TXC AR?" default="SequenceFlow_0ofjahh">
415       <bpmn2:incoming>SequenceFlow_1kgaq0j</bpmn2:incoming>
416       <bpmn2:outgoing>SequenceFlow_0ofjahh</bpmn2:outgoing>
417       <bpmn2:outgoing>SequenceFlow_16qob4p</bpmn2:outgoing>
418     </bpmn2:exclusiveGateway>
419     <bpmn2:exclusiveGateway id="ExclusiveGateway_074qh5g">
420       <bpmn2:incoming>SequenceFlow_0ofjahh</bpmn2:incoming>
421       <bpmn2:incoming>SequenceFlow_1cgpklo</bpmn2:incoming>
422       <bpmn2:outgoing>SequenceFlow_0o6tf9p</bpmn2:outgoing>
423     </bpmn2:exclusiveGateway>
424     <bpmn2:sequenceFlow id="SequenceFlow_0ofjahh" name="No" sourceRef="ExclusiveGateway_1oudh6l" targetRef="ExclusiveGateway_074qh5g" />
425     <bpmn2:sequenceFlow id="SequenceFlow_1kgaq0j" sourceRef="ScriptTask_0vf9bei" targetRef="ExclusiveGateway_1oudh6l" />
426     <bpmn2:sequenceFlow id="SequenceFlow_16qob4p" name="Yes" sourceRef="ExclusiveGateway_1oudh6l" targetRef="CallActivity_1ymzucb">
427       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("createTXCAR") != null && execution.getVariable("createTXCAR") == true }]]></bpmn2:conditionExpression>
428     </bpmn2:sequenceFlow>
429     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1i1nwfx" name="StartService">
430       <bpmn2:outgoing>SequenceFlow_15odbkz</bpmn2:outgoing>
431       <bpmn2:linkEventDefinition name="StartService" />
432     </bpmn2:intermediateCatchEvent>
433     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1as6hoa" name="GoToCreateAllottedResourcesTXC">
434       <bpmn2:incoming>SequenceFlow_1db0ri1</bpmn2:incoming>
435       <bpmn2:linkEventDefinition name="CreateAllottedResourcesTXC" />
436     </bpmn2:intermediateThrowEvent>
437     <bpmn2:sequenceFlow id="SequenceFlow_15odbkz" sourceRef="IntermediateCatchEvent_1i1nwfx" targetRef="prepareCreateService_scriptTask" />
438     <bpmn2:callActivity id="Task_1l0uvof" name="Call Homing Service" camunda:modelerTemplate="homingBlock" calledElement="Homing">
439       <bpmn2:extensionElements>
440         <camunda:in source="true" target="isDebugLogEnabled" />
441         <camunda:in source="null" target="timeout" />
442         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
443         <camunda:out source="rolledBack" target="rolledBack" />
444         <camunda:out source="rollbackData" target="rollbackData" />
445         <camunda:out source="WorkflowException" target="WorkflowException" />
446         <camunda:in source="msoRequestId" target="msoRequestId" />
447         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
448         <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
449         <camunda:in source="subscriberInfo" target="subscriberInfo" />
450         <camunda:in source="homingService" target="homingService" />
451         <camunda:in source="customerLocation" target="customerLocation" />
452         <camunda:in source="cloudOwner" target="cloudOwner" />
453         <camunda:in source="cloudRegionId" target="cloudRegionId" />
454         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
455         <camunda:in source="homingModelIds" target="homingModelIds" />
456         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
457       </bpmn2:extensionElements>
458       <bpmn2:incoming>SequenceFlow_11efpvh</bpmn2:incoming>
459       <bpmn2:outgoing>SequenceFlow_1jbuf1t</bpmn2:outgoing>
460     </bpmn2:callActivity>
461     <bpmn2:sequenceFlow id="SequenceFlow_1jbuf1t" sourceRef="Task_1l0uvof" targetRef="IntermediateThrowEvent_0prlju0" />
462     <bpmn2:sequenceFlow id="SequenceFlow_17g05fd" sourceRef="DecomposeService" targetRef="ScriptTask_0lpv2da" />
463     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_17pzn7m" name="CreateAllottedResourcesBRG">
464       <bpmn2:outgoing>SequenceFlow_15vce9o</bpmn2:outgoing>
465       <bpmn2:linkEventDefinition name="CreateAllottedResourcesBRG" />
466     </bpmn2:intermediateCatchEvent>
467     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0lt5ltv" name="GoToFinishProcess">
468       <bpmn2:incoming>SequenceFlow_0hwsm6n</bpmn2:incoming>
469       <bpmn2:linkEventDefinition name="FinishProcess" />
470     </bpmn2:intermediateThrowEvent>
471     <bpmn2:exclusiveGateway id="ExclusiveGateway_1xwfgxs" name="Create BRG AR?" default="SequenceFlow_0loks1u">
472       <bpmn2:incoming>SequenceFlow_0yecpl2</bpmn2:incoming>
473       <bpmn2:outgoing>SequenceFlow_0loks1u</bpmn2:outgoing>
474       <bpmn2:outgoing>SequenceFlow_0b5ztoe</bpmn2:outgoing>
475     </bpmn2:exclusiveGateway>
476     <bpmn2:exclusiveGateway id="ExclusiveGateway_0jqgskx">
477       <bpmn2:incoming>SequenceFlow_0loks1u</bpmn2:incoming>
478       <bpmn2:incoming>SequenceFlow_0e9e6fo</bpmn2:incoming>
479       <bpmn2:outgoing>SequenceFlow_0hwsm6n</bpmn2:outgoing>
480     </bpmn2:exclusiveGateway>
481     <bpmn2:sequenceFlow id="SequenceFlow_0hwsm6n" sourceRef="ExclusiveGateway_0jqgskx" targetRef="IntermediateThrowEvent_0lt5ltv" />
482     <bpmn2:sequenceFlow id="SequenceFlow_0loks1u" name="No" sourceRef="ExclusiveGateway_1xwfgxs" targetRef="ExclusiveGateway_0jqgskx" />
483     <bpmn2:sequenceFlow id="SequenceFlow_0b5ztoe" name="Yes" sourceRef="ExclusiveGateway_1xwfgxs" targetRef="CallActivity_0xt1l8t">
484       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("createBRGAR") != null && execution.getVariable("createBRGAR") == true }]]></bpmn2:conditionExpression>
485     </bpmn2:sequenceFlow>
486     <bpmn2:scriptTask id="ScriptTask_05epj75" name="Prepare to create Allotted Resources BRG" scriptFormat="groovy">
487       <bpmn2:incoming>SequenceFlow_15vce9o</bpmn2:incoming>
488       <bpmn2:outgoing>SequenceFlow_0yecpl2</bpmn2:outgoing>
489       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
490 def CreateVcpeResCustService = new CreateVcpeResCustService()
491 CreateVcpeResCustService.prepareCreateAllottedResourceBRG(execution)]]></bpmn2:script>
492     </bpmn2:scriptTask>
493     <bpmn2:sequenceFlow id="SequenceFlow_15vce9o" sourceRef="IntermediateCatchEvent_17pzn7m" targetRef="ScriptTask_05epj75" />
494     <bpmn2:sequenceFlow id="SequenceFlow_0yecpl2" sourceRef="ScriptTask_05epj75" targetRef="ExclusiveGateway_1xwfgxs" />
495     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_09vobbc" name="GoToCreateVG">
496       <bpmn2:incoming>SequenceFlow_0o6tf9p</bpmn2:incoming>
497       <bpmn2:linkEventDefinition name="CreateVG" />
498     </bpmn2:intermediateThrowEvent>
499     <bpmn2:sequenceFlow id="SequenceFlow_0o6tf9p" sourceRef="ExclusiveGateway_074qh5g" targetRef="IntermediateThrowEvent_09vobbc" />
500     <bpmn2:callActivity id="CallActivity_1els13v" name="DoCreate&#10;VNF and Modules&#10;" calledElement="DoCreateVnfAndModules">
501       <bpmn2:extensionElements>
502         <camunda:in source="msoRequestId" target="msoRequestId" />
503         <camunda:in source="disableRollback" target="disableRollback" />
504         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
505         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
506         <camunda:in source="productFamilyId" target="productFamilyId" />
507         <camunda:in source="vnfModelInfo" target="vnfModelInfo" />
508         <camunda:in source="cloudOwner" target="cloudOwner" />
509         <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
510         <camunda:in source="tenantId" target="tenantId" />
511         <camunda:in source="sdncVersion" target="sdncVersion" />
512         <camunda:out source="rollbackData" target="DCVAM_rollbackData" />
513         <camunda:out source="WorkflowException" target="WorkflowException" />
514         <camunda:out source="vnfId" target="vnfId" />
515         <camunda:out source="vnfName" target="vnfName" />
516         <camunda:out source="vnfOutputParams" target="vnfOutputParams" />
517         <camunda:out source="rolledBack" target="rolledBack" />
518         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
519         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
520         <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
521         <camunda:in source="vfModuleNames" target="vfModuleNames" />
522       </bpmn2:extensionElements>
523       <bpmn2:incoming>SequenceFlow_0ws7fjn</bpmn2:incoming>
524       <bpmn2:outgoing>SequenceFlow_1mkdhw9</bpmn2:outgoing>
525     </bpmn2:callActivity>
526     <bpmn2:scriptTask id="ScriptTask_0n1k77c" name="Prepare to Create VNF" scriptFormat="groovy">
527       <bpmn2:incoming>SequenceFlow_0p75l97</bpmn2:incoming>
528       <bpmn2:outgoing>SequenceFlow_0ws7fjn</bpmn2:outgoing>
529       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
530 def CreateVcpeResCustService= new CreateVcpeResCustService()
531 CreateVcpeResCustService.prepareVnfAndModulesCreate(execution)]]></bpmn2:script>
532     </bpmn2:scriptTask>
533     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1xsowxp" name="GoToCreateAllottedResourcesBRG">
534       <bpmn2:incoming>SequenceFlow_1ufio7c</bpmn2:incoming>
535       <bpmn2:linkEventDefinition name="CreateAllottedResourcesBRG" />
536     </bpmn2:intermediateThrowEvent>
537     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_19a50jz" name="CreateVG">
538       <bpmn2:outgoing>SequenceFlow_0aza7xq</bpmn2:outgoing>
539       <bpmn2:linkEventDefinition name="CreateVG" />
540     </bpmn2:intermediateCatchEvent>
541     <bpmn2:exclusiveGateway id="ExclusiveGateway_0yae9sb" name="Create VNF?" default="SequenceFlow_13iuk3s">
542       <bpmn2:incoming>SequenceFlow_0aza7xq</bpmn2:incoming>
543       <bpmn2:outgoing>SequenceFlow_0p75l97</bpmn2:outgoing>
544       <bpmn2:outgoing>SequenceFlow_13iuk3s</bpmn2:outgoing>
545     </bpmn2:exclusiveGateway>
546     <bpmn2:exclusiveGateway id="ExclusiveGateway_1hlbkue">
547       <bpmn2:incoming>SequenceFlow_13iuk3s</bpmn2:incoming>
548       <bpmn2:incoming>SequenceFlow_0k5vcuu</bpmn2:incoming>
549       <bpmn2:outgoing>SequenceFlow_1ufio7c</bpmn2:outgoing>
550     </bpmn2:exclusiveGateway>
551     <bpmn2:sequenceFlow id="SequenceFlow_0ws7fjn" sourceRef="ScriptTask_0n1k77c" targetRef="CallActivity_1els13v" />
552     <bpmn2:sequenceFlow id="SequenceFlow_1mkdhw9" name="in 1702 scope only one VNF will be created - if needed" sourceRef="CallActivity_1els13v" targetRef="ScriptTask_18w0jud">
553       <bpmn2:documentation>in 1702 scope only one VNF will be created</bpmn2:documentation>
554     </bpmn2:sequenceFlow>
555     <bpmn2:sequenceFlow id="SequenceFlow_0p75l97" name="Yes" sourceRef="ExclusiveGateway_0yae9sb" targetRef="ScriptTask_0n1k77c">
556       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVRCS_VNFsCount") >0}]]></bpmn2:conditionExpression>
557     </bpmn2:sequenceFlow>
558     <bpmn2:sequenceFlow id="SequenceFlow_1ufio7c" sourceRef="ExclusiveGateway_1hlbkue" targetRef="IntermediateThrowEvent_1xsowxp" />
559     <bpmn2:sequenceFlow id="SequenceFlow_0aza7xq" sourceRef="IntermediateCatchEvent_19a50jz" targetRef="ExclusiveGateway_0yae9sb" />
560     <bpmn2:sequenceFlow id="SequenceFlow_13iuk3s" name="No" sourceRef="ExclusiveGateway_0yae9sb" targetRef="ExclusiveGateway_1hlbkue" />
561     <bpmn2:callActivity id="CallActivity_1ymzucb" name="Call Create TXC Allotted Resource&#10;" calledElement="DoCreateAllottedResourceTXC">
562       <bpmn2:extensionElements>
563         <camunda:in source="msoRequestId" target="msoRequestId" />
564         <camunda:in source="disableRollback" target="disableRollback" />
565         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
566         <camunda:in source="failExists" target="failExists" />
567         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
568         <camunda:in source="parentServiceInstanceIdTXC" target="parentServiceInstanceId" />
569         <camunda:in source="serviceChainServiceInstanceId" target="serviceChainServiceInstanceId" />
570         <camunda:in source="allottedResourceIdTXC" target="allottedResourceId" />
571         <camunda:in source="allottedResourceModelInfoTXC" target="allottedResourceModelInfo" />
572         <camunda:in source="allottedResourceRoleTXC" target="allottedResourceRole" />
573         <camunda:out source="rollbackData" target="DCARTXC_rollbackData" />
574         <camunda:out source="rolledBack" target="rolledBack" />
575         <camunda:out source="WorkflowException" target="WorkflowException" />
576         <camunda:out source="allottedResourceId" target="DCARTXC_allottedResourceId" />
577         <camunda:out source="vni" target="vni" />
578         <camunda:out source="vgmuxBearerIP" target="vgmuxBearerIP" />
579         <camunda:out source="vgmuxLanIP" target="vgmuxLanIP" />
580         <camunda:in source="allottedResourceTypeTXC" target="allottedResourceType" />
581         <camunda:in source="brgWanMacAddress" target="brgWanMacAddress" />
582         <camunda:in source="globalCustomerId" target="globalCustomerId" />
583         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
584       </bpmn2:extensionElements>
585       <bpmn2:incoming>SequenceFlow_16qob4p</bpmn2:incoming>
586       <bpmn2:outgoing>SequenceFlow_1cgpklo</bpmn2:outgoing>
587     </bpmn2:callActivity>
588     <bpmn2:sequenceFlow id="SequenceFlow_1cgpklo" sourceRef="CallActivity_1ymzucb" targetRef="ExclusiveGateway_074qh5g" />
589     <bpmn2:scriptTask id="ScriptTask_0lpv2da" name="PostProcess&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
590       <bpmn2:incoming>SequenceFlow_17g05fd</bpmn2:incoming>
591       <bpmn2:outgoing>SequenceFlow_11efpvh</bpmn2:outgoing>
592       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
593 def CreateVcpeResCustService = new CreateVcpeResCustService()
594 CreateVcpeResCustService.processDecomposition(execution)]]></bpmn2:script>
595     </bpmn2:scriptTask>
596     <bpmn2:sequenceFlow id="SequenceFlow_11efpvh" sourceRef="ScriptTask_0lpv2da" targetRef="Task_1l0uvof" />
597     <bpmn2:scriptTask id="ScriptTask_18w0jud" name="Post Process Create VNF" scriptFormat="groovy">
598       <bpmn2:incoming>SequenceFlow_1mkdhw9</bpmn2:incoming>
599       <bpmn2:outgoing>SequenceFlow_0k5vcuu</bpmn2:outgoing>
600       <bpmn2:script><![CDATA[import org.onap.so.bpmn.vcpe.scripts.*
601 def CreateVcpeResCustService= new CreateVcpeResCustService()
602 CreateVcpeResCustService.validateVnfCreate(execution)]]></bpmn2:script>
603     </bpmn2:scriptTask>
604     <bpmn2:sequenceFlow id="SequenceFlow_0k5vcuu" sourceRef="ScriptTask_18w0jud" targetRef="ExclusiveGateway_1hlbkue" />
605     <bpmn2:callActivity id="CallActivity_0xt1l8t" name="Call Create BRG Allotted Resource&#10;" calledElement="DoCreateAllottedResourceBRG">
606       <bpmn2:extensionElements>
607         <camunda:in source="msoRequestId" target="msoRequestId" />
608         <camunda:in source="disableRollback" target="disableRollback" />
609         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
610         <camunda:in source="failExists" target="failExists" />
611         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
612         <camunda:in source="parentServiceInstanceIdBRG" target="parentServiceInstanceId" />
613         <camunda:in source="allottedResourceIdBRG" target="allottedResourceId" />
614         <camunda:in source="allottedResourceModelInfoBRG" target="allottedResourceModelInfo" />
615         <camunda:in source="allottedResourceRoleBRG" target="allottedResourceRole" />
616         <camunda:out source="rollbackData" target="DCARBRG_rollbackData" />
617         <camunda:out source="rolledBack" target="rolledBack" />
618         <camunda:out source="WorkflowException" target="WorkflowException" />
619         <camunda:out source="allottedResourceId" target="DCARBRG_allottedResourceId" />
620         <camunda:out source="allottedResourceName" target="DCARBRG_allottedResourceName" />
621         <camunda:in source="allottedResourceTypeBRG" target="allottedResourceType" />
622         <camunda:in source="vni" target="vni" />
623         <camunda:in source="vgmuxBearerIP" target="vgmuxBearerIP" />
624         <camunda:in source="brgWanMacAddress" target="brgWanMacAddress" />
625         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
626         <camunda:in source="globalCustomerId" target="globalCustomerId" />
627       </bpmn2:extensionElements>
628       <bpmn2:incoming>SequenceFlow_0b5ztoe</bpmn2:incoming>
629       <bpmn2:outgoing>SequenceFlow_0e9e6fo</bpmn2:outgoing>
630     </bpmn2:callActivity>
631     <bpmn2:sequenceFlow id="SequenceFlow_0e9e6fo" sourceRef="CallActivity_0xt1l8t" targetRef="ExclusiveGateway_0jqgskx" />
632     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1x88t9v" name="Await AAI Distribution&#10;&#10;">
633       <bpmn2:incoming>SequenceFlow_0sjpja4</bpmn2:incoming>
634       <bpmn2:outgoing>SequenceFlow_1db0ri1</bpmn2:outgoing>
635       <bpmn2:timerEventDefinition>
636         <bpmn2:timeDuration xsi:type="bpmn2:tFormalExpression">${aaiDistDelay}</bpmn2:timeDuration>
637       </bpmn2:timerEventDefinition>
638     </bpmn2:intermediateCatchEvent>
639     <bpmn2:sequenceFlow id="SequenceFlow_0sjpja4" sourceRef="updateInfraRequest" targetRef="IntermediateCatchEvent_1x88t9v" />
640     <bpmn2:sequenceFlow id="SequenceFlow_1db0ri1" sourceRef="IntermediateCatchEvent_1x88t9v" targetRef="IntermediateThrowEvent_1as6hoa" />
641   </bpmn2:process>
642   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
643   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
644   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
645     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVcpeResCustService">
646       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createVCPE_startEvent">
647         <dc:Bounds x="87" y="215" width="36" height="36" />
648         <bpmndi:BPMNLabel>
649           <dc:Bounds x="80" y="256" width="51" height="14" />
650         </bpmndi:BPMNLabel>
651       </bpmndi:BPMNShape>
652       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
653         <dc:Bounds x="276" y="193" width="100" height="80" />
654       </bpmndi:BPMNShape>
655       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
656         <di:waypoint xsi:type="dc:Point" x="123" y="233" />
657         <di:waypoint xsi:type="dc:Point" x="276" y="233" />
658         <bpmndi:BPMNLabel>
659           <dc:Bounds x="165" y="233" width="0" height="0" />
660         </bpmndi:BPMNLabel>
661       </bpmndi:BPMNEdge>
662       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_4" bpmnElement="callCompleteMsoProcess_CallActivity">
663         <dc:Bounds x="763" y="1432" width="100" height="80" />
664       </bpmndi:BPMNShape>
665       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_80" bpmnElement="postProcessAndCompletionRequest_ScriptTask">
666         <dc:Bounds x="490" y="1432" width="100" height="80" />
667       </bpmndi:BPMNShape>
668       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_127">
669         <di:waypoint xsi:type="dc:Point" x="376" y="233" />
670         <di:waypoint xsi:type="dc:Point" x="467" y="233" />
671         <bpmndi:BPMNLabel>
672           <dc:Bounds x="265" y="194" width="0" height="0" />
673         </bpmndi:BPMNLabel>
674       </bpmndi:BPMNEdge>
675       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="sendSyncAckResponse_ScriptTask">
676         <dc:Bounds x="467" y="193" width="100" height="80" />
677       </bpmndi:BPMNShape>
678       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_80" targetElement="_BPMNShape_CallActivity_4">
679         <di:waypoint xsi:type="dc:Point" x="590" y="1472" />
680         <di:waypoint xsi:type="dc:Point" x="763" y="1472" />
681         <bpmndi:BPMNLabel>
682           <dc:Bounds x="677" y="1457" width="0" height="0" />
683         </bpmndi:BPMNLabel>
684       </bpmndi:BPMNEdge>
685       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="CreateVCPE_EndEvent">
686         <dc:Bounds x="1262" y="1452" width="36" height="36" />
687         <bpmndi:BPMNLabel>
688           <dc:Bounds x="1269" y="1493" width="21" height="14" />
689         </bpmndi:BPMNLabel>
690       </bpmndi:BPMNShape>
691       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_CallActivity_4" targetElement="_BPMNShape_ScriptTask_337">
692         <di:waypoint xsi:type="dc:Point" x="863" y="1472" />
693         <di:waypoint xsi:type="dc:Point" x="1071" y="1471" />
694         <bpmndi:BPMNLabel>
695           <dc:Bounds x="967" y="1457" width="0" height="0" />
696         </bpmndi:BPMNLabel>
697       </bpmndi:BPMNEdge>
698       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_27" bpmnElement="UnexpectedError_SubProcess_1" isExpanded="true">
699         <dc:Bounds x="1257" y="1702" width="409" height="232" />
700       </bpmndi:BPMNShape>
701       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_70" bpmnElement="StartEvent_1">
702         <dc:Bounds x="1325" y="1807" width="36" height="36" />
703         <bpmndi:BPMNLabel>
704           <dc:Bounds x="1343" y="1848" width="0" height="0" />
705         </bpmndi:BPMNLabel>
706       </bpmndi:BPMNShape>
707       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_269" bpmnElement="ScriptTask_1">
708         <dc:Bounds x="1400" y="1785" width="100" height="80" />
709       </bpmndi:BPMNShape>
710       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_219" bpmnElement="EndEvent_1">
711         <dc:Bounds x="1553" y="1807" width="36" height="36" />
712         <bpmndi:BPMNLabel>
713           <dc:Bounds x="1571" y="1848" width="0" height="0" />
714         </bpmndi:BPMNLabel>
715       </bpmndi:BPMNShape>
716       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_StartEvent_70" targetElement="_BPMNShape_ScriptTask_269">
717         <di:waypoint xsi:type="dc:Point" x="1361" y="1825" />
718         <di:waypoint xsi:type="dc:Point" x="1400" y="1825" />
719         <bpmndi:BPMNLabel>
720           <dc:Bounds x="1389" y="1825" width="0" height="0" />
721         </bpmndi:BPMNLabel>
722       </bpmndi:BPMNEdge>
723       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_269" targetElement="_BPMNShape_EndEvent_219">
724         <di:waypoint xsi:type="dc:Point" x="1500" y="1825" />
725         <di:waypoint xsi:type="dc:Point" x="1533" y="1825" />
726         <di:waypoint xsi:type="dc:Point" x="1533" y="1825" />
727         <di:waypoint xsi:type="dc:Point" x="1553" y="1825" />
728         <bpmndi:BPMNLabel>
729           <dc:Bounds x="1548" y="1825" width="0" height="0" />
730         </bpmndi:BPMNLabel>
731       </bpmndi:BPMNEdge>
732       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_75" bpmnElement="doCreateServiceInstance_CallActivity">
733         <dc:Bounds x="456" y="543" width="100" height="80" />
734       </bpmndi:BPMNShape>
735       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_127">
736         <di:waypoint xsi:type="dc:Point" x="567" y="233" />
737         <di:waypoint xsi:type="dc:Point" x="719" y="233" />
738         <bpmndi:BPMNLabel>
739           <dc:Bounds x="643" y="218" width="0" height="0" />
740         </bpmndi:BPMNLabel>
741       </bpmndi:BPMNEdge>
742       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_337" bpmnElement="ScriptTask_2">
743         <dc:Bounds x="1071" y="1431" width="100" height="80" />
744       </bpmndi:BPMNShape>
745       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_337" targetElement="_BPMNShape_EndEvent_177">
746         <di:waypoint xsi:type="dc:Point" x="1171" y="1470" />
747         <di:waypoint xsi:type="dc:Point" x="1262" y="1470" />
748         <bpmndi:BPMNLabel>
749           <dc:Bounds x="1217" y="1455" width="0" height="0" />
750         </bpmndi:BPMNLabel>
751       </bpmndi:BPMNEdge>
752       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_35" bpmnElement="IntermediateCatchEvent_3">
753         <dc:Bounds x="87" y="370" width="36" height="36" />
754         <bpmndi:BPMNLabel>
755           <dc:Bounds x="80" y="406" width="50" height="14" />
756         </bpmndi:BPMNLabel>
757       </bpmndi:BPMNShape>
758       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_36" bpmnElement="IntermediateCatchEvent_4">
759         <dc:Bounds x="60" y="1454" width="36" height="36" />
760         <bpmndi:BPMNLabel>
761           <dc:Bounds x="39" y="1490" width="78" height="14" />
762         </bpmndi:BPMNLabel>
763       </bpmndi:BPMNShape>
764       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_49" bpmnElement="IntermediateThrowEvent_2">
765         <dc:Bounds x="719" y="215" width="36" height="36" />
766         <bpmndi:BPMNLabel>
767           <dc:Bounds x="697" y="256" width="79" height="14" />
768         </bpmndi:BPMNLabel>
769       </bpmndi:BPMNShape>
770       <bpmndi:BPMNShape id="SubProcess_0s6hpty_di" bpmnElement="SubProcess_0s6hpty" isExpanded="true">
771         <dc:Bounds x="-266" y="1649" width="1482" height="1528" />
772       </bpmndi:BPMNShape>
773       <bpmndi:BPMNShape id="ExclusiveGateway_1vwgs6p_di" bpmnElement="ExclusiveGateway_1vwgs6p" isMarkerVisible="true">
774         <dc:Bounds x="50" y="2971" width="50" height="50" />
775         <bpmndi:BPMNLabel>
776           <dc:Bounds x="38" y="3031" width="78" height="12" />
777         </bpmndi:BPMNLabel>
778       </bpmndi:BPMNShape>
779       <bpmndi:BPMNShape id="StartEvent_1bwmffk_di" bpmnElement="StartEvent_1bwmffk">
780         <dc:Bounds x="-63" y="2979" width="36" height="36" />
781         <bpmndi:BPMNLabel>
782           <dc:Bounds x="-69" y="3020" width="51" height="12" />
783         </bpmndi:BPMNLabel>
784       </bpmndi:BPMNShape>
785       <bpmndi:BPMNShape id="ExclusiveGateway_0ydrtdx_di" bpmnElement="ExclusiveGateway_0ydrtdx" isMarkerVisible="true">
786         <dc:Bounds x="50" y="2888" width="50" height="50" />
787         <bpmndi:BPMNLabel>
788           <dc:Bounds x="-15" y="2903" width="46" height="12" />
789         </bpmndi:BPMNLabel>
790       </bpmndi:BPMNShape>
791       <bpmndi:BPMNShape id="ExclusiveGateway_1kvn1pz_di" bpmnElement="ExclusiveGateway_1kvn1pz" isMarkerVisible="true">
792         <dc:Bounds x="177" y="1821" width="50" height="50" />
793         <bpmndi:BPMNLabel>
794           <dc:Bounds x="110" y="1815" width="78" height="12" />
795         </bpmndi:BPMNLabel>
796       </bpmndi:BPMNShape>
797       <bpmndi:BPMNShape id="CallActivity_0jw5tqa_di" bpmnElement="CallActivity_0jw5tqa">
798         <dc:Bounds x="1023" y="2945" width="100" height="80" />
799       </bpmndi:BPMNShape>
800       <bpmndi:BPMNShape id="EndEvent_04xute7_di" bpmnElement="EndEvent_04xute7">
801         <dc:Bounds x="1160" y="2967" width="36" height="36" />
802         <bpmndi:BPMNLabel>
803           <dc:Bounds x="1133" y="3008" width="90" height="0" />
804         </bpmndi:BPMNLabel>
805       </bpmndi:BPMNShape>
806       <bpmndi:BPMNShape id="ScriptTask_0yk02h3_di" bpmnElement="ScriptTask_0yk02h3">
807         <dc:Bounds x="891" y="2945" width="100" height="80" />
808       </bpmndi:BPMNShape>
809       <bpmndi:BPMNEdge id="SequenceFlow_0zpbskl_di" bpmnElement="SequenceFlow_0zpbskl">
810         <di:waypoint xsi:type="dc:Point" x="75" y="2971" />
811         <di:waypoint xsi:type="dc:Point" x="75" y="2938" />
812         <bpmndi:BPMNLabel>
813           <dc:Bounds x="81" y="2958" width="19" height="12" />
814         </bpmndi:BPMNLabel>
815       </bpmndi:BPMNEdge>
816       <bpmndi:BPMNEdge id="SequenceFlow_0dhf2js_di" bpmnElement="SequenceFlow_0dhf2js">
817         <di:waypoint xsi:type="dc:Point" x="100" y="2996" />
818         <di:waypoint xsi:type="dc:Point" x="734" y="2996" />
819         <di:waypoint xsi:type="dc:Point" x="734" y="2938" />
820         <bpmndi:BPMNLabel>
821           <dc:Bounds x="140" y="3001" width="14" height="12" />
822         </bpmndi:BPMNLabel>
823       </bpmndi:BPMNEdge>
824       <bpmndi:BPMNEdge id="SequenceFlow_1sx5llu_di" bpmnElement="SequenceFlow_1sx5llu">
825         <di:waypoint xsi:type="dc:Point" x="100" y="2913" />
826         <di:waypoint xsi:type="dc:Point" x="405" y="2913" />
827         <di:waypoint xsi:type="dc:Point" x="405" y="2913" />
828         <di:waypoint xsi:type="dc:Point" x="709" y="2913" />
829         <bpmndi:BPMNLabel>
830           <dc:Bounds x="419" y="2917" width="19" height="12" />
831         </bpmndi:BPMNLabel>
832       </bpmndi:BPMNEdge>
833       <bpmndi:BPMNEdge id="SequenceFlow_02o4yqx_di" bpmnElement="SequenceFlow_02o4yqx">
834         <di:waypoint xsi:type="dc:Point" x="75" y="2888" />
835         <di:waypoint xsi:type="dc:Point" x="75" y="2866" />
836         <bpmndi:BPMNLabel>
837           <dc:Bounds x="86" y="2871" width="14" height="12" />
838         </bpmndi:BPMNLabel>
839       </bpmndi:BPMNEdge>
840       <bpmndi:BPMNEdge id="SequenceFlow_19mxskt_di" bpmnElement="SequenceFlow_19mxskt">
841         <di:waypoint xsi:type="dc:Point" x="202" y="1821" />
842         <di:waypoint xsi:type="dc:Point" x="202" y="1725" />
843         <di:waypoint xsi:type="dc:Point" x="681" y="1725" />
844         <di:waypoint xsi:type="dc:Point" x="681" y="1941" />
845         <bpmndi:BPMNLabel>
846           <dc:Bounds x="392" y="1704" width="14" height="12" />
847         </bpmndi:BPMNLabel>
848       </bpmndi:BPMNEdge>
849       <bpmndi:BPMNShape id="ScriptTask_1gacz45_di" bpmnElement="prepareCreateService_scriptTask">
850         <dc:Bounds x="250" y="543" width="100" height="80" />
851       </bpmndi:BPMNShape>
852       <bpmndi:BPMNShape id="ScriptTask_11b4gmn_di" bpmnElement="setPONR_ScriptTask">
853         <dc:Bounds x="204" y="1432" width="100" height="80" />
854       </bpmndi:BPMNShape>
855       <bpmndi:BPMNEdge id="SequenceFlow_12ilko1_di" bpmnElement="SequenceFlow_12ilko1">
856         <di:waypoint xsi:type="dc:Point" x="96" y="1472" />
857         <di:waypoint xsi:type="dc:Point" x="204" y="1472" />
858         <bpmndi:BPMNLabel>
859           <dc:Bounds x="150" y="1447" width="0" height="0" />
860         </bpmndi:BPMNLabel>
861       </bpmndi:BPMNEdge>
862       <bpmndi:BPMNEdge id="SequenceFlow_0afe2pg_di" bpmnElement="SequenceFlow_0afe2pg">
863         <di:waypoint xsi:type="dc:Point" x="304" y="1472" />
864         <di:waypoint xsi:type="dc:Point" x="447" y="1472" />
865         <di:waypoint xsi:type="dc:Point" x="490" y="1472" />
866         <bpmndi:BPMNLabel>
867           <dc:Bounds x="376" y="1457" width="0" height="0" />
868         </bpmndi:BPMNLabel>
869       </bpmndi:BPMNEdge>
870       <bpmndi:BPMNShape id="CallActivity_0oh7wzu_di" bpmnElement="DoRollbackService_CallActivity">
871         <dc:Bounds x="976" y="1926" width="100" height="80" />
872       </bpmndi:BPMNShape>
873       <bpmndi:BPMNShape id="InclusiveGateway_0foywso_di" bpmnElement="InclusiveGateway_0foywso">
874         <dc:Bounds x="709" y="2888" width="50" height="50" />
875         <bpmndi:BPMNLabel>
876           <dc:Bounds x="689" y="2943" width="90" height="0" />
877         </bpmndi:BPMNLabel>
878       </bpmndi:BPMNShape>
879       <bpmndi:BPMNEdge id="SequenceFlow_1f1hd3l_di" bpmnElement="SequenceFlow_1f1hd3l">
880         <di:waypoint xsi:type="dc:Point" x="1026" y="2006" />
881         <di:waypoint xsi:type="dc:Point" x="1026" y="2103" />
882         <bpmndi:BPMNLabel>
883           <dc:Bounds x="996" y="2055" width="90" height="0" />
884         </bpmndi:BPMNLabel>
885       </bpmndi:BPMNEdge>
886       <bpmndi:BPMNEdge id="SequenceFlow_0jg47xm_di" bpmnElement="SequenceFlow_0jg47xm">
887         <di:waypoint xsi:type="dc:Point" x="759" y="2913" />
888         <di:waypoint xsi:type="dc:Point" x="941" y="2913" />
889         <di:waypoint xsi:type="dc:Point" x="941" y="2945" />
890         <bpmndi:BPMNLabel>
891           <dc:Bounds x="805" y="2898" width="90" height="0" />
892         </bpmndi:BPMNLabel>
893       </bpmndi:BPMNEdge>
894       <bpmndi:BPMNEdge id="SequenceFlow_0807ukc_di" bpmnElement="SequenceFlow_0807ukc">
895         <di:waypoint xsi:type="dc:Point" x="991" y="2985" />
896         <di:waypoint xsi:type="dc:Point" x="1023" y="2985" />
897         <bpmndi:BPMNLabel>
898           <dc:Bounds x="962" y="2970" width="90" height="0" />
899         </bpmndi:BPMNLabel>
900       </bpmndi:BPMNEdge>
901       <bpmndi:BPMNEdge id="SequenceFlow_19yywk8_di" bpmnElement="SequenceFlow_19yywk8">
902         <di:waypoint xsi:type="dc:Point" x="1123" y="2985" />
903         <di:waypoint xsi:type="dc:Point" x="1160" y="2985" />
904         <bpmndi:BPMNLabel>
905           <dc:Bounds x="1097" y="2970" width="90" height="0" />
906         </bpmndi:BPMNLabel>
907       </bpmndi:BPMNEdge>
908       <bpmndi:BPMNShape id="IntermediateThrowEvent_0prlju0_di" bpmnElement="IntermediateThrowEvent_0prlju0">
909         <dc:Bounds x="1056" y="370" width="36" height="36" />
910         <bpmndi:BPMNLabel>
911           <dc:Bounds x="1025" y="411" width="97" height="14" />
912         </bpmndi:BPMNLabel>
913       </bpmndi:BPMNShape>
914       <bpmndi:BPMNEdge id="SequenceFlow_0j6sjye_di" bpmnElement="SequenceFlow_0j6sjye">
915         <di:waypoint xsi:type="dc:Point" x="350" y="583" />
916         <di:waypoint xsi:type="dc:Point" x="456" y="583" />
917         <bpmndi:BPMNLabel>
918           <dc:Bounds x="403" y="568" width="0" height="0" />
919         </bpmndi:BPMNLabel>
920       </bpmndi:BPMNEdge>
921       <bpmndi:BPMNShape id="ExclusiveGateway_05indeh_di" bpmnElement="ExclusiveGateway_05indeh" isMarkerVisible="true">
922         <dc:Bounds x="656" y="1941" width="50" height="50" />
923         <bpmndi:BPMNLabel>
924           <dc:Bounds x="718" y="1923" width="82" height="24" />
925         </bpmndi:BPMNLabel>
926       </bpmndi:BPMNShape>
927       <bpmndi:BPMNEdge id="SequenceFlow_0sezboq_di" bpmnElement="SequenceFlow_0sezboq">
928         <di:waypoint xsi:type="dc:Point" x="681" y="1991" />
929         <di:waypoint xsi:type="dc:Point" x="681" y="2128" />
930         <di:waypoint xsi:type="dc:Point" x="1001" y="2128" />
931         <bpmndi:BPMNLabel>
932           <dc:Bounds x="689" y="2045" width="14" height="12" />
933         </bpmndi:BPMNLabel>
934       </bpmndi:BPMNEdge>
935       <bpmndi:BPMNShape id="ServiceTask_16yhzej_di" bpmnElement="updateInfraRequest">
936         <dc:Bounds x="794" y="543" width="100" height="80" />
937       </bpmndi:BPMNShape>
938       <bpmndi:BPMNShape id="ScriptTask_1qd3uwb_di" bpmnElement="ScriptTask_1qd3uwb">
939         <dc:Bounds x="623" y="543" width="100" height="80" />
940       </bpmndi:BPMNShape>
941       <bpmndi:BPMNEdge id="SequenceFlow_1ky2sv9_di" bpmnElement="SequenceFlow_1ky2sv9">
942         <di:waypoint xsi:type="dc:Point" x="556" y="583" />
943         <di:waypoint xsi:type="dc:Point" x="623" y="583" />
944         <bpmndi:BPMNLabel>
945           <dc:Bounds x="590" y="568" width="0" height="0" />
946         </bpmndi:BPMNLabel>
947       </bpmndi:BPMNEdge>
948       <bpmndi:BPMNEdge id="SequenceFlow_0vj46ej_di" bpmnElement="SequenceFlow_0vj46ej">
949         <di:waypoint xsi:type="dc:Point" x="723" y="583" />
950         <di:waypoint xsi:type="dc:Point" x="794" y="583" />
951         <bpmndi:BPMNLabel>
952           <dc:Bounds x="759" y="568" width="0" height="0" />
953         </bpmndi:BPMNLabel>
954       </bpmndi:BPMNEdge>
955       <bpmndi:BPMNShape id="ScriptTask_17doerz_di" bpmnElement="ScriptTask_17doerz">
956         <dc:Bounds x="25" y="2786" width="100" height="80" />
957       </bpmndi:BPMNShape>
958       <bpmndi:BPMNEdge id="SequenceFlow_0zq7i3q_di" bpmnElement="SequenceFlow_0zq7i3q">
959         <di:waypoint xsi:type="dc:Point" x="-27" y="2997" />
960         <di:waypoint xsi:type="dc:Point" x="20" y="2997" />
961         <di:waypoint xsi:type="dc:Point" x="20" y="2996" />
962         <di:waypoint xsi:type="dc:Point" x="50" y="2996" />
963         <bpmndi:BPMNLabel>
964           <dc:Bounds x="-56" y="2998" width="90" height="0" />
965         </bpmndi:BPMNLabel>
966       </bpmndi:BPMNEdge>
967       <bpmndi:BPMNShape id="InclusiveGateway_0m9f5ka_di" bpmnElement="InclusiveGateway_0m9f5ka">
968         <dc:Bounds x="1001" y="2103" width="50" height="50" />
969         <bpmndi:BPMNLabel>
970           <dc:Bounds x="981" y="2158" width="90" height="0" />
971         </bpmndi:BPMNLabel>
972       </bpmndi:BPMNShape>
973       <bpmndi:BPMNShape id="ScriptTask_0wyub4x_di" bpmnElement="ScriptTask_0wyub4x">
974         <dc:Bounds x="684" y="2786" width="100" height="80" />
975       </bpmndi:BPMNShape>
976       <bpmndi:BPMNEdge id="SequenceFlow_1rabks0_di" bpmnElement="SequenceFlow_1rabks0">
977         <di:waypoint xsi:type="dc:Point" x="734" y="2866" />
978         <di:waypoint xsi:type="dc:Point" x="734" y="2888" />
979         <bpmndi:BPMNLabel>
980           <dc:Bounds x="704" y="2877" width="90" height="0" />
981         </bpmndi:BPMNLabel>
982       </bpmndi:BPMNEdge>
983       <bpmndi:BPMNShape id="CallActivity_0w2alah_di" bpmnElement="DecomposeService">
984         <dc:Bounds x="467" y="348" width="100" height="80" />
985       </bpmndi:BPMNShape>
986       <bpmndi:BPMNShape id="ScriptTask_0cdtchu_di" bpmnElement="ScriptTask_0cdtchu">
987         <dc:Bounds x="276" y="348" width="100" height="80" />
988       </bpmndi:BPMNShape>
989       <bpmndi:BPMNEdge id="SequenceFlow_1eu60rt_di" bpmnElement="SequenceFlow_1eu60rt">
990         <di:waypoint xsi:type="dc:Point" x="123" y="388" />
991         <di:waypoint xsi:type="dc:Point" x="276" y="388" />
992         <bpmndi:BPMNLabel>
993           <dc:Bounds x="200" y="373" width="0" height="0" />
994         </bpmndi:BPMNLabel>
995       </bpmndi:BPMNEdge>
996       <bpmndi:BPMNEdge id="SequenceFlow_00h6hmd_di" bpmnElement="SequenceFlow_00h6hmd">
997         <di:waypoint xsi:type="dc:Point" x="376" y="388" />
998         <di:waypoint xsi:type="dc:Point" x="467" y="388" />
999         <bpmndi:BPMNLabel>
1000           <dc:Bounds x="422" y="373" width="0" height="0" />
1001         </bpmndi:BPMNLabel>
1002       </bpmndi:BPMNEdge>
1003       <bpmndi:BPMNShape id="ScriptTask_0vf9bei_di" bpmnElement="ScriptTask_0vf9bei">
1004         <dc:Bounds x="184" y="801" width="100" height="80" />
1005       </bpmndi:BPMNShape>
1006       <bpmndi:BPMNShape id="IntermediateCatchEvent_110rm9l_di" bpmnElement="IntermediateCatchEvent_110rm9l">
1007         <dc:Bounds x="83" y="823" width="36" height="36" />
1008         <bpmndi:BPMNLabel>
1009           <dc:Bounds x="57" y="859" width="86" height="24" />
1010         </bpmndi:BPMNLabel>
1011       </bpmndi:BPMNShape>
1012       <bpmndi:BPMNEdge id="SequenceFlow_0x9pjgm_di" bpmnElement="SequenceFlow_0x9pjgm">
1013         <di:waypoint xsi:type="dc:Point" x="119" y="841" />
1014         <di:waypoint xsi:type="dc:Point" x="184" y="841" />
1015         <bpmndi:BPMNLabel>
1016           <dc:Bounds x="107" y="826" width="90" height="0" />
1017         </bpmndi:BPMNLabel>
1018       </bpmndi:BPMNEdge>
1019       <bpmndi:BPMNShape id="ExclusiveGateway_06gq6em_di" bpmnElement="ExclusiveGateway_06gq6em" isMarkerVisible="true">
1020         <dc:Bounds x="50" y="2603" width="50" height="50" />
1021         <bpmndi:BPMNLabel>
1022           <dc:Bounds x="-37" y="2618" width="80" height="12" />
1023         </bpmndi:BPMNLabel>
1024       </bpmndi:BPMNShape>
1025       <bpmndi:BPMNShape id="CallActivity_1bpuf2p_di" bpmnElement="CallActivity_1bpuf2p">
1026         <dc:Bounds x="152" y="2518" width="100" height="80" />
1027       </bpmndi:BPMNShape>
1028       <bpmndi:BPMNShape id="InclusiveGateway_131ozdf_di" bpmnElement="InclusiveGateway_131ozdf">
1029         <dc:Bounds x="50" y="2431" width="50" height="50" />
1030         <bpmndi:BPMNLabel>
1031           <dc:Bounds x="30" y="2486" width="90" height="0" />
1032         </bpmndi:BPMNLabel>
1033       </bpmndi:BPMNShape>
1034       <bpmndi:BPMNEdge id="SequenceFlow_0orpdrl_di" bpmnElement="SequenceFlow_0orpdrl">
1035         <di:waypoint xsi:type="dc:Point" x="100" y="2628" />
1036         <di:waypoint xsi:type="dc:Point" x="202" y="2628" />
1037         <di:waypoint xsi:type="dc:Point" x="202" y="2598" />
1038         <bpmndi:BPMNLabel>
1039           <dc:Bounds x="141" y="2613" width="19" height="12" />
1040         </bpmndi:BPMNLabel>
1041       </bpmndi:BPMNEdge>
1042       <bpmndi:BPMNEdge id="SequenceFlow_1t3cnnx_di" bpmnElement="SequenceFlow_1t3cnnx">
1043         <di:waypoint xsi:type="dc:Point" x="202" y="2518" />
1044         <di:waypoint xsi:type="dc:Point" x="202" y="2481" />
1045         <bpmndi:BPMNLabel>
1046           <dc:Bounds x="172" y="2500" width="90" height="0" />
1047         </bpmndi:BPMNLabel>
1048       </bpmndi:BPMNEdge>
1049       <bpmndi:BPMNEdge id="SequenceFlow_0ya1cr3_di" bpmnElement="SequenceFlow_0ya1cr3">
1050         <di:waypoint xsi:type="dc:Point" x="75" y="2603" />
1051         <di:waypoint xsi:type="dc:Point" x="75" y="2542" />
1052         <di:waypoint xsi:type="dc:Point" x="75" y="2542" />
1053         <di:waypoint xsi:type="dc:Point" x="75" y="2481" />
1054         <bpmndi:BPMNLabel>
1055           <dc:Bounds x="88" y="2508" width="14" height="12" />
1056         </bpmndi:BPMNLabel>
1057       </bpmndi:BPMNEdge>
1058       <bpmndi:BPMNShape id="ExclusiveGateway_1oudh6l_di" bpmnElement="ExclusiveGateway_1oudh6l" isMarkerVisible="true">
1059         <dc:Bounds x="332" y="816" width="50" height="50" />
1060         <bpmndi:BPMNLabel>
1061           <dc:Bounds x="399" y="829" width="76" height="24" />
1062         </bpmndi:BPMNLabel>
1063       </bpmndi:BPMNShape>
1064       <bpmndi:BPMNShape id="ExclusiveGateway_074qh5g_di" bpmnElement="ExclusiveGateway_074qh5g" isMarkerVisible="true">
1065         <dc:Bounds x="512" y="796" width="50" height="50" />
1066         <bpmndi:BPMNLabel>
1067           <dc:Bounds x="492" y="846" width="90" height="0" />
1068         </bpmndi:BPMNLabel>
1069       </bpmndi:BPMNShape>
1070       <bpmndi:BPMNEdge id="SequenceFlow_0ofjahh_di" bpmnElement="SequenceFlow_0ofjahh">
1071         <di:waypoint xsi:type="dc:Point" x="357" y="866" />
1072         <di:waypoint xsi:type="dc:Point" x="357" y="901" />
1073         <di:waypoint xsi:type="dc:Point" x="537" y="901" />
1074         <di:waypoint xsi:type="dc:Point" x="537" y="846" />
1075         <bpmndi:BPMNLabel>
1076           <dc:Bounds x="441" y="886" width="16" height="12" />
1077         </bpmndi:BPMNLabel>
1078       </bpmndi:BPMNEdge>
1079       <bpmndi:BPMNEdge id="SequenceFlow_1kgaq0j_di" bpmnElement="SequenceFlow_1kgaq0j">
1080         <di:waypoint xsi:type="dc:Point" x="284" y="841" />
1081         <di:waypoint xsi:type="dc:Point" x="332" y="841" />
1082         <bpmndi:BPMNLabel>
1083           <dc:Bounds x="263" y="826" width="90" height="0" />
1084         </bpmndi:BPMNLabel>
1085       </bpmndi:BPMNEdge>
1086       <bpmndi:BPMNEdge id="SequenceFlow_16qob4p_di" bpmnElement="SequenceFlow_16qob4p">
1087         <di:waypoint xsi:type="dc:Point" x="357" y="816" />
1088         <di:waypoint xsi:type="dc:Point" x="357" y="730" />
1089         <di:waypoint xsi:type="dc:Point" x="400" y="730" />
1090         <bpmndi:BPMNLabel>
1091           <dc:Bounds x="362" y="763" width="21" height="12" />
1092         </bpmndi:BPMNLabel>
1093       </bpmndi:BPMNEdge>
1094       <bpmndi:BPMNShape id="ExclusiveGateway_14tl857_di" bpmnElement="ExclusiveGateway_14tl857" isMarkerVisible="true">
1095         <dc:Bounds x="50" y="2282" width="50" height="50" />
1096         <bpmndi:BPMNLabel>
1097           <dc:Bounds x="-24" y="2297" width="57" height="12" />
1098         </bpmndi:BPMNLabel>
1099       </bpmndi:BPMNShape>
1100       <bpmndi:BPMNShape id="InclusiveGateway_142br6v_di" bpmnElement="InclusiveGateway_142br6v">
1101         <dc:Bounds x="50" y="2103" width="50" height="50" />
1102         <bpmndi:BPMNLabel>
1103           <dc:Bounds x="30" y="2158" width="90" height="0" />
1104         </bpmndi:BPMNLabel>
1105       </bpmndi:BPMNShape>
1106       <bpmndi:BPMNEdge id="SequenceFlow_1kpdu1j_di" bpmnElement="SequenceFlow_1kpdu1j">
1107         <di:waypoint xsi:type="dc:Point" x="75" y="2282" />
1108         <di:waypoint xsi:type="dc:Point" x="75" y="2153" />
1109         <bpmndi:BPMNLabel>
1110           <dc:Bounds x="83" y="2218" width="14" height="12" />
1111         </bpmndi:BPMNLabel>
1112       </bpmndi:BPMNEdge>
1113       <bpmndi:BPMNShape id="ExclusiveGateway_1mjdcct_di" bpmnElement="ExclusiveGateway_1mjdcct" isMarkerVisible="true">
1114         <dc:Bounds x="177" y="2431" width="50" height="50" />
1115         <bpmndi:BPMNLabel>
1116           <dc:Bounds x="178" y="2393" width="48" height="24" />
1117         </bpmndi:BPMNLabel>
1118       </bpmndi:BPMNShape>
1119       <bpmndi:BPMNEdge id="SequenceFlow_1sim44y_di" bpmnElement="SequenceFlow_1sim44y">
1120         <di:waypoint xsi:type="dc:Point" x="177" y="2456" />
1121         <di:waypoint xsi:type="dc:Point" x="100" y="2456" />
1122         <bpmndi:BPMNLabel>
1123           <dc:Bounds x="107" y="2431" width="19" height="12" />
1124         </bpmndi:BPMNLabel>
1125       </bpmndi:BPMNEdge>
1126       <bpmndi:BPMNEdge id="SequenceFlow_0dr2fem_di" bpmnElement="SequenceFlow_0dr2fem">
1127         <di:waypoint xsi:type="dc:Point" x="226" y="2457" />
1128         <di:waypoint xsi:type="dc:Point" x="734" y="2457" />
1129         <di:waypoint xsi:type="dc:Point" x="734" y="2695" />
1130         <bpmndi:BPMNLabel>
1131           <dc:Bounds x="316" y="2436" width="14" height="12" />
1132         </bpmndi:BPMNLabel>
1133       </bpmndi:BPMNEdge>
1134       <bpmndi:BPMNShape id="ExclusiveGateway_05dg1m1_di" bpmnElement="ExclusiveGateway_05dg1m1" isMarkerVisible="true">
1135         <dc:Bounds x="177" y="2103" width="50" height="50" />
1136         <bpmndi:BPMNLabel>
1137           <dc:Bounds x="178" y="2064" width="48" height="24" />
1138         </bpmndi:BPMNLabel>
1139       </bpmndi:BPMNShape>
1140       <bpmndi:BPMNEdge id="SequenceFlow_1quvahv_di" bpmnElement="SequenceFlow_1quvahv">
1141         <di:waypoint xsi:type="dc:Point" x="177" y="2128" />
1142         <di:waypoint xsi:type="dc:Point" x="100" y="2128" />
1143         <bpmndi:BPMNLabel>
1144           <dc:Bounds x="129" y="2103" width="19" height="12" />
1145         </bpmndi:BPMNLabel>
1146       </bpmndi:BPMNEdge>
1147       <bpmndi:BPMNEdge id="SequenceFlow_1mbymcu_di" bpmnElement="SequenceFlow_1mbymcu">
1148         <di:waypoint xsi:type="dc:Point" x="227" y="2128" />
1149         <di:waypoint xsi:type="dc:Point" x="1001" y="2128" />
1150         <bpmndi:BPMNLabel>
1151           <dc:Bounds x="290" y="2097" width="14" height="12" />
1152         </bpmndi:BPMNLabel>
1153       </bpmndi:BPMNEdge>
1154       <bpmndi:BPMNShape id="IntermediateCatchEvent_1i1nwfx_di" bpmnElement="IntermediateCatchEvent_1i1nwfx">
1155         <dc:Bounds x="87" y="565" width="36" height="36" />
1156         <bpmndi:BPMNLabel>
1157           <dc:Bounds x="72" y="601" width="65" height="14" />
1158         </bpmndi:BPMNLabel>
1159       </bpmndi:BPMNShape>
1160       <bpmndi:BPMNShape id="IntermediateThrowEvent_1as6hoa_di" bpmnElement="IntermediateThrowEvent_1as6hoa">
1161         <dc:Bounds x="1027" y="666" width="36" height="36" />
1162         <bpmndi:BPMNLabel>
1163           <dc:Bounds x="1002" y="707" width="85" height="36" />
1164         </bpmndi:BPMNLabel>
1165       </bpmndi:BPMNShape>
1166       <bpmndi:BPMNEdge id="SequenceFlow_15odbkz_di" bpmnElement="SequenceFlow_15odbkz">
1167         <di:waypoint xsi:type="dc:Point" x="123" y="583" />
1168         <di:waypoint xsi:type="dc:Point" x="250" y="583" />
1169         <bpmndi:BPMNLabel>
1170           <dc:Bounds x="187" y="558" width="0" height="0" />
1171         </bpmndi:BPMNLabel>
1172       </bpmndi:BPMNEdge>
1173       <bpmndi:BPMNShape id="CallActivity_07nu6s6_di" bpmnElement="Task_1l0uvof">
1174         <dc:Bounds x="856" y="348" width="100" height="80" />
1175       </bpmndi:BPMNShape>
1176       <bpmndi:BPMNEdge id="SequenceFlow_1jbuf1t_di" bpmnElement="SequenceFlow_1jbuf1t">
1177         <di:waypoint xsi:type="dc:Point" x="956" y="388" />
1178         <di:waypoint xsi:type="dc:Point" x="1056" y="388" />
1179         <bpmndi:BPMNLabel>
1180           <dc:Bounds x="961" y="373" width="90" height="0" />
1181         </bpmndi:BPMNLabel>
1182       </bpmndi:BPMNEdge>
1183       <bpmndi:BPMNEdge id="SequenceFlow_17g05fd_di" bpmnElement="SequenceFlow_17g05fd">
1184         <di:waypoint xsi:type="dc:Point" x="567" y="388" />
1185         <di:waypoint xsi:type="dc:Point" x="658" y="388" />
1186         <bpmndi:BPMNLabel>
1187           <dc:Bounds x="567.5" y="373" width="90" height="0" />
1188         </bpmndi:BPMNLabel>
1189       </bpmndi:BPMNEdge>
1190       <bpmndi:BPMNShape id="ExclusiveGateway_0y7gtd9_di" bpmnElement="ExclusiveGateway_0y7gtd9" isMarkerVisible="true">
1191         <dc:Bounds x="50" y="2695" width="50" height="50" />
1192         <bpmndi:BPMNLabel>
1193           <dc:Bounds x="-39" y="2708" width="72" height="12" />
1194         </bpmndi:BPMNLabel>
1195       </bpmndi:BPMNShape>
1196       <bpmndi:BPMNEdge id="SequenceFlow_0ftzjjm_di" bpmnElement="SequenceFlow_0ftzjjm">
1197         <di:waypoint xsi:type="dc:Point" x="75" y="2786" />
1198         <di:waypoint xsi:type="dc:Point" x="75" y="2745" />
1199         <bpmndi:BPMNLabel>
1200           <dc:Bounds x="45" y="2766" width="90" height="0" />
1201         </bpmndi:BPMNLabel>
1202       </bpmndi:BPMNEdge>
1203       <bpmndi:BPMNEdge id="SequenceFlow_12dakwh_di" bpmnElement="SequenceFlow_12dakwh">
1204         <di:waypoint xsi:type="dc:Point" x="75" y="2695" />
1205         <di:waypoint xsi:type="dc:Point" x="75" y="2653" />
1206         <bpmndi:BPMNLabel>
1207           <dc:Bounds x="83" y="2666" width="14" height="12" />
1208         </bpmndi:BPMNLabel>
1209       </bpmndi:BPMNEdge>
1210       <bpmndi:BPMNShape id="InclusiveGateway_1xenadu_di" bpmnElement="InclusiveGateway_1xenadu">
1211         <dc:Bounds x="709" y="2695" width="50" height="50" />
1212         <bpmndi:BPMNLabel>
1213           <dc:Bounds x="689" y="2750" width="90" height="0" />
1214         </bpmndi:BPMNLabel>
1215       </bpmndi:BPMNShape>
1216       <bpmndi:BPMNEdge id="SequenceFlow_1lv5ld6_di" bpmnElement="SequenceFlow_1lv5ld6">
1217         <di:waypoint xsi:type="dc:Point" x="1026" y="2153" />
1218         <di:waypoint xsi:type="dc:Point" x="1026" y="2720" />
1219         <di:waypoint xsi:type="dc:Point" x="759" y="2720" />
1220         <bpmndi:BPMNLabel>
1221           <dc:Bounds x="996" y="2437" width="90" height="0" />
1222         </bpmndi:BPMNLabel>
1223       </bpmndi:BPMNEdge>
1224       <bpmndi:BPMNEdge id="SequenceFlow_0dvsqpp_di" bpmnElement="SequenceFlow_0dvsqpp">
1225         <di:waypoint xsi:type="dc:Point" x="734" y="2745" />
1226         <di:waypoint xsi:type="dc:Point" x="734" y="2786" />
1227         <bpmndi:BPMNLabel>
1228           <dc:Bounds x="704" y="2766" width="90" height="0" />
1229         </bpmndi:BPMNLabel>
1230       </bpmndi:BPMNEdge>
1231       <bpmndi:BPMNEdge id="SequenceFlow_09nn9a9_di" bpmnElement="SequenceFlow_09nn9a9">
1232         <di:waypoint xsi:type="dc:Point" x="100" y="2720" />
1233         <di:waypoint xsi:type="dc:Point" x="423" y="2720" />
1234         <di:waypoint xsi:type="dc:Point" x="423" y="2720" />
1235         <di:waypoint xsi:type="dc:Point" x="709" y="2720" />
1236         <bpmndi:BPMNLabel>
1237           <dc:Bounds x="144" y="2693" width="19" height="12" />
1238         </bpmndi:BPMNLabel>
1239       </bpmndi:BPMNEdge>
1240       <bpmndi:BPMNEdge id="SequenceFlow_027lz43_di" bpmnElement="SequenceFlow_027lz43">
1241         <di:waypoint xsi:type="dc:Point" x="75" y="2431" />
1242         <di:waypoint xsi:type="dc:Point" x="75" y="2332" />
1243         <bpmndi:BPMNLabel>
1244           <dc:Bounds x="45" y="2372" width="90" height="0" />
1245         </bpmndi:BPMNLabel>
1246       </bpmndi:BPMNEdge>
1247       <bpmndi:BPMNEdge id="SequenceFlow_0t3mtod_di" bpmnElement="SequenceFlow_0t3mtod">
1248         <di:waypoint xsi:type="dc:Point" x="75" y="2103" />
1249         <di:waypoint xsi:type="dc:Point" x="75" y="1846" />
1250         <di:waypoint xsi:type="dc:Point" x="177" y="1846" />
1251         <bpmndi:BPMNLabel>
1252           <dc:Bounds x="45" y="1965" width="90" height="0" />
1253         </bpmndi:BPMNLabel>
1254       </bpmndi:BPMNEdge>
1255       <bpmndi:BPMNShape id="IntermediateCatchEvent_17pzn7m_di" bpmnElement="IntermediateCatchEvent_17pzn7m">
1256         <dc:Bounds x="83" y="1259" width="36" height="36" />
1257         <bpmndi:BPMNLabel>
1258           <dc:Bounds x="57" y="1295" width="80" height="24" />
1259         </bpmndi:BPMNLabel>
1260       </bpmndi:BPMNShape>
1261       <bpmndi:BPMNShape id="IntermediateThrowEvent_0lt5ltv_di" bpmnElement="IntermediateThrowEvent_0lt5ltv">
1262         <dc:Bounds x="670" y="1274" width="36" height="36" />
1263         <bpmndi:BPMNLabel>
1264           <dc:Bounds x="644" y="1321" width="87" height="24" />
1265         </bpmndi:BPMNLabel>
1266       </bpmndi:BPMNShape>
1267       <bpmndi:BPMNShape id="ExclusiveGateway_1xwfgxs_di" bpmnElement="ExclusiveGateway_1xwfgxs" isMarkerVisible="true">
1268         <dc:Bounds x="312" y="1252" width="50" height="50" />
1269         <bpmndi:BPMNLabel>
1270           <dc:Bounds x="369" y="1271" width="70" height="36" />
1271         </bpmndi:BPMNLabel>
1272       </bpmndi:BPMNShape>
1273       <bpmndi:BPMNShape id="ExclusiveGateway_0jqgskx_di" bpmnElement="ExclusiveGateway_0jqgskx" isMarkerVisible="true">
1274         <dc:Bounds x="535" y="1267" width="50" height="50" />
1275         <bpmndi:BPMNLabel>
1276           <dc:Bounds x="515" y="1317" width="0" height="12" />
1277         </bpmndi:BPMNLabel>
1278       </bpmndi:BPMNShape>
1279       <bpmndi:BPMNEdge id="SequenceFlow_0hwsm6n_di" bpmnElement="SequenceFlow_0hwsm6n">
1280         <di:waypoint xsi:type="dc:Point" x="585" y="1292" />
1281         <di:waypoint xsi:type="dc:Point" x="628" y="1292" />
1282         <di:waypoint xsi:type="dc:Point" x="628" y="1292" />
1283         <di:waypoint xsi:type="dc:Point" x="670" y="1292" />
1284         <bpmndi:BPMNLabel>
1285           <dc:Bounds x="598" y="1292" width="0" height="12" />
1286         </bpmndi:BPMNLabel>
1287       </bpmndi:BPMNEdge>
1288       <bpmndi:BPMNEdge id="SequenceFlow_0loks1u_di" bpmnElement="SequenceFlow_0loks1u">
1289         <di:waypoint xsi:type="dc:Point" x="337" y="1302" />
1290         <di:waypoint xsi:type="dc:Point" x="337" y="1352" />
1291         <di:waypoint xsi:type="dc:Point" x="560" y="1352" />
1292         <di:waypoint xsi:type="dc:Point" x="560" y="1317" />
1293         <bpmndi:BPMNLabel>
1294           <dc:Bounds x="441" y="1337" width="16" height="12" />
1295         </bpmndi:BPMNLabel>
1296       </bpmndi:BPMNEdge>
1297       <bpmndi:BPMNEdge id="SequenceFlow_0b5ztoe_di" bpmnElement="SequenceFlow_0b5ztoe">
1298         <di:waypoint xsi:type="dc:Point" x="337" y="1252" />
1299         <di:waypoint xsi:type="dc:Point" x="337" y="1191" />
1300         <di:waypoint xsi:type="dc:Point" x="395" y="1191" />
1301         <bpmndi:BPMNLabel>
1302           <dc:Bounds x="354" y="1216" width="19" height="12" />
1303         </bpmndi:BPMNLabel>
1304       </bpmndi:BPMNEdge>
1305       <bpmndi:BPMNShape id="ScriptTask_05epj75_di" bpmnElement="ScriptTask_05epj75">
1306         <dc:Bounds x="184" y="1237" width="100" height="80" />
1307       </bpmndi:BPMNShape>
1308       <bpmndi:BPMNEdge id="SequenceFlow_15vce9o_di" bpmnElement="SequenceFlow_15vce9o">
1309         <di:waypoint xsi:type="dc:Point" x="119" y="1277" />
1310         <di:waypoint xsi:type="dc:Point" x="184" y="1277" />
1311         <bpmndi:BPMNLabel>
1312           <dc:Bounds x="151.5" y="1256" width="0" height="12" />
1313         </bpmndi:BPMNLabel>
1314       </bpmndi:BPMNEdge>
1315       <bpmndi:BPMNEdge id="SequenceFlow_0yecpl2_di" bpmnElement="SequenceFlow_0yecpl2">
1316         <di:waypoint xsi:type="dc:Point" x="284" y="1277" />
1317         <di:waypoint xsi:type="dc:Point" x="312" y="1277" />
1318         <bpmndi:BPMNLabel>
1319           <dc:Bounds x="298" y="1256" width="0" height="12" />
1320         </bpmndi:BPMNLabel>
1321       </bpmndi:BPMNEdge>
1322       <bpmndi:BPMNShape id="IntermediateThrowEvent_09vobbc_di" bpmnElement="IntermediateThrowEvent_09vobbc">
1323         <dc:Bounds x="670" y="803" width="36" height="36" />
1324         <bpmndi:BPMNLabel>
1325           <dc:Bounds x="651" y="844" width="85" height="36" />
1326         </bpmndi:BPMNLabel>
1327       </bpmndi:BPMNShape>
1328       <bpmndi:BPMNEdge id="SequenceFlow_0o6tf9p_di" bpmnElement="SequenceFlow_0o6tf9p">
1329         <di:waypoint xsi:type="dc:Point" x="562" y="821" />
1330         <di:waypoint xsi:type="dc:Point" x="670" y="821" />
1331         <bpmndi:BPMNLabel>
1332           <dc:Bounds x="616" y="800" width="0" height="12" />
1333         </bpmndi:BPMNLabel>
1334       </bpmndi:BPMNEdge>
1335       <bpmndi:BPMNShape id="CallActivity_1els13v_di" bpmnElement="CallActivity_1els13v">
1336         <dc:Bounds x="586" y="942" width="100" height="80" />
1337       </bpmndi:BPMNShape>
1338       <bpmndi:BPMNShape id="ScriptTask_0n1k77c_di" bpmnElement="ScriptTask_0n1k77c">
1339         <dc:Bounds x="413" y="942" width="100" height="80" />
1340       </bpmndi:BPMNShape>
1341       <bpmndi:BPMNShape id="IntermediateThrowEvent_1xsowxp_di" bpmnElement="IntermediateThrowEvent_1xsowxp">
1342         <dc:Bounds x="1027" y="1031" width="36" height="36" />
1343         <bpmndi:BPMNLabel>
1344           <dc:Bounds x="1001" y="1072" width="87" height="24" />
1345         </bpmndi:BPMNLabel>
1346       </bpmndi:BPMNShape>
1347       <bpmndi:BPMNShape id="IntermediateCatchEvent_19a50jz_di" bpmnElement="IntermediateCatchEvent_19a50jz">
1348         <dc:Bounds x="77" y="1047" width="36" height="36" />
1349         <bpmndi:BPMNLabel>
1350           <dc:Bounds x="70" y="1083" width="48" height="12" />
1351         </bpmndi:BPMNLabel>
1352       </bpmndi:BPMNShape>
1353       <bpmndi:BPMNShape id="ExclusiveGateway_0yae9sb_di" bpmnElement="ExclusiveGateway_0yae9sb" isMarkerVisible="true">
1354         <dc:Bounds x="326" y="1040" width="50" height="50" />
1355         <bpmndi:BPMNLabel>
1356           <dc:Bounds x="388" y="1059" width="67" height="12" />
1357         </bpmndi:BPMNLabel>
1358       </bpmndi:BPMNShape>
1359       <bpmndi:BPMNShape id="ExclusiveGateway_1hlbkue_di" bpmnElement="ExclusiveGateway_1hlbkue" isMarkerVisible="true">
1360         <dc:Bounds x="892" y="1024" width="50" height="50" />
1361         <bpmndi:BPMNLabel>
1362           <dc:Bounds x="872" y="1079" width="0" height="12" />
1363         </bpmndi:BPMNLabel>
1364       </bpmndi:BPMNShape>
1365       <bpmndi:BPMNEdge id="SequenceFlow_0ws7fjn_di" bpmnElement="SequenceFlow_0ws7fjn">
1366         <di:waypoint xsi:type="dc:Point" x="513" y="982" />
1367         <di:waypoint xsi:type="dc:Point" x="586" y="982" />
1368         <bpmndi:BPMNLabel>
1369           <dc:Bounds x="504.5" y="961" width="90" height="12" />
1370         </bpmndi:BPMNLabel>
1371       </bpmndi:BPMNEdge>
1372       <bpmndi:BPMNEdge id="SequenceFlow_1mkdhw9_di" bpmnElement="SequenceFlow_1mkdhw9">
1373         <di:waypoint xsi:type="dc:Point" x="686" y="982" />
1374         <di:waypoint xsi:type="dc:Point" x="749" y="982" />
1375         <bpmndi:BPMNLabel>
1376           <dc:Bounds x="888.7571646117599" y="923.4934735403681" width="84" height="48" />
1377         </bpmndi:BPMNLabel>
1378       </bpmndi:BPMNEdge>
1379       <bpmndi:BPMNEdge id="SequenceFlow_0p75l97_di" bpmnElement="SequenceFlow_0p75l97">
1380         <di:waypoint xsi:type="dc:Point" x="351" y="1040" />
1381         <di:waypoint xsi:type="dc:Point" x="351" y="982" />
1382         <di:waypoint xsi:type="dc:Point" x="413" y="982" />
1383         <bpmndi:BPMNLabel>
1384           <dc:Bounds x="362" y="1015" width="19" height="12" />
1385         </bpmndi:BPMNLabel>
1386       </bpmndi:BPMNEdge>
1387       <bpmndi:BPMNEdge id="SequenceFlow_1ufio7c_di" bpmnElement="SequenceFlow_1ufio7c">
1388         <di:waypoint xsi:type="dc:Point" x="942" y="1049" />
1389         <di:waypoint xsi:type="dc:Point" x="1027" y="1049" />
1390         <bpmndi:BPMNLabel>
1391           <dc:Bounds x="940.5" y="1024" width="0" height="12" />
1392         </bpmndi:BPMNLabel>
1393       </bpmndi:BPMNEdge>
1394       <bpmndi:BPMNEdge id="SequenceFlow_0aza7xq_di" bpmnElement="SequenceFlow_0aza7xq">
1395         <di:waypoint xsi:type="dc:Point" x="113" y="1065" />
1396         <di:waypoint xsi:type="dc:Point" x="326" y="1065" />
1397         <bpmndi:BPMNLabel>
1398           <dc:Bounds x="175.5" y="1040" width="0" height="12" />
1399         </bpmndi:BPMNLabel>
1400       </bpmndi:BPMNEdge>
1401       <bpmndi:BPMNEdge id="SequenceFlow_13iuk3s_di" bpmnElement="SequenceFlow_13iuk3s">
1402         <di:waypoint xsi:type="dc:Point" x="351" y="1091" />
1403         <di:waypoint xsi:type="dc:Point" x="351" y="1114" />
1404         <di:waypoint xsi:type="dc:Point" x="917" y="1114" />
1405         <di:waypoint xsi:type="dc:Point" x="917" y="1075" />
1406         <bpmndi:BPMNLabel>
1407           <dc:Bounds x="596" y="1090" width="16" height="12" />
1408         </bpmndi:BPMNLabel>
1409       </bpmndi:BPMNEdge>
1410       <bpmndi:BPMNShape id="CallActivity_071yaf8_di" bpmnElement="CallActivity_071yaf8">
1411         <dc:Bounds x="321" y="1806" width="100" height="80" />
1412       </bpmndi:BPMNShape>
1413       <bpmndi:BPMNEdge id="SequenceFlow_1sl79hn_di" bpmnElement="SequenceFlow_1sl79hn">
1414         <di:waypoint xsi:type="dc:Point" x="227" y="1846" />
1415         <di:waypoint xsi:type="dc:Point" x="256" y="1846" />
1416         <di:waypoint xsi:type="dc:Point" x="256" y="1846" />
1417         <di:waypoint xsi:type="dc:Point" x="321" y="1846" />
1418         <bpmndi:BPMNLabel>
1419           <dc:Bounds x="271" y="1826" width="19" height="12" />
1420         </bpmndi:BPMNLabel>
1421       </bpmndi:BPMNEdge>
1422       <bpmndi:BPMNShape id="ExclusiveGateway_0y158bb_di" bpmnElement="ExclusiveGateway_0y158bb" isMarkerVisible="true">
1423         <dc:Bounds x="521" y="1821" width="50" height="50" />
1424         <bpmndi:BPMNLabel>
1425           <dc:Bounds x="522" y="1782" width="48" height="24" />
1426         </bpmndi:BPMNLabel>
1427       </bpmndi:BPMNShape>
1428       <bpmndi:BPMNEdge id="SequenceFlow_0ne9n0g_di" bpmnElement="SequenceFlow_0ne9n0g">
1429         <di:waypoint xsi:type="dc:Point" x="421" y="1846" />
1430         <di:waypoint xsi:type="dc:Point" x="521" y="1846" />
1431         <bpmndi:BPMNLabel>
1432           <dc:Bounds x="426" y="1825" width="90" height="12" />
1433         </bpmndi:BPMNLabel>
1434       </bpmndi:BPMNEdge>
1435       <bpmndi:BPMNEdge id="SequenceFlow_1a7e8l1_di" bpmnElement="SequenceFlow_1a7e8l1">
1436         <di:waypoint xsi:type="dc:Point" x="706" y="1966" />
1437         <di:waypoint xsi:type="dc:Point" x="976" y="1966" />
1438         <bpmndi:BPMNLabel>
1439           <dc:Bounds x="832" y="1945" width="19" height="12" />
1440         </bpmndi:BPMNLabel>
1441       </bpmndi:BPMNEdge>
1442       <bpmndi:BPMNEdge id="SequenceFlow_00by7l7_di" bpmnElement="SequenceFlow_00by7l7">
1443         <di:waypoint xsi:type="dc:Point" x="546" y="1871" />
1444         <di:waypoint xsi:type="dc:Point" x="546" y="2128" />
1445         <di:waypoint xsi:type="dc:Point" x="1001" y="2128" />
1446         <bpmndi:BPMNLabel>
1447           <dc:Bounds x="554" y="1994" width="14" height="12" />
1448         </bpmndi:BPMNLabel>
1449       </bpmndi:BPMNEdge>
1450       <bpmndi:BPMNEdge id="SequenceFlow_17cz98f_di" bpmnElement="SequenceFlow_17cz98f">
1451         <di:waypoint xsi:type="dc:Point" x="559" y="1858" />
1452         <di:waypoint xsi:type="dc:Point" x="668" y="1954" />
1453         <bpmndi:BPMNLabel>
1454           <dc:Bounds x="614.8182269768699" y="1888.8734385586085" width="19" height="12" />
1455         </bpmndi:BPMNLabel>
1456       </bpmndi:BPMNEdge>
1457       <bpmndi:BPMNShape id="CallActivity_1cl4iu4_di" bpmnElement="CallActivity_1cl4iu4">
1458         <dc:Bounds x="152" y="2193" width="100" height="80" />
1459       </bpmndi:BPMNShape>
1460       <bpmndi:BPMNEdge id="SequenceFlow_1mpsdaj_di" bpmnElement="SequenceFlow_1mpsdaj">
1461         <di:waypoint xsi:type="dc:Point" x="202" y="2193" />
1462         <di:waypoint xsi:type="dc:Point" x="202" y="2153" />
1463         <bpmndi:BPMNLabel>
1464           <dc:Bounds x="172" y="2167" width="90" height="12" />
1465         </bpmndi:BPMNLabel>
1466       </bpmndi:BPMNEdge>
1467       <bpmndi:BPMNEdge id="SequenceFlow_007p8k3_di" bpmnElement="SequenceFlow_007p8k3">
1468         <di:waypoint xsi:type="dc:Point" x="100" y="2307" />
1469         <di:waypoint xsi:type="dc:Point" x="202" y="2307" />
1470         <di:waypoint xsi:type="dc:Point" x="202" y="2273" />
1471         <bpmndi:BPMNLabel>
1472           <dc:Bounds x="142" y="2286" width="19" height="12" />
1473         </bpmndi:BPMNLabel>
1474       </bpmndi:BPMNEdge>
1475       <bpmndi:BPMNShape id="CallActivity_1ymzucb_di" bpmnElement="CallActivity_1ymzucb">
1476         <dc:Bounds x="400" y="690" width="100" height="80" />
1477       </bpmndi:BPMNShape>
1478       <bpmndi:BPMNEdge id="SequenceFlow_1cgpklo_di" bpmnElement="SequenceFlow_1cgpklo">
1479         <di:waypoint xsi:type="dc:Point" x="500" y="730" />
1480         <di:waypoint xsi:type="dc:Point" x="538" y="730" />
1481         <di:waypoint xsi:type="dc:Point" x="538" y="797" />
1482         <bpmndi:BPMNLabel>
1483           <dc:Bounds x="474" y="715" width="90" height="0" />
1484         </bpmndi:BPMNLabel>
1485       </bpmndi:BPMNEdge>
1486       <bpmndi:BPMNShape id="ScriptTask_0lpv2da_di" bpmnElement="ScriptTask_0lpv2da">
1487         <dc:Bounds x="658" y="348" width="100" height="80" />
1488       </bpmndi:BPMNShape>
1489       <bpmndi:BPMNEdge id="SequenceFlow_11efpvh_di" bpmnElement="SequenceFlow_11efpvh">
1490         <di:waypoint xsi:type="dc:Point" x="758" y="388" />
1491         <di:waypoint xsi:type="dc:Point" x="856" y="388" />
1492         <bpmndi:BPMNLabel>
1493           <dc:Bounds x="807" y="367" width="0" height="12" />
1494         </bpmndi:BPMNLabel>
1495       </bpmndi:BPMNEdge>
1496       <bpmndi:BPMNShape id="ScriptTask_18w0jud_di" bpmnElement="ScriptTask_18w0jud">
1497         <dc:Bounds x="749" y="942" width="100" height="80" />
1498       </bpmndi:BPMNShape>
1499       <bpmndi:BPMNEdge id="SequenceFlow_0k5vcuu_di" bpmnElement="SequenceFlow_0k5vcuu">
1500         <di:waypoint xsi:type="dc:Point" x="849" y="982" />
1501         <di:waypoint xsi:type="dc:Point" x="917" y="982" />
1502         <di:waypoint xsi:type="dc:Point" x="917" y="1024" />
1503         <bpmndi:BPMNLabel>
1504           <dc:Bounds x="883" y="961" width="0" height="12" />
1505         </bpmndi:BPMNLabel>
1506       </bpmndi:BPMNEdge>
1507       <bpmndi:BPMNShape id="CallActivity_0xt1l8t_di" bpmnElement="CallActivity_0xt1l8t">
1508         <dc:Bounds x="400" y="1151" width="100" height="80" />
1509       </bpmndi:BPMNShape>
1510       <bpmndi:BPMNEdge id="SequenceFlow_0e9e6fo_di" bpmnElement="SequenceFlow_0e9e6fo">
1511         <di:waypoint xsi:type="dc:Point" x="500" y="1191" />
1512         <di:waypoint xsi:type="dc:Point" x="560" y="1191" />
1513         <di:waypoint xsi:type="dc:Point" x="560" y="1267" />
1514         <bpmndi:BPMNLabel>
1515           <dc:Bounds x="440" y="1166" width="90" height="12" />
1516         </bpmndi:BPMNLabel>
1517       </bpmndi:BPMNEdge>
1518       <bpmndi:BPMNShape id="IntermediateCatchEvent_1x88t9v_di" bpmnElement="IntermediateCatchEvent_1x88t9v">
1519         <dc:Bounds x="1027" y="565" width="36" height="36" />
1520         <bpmndi:BPMNLabel>
1521           <dc:Bounds x="1018" y="530" width="54" height="48" />
1522         </bpmndi:BPMNLabel>
1523       </bpmndi:BPMNShape>
1524       <bpmndi:BPMNEdge id="SequenceFlow_0sjpja4_di" bpmnElement="SequenceFlow_0sjpja4">
1525         <di:waypoint xsi:type="dc:Point" x="894" y="583" />
1526         <di:waypoint xsi:type="dc:Point" x="1027" y="583" />
1527         <bpmndi:BPMNLabel>
1528           <dc:Bounds x="960.5" y="562" width="0" height="12" />
1529         </bpmndi:BPMNLabel>
1530       </bpmndi:BPMNEdge>
1531       <bpmndi:BPMNEdge id="SequenceFlow_1db0ri1_di" bpmnElement="SequenceFlow_1db0ri1">
1532         <di:waypoint xsi:type="dc:Point" x="1045" y="601" />
1533         <di:waypoint xsi:type="dc:Point" x="1045" y="666" />
1534         <bpmndi:BPMNLabel>
1535           <dc:Bounds x="1060" y="627.5" width="0" height="12" />
1536         </bpmndi:BPMNLabel>
1537       </bpmndi:BPMNEdge>
1538     </bpmndi:BPMNPlane>
1539   </bpmndi:BPMNDiagram>
1540 </bpmn2:definitions>