Containerization feature of SO
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoUpdateE2EServiceInstance.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.11.3" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoUpdateE2EServiceInstance" name="DoUpdateE2EServiceInstance" isExecutable="true">
4     <bpmn2:startEvent id="createSI_startEvent" name="Start Flow">
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" />
8     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
9       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10       <bpmn2:outgoing>SequenceFlow_04xlw7s</bpmn2:outgoing>
11       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
12 def dcsi = new DoUpdateE2EServiceInstance()
13 dcsi.preProcessRequest(execution)
14 ]]></bpmn2:script>
15     </bpmn2:scriptTask>
16     <bpmn2:scriptTask id="Task_09laxun" name="PreProcess for Add Resources" scriptFormat="groovy">
17       <bpmn2:incoming>SequenceFlow_115mdln</bpmn2:incoming>
18       <bpmn2:outgoing>SequenceFlow_0yztz2p</bpmn2:outgoing>
19       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
20 def csi = new  DoUpdateE2EServiceInstance()
21 csi.preProcessForAddResource(execution)]]></bpmn2:script>
22     </bpmn2:scriptTask>
23     <bpmn2:scriptTask id="Task_0ag30bf" name="PostProcess for Add Resource" scriptFormat="groovy">
24       <bpmn2:incoming>SequenceFlow_1wwjugw</bpmn2:incoming>
25       <bpmn2:outgoing>SequenceFlow_177wo8z</bpmn2:outgoing>
26       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
27 def csi = new  DoUpdateE2EServiceInstance()
28 csi.postProcessForAddResource(execution)]]></bpmn2:script>
29     </bpmn2:scriptTask>
30     <bpmn2:intermediateCatchEvent id="StartEvent_StartResource" name="StartAddResources">
31       <bpmn2:outgoing>SequenceFlow_115mdln</bpmn2:outgoing>
32       <bpmn2:linkEventDefinition name="StartAddResources" />
33     </bpmn2:intermediateCatchEvent>
34     <bpmn2:sequenceFlow id="SequenceFlow_115mdln" sourceRef="StartEvent_StartResource" targetRef="Task_09laxun" />
35     <bpmn2:sequenceFlow id="SequenceFlow_0yztz2p" sourceRef="Task_09laxun" targetRef="ExclusiveGateway_06gj84t" />
36     <bpmn2:scriptTask id="ScriptTask_1xxvnst" name="PreProcess for Delete Resources" scriptFormat="groovy">
37       <bpmn2:incoming>SequenceFlow_1qn0865</bpmn2:incoming>
38       <bpmn2:outgoing>SequenceFlow_1s799cp</bpmn2:outgoing>
39       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
40 def csi = new  DoUpdateE2EServiceInstance()
41 csi.preProcessForDeleteResource(execution)]]></bpmn2:script>
42     </bpmn2:scriptTask>
43     <bpmn2:scriptTask id="ScriptTask_00wgfrc" name="PostProcess for Delete Resource" scriptFormat="groovy">
44       <bpmn2:incoming>SequenceFlow_0w4t4ao</bpmn2:incoming>
45       <bpmn2:outgoing>SequenceFlow_1uu6uiu</bpmn2:outgoing>
46       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
47 def csi = new  DoUpdateE2EServiceInstance()
48 csi.postProcessForDeleteResource(execution)]]></bpmn2:script>
49     </bpmn2:scriptTask>
50     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0h6d9jb" name="StartDeleteResources">
51       <bpmn2:outgoing>SequenceFlow_1qn0865</bpmn2:outgoing>
52       <bpmn2:linkEventDefinition name="StartDeleteResources" />
53     </bpmn2:intermediateCatchEvent>
54     <bpmn2:sequenceFlow id="SequenceFlow_1qn0865" sourceRef="IntermediateCatchEvent_0h6d9jb" targetRef="ScriptTask_1xxvnst" />
55     <bpmn2:scriptTask id="ScriptTask_0acnvkp" name="Prepare Resource Oper Status" scriptFormat="groovy">
56       <bpmn2:incoming>SequenceFlow_04xlw7s</bpmn2:incoming>
57       <bpmn2:outgoing>SequenceFlow_0r6c0ci</bpmn2:outgoing>
58       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
59 def ddsi = new DoUpdateE2EServiceInstance()
60 ddsi.preInitResourcesOperStatus(execution)]]></bpmn2:script>
61     </bpmn2:scriptTask>
62     <bpmn2:serviceTask id="ServiceTask_17u9q9u" name="Init Resource Oper Status">
63       <bpmn2:extensionElements>
64         <camunda:connector>
65           <camunda:inputOutput>
66             <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
67             <camunda:inputParameter name="headers">
68               <camunda:map>
69                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
70                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
71               </camunda:map>
72             </camunda:inputParameter>
73             <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
74             <camunda:inputParameter name="method">POST</camunda:inputParameter>
75             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
76             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
77           </camunda:inputOutput>
78           <camunda:connectorId>http-connector</camunda:connectorId>
79         </camunda:connector>
80       </bpmn2:extensionElements>
81       <bpmn2:incoming>SequenceFlow_0r6c0ci</bpmn2:incoming>
82       <bpmn2:outgoing>SequenceFlow_1muxopq</bpmn2:outgoing>
83     </bpmn2:serviceTask>
84     <bpmn2:sequenceFlow id="SequenceFlow_0r6c0ci" sourceRef="ScriptTask_0acnvkp" targetRef="ServiceTask_17u9q9u" />
85     <bpmn2:sequenceFlow id="SequenceFlow_1muxopq" sourceRef="ServiceTask_17u9q9u" targetRef="IntermediateThrowEvent_09ur9ds" />
86     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0vneaao" name="GoTo StartDeleteResources">
87       <bpmn2:incoming>SequenceFlow_177wo8z</bpmn2:incoming>
88       <bpmn2:linkEventDefinition name="StartDeleteResources" />
89     </bpmn2:intermediateThrowEvent>
90     <bpmn2:callActivity id="CallActivity_1nm9zq7" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService">
91       <bpmn2:extensionElements>
92         <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />
93         <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />
94         <camunda:in source="serviceType" target="GENPS_serviceType" />
95         <camunda:in sourceExpression="service-instance" target="GENPS_type" />
96         <camunda:in source="serviceInstanceData" target="GENPS_payload" />
97         <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />
98         <camunda:in source="msoRequestId" target="GENPS_requesId" />
99         <camunda:out source="WorkflowException" target="WorkflowException" />
100         <camunda:in source="GENPS_serviceResourceVersion" target="GENPS_serviceResourceVersion" />
101       </bpmn2:extensionElements>
102       <bpmn2:incoming>SequenceFlow_1kx5ke9</bpmn2:incoming>
103       <bpmn2:outgoing>SequenceFlow_0f76thv</bpmn2:outgoing>
104     </bpmn2:callActivity>
105     <bpmn2:scriptTask id="ScriptTask_0xtabf8" name="Post Process AAI PUT" scriptFormat="groovy">
106       <bpmn2:incoming>SequenceFlow_0f76thv</bpmn2:incoming>
107       <bpmn2:outgoing>SequenceFlow_0x0mhlj</bpmn2:outgoing>
108       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
109 def ddsi = new DoUpdateE2EServiceInstance()
110 ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>
111     </bpmn2:scriptTask>
112     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0a9bdjw" name="UpdateAAI">
113       <bpmn2:outgoing>SequenceFlow_1demy08</bpmn2:outgoing>
114       <bpmn2:linkEventDefinition name="UpdateAAI" />
115     </bpmn2:intermediateCatchEvent>
116     <bpmn2:sequenceFlow id="SequenceFlow_1demy08" sourceRef="IntermediateCatchEvent_0a9bdjw" targetRef="ScriptTask_195nptq" />
117     <bpmn2:sequenceFlow id="SequenceFlow_0f76thv" sourceRef="CallActivity_1nm9zq7" targetRef="ScriptTask_0xtabf8" />
118     <bpmn2:scriptTask id="ScriptTask_19v8l1w" name="Post Config Service Instance Update" scriptFormat="groovy">
119       <bpmn2:incoming>SequenceFlow_0ku36oy</bpmn2:incoming>
120       <bpmn2:outgoing>SequenceFlow_07aa121</bpmn2:outgoing>
121       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
122 def csi = new  DoUpdateE2EServiceInstance()
123 csi.postConfigRequest(execution)]]></bpmn2:script>
124     </bpmn2:scriptTask>
125     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0z04o3s" name="FinishProcess">
126       <bpmn2:outgoing>SequenceFlow_0ku36oy</bpmn2:outgoing>
127       <bpmn2:linkEventDefinition name="FinishProcess" />
128     </bpmn2:intermediateCatchEvent>
129     <bpmn2:endEvent id="EndEvent_0exzmfn">
130       <bpmn2:incoming>SequenceFlow_07aa121</bpmn2:incoming>
131     </bpmn2:endEvent>
132     <bpmn2:sequenceFlow id="SequenceFlow_07aa121" sourceRef="ScriptTask_19v8l1w" targetRef="EndEvent_0exzmfn" />
133     <bpmn2:sequenceFlow id="SequenceFlow_0ku36oy" sourceRef="IntermediateCatchEvent_0z04o3s" targetRef="ScriptTask_19v8l1w" />
134     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_06lo96a" name="GoTo UpdateAAI">
135       <bpmn2:incoming>SequenceFlow_1uu6uiu</bpmn2:incoming>
136       <bpmn2:linkEventDefinition name="UpdateAAI" />
137     </bpmn2:intermediateThrowEvent>
138     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0hucdtk" name="GoTo FinishProcess">
139       <bpmn2:incoming>SequenceFlow_0x0mhlj</bpmn2:incoming>
140       <bpmn2:linkEventDefinition name="FinishProcess" />
141     </bpmn2:intermediateThrowEvent>
142     <bpmn2:sequenceFlow id="SequenceFlow_0x0mhlj" sourceRef="ScriptTask_0xtabf8" targetRef="IntermediateThrowEvent_0hucdtk" />
143     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_09ur9ds" name="GoTo StartAddResources">
144       <bpmn2:incoming>SequenceFlow_1muxopq</bpmn2:incoming>
145       <bpmn2:linkEventDefinition name="StartAddResources" />
146     </bpmn2:intermediateThrowEvent>
147     <bpmn2:sequenceFlow id="SequenceFlow_1uu6uiu" sourceRef="ScriptTask_00wgfrc" targetRef="IntermediateThrowEvent_06lo96a" />
148     <bpmn2:subProcess id="SubProcess_0jo0nms" name="Sub-process for Application Errors" triggeredByEvent="true">
149       <bpmn2:startEvent id="StartEvent_06768u3">
150         <bpmn2:outgoing>SequenceFlow_05j3sat</bpmn2:outgoing>
151         <bpmn2:errorEventDefinition />
152       </bpmn2:startEvent>
153       <bpmn2:endEvent id="EndEvent_014jyvb">
154         <bpmn2:incoming>SequenceFlow_02znk15</bpmn2:incoming>
155       </bpmn2:endEvent>
156       <bpmn2:scriptTask id="ScriptTask_1awrp72" name="Pre Process Exception" scriptFormat="groovy">
157         <bpmn2:incoming>SequenceFlow_05j3sat</bpmn2:incoming>
158         <bpmn2:outgoing>SequenceFlow_19ly8h7</bpmn2:outgoing>
159         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
160 def dcsi = new DoUpdateE2EServiceInstance()
161 dcsi.preProcessRollback(execution)
162 ]]></bpmn2:script>
163       </bpmn2:scriptTask>
164       <bpmn2:scriptTask id="ScriptTask_0vc9jgo" name="Post Process Exception" scriptFormat="groovy">
165         <bpmn2:incoming>SequenceFlow_19ly8h7</bpmn2:incoming>
166         <bpmn2:outgoing>SequenceFlow_02znk15</bpmn2:outgoing>
167         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
168 def dcsi = new DoUpdateE2EServiceInstance()
169 dcsi.postProcessRollback(execution)
170 ]]></bpmn2:script>
171       </bpmn2:scriptTask>
172       <bpmn2:sequenceFlow id="SequenceFlow_05j3sat" sourceRef="StartEvent_06768u3" targetRef="ScriptTask_1awrp72" />
173       <bpmn2:sequenceFlow id="SequenceFlow_02znk15" sourceRef="ScriptTask_0vc9jgo" targetRef="EndEvent_014jyvb" />
174       <bpmn2:sequenceFlow id="SequenceFlow_19ly8h7" sourceRef="ScriptTask_1awrp72" targetRef="ScriptTask_0vc9jgo" />
175     </bpmn2:subProcess>
176     <bpmn2:scriptTask id="ScriptTask_195nptq" name="Pre Process AAI GET" scriptFormat="groovy">
177       <bpmn2:incoming>SequenceFlow_1demy08</bpmn2:incoming>
178       <bpmn2:outgoing>SequenceFlow_1cy5gq2</bpmn2:outgoing>
179       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
180 def dcsi = new DoUpdateE2EServiceInstance()
181 dcsi.preProcessAAIGET(execution)]]></bpmn2:script>
182     </bpmn2:scriptTask>
183     <bpmn2:sequenceFlow id="SequenceFlow_1cy5gq2" sourceRef="ScriptTask_195nptq" targetRef="CallActivity_069o6fn" />
184     <bpmn2:callActivity id="CallActivity_069o6fn" name="Call AAI Generic GetService" calledElement="GenericGetService">
185       <bpmn2:extensionElements>
186         <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
187         <camunda:in sourceExpression="service-instance" target="GENGS_type" />
188         <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
189         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
190         <camunda:out source="WorkflowException" target="WorkflowException" />
191         <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
192         <camunda:out source="GENGS_service" target="GENGS_service" />
193         <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
194         <camunda:in source="serviceType" target="GENGS_serviceType" />
195       </bpmn2:extensionElements>
196       <bpmn2:incoming>SequenceFlow_1cy5gq2</bpmn2:incoming>
197       <bpmn2:outgoing>SequenceFlow_1vy856f</bpmn2:outgoing>
198     </bpmn2:callActivity>
199     <bpmn2:scriptTask id="ScriptTask_0lp9y03" name="Post Process AAI GET" scriptFormat="groovy">
200       <bpmn2:incoming>SequenceFlow_1vy856f</bpmn2:incoming>
201       <bpmn2:outgoing>SequenceFlow_14ggluy</bpmn2:outgoing>
202       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
203 def dcsi = new DoUpdateE2EServiceInstance()
204 dcsi.postProcessAAIGET(execution)]]></bpmn2:script>
205     </bpmn2:scriptTask>
206     <bpmn2:sequenceFlow id="SequenceFlow_1vy856f" sourceRef="CallActivity_069o6fn" targetRef="ScriptTask_0lp9y03" />
207     <bpmn2:sequenceFlow id="SequenceFlow_14ggluy" sourceRef="ScriptTask_0lp9y03" targetRef="ScriptTask_0sis7k0" />
208     <bpmn2:scriptTask id="ScriptTask_0sis7k0" name="Pre Process AAI PUT" scriptFormat="groovy">
209       <bpmn2:incoming>SequenceFlow_14ggluy</bpmn2:incoming>
210       <bpmn2:outgoing>SequenceFlow_1kx5ke9</bpmn2:outgoing>
211       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
212 def dcsi = new DoUpdateE2EServiceInstance()
213 dcsi.preProcessAAIPUT(execution)]]></bpmn2:script>
214     </bpmn2:scriptTask>
215     <bpmn2:sequenceFlow id="SequenceFlow_1kx5ke9" sourceRef="ScriptTask_0sis7k0" targetRef="CallActivity_1nm9zq7" />
216     <bpmn2:sequenceFlow id="SequenceFlow_04xlw7s" sourceRef="preProcessRequest_ScriptTask" targetRef="ScriptTask_0acnvkp" />
217     <bpmn2:exclusiveGateway id="ExclusiveGateway_06gj84t" name="HasResourcetoAdd?" default="SequenceFlow_01po987">
218       <bpmn2:incoming>SequenceFlow_0yztz2p</bpmn2:incoming>
219       <bpmn2:outgoing>SequenceFlow_0ttlte0</bpmn2:outgoing>
220       <bpmn2:outgoing>SequenceFlow_01po987</bpmn2:outgoing>
221     </bpmn2:exclusiveGateway>
222     <bpmn2:sequenceFlow id="SequenceFlow_0ttlte0" name="Yes" sourceRef="ExclusiveGateway_06gj84t" targetRef="CallActivity_07pl1uw">
223       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("hasResourcetoAdd") == true}]]></bpmn2:conditionExpression>
224     </bpmn2:sequenceFlow>
225     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0xny7on" name="GoTo StartDeleteResources">
226       <bpmn2:incoming>SequenceFlow_01po987</bpmn2:incoming>
227       <bpmn2:linkEventDefinition name="StartDeleteResources" />
228     </bpmn2:intermediateThrowEvent>
229     <bpmn2:sequenceFlow id="SequenceFlow_01po987" name="No" sourceRef="ExclusiveGateway_06gj84t" targetRef="IntermediateThrowEvent_0xny7on" />
230     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0y1ii4i" name="GoTo UpdateAAI">
231       <bpmn2:incoming>SequenceFlow_070o30v</bpmn2:incoming>
232       <bpmn2:linkEventDefinition name="UpdateAAI" />
233     </bpmn2:intermediateThrowEvent>
234     <bpmn2:sequenceFlow id="SequenceFlow_177wo8z" sourceRef="Task_0ag30bf" targetRef="IntermediateThrowEvent_0vneaao" />
235     <bpmn2:callActivity id="CallActivity_11obqi0" name="Call DoDeleteResources" calledElement="DoDeleteResourcesV1">
236       <bpmn2:extensionElements>
237         <camunda:in source="msoRequestId" target="msoRequestId" />
238         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
239         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
240         <camunda:in source="serviceType" target="serviceType" />
241         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
242         <camunda:in source="URN_mso_workflow_sdncadapter_callback" target="URN_mso_workflow_sdncadapter_callback" />
243         <camunda:in source="deleteResourceList" target="deleteResourceList" />
244         <camunda:in source="operationType" target="operationType" />
245         <camunda:in source="operationId" target="operationId" />
246         <camunda:in source="serviceDecomposition_Original" target="serviceDecomposition" />
247       </bpmn2:extensionElements>
248       <bpmn2:incoming>SequenceFlow_0ur34hv</bpmn2:incoming>
249       <bpmn2:outgoing>SequenceFlow_0w4t4ao</bpmn2:outgoing>
250     </bpmn2:callActivity>
251     <bpmn2:sequenceFlow id="SequenceFlow_0w4t4ao" sourceRef="CallActivity_11obqi0" targetRef="ScriptTask_00wgfrc" />
252     <bpmn2:callActivity id="CallActivity_07pl1uw" name="Call DoCreateResources" calledElement="DoCreateResourcesV3">
253       <bpmn2:extensionElements>
254         <camunda:in source="serviceDescription" target="nsServiceDescription" />
255         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
256         <camunda:in source="serviceType" target="serviceType" />
257         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
258         <camunda:in source="operationId" target="operationId" />
259         <camunda:in source="operationType" target="operationType" />
260         <camunda:in source="addResourceList" target="addResourceList" />
261         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
262         <camunda:in source="serviceDecomposition_Target" target="serviceDecomposition" />
263         <camunda:in source="uuiRequest" target="uuiRequest" />
264         <camunda:in source="msoRequestId" target="msoRequestId" />
265       </bpmn2:extensionElements>
266       <bpmn2:incoming>SequenceFlow_0ttlte0</bpmn2:incoming>
267       <bpmn2:outgoing>SequenceFlow_1wwjugw</bpmn2:outgoing>
268     </bpmn2:callActivity>
269     <bpmn2:sequenceFlow id="SequenceFlow_1wwjugw" sourceRef="CallActivity_07pl1uw" targetRef="Task_0ag30bf" />
270     <bpmn2:exclusiveGateway id="ExclusiveGateway_1fcnq0g" name="HasResourcetoDelete?" default="SequenceFlow_070o30v">
271       <bpmn2:incoming>SequenceFlow_1s799cp</bpmn2:incoming>
272       <bpmn2:outgoing>SequenceFlow_0ur34hv</bpmn2:outgoing>
273       <bpmn2:outgoing>SequenceFlow_070o30v</bpmn2:outgoing>
274     </bpmn2:exclusiveGateway>
275     <bpmn2:sequenceFlow id="SequenceFlow_1s799cp" sourceRef="ScriptTask_1xxvnst" targetRef="ExclusiveGateway_1fcnq0g" />
276     <bpmn2:sequenceFlow id="SequenceFlow_0ur34hv" name="Yes" sourceRef="ExclusiveGateway_1fcnq0g" targetRef="CallActivity_11obqi0">
277       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("hasResourcetoDelete") == true}]]></bpmn2:conditionExpression>
278     </bpmn2:sequenceFlow>
279     <bpmn2:sequenceFlow id="SequenceFlow_070o30v" sourceRef="ExclusiveGateway_1fcnq0g" targetRef="IntermediateThrowEvent_0y1ii4i" />
280   </bpmn2:process>
281   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
282   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
283   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
284     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoUpdateE2EServiceInstance">
285       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
286         <dc:Bounds x="74" y="622" width="36" height="36" />
287         <bpmndi:BPMNLabel>
288           <dc:Bounds x="68" y="663" width="50" height="12" />
289         </bpmndi:BPMNLabel>
290       </bpmndi:BPMNShape>
291       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
292         <dc:Bounds x="293" y="600" width="100" height="80" />
293       </bpmndi:BPMNShape>
294       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
295         <di:waypoint xsi:type="dc:Point" x="110" y="640" />
296         <di:waypoint xsi:type="dc:Point" x="293" y="640" />
297         <bpmndi:BPMNLabel>
298           <dc:Bounds x="156.5" y="625" width="90" height="0" />
299         </bpmndi:BPMNLabel>
300       </bpmndi:BPMNEdge>
301       <bpmndi:BPMNShape id="ScriptTask_1azssf7_di" bpmnElement="Task_09laxun">
302         <dc:Bounds x="293" y="828" width="100" height="80" />
303       </bpmndi:BPMNShape>
304       <bpmndi:BPMNShape id="ScriptTask_1fj89ew_di" bpmnElement="Task_0ag30bf">
305         <dc:Bounds x="1229" y="828" width="100" height="80" />
306       </bpmndi:BPMNShape>
307       <bpmndi:BPMNShape id="IntermediateCatchEvent_0jks7by_di" bpmnElement="StartEvent_StartResource">
308         <dc:Bounds x="74" y="850" width="36" height="36" />
309         <bpmndi:BPMNLabel>
310           <dc:Bounds x="50" y="895" width="84" height="24" />
311         </bpmndi:BPMNLabel>
312       </bpmndi:BPMNShape>
313       <bpmndi:BPMNEdge id="SequenceFlow_115mdln_di" bpmnElement="SequenceFlow_115mdln">
314         <di:waypoint xsi:type="dc:Point" x="110" y="868" />
315         <di:waypoint xsi:type="dc:Point" x="293" y="868" />
316         <bpmndi:BPMNLabel>
317           <dc:Bounds x="156.5" y="847" width="90" height="12" />
318         </bpmndi:BPMNLabel>
319       </bpmndi:BPMNEdge>
320       <bpmndi:BPMNEdge id="SequenceFlow_0yztz2p_di" bpmnElement="SequenceFlow_0yztz2p">
321         <di:waypoint xsi:type="dc:Point" x="393" y="868" />
322         <di:waypoint xsi:type="dc:Point" x="590" y="868" />
323         <bpmndi:BPMNLabel>
324           <dc:Bounds x="446.5" y="847" width="90" height="12" />
325         </bpmndi:BPMNLabel>
326       </bpmndi:BPMNEdge>
327       <bpmndi:BPMNShape id="ScriptTask_1xxvnst_di" bpmnElement="ScriptTask_1xxvnst">
328         <dc:Bounds x="293" y="1081" width="100" height="80" />
329       </bpmndi:BPMNShape>
330       <bpmndi:BPMNShape id="ScriptTask_00wgfrc_di" bpmnElement="ScriptTask_00wgfrc">
331         <dc:Bounds x="1240" y="1081" width="100" height="80" />
332       </bpmndi:BPMNShape>
333       <bpmndi:BPMNShape id="IntermediateCatchEvent_0h6d9jb_di" bpmnElement="IntermediateCatchEvent_0h6d9jb">
334         <dc:Bounds x="74" y="1103" width="36" height="36" />
335         <bpmndi:BPMNLabel>
336           <dc:Bounds x="50" y="1143" width="86" height="24" />
337         </bpmndi:BPMNLabel>
338       </bpmndi:BPMNShape>
339       <bpmndi:BPMNEdge id="SequenceFlow_1qn0865_di" bpmnElement="SequenceFlow_1qn0865">
340         <di:waypoint xsi:type="dc:Point" x="110" y="1121" />
341         <di:waypoint xsi:type="dc:Point" x="202" y="1121" />
342         <di:waypoint xsi:type="dc:Point" x="202" y="1121" />
343         <di:waypoint xsi:type="dc:Point" x="293" y="1121" />
344         <bpmndi:BPMNLabel>
345           <dc:Bounds x="172" y="1115" width="90" height="12" />
346         </bpmndi:BPMNLabel>
347       </bpmndi:BPMNEdge>
348       <bpmndi:BPMNShape id="ScriptTask_0acnvkp_di" bpmnElement="ScriptTask_0acnvkp">
349         <dc:Bounds x="589" y="600" width="100" height="80" />
350       </bpmndi:BPMNShape>
351       <bpmndi:BPMNShape id="ServiceTask_17u9q9u_di" bpmnElement="ServiceTask_17u9q9u">
352         <dc:Bounds x="872" y="600" width="100" height="80" />
353       </bpmndi:BPMNShape>
354       <bpmndi:BPMNEdge id="SequenceFlow_0r6c0ci_di" bpmnElement="SequenceFlow_0r6c0ci">
355         <di:waypoint xsi:type="dc:Point" x="689" y="640" />
356         <di:waypoint xsi:type="dc:Point" x="774" y="640" />
357         <di:waypoint xsi:type="dc:Point" x="774" y="640" />
358         <di:waypoint xsi:type="dc:Point" x="872" y="640" />
359         <bpmndi:BPMNLabel>
360           <dc:Bounds x="744" y="634" width="90" height="12" />
361         </bpmndi:BPMNLabel>
362       </bpmndi:BPMNEdge>
363       <bpmndi:BPMNEdge id="SequenceFlow_1muxopq_di" bpmnElement="SequenceFlow_1muxopq">
364         <di:waypoint xsi:type="dc:Point" x="972" y="640" />
365         <di:waypoint xsi:type="dc:Point" x="1762" y="640" />
366         <bpmndi:BPMNLabel>
367           <dc:Bounds x="1322" y="619" width="90" height="12" />
368         </bpmndi:BPMNLabel>
369       </bpmndi:BPMNEdge>
370       <bpmndi:BPMNShape id="IntermediateThrowEvent_0vneaao_di" bpmnElement="IntermediateThrowEvent_0vneaao">
371         <dc:Bounds x="1762" y="850" width="36" height="36" />
372         <bpmndi:BPMNLabel>
373           <dc:Bounds x="1738" y="890" width="86" height="36" />
374         </bpmndi:BPMNLabel>
375       </bpmndi:BPMNShape>
376       <bpmndi:BPMNShape id="CallActivity_1nm9zq7_di" bpmnElement="CallActivity_1nm9zq7">
377         <dc:Bounds x="1229" y="1333" width="100" height="80" />
378       </bpmndi:BPMNShape>
379       <bpmndi:BPMNShape id="ScriptTask_0xtabf8_di" bpmnElement="ScriptTask_0xtabf8">
380         <dc:Bounds x="1473" y="1333" width="100" height="80" />
381       </bpmndi:BPMNShape>
382       <bpmndi:BPMNShape id="IntermediateCatchEvent_0a9bdjw_di" bpmnElement="IntermediateCatchEvent_0a9bdjw">
383         <dc:Bounds x="74" y="1355" width="36" height="36" />
384         <bpmndi:BPMNLabel>
385           <dc:Bounds x="69" y="1391" width="52" height="12" />
386         </bpmndi:BPMNLabel>
387       </bpmndi:BPMNShape>
388       <bpmndi:BPMNEdge id="SequenceFlow_1demy08_di" bpmnElement="SequenceFlow_1demy08">
389         <di:waypoint xsi:type="dc:Point" x="110" y="1373" />
390         <di:waypoint xsi:type="dc:Point" x="197" y="1373" />
391         <di:waypoint xsi:type="dc:Point" x="197" y="1373" />
392         <di:waypoint xsi:type="dc:Point" x="293" y="1373" />
393         <bpmndi:BPMNLabel>
394           <dc:Bounds x="212" y="1367" width="0" height="12" />
395         </bpmndi:BPMNLabel>
396       </bpmndi:BPMNEdge>
397       <bpmndi:BPMNEdge id="SequenceFlow_0f76thv_di" bpmnElement="SequenceFlow_0f76thv">
398         <di:waypoint xsi:type="dc:Point" x="1329" y="1373" />
399         <di:waypoint xsi:type="dc:Point" x="1473" y="1373" />
400         <bpmndi:BPMNLabel>
401           <dc:Bounds x="1356" y="1352" width="90" height="12" />
402         </bpmndi:BPMNLabel>
403       </bpmndi:BPMNEdge>
404       <bpmndi:BPMNShape id="ScriptTask_19v8l1w_di" bpmnElement="ScriptTask_19v8l1w">
405         <dc:Bounds x="858" y="1579" width="100" height="80" />
406       </bpmndi:BPMNShape>
407       <bpmndi:BPMNShape id="IntermediateCatchEvent_0z04o3s_di" bpmnElement="IntermediateCatchEvent_0z04o3s">
408         <dc:Bounds x="74" y="1601" width="36" height="36" />
409         <bpmndi:BPMNLabel>
410           <dc:Bounds x="57" y="1641" width="70" height="12" />
411         </bpmndi:BPMNLabel>
412       </bpmndi:BPMNShape>
413       <bpmndi:BPMNShape id="EndEvent_0exzmfn_di" bpmnElement="EndEvent_0exzmfn">
414         <dc:Bounds x="1772" y="1601" width="36" height="36" />
415         <bpmndi:BPMNLabel>
416           <dc:Bounds x="1700" y="1641" width="90" height="12" />
417         </bpmndi:BPMNLabel>
418       </bpmndi:BPMNShape>
419       <bpmndi:BPMNEdge id="SequenceFlow_07aa121_di" bpmnElement="SequenceFlow_07aa121">
420         <di:waypoint xsi:type="dc:Point" x="958" y="1619" />
421         <di:waypoint xsi:type="dc:Point" x="1772" y="1619" />
422         <bpmndi:BPMNLabel>
423           <dc:Bounds x="1320" y="1598" width="90" height="12" />
424         </bpmndi:BPMNLabel>
425       </bpmndi:BPMNEdge>
426       <bpmndi:BPMNEdge id="SequenceFlow_0ku36oy_di" bpmnElement="SequenceFlow_0ku36oy">
427         <di:waypoint xsi:type="dc:Point" x="110" y="1619" />
428         <di:waypoint xsi:type="dc:Point" x="858" y="1619" />
429         <bpmndi:BPMNLabel>
430           <dc:Bounds x="439" y="1598" width="90" height="12" />
431         </bpmndi:BPMNLabel>
432       </bpmndi:BPMNEdge>
433       <bpmndi:BPMNShape id="IntermediateThrowEvent_06lo96a_di" bpmnElement="IntermediateThrowEvent_06lo96a">
434         <dc:Bounds x="1762" y="1103" width="36" height="36" />
435         <bpmndi:BPMNLabel>
436           <dc:Bounds x="1750" y="1143" width="82" height="12" />
437         </bpmndi:BPMNLabel>
438       </bpmndi:BPMNShape>
439       <bpmndi:BPMNShape id="IntermediateThrowEvent_0hucdtk_di" bpmnElement="IntermediateThrowEvent_0hucdtk">
440         <dc:Bounds x="1762" y="1355" width="36" height="36" />
441         <bpmndi:BPMNLabel>
442           <dc:Bounds x="1756" y="1395" width="70" height="24" />
443         </bpmndi:BPMNLabel>
444       </bpmndi:BPMNShape>
445       <bpmndi:BPMNEdge id="SequenceFlow_0x0mhlj_di" bpmnElement="SequenceFlow_0x0mhlj">
446         <di:waypoint xsi:type="dc:Point" x="1573" y="1373" />
447         <di:waypoint xsi:type="dc:Point" x="1762" y="1373" />
448         <bpmndi:BPMNLabel>
449           <dc:Bounds x="1622.5" y="1352" width="90" height="12" />
450         </bpmndi:BPMNLabel>
451       </bpmndi:BPMNEdge>
452       <bpmndi:BPMNShape id="IntermediateThrowEvent_09ur9ds_di" bpmnElement="IntermediateThrowEvent_09ur9ds">
453         <dc:Bounds x="1762" y="622" width="36" height="36" />
454         <bpmndi:BPMNLabel>
455           <dc:Bounds x="1738" y="663" width="84" height="36" />
456         </bpmndi:BPMNLabel>
457       </bpmndi:BPMNShape>
458       <bpmndi:BPMNEdge id="SequenceFlow_1uu6uiu_di" bpmnElement="SequenceFlow_1uu6uiu">
459         <di:waypoint xsi:type="dc:Point" x="1340" y="1121" />
460         <di:waypoint xsi:type="dc:Point" x="1762" y="1121" />
461         <bpmndi:BPMNLabel>
462           <dc:Bounds x="1506" y="1100" width="90" height="12" />
463         </bpmndi:BPMNLabel>
464       </bpmndi:BPMNEdge>
465       <bpmndi:BPMNShape id="SubProcess_0jo0nms_di" bpmnElement="SubProcess_0jo0nms" isExpanded="true">
466         <dc:Bounds x="236" y="1818" width="1428" height="210" />
467       </bpmndi:BPMNShape>
468       <bpmndi:BPMNShape id="StartEvent_06768u3_di" bpmnElement="StartEvent_06768u3">
469         <dc:Bounds x="266" y="1895" width="36" height="36" />
470         <bpmndi:BPMNLabel>
471           <dc:Bounds x="194" y="1936" width="90" height="12" />
472         </bpmndi:BPMNLabel>
473       </bpmndi:BPMNShape>
474       <bpmndi:BPMNShape id="EndEvent_014jyvb_di" bpmnElement="EndEvent_014jyvb">
475         <dc:Bounds x="1581" y="1895" width="36" height="36" />
476         <bpmndi:BPMNLabel>
477           <dc:Bounds x="1509" y="1936" width="90" height="12" />
478         </bpmndi:BPMNLabel>
479       </bpmndi:BPMNShape>
480       <bpmndi:BPMNShape id="ScriptTask_1awrp72_di" bpmnElement="ScriptTask_1awrp72">
481         <dc:Bounds x="557" y="1873" width="100" height="80" />
482       </bpmndi:BPMNShape>
483       <bpmndi:BPMNShape id="ScriptTask_0vc9jgo_di" bpmnElement="ScriptTask_0vc9jgo">
484         <dc:Bounds x="1248" y="1873" width="100" height="80" />
485       </bpmndi:BPMNShape>
486       <bpmndi:BPMNEdge id="SequenceFlow_05j3sat_di" bpmnElement="SequenceFlow_05j3sat">
487         <di:waypoint xsi:type="dc:Point" x="302" y="1913" />
488         <di:waypoint xsi:type="dc:Point" x="557" y="1913" />
489         <bpmndi:BPMNLabel>
490           <dc:Bounds x="385" y="1892" width="90" height="12" />
491         </bpmndi:BPMNLabel>
492       </bpmndi:BPMNEdge>
493       <bpmndi:BPMNEdge id="SequenceFlow_02znk15_di" bpmnElement="SequenceFlow_02znk15">
494         <di:waypoint xsi:type="dc:Point" x="1348" y="1913" />
495         <di:waypoint xsi:type="dc:Point" x="1581" y="1913" />
496         <bpmndi:BPMNLabel>
497           <dc:Bounds x="1376" y="1898" width="90" height="12" />
498         </bpmndi:BPMNLabel>
499       </bpmndi:BPMNEdge>
500       <bpmndi:BPMNEdge id="SequenceFlow_19ly8h7_di" bpmnElement="SequenceFlow_19ly8h7">
501         <di:waypoint xsi:type="dc:Point" x="657" y="1913" />
502         <di:waypoint xsi:type="dc:Point" x="1248" y="1913" />
503         <bpmndi:BPMNLabel>
504           <dc:Bounds x="907.5" y="1892" width="90" height="12" />
505         </bpmndi:BPMNLabel>
506       </bpmndi:BPMNEdge>
507       <bpmndi:BPMNShape id="ScriptTask_195nptq_di" bpmnElement="ScriptTask_195nptq">
508         <dc:Bounds x="293" y="1333" width="100" height="80" />
509       </bpmndi:BPMNShape>
510       <bpmndi:BPMNEdge id="SequenceFlow_1cy5gq2_di" bpmnElement="SequenceFlow_1cy5gq2">
511         <di:waypoint xsi:type="dc:Point" x="393" y="1373" />
512         <di:waypoint xsi:type="dc:Point" x="495" y="1373" />
513         <bpmndi:BPMNLabel>
514           <dc:Bounds x="399" y="1352" width="90" height="12" />
515         </bpmndi:BPMNLabel>
516       </bpmndi:BPMNEdge>
517       <bpmndi:BPMNShape id="CallActivity_069o6fn_di" bpmnElement="CallActivity_069o6fn">
518         <dc:Bounds x="495" y="1333" width="100" height="80" />
519       </bpmndi:BPMNShape>
520       <bpmndi:BPMNShape id="ScriptTask_0lp9y03_di" bpmnElement="ScriptTask_0lp9y03">
521         <dc:Bounds x="724" y="1333" width="100" height="80" />
522       </bpmndi:BPMNShape>
523       <bpmndi:BPMNEdge id="SequenceFlow_1vy856f_di" bpmnElement="SequenceFlow_1vy856f">
524         <di:waypoint xsi:type="dc:Point" x="595" y="1373" />
525         <di:waypoint xsi:type="dc:Point" x="724" y="1373" />
526         <bpmndi:BPMNLabel>
527           <dc:Bounds x="614.5" y="1352" width="90" height="12" />
528         </bpmndi:BPMNLabel>
529       </bpmndi:BPMNEdge>
530       <bpmndi:BPMNEdge id="SequenceFlow_14ggluy_di" bpmnElement="SequenceFlow_14ggluy">
531         <di:waypoint xsi:type="dc:Point" x="824" y="1373" />
532         <di:waypoint xsi:type="dc:Point" x="978" y="1373" />
533         <bpmndi:BPMNLabel>
534           <dc:Bounds x="856" y="1352" width="90" height="12" />
535         </bpmndi:BPMNLabel>
536       </bpmndi:BPMNEdge>
537       <bpmndi:BPMNShape id="ScriptTask_0sis7k0_di" bpmnElement="ScriptTask_0sis7k0">
538         <dc:Bounds x="978" y="1333" width="100" height="80" />
539       </bpmndi:BPMNShape>
540       <bpmndi:BPMNEdge id="SequenceFlow_1kx5ke9_di" bpmnElement="SequenceFlow_1kx5ke9">
541         <di:waypoint xsi:type="dc:Point" x="1078" y="1373" />
542         <di:waypoint xsi:type="dc:Point" x="1229" y="1373" />
543         <bpmndi:BPMNLabel>
544           <dc:Bounds x="1108.5" y="1352" width="90" height="12" />
545         </bpmndi:BPMNLabel>
546       </bpmndi:BPMNEdge>
547       <bpmndi:BPMNEdge id="SequenceFlow_04xlw7s_di" bpmnElement="SequenceFlow_04xlw7s">
548         <di:waypoint xsi:type="dc:Point" x="393" y="640" />
549         <di:waypoint xsi:type="dc:Point" x="589" y="640" />
550         <bpmndi:BPMNLabel>
551           <dc:Bounds x="491" y="619" width="0" height="12" />
552         </bpmndi:BPMNLabel>
553       </bpmndi:BPMNEdge>
554       <bpmndi:BPMNShape id="ExclusiveGateway_06gj84t_di" bpmnElement="ExclusiveGateway_06gj84t" isMarkerVisible="true">
555         <dc:Bounds x="590" y="843" width="50" height="50" />
556         <bpmndi:BPMNLabel>
557           <dc:Bounds x="573" y="815" width="85" height="24" />
558         </bpmndi:BPMNLabel>
559       </bpmndi:BPMNShape>
560       <bpmndi:BPMNEdge id="SequenceFlow_0ttlte0_di" bpmnElement="SequenceFlow_0ttlte0">
561         <di:waypoint xsi:type="dc:Point" x="640" y="868" />
562         <di:waypoint xsi:type="dc:Point" x="756" y="868" />
563         <di:waypoint xsi:type="dc:Point" x="756" y="868" />
564         <di:waypoint xsi:type="dc:Point" x="858" y="868" />
565         <bpmndi:BPMNLabel>
566           <dc:Bounds x="750" y="845" width="19" height="12" />
567         </bpmndi:BPMNLabel>
568       </bpmndi:BPMNEdge>
569       <bpmndi:BPMNShape id="IntermediateThrowEvent_0xny7on_di" bpmnElement="IntermediateThrowEvent_0xny7on">
570         <dc:Bounds x="597" y="955" width="36" height="36" />
571         <bpmndi:BPMNLabel>
572           <dc:Bounds x="573" y="995" width="86" height="36" />
573         </bpmndi:BPMNLabel>
574       </bpmndi:BPMNShape>
575       <bpmndi:BPMNEdge id="SequenceFlow_01po987_di" bpmnElement="SequenceFlow_01po987">
576         <di:waypoint xsi:type="dc:Point" x="615" y="893" />
577         <di:waypoint xsi:type="dc:Point" x="615" y="955" />
578         <bpmndi:BPMNLabel>
579           <dc:Bounds x="623" y="918" width="14" height="12" />
580         </bpmndi:BPMNLabel>
581       </bpmndi:BPMNEdge>
582       <bpmndi:BPMNShape id="IntermediateThrowEvent_0y1ii4i_di" bpmnElement="IntermediateThrowEvent_0y1ii4i">
583         <dc:Bounds x="597" y="1215" width="36" height="36" />
584         <bpmndi:BPMNLabel>
585           <dc:Bounds x="585" y="1255" width="82" height="12" />
586         </bpmndi:BPMNLabel>
587       </bpmndi:BPMNShape>
588       <bpmndi:BPMNEdge id="SequenceFlow_177wo8z_di" bpmnElement="SequenceFlow_177wo8z">
589         <di:waypoint xsi:type="dc:Point" x="1329" y="868" />
590         <di:waypoint xsi:type="dc:Point" x="1762" y="868" />
591         <bpmndi:BPMNLabel>
592           <dc:Bounds x="1545.5" y="847" width="0" height="12" />
593         </bpmndi:BPMNLabel>
594       </bpmndi:BPMNEdge>
595       <bpmndi:BPMNShape id="CallActivity_11obqi0_di" bpmnElement="CallActivity_11obqi0">
596         <dc:Bounds x="872" y="1081" width="100" height="80" />
597       </bpmndi:BPMNShape>
598       <bpmndi:BPMNEdge id="SequenceFlow_0w4t4ao_di" bpmnElement="SequenceFlow_0w4t4ao">
599         <di:waypoint xsi:type="dc:Point" x="972" y="1121" />
600         <di:waypoint xsi:type="dc:Point" x="1240" y="1121" />
601         <bpmndi:BPMNLabel>
602           <dc:Bounds x="1106" y="1100" width="0" height="12" />
603         </bpmndi:BPMNLabel>
604       </bpmndi:BPMNEdge>
605       <bpmndi:BPMNShape id="CallActivity_07pl1uw_di" bpmnElement="CallActivity_07pl1uw">
606         <dc:Bounds x="858" y="828" width="100" height="80" />
607       </bpmndi:BPMNShape>
608       <bpmndi:BPMNEdge id="SequenceFlow_1wwjugw_di" bpmnElement="SequenceFlow_1wwjugw">
609         <di:waypoint xsi:type="dc:Point" x="958" y="868" />
610         <di:waypoint xsi:type="dc:Point" x="1101" y="868" />
611         <di:waypoint xsi:type="dc:Point" x="1101" y="868" />
612         <di:waypoint xsi:type="dc:Point" x="1229" y="868" />
613         <bpmndi:BPMNLabel>
614           <dc:Bounds x="1116" y="862" width="0" height="12" />
615         </bpmndi:BPMNLabel>
616       </bpmndi:BPMNEdge>
617       <bpmndi:BPMNShape id="ExclusiveGateway_1fcnq0g_di" bpmnElement="ExclusiveGateway_1fcnq0g" isMarkerVisible="true">
618         <dc:Bounds x="589.8479623824451" y="1096.0329153605016" width="50" height="50" />
619         <bpmndi:BPMNLabel>
620           <dc:Bounds x="572" y="1062" width="85" height="24" />
621         </bpmndi:BPMNLabel>
622       </bpmndi:BPMNShape>
623       <bpmndi:BPMNEdge id="SequenceFlow_1s799cp_di" bpmnElement="SequenceFlow_1s799cp">
624         <di:waypoint xsi:type="dc:Point" x="393" y="1121" />
625         <di:waypoint xsi:type="dc:Point" x="590" y="1121" />
626         <bpmndi:BPMNLabel>
627           <dc:Bounds x="491.5" y="1100" width="0" height="12" />
628         </bpmndi:BPMNLabel>
629       </bpmndi:BPMNEdge>
630       <bpmndi:BPMNEdge id="SequenceFlow_0ur34hv_di" bpmnElement="SequenceFlow_0ur34hv">
631         <di:waypoint xsi:type="dc:Point" x="640" y="1121" />
632         <di:waypoint xsi:type="dc:Point" x="872" y="1121" />
633         <bpmndi:BPMNLabel>
634           <dc:Bounds x="746.9754098360655" y="1100" width="19" height="12" />
635         </bpmndi:BPMNLabel>
636       </bpmndi:BPMNEdge>
637       <bpmndi:BPMNEdge id="SequenceFlow_070o30v_di" bpmnElement="SequenceFlow_070o30v">
638         <di:waypoint xsi:type="dc:Point" x="615" y="1146" />
639         <di:waypoint xsi:type="dc:Point" x="615" y="1182" />
640         <di:waypoint xsi:type="dc:Point" x="615" y="1182" />
641         <di:waypoint xsi:type="dc:Point" x="615" y="1215" />
642         <bpmndi:BPMNLabel>
643           <dc:Bounds x="630" y="1176" width="0" height="12" />
644         </bpmndi:BPMNLabel>
645       </bpmndi:BPMNEdge>
646     </bpmndi:BPMNPlane>
647   </bpmndi:BPMNDiagram>
648 </bpmn2:definitions>