Merge "Update create flow for E2E service"
[so.git] / bpmn / MSOInfrastructureBPMN / 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.openecomp.mso.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.openecomp.mso.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.openecomp.mso.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_14rubz2</bpmn2:outgoing>
39       <bpmn2:script><![CDATA[import org.openecomp.mso.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.openecomp.mso.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:sequenceFlow id="SequenceFlow_14rubz2" sourceRef="ScriptTask_1xxvnst" targetRef="ExclusiveGateway_0ae22y8" />
56     <bpmn2:scriptTask id="ScriptTask_0acnvkp" name="Prepare Resource Oper Status" scriptFormat="groovy">
57       <bpmn2:incoming>SequenceFlow_04xlw7s</bpmn2:incoming>
58       <bpmn2:outgoing>SequenceFlow_0r6c0ci</bpmn2:outgoing>
59       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
60 def ddsi = new DoUpdateE2EServiceInstance()
61 ddsi.preInitResourcesOperStatus(execution)]]></bpmn2:script>
62     </bpmn2:scriptTask>
63     <bpmn2:serviceTask id="ServiceTask_17u9q9u" name="Init Resource Oper Status">
64       <bpmn2:extensionElements>
65         <camunda:connector>
66           <camunda:inputOutput>
67             <camunda:inputParameter name="url">${CVFMI_dbAdapterEndpoint}</camunda:inputParameter>
68             <camunda:inputParameter name="headers">
69               <camunda:map>
70                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
71                 <camunda:entry key="Authorization">Basic QlBFTENsaWVudDpwYXNzd29yZDEk</camunda:entry>
72               </camunda:map>
73             </camunda:inputParameter>
74             <camunda:inputParameter name="payload">${CVFMI_initResOperStatusRequest}</camunda:inputParameter>
75             <camunda:inputParameter name="method">POST</camunda:inputParameter>
76             <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
77             <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
78           </camunda:inputOutput>
79           <camunda:connectorId>http-connector</camunda:connectorId>
80         </camunda:connector>
81       </bpmn2:extensionElements>
82       <bpmn2:incoming>SequenceFlow_0r6c0ci</bpmn2:incoming>
83       <bpmn2:outgoing>SequenceFlow_1muxopq</bpmn2:outgoing>
84     </bpmn2:serviceTask>
85     <bpmn2:sequenceFlow id="SequenceFlow_0r6c0ci" sourceRef="ScriptTask_0acnvkp" targetRef="ServiceTask_17u9q9u" />
86     <bpmn2:sequenceFlow id="SequenceFlow_1muxopq" sourceRef="ServiceTask_17u9q9u" targetRef="IntermediateThrowEvent_09ur9ds" />
87     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0vneaao" name="GoTo StartDeleteResources">
88       <bpmn2:incoming>SequenceFlow_177wo8z</bpmn2:incoming>
89       <bpmn2:linkEventDefinition name="StartDeleteResources" />
90     </bpmn2:intermediateThrowEvent>
91     <bpmn2:callActivity id="CallActivity_1nm9zq7" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService">
92       <bpmn2:extensionElements>
93         <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />
94         <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />
95         <camunda:in source="serviceType" target="GENPS_serviceType" />
96         <camunda:in sourceExpression="service-instance" target="GENPS_type" />
97         <camunda:in source="serviceInstanceData" target="GENPS_payload" />
98         <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />
99         <camunda:in source="msoRequestId" target="GENPS_requesId" />
100         <camunda:out source="WorkflowException" target="WorkflowException" />
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.openecomp.mso.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.openecomp.mso.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.openecomp.mso.bpmn.infrastructure.scripts.*\r
160 def dcsi = new DoCreateResources()\r
161 dcsi.preProcessRollback(execution)\r
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.openecomp.mso.bpmn.infrastructure.scripts.*\r
168 def dcsi = new DoCreateResources()\r
169 dcsi.postProcessRollback(execution)\r
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.openecomp.mso.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.openecomp.mso.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.openecomp.mso.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?">
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:intermediateThrowEvent id="IntermediateThrowEvent_0xny7on" name="GoTo StartDeleteResources">
224       <bpmn2:incoming>SequenceFlow_01po987</bpmn2:incoming>
225       <bpmn2:linkEventDefinition name="StartDeleteResources" />
226     </bpmn2:intermediateThrowEvent>
227     <bpmn2:sequenceFlow id="SequenceFlow_01po987" name="No" sourceRef="ExclusiveGateway_06gj84t" targetRef="IntermediateThrowEvent_0xny7on">
228       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("hasResourcetoAdd")== false}]]></bpmn2:conditionExpression>
229     </bpmn2:sequenceFlow>
230     <bpmn2:exclusiveGateway id="ExclusiveGateway_0ae22y8" name="HasResourcetoDelete?">
231       <bpmn2:incoming>SequenceFlow_14rubz2</bpmn2:incoming>
232       <bpmn2:outgoing>SequenceFlow_0vjx5a2</bpmn2:outgoing>
233       <bpmn2:outgoing>SequenceFlow_1do7kq0</bpmn2:outgoing>
234     </bpmn2:exclusiveGateway>
235     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0y1ii4i" name="GoTo UpdateAAI">
236       <bpmn2:incoming>SequenceFlow_1do7kq0</bpmn2:incoming>
237       <bpmn2:linkEventDefinition name="UpdateAAI" />
238     </bpmn2:intermediateThrowEvent>
239     <bpmn2:sequenceFlow id="SequenceFlow_177wo8z" sourceRef="Task_0ag30bf" targetRef="IntermediateThrowEvent_0vneaao" />
240     <bpmn2:sequenceFlow id="SequenceFlow_0vjx5a2" name="Yes" sourceRef="ExclusiveGateway_0ae22y8" targetRef="CallActivity_11obqi0" />
241     <bpmn2:sequenceFlow id="SequenceFlow_1do7kq0" name="No" sourceRef="ExclusiveGateway_0ae22y8" targetRef="IntermediateThrowEvent_0y1ii4i">
242       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("hasResourcetoDelete")== false}]]></bpmn2:conditionExpression>
243     </bpmn2:sequenceFlow>
244     <bpmn2:callActivity id="CallActivity_11obqi0" name="Call DoDeleteResources" calledElement="DoDeleteResourcesV1">
245       <bpmn2:extensionElements>
246         <camunda:in source="msoRequestId" target="msoRequestId" />
247         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
248         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
249         <camunda:in source="serviceType" target="serviceType" />
250         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
251         <camunda:in source="URN_mso_workflow_sdncadapter_callback" target="URN_mso_workflow_sdncadapter_callback" />
252         <camunda:in source="serviceInputParams" target="serviceInputParams" />
253         <camunda:in source="deleteResourceList" target="deleteResourceList" />
254         <camunda:in source="resourceInstanceIDs" target="resourceInstanceIDs" />
255         <camunda:in source="operationType" target="operationType" />
256       </bpmn2:extensionElements>
257       <bpmn2:incoming>SequenceFlow_0vjx5a2</bpmn2:incoming>
258       <bpmn2:outgoing>SequenceFlow_0w4t4ao</bpmn2:outgoing>
259     </bpmn2:callActivity>
260     <bpmn2:sequenceFlow id="SequenceFlow_0w4t4ao" sourceRef="CallActivity_11obqi0" targetRef="ScriptTask_00wgfrc" />
261     <bpmn2:callActivity id="CallActivity_07pl1uw" name="Call DoCreateResources" calledElement="DoCreateResourcesV3">
262       <bpmn2:extensionElements>
263         <camunda:in source="nsServiceName" target="nsServiceName" />
264         <camunda:in source="serviceDescription" target="nsServiceDescription" />
265         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
266         <camunda:in source="serviceType" target="serviceType" />
267         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
268         <camunda:in source="operationId" target="operationId" />
269         <camunda:in source="resourceType" target="resourceType" />
270         <camunda:in source="resourceUUID" target="resourceUUID" />
271         <camunda:in source="resourceParameters" target="resourceParameters" />
272         <camunda:in source="operationType" target="operationType" />
273         <camunda:in source="addResourceList" target="addResourceList" />
274         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
275         <camunda:in source="serviceDecomposition_Target" target="serviceDecomposition" />
276         <camunda:in source="uuiRequest" target="uuiRequest" />
277         <camunda:in source="msoRequestId" target="msoRequestId" />
278       </bpmn2:extensionElements>
279       <bpmn2:incoming>SequenceFlow_0ttlte0</bpmn2:incoming>
280       <bpmn2:outgoing>SequenceFlow_1wwjugw</bpmn2:outgoing>
281     </bpmn2:callActivity>
282     <bpmn2:sequenceFlow id="SequenceFlow_1wwjugw" sourceRef="CallActivity_07pl1uw" targetRef="Task_0ag30bf" />
283   </bpmn2:process>
284   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
285   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
286   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
287     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoUpdateE2EServiceInstance">
288       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
289         <dc:Bounds x="74" y="622" width="36" height="36" />
290         <bpmndi:BPMNLabel>
291           <dc:Bounds x="68" y="663" width="50" height="12" />
292         </bpmndi:BPMNLabel>
293       </bpmndi:BPMNShape>
294       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
295         <dc:Bounds x="293" y="600" width="100" height="80" />
296       </bpmndi:BPMNShape>
297       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
298         <di:waypoint xsi:type="dc:Point" x="110" y="640" />
299         <di:waypoint xsi:type="dc:Point" x="293" y="640" />
300         <bpmndi:BPMNLabel>
301           <dc:Bounds x="156.5" y="625" width="90" height="0" />
302         </bpmndi:BPMNLabel>
303       </bpmndi:BPMNEdge>
304       <bpmndi:BPMNShape id="ScriptTask_1azssf7_di" bpmnElement="Task_09laxun">
305         <dc:Bounds x="293" y="828" width="100" height="80" />
306       </bpmndi:BPMNShape>
307       <bpmndi:BPMNShape id="ScriptTask_1fj89ew_di" bpmnElement="Task_0ag30bf">
308         <dc:Bounds x="1229" y="828" width="100" height="80" />
309       </bpmndi:BPMNShape>
310       <bpmndi:BPMNShape id="IntermediateCatchEvent_0jks7by_di" bpmnElement="StartEvent_StartResource">
311         <dc:Bounds x="74" y="850" width="36" height="36" />
312         <bpmndi:BPMNLabel>
313           <dc:Bounds x="50" y="895" width="84" height="24" />
314         </bpmndi:BPMNLabel>
315       </bpmndi:BPMNShape>
316       <bpmndi:BPMNEdge id="SequenceFlow_115mdln_di" bpmnElement="SequenceFlow_115mdln">
317         <di:waypoint xsi:type="dc:Point" x="110" y="868" />
318         <di:waypoint xsi:type="dc:Point" x="293" y="868" />
319         <bpmndi:BPMNLabel>
320           <dc:Bounds x="156.5" y="847" width="90" height="12" />
321         </bpmndi:BPMNLabel>
322       </bpmndi:BPMNEdge>
323       <bpmndi:BPMNEdge id="SequenceFlow_0yztz2p_di" bpmnElement="SequenceFlow_0yztz2p">
324         <di:waypoint xsi:type="dc:Point" x="393" y="868" />
325         <di:waypoint xsi:type="dc:Point" x="590" y="868" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="446.5" y="847" width="90" height="12" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNEdge>
330       <bpmndi:BPMNShape id="ScriptTask_1xxvnst_di" bpmnElement="ScriptTask_1xxvnst">
331         <dc:Bounds x="293" y="1081" width="100" height="80" />
332       </bpmndi:BPMNShape>
333       <bpmndi:BPMNShape id="ScriptTask_00wgfrc_di" bpmnElement="ScriptTask_00wgfrc">
334         <dc:Bounds x="1240" y="1081" width="100" height="80" />
335       </bpmndi:BPMNShape>
336       <bpmndi:BPMNShape id="IntermediateCatchEvent_0h6d9jb_di" bpmnElement="IntermediateCatchEvent_0h6d9jb">
337         <dc:Bounds x="74" y="1103" width="36" height="36" />
338         <bpmndi:BPMNLabel>
339           <dc:Bounds x="50" y="1143" width="86" height="24" />
340         </bpmndi:BPMNLabel>
341       </bpmndi:BPMNShape>
342       <bpmndi:BPMNEdge id="SequenceFlow_1qn0865_di" bpmnElement="SequenceFlow_1qn0865">
343         <di:waypoint xsi:type="dc:Point" x="110" y="1121" />
344         <di:waypoint xsi:type="dc:Point" x="202" y="1121" />
345         <di:waypoint xsi:type="dc:Point" x="202" y="1121" />
346         <di:waypoint xsi:type="dc:Point" x="293" y="1121" />
347         <bpmndi:BPMNLabel>
348           <dc:Bounds x="172" y="1115" width="90" height="12" />
349         </bpmndi:BPMNLabel>
350       </bpmndi:BPMNEdge>
351       <bpmndi:BPMNEdge id="SequenceFlow_14rubz2_di" bpmnElement="SequenceFlow_14rubz2">
352         <di:waypoint xsi:type="dc:Point" x="393" y="1121" />
353         <di:waypoint xsi:type="dc:Point" x="590" y="1121" />
354         <bpmndi:BPMNLabel>
355           <dc:Bounds x="446.5" y="1100" width="90" height="12" />
356         </bpmndi:BPMNLabel>
357       </bpmndi:BPMNEdge>
358       <bpmndi:BPMNShape id="ScriptTask_0acnvkp_di" bpmnElement="ScriptTask_0acnvkp">
359         <dc:Bounds x="589" y="600" width="100" height="80" />
360       </bpmndi:BPMNShape>
361       <bpmndi:BPMNShape id="ServiceTask_17u9q9u_di" bpmnElement="ServiceTask_17u9q9u">
362         <dc:Bounds x="872" y="600" width="100" height="80" />
363       </bpmndi:BPMNShape>
364       <bpmndi:BPMNEdge id="SequenceFlow_0r6c0ci_di" bpmnElement="SequenceFlow_0r6c0ci">
365         <di:waypoint xsi:type="dc:Point" x="689" y="640" />
366         <di:waypoint xsi:type="dc:Point" x="774" y="640" />
367         <di:waypoint xsi:type="dc:Point" x="774" y="640" />
368         <di:waypoint xsi:type="dc:Point" x="872" y="640" />
369         <bpmndi:BPMNLabel>
370           <dc:Bounds x="744" y="634" width="90" height="12" />
371         </bpmndi:BPMNLabel>
372       </bpmndi:BPMNEdge>
373       <bpmndi:BPMNEdge id="SequenceFlow_1muxopq_di" bpmnElement="SequenceFlow_1muxopq">
374         <di:waypoint xsi:type="dc:Point" x="972" y="640" />
375         <di:waypoint xsi:type="dc:Point" x="1762" y="640" />
376         <bpmndi:BPMNLabel>
377           <dc:Bounds x="1322" y="619" width="90" height="12" />
378         </bpmndi:BPMNLabel>
379       </bpmndi:BPMNEdge>
380       <bpmndi:BPMNShape id="IntermediateThrowEvent_0vneaao_di" bpmnElement="IntermediateThrowEvent_0vneaao">
381         <dc:Bounds x="1762" y="850" width="36" height="36" />
382         <bpmndi:BPMNLabel>
383           <dc:Bounds x="1738" y="890" width="86" height="36" />
384         </bpmndi:BPMNLabel>
385       </bpmndi:BPMNShape>
386       <bpmndi:BPMNShape id="CallActivity_1nm9zq7_di" bpmnElement="CallActivity_1nm9zq7">
387         <dc:Bounds x="1229" y="1333" width="100" height="80" />
388       </bpmndi:BPMNShape>
389       <bpmndi:BPMNShape id="ScriptTask_0xtabf8_di" bpmnElement="ScriptTask_0xtabf8">
390         <dc:Bounds x="1473" y="1333" width="100" height="80" />
391       </bpmndi:BPMNShape>
392       <bpmndi:BPMNShape id="IntermediateCatchEvent_0a9bdjw_di" bpmnElement="IntermediateCatchEvent_0a9bdjw">
393         <dc:Bounds x="74" y="1355" width="36" height="36" />
394         <bpmndi:BPMNLabel>
395           <dc:Bounds x="69" y="1391" width="52" height="12" />
396         </bpmndi:BPMNLabel>
397       </bpmndi:BPMNShape>
398       <bpmndi:BPMNEdge id="SequenceFlow_1demy08_di" bpmnElement="SequenceFlow_1demy08">
399         <di:waypoint xsi:type="dc:Point" x="110" y="1373" />
400         <di:waypoint xsi:type="dc:Point" x="197" y="1373" />
401         <di:waypoint xsi:type="dc:Point" x="197" y="1373" />
402         <di:waypoint xsi:type="dc:Point" x="293" y="1373" />
403         <bpmndi:BPMNLabel>
404           <dc:Bounds x="212" y="1367" width="0" height="12" />
405         </bpmndi:BPMNLabel>
406       </bpmndi:BPMNEdge>
407       <bpmndi:BPMNEdge id="SequenceFlow_0f76thv_di" bpmnElement="SequenceFlow_0f76thv">
408         <di:waypoint xsi:type="dc:Point" x="1329" y="1373" />
409         <di:waypoint xsi:type="dc:Point" x="1473" y="1373" />
410         <bpmndi:BPMNLabel>
411           <dc:Bounds x="1356" y="1352" width="90" height="12" />
412         </bpmndi:BPMNLabel>
413       </bpmndi:BPMNEdge>
414       <bpmndi:BPMNShape id="ScriptTask_19v8l1w_di" bpmnElement="ScriptTask_19v8l1w">
415         <dc:Bounds x="858" y="1579" width="100" height="80" />
416       </bpmndi:BPMNShape>
417       <bpmndi:BPMNShape id="IntermediateCatchEvent_0z04o3s_di" bpmnElement="IntermediateCatchEvent_0z04o3s">
418         <dc:Bounds x="74" y="1601" width="36" height="36" />
419         <bpmndi:BPMNLabel>
420           <dc:Bounds x="57" y="1641" width="70" height="12" />
421         </bpmndi:BPMNLabel>
422       </bpmndi:BPMNShape>
423       <bpmndi:BPMNShape id="EndEvent_0exzmfn_di" bpmnElement="EndEvent_0exzmfn">
424         <dc:Bounds x="1772" y="1601" width="36" height="36" />
425         <bpmndi:BPMNLabel>
426           <dc:Bounds x="1700" y="1641" width="90" height="12" />
427         </bpmndi:BPMNLabel>
428       </bpmndi:BPMNShape>
429       <bpmndi:BPMNEdge id="SequenceFlow_07aa121_di" bpmnElement="SequenceFlow_07aa121">
430         <di:waypoint xsi:type="dc:Point" x="958" y="1619" />
431         <di:waypoint xsi:type="dc:Point" x="1772" y="1619" />
432         <bpmndi:BPMNLabel>
433           <dc:Bounds x="1320" y="1598" width="90" height="12" />
434         </bpmndi:BPMNLabel>
435       </bpmndi:BPMNEdge>
436       <bpmndi:BPMNEdge id="SequenceFlow_0ku36oy_di" bpmnElement="SequenceFlow_0ku36oy">
437         <di:waypoint xsi:type="dc:Point" x="110" y="1619" />
438         <di:waypoint xsi:type="dc:Point" x="858" y="1619" />
439         <bpmndi:BPMNLabel>
440           <dc:Bounds x="439" y="1598" width="90" height="12" />
441         </bpmndi:BPMNLabel>
442       </bpmndi:BPMNEdge>
443       <bpmndi:BPMNShape id="IntermediateThrowEvent_06lo96a_di" bpmnElement="IntermediateThrowEvent_06lo96a">
444         <dc:Bounds x="1762" y="1103" width="36" height="36" />
445         <bpmndi:BPMNLabel>
446           <dc:Bounds x="1750" y="1143" width="82" height="12" />
447         </bpmndi:BPMNLabel>
448       </bpmndi:BPMNShape>
449       <bpmndi:BPMNShape id="IntermediateThrowEvent_0hucdtk_di" bpmnElement="IntermediateThrowEvent_0hucdtk">
450         <dc:Bounds x="1762" y="1355" width="36" height="36" />
451         <bpmndi:BPMNLabel>
452           <dc:Bounds x="1756" y="1395" width="70" height="24" />
453         </bpmndi:BPMNLabel>
454       </bpmndi:BPMNShape>
455       <bpmndi:BPMNEdge id="SequenceFlow_0x0mhlj_di" bpmnElement="SequenceFlow_0x0mhlj">
456         <di:waypoint xsi:type="dc:Point" x="1573" y="1373" />
457         <di:waypoint xsi:type="dc:Point" x="1762" y="1373" />
458         <bpmndi:BPMNLabel>
459           <dc:Bounds x="1622.5" y="1352" width="90" height="12" />
460         </bpmndi:BPMNLabel>
461       </bpmndi:BPMNEdge>
462       <bpmndi:BPMNShape id="IntermediateThrowEvent_09ur9ds_di" bpmnElement="IntermediateThrowEvent_09ur9ds">
463         <dc:Bounds x="1762" y="622" width="36" height="36" />
464         <bpmndi:BPMNLabel>
465           <dc:Bounds x="1738" y="663" width="84" height="36" />
466         </bpmndi:BPMNLabel>
467       </bpmndi:BPMNShape>
468       <bpmndi:BPMNEdge id="SequenceFlow_1uu6uiu_di" bpmnElement="SequenceFlow_1uu6uiu">
469         <di:waypoint xsi:type="dc:Point" x="1340" y="1121" />
470         <di:waypoint xsi:type="dc:Point" x="1762" y="1121" />
471         <bpmndi:BPMNLabel>
472           <dc:Bounds x="1506" y="1100" width="90" height="12" />
473         </bpmndi:BPMNLabel>
474       </bpmndi:BPMNEdge>
475       <bpmndi:BPMNShape id="SubProcess_0jo0nms_di" bpmnElement="SubProcess_0jo0nms" isExpanded="true">
476         <dc:Bounds x="236" y="1818" width="1428" height="210" />
477       </bpmndi:BPMNShape>
478       <bpmndi:BPMNShape id="StartEvent_06768u3_di" bpmnElement="StartEvent_06768u3">
479         <dc:Bounds x="266" y="1895" width="36" height="36" />
480         <bpmndi:BPMNLabel>
481           <dc:Bounds x="194" y="1936" width="90" height="12" />
482         </bpmndi:BPMNLabel>
483       </bpmndi:BPMNShape>
484       <bpmndi:BPMNShape id="EndEvent_014jyvb_di" bpmnElement="EndEvent_014jyvb">
485         <dc:Bounds x="1581" y="1895" width="36" height="36" />
486         <bpmndi:BPMNLabel>
487           <dc:Bounds x="1509" y="1936" width="90" height="12" />
488         </bpmndi:BPMNLabel>
489       </bpmndi:BPMNShape>
490       <bpmndi:BPMNShape id="ScriptTask_1awrp72_di" bpmnElement="ScriptTask_1awrp72">
491         <dc:Bounds x="557" y="1873" width="100" height="80" />
492       </bpmndi:BPMNShape>
493       <bpmndi:BPMNShape id="ScriptTask_0vc9jgo_di" bpmnElement="ScriptTask_0vc9jgo">
494         <dc:Bounds x="1248" y="1873" width="100" height="80" />
495       </bpmndi:BPMNShape>
496       <bpmndi:BPMNEdge id="SequenceFlow_05j3sat_di" bpmnElement="SequenceFlow_05j3sat">
497         <di:waypoint xsi:type="dc:Point" x="302" y="1913" />
498         <di:waypoint xsi:type="dc:Point" x="557" y="1913" />
499         <bpmndi:BPMNLabel>
500           <dc:Bounds x="385" y="1892" width="90" height="12" />
501         </bpmndi:BPMNLabel>
502       </bpmndi:BPMNEdge>
503       <bpmndi:BPMNEdge id="SequenceFlow_02znk15_di" bpmnElement="SequenceFlow_02znk15">
504         <di:waypoint xsi:type="dc:Point" x="1348" y="1913" />
505         <di:waypoint xsi:type="dc:Point" x="1581" y="1913" />
506         <bpmndi:BPMNLabel>
507           <dc:Bounds x="1376" y="1898" width="90" height="12" />
508         </bpmndi:BPMNLabel>
509       </bpmndi:BPMNEdge>
510       <bpmndi:BPMNEdge id="SequenceFlow_19ly8h7_di" bpmnElement="SequenceFlow_19ly8h7">
511         <di:waypoint xsi:type="dc:Point" x="657" y="1913" />
512         <di:waypoint xsi:type="dc:Point" x="1248" y="1913" />
513         <bpmndi:BPMNLabel>
514           <dc:Bounds x="907.5" y="1892" width="90" height="12" />
515         </bpmndi:BPMNLabel>
516       </bpmndi:BPMNEdge>
517       <bpmndi:BPMNShape id="ScriptTask_195nptq_di" bpmnElement="ScriptTask_195nptq">
518         <dc:Bounds x="293" y="1333" width="100" height="80" />
519       </bpmndi:BPMNShape>
520       <bpmndi:BPMNEdge id="SequenceFlow_1cy5gq2_di" bpmnElement="SequenceFlow_1cy5gq2">
521         <di:waypoint xsi:type="dc:Point" x="393" y="1373" />
522         <di:waypoint xsi:type="dc:Point" x="495" y="1373" />
523         <bpmndi:BPMNLabel>
524           <dc:Bounds x="399" y="1352" width="90" height="12" />
525         </bpmndi:BPMNLabel>
526       </bpmndi:BPMNEdge>
527       <bpmndi:BPMNShape id="CallActivity_069o6fn_di" bpmnElement="CallActivity_069o6fn">
528         <dc:Bounds x="495" y="1333" width="100" height="80" />
529       </bpmndi:BPMNShape>
530       <bpmndi:BPMNShape id="ScriptTask_0lp9y03_di" bpmnElement="ScriptTask_0lp9y03">
531         <dc:Bounds x="724" y="1333" width="100" height="80" />
532       </bpmndi:BPMNShape>
533       <bpmndi:BPMNEdge id="SequenceFlow_1vy856f_di" bpmnElement="SequenceFlow_1vy856f">
534         <di:waypoint xsi:type="dc:Point" x="595" y="1373" />
535         <di:waypoint xsi:type="dc:Point" x="724" y="1373" />
536         <bpmndi:BPMNLabel>
537           <dc:Bounds x="614.5" y="1352" width="90" height="12" />
538         </bpmndi:BPMNLabel>
539       </bpmndi:BPMNEdge>
540       <bpmndi:BPMNEdge id="SequenceFlow_14ggluy_di" bpmnElement="SequenceFlow_14ggluy">
541         <di:waypoint xsi:type="dc:Point" x="824" y="1373" />
542         <di:waypoint xsi:type="dc:Point" x="978" y="1373" />
543         <bpmndi:BPMNLabel>
544           <dc:Bounds x="856" y="1352" width="90" height="12" />
545         </bpmndi:BPMNLabel>
546       </bpmndi:BPMNEdge>
547       <bpmndi:BPMNShape id="ScriptTask_0sis7k0_di" bpmnElement="ScriptTask_0sis7k0">
548         <dc:Bounds x="978" y="1333" width="100" height="80" />
549       </bpmndi:BPMNShape>
550       <bpmndi:BPMNEdge id="SequenceFlow_1kx5ke9_di" bpmnElement="SequenceFlow_1kx5ke9">
551         <di:waypoint xsi:type="dc:Point" x="1078" y="1373" />
552         <di:waypoint xsi:type="dc:Point" x="1229" y="1373" />
553         <bpmndi:BPMNLabel>
554           <dc:Bounds x="1108.5" y="1352" width="90" height="12" />
555         </bpmndi:BPMNLabel>
556       </bpmndi:BPMNEdge>
557       <bpmndi:BPMNEdge id="SequenceFlow_04xlw7s_di" bpmnElement="SequenceFlow_04xlw7s">
558         <di:waypoint xsi:type="dc:Point" x="393" y="640" />
559         <di:waypoint xsi:type="dc:Point" x="589" y="640" />
560         <bpmndi:BPMNLabel>
561           <dc:Bounds x="491" y="619" width="0" height="12" />
562         </bpmndi:BPMNLabel>
563       </bpmndi:BPMNEdge>
564       <bpmndi:BPMNShape id="ExclusiveGateway_06gj84t_di" bpmnElement="ExclusiveGateway_06gj84t" isMarkerVisible="true">
565         <dc:Bounds x="590" y="843" width="50" height="50" />
566         <bpmndi:BPMNLabel>
567           <dc:Bounds x="573" y="815" width="85" height="24" />
568         </bpmndi:BPMNLabel>
569       </bpmndi:BPMNShape>
570       <bpmndi:BPMNEdge id="SequenceFlow_0ttlte0_di" bpmnElement="SequenceFlow_0ttlte0">
571         <di:waypoint xsi:type="dc:Point" x="640" y="868" />
572         <di:waypoint xsi:type="dc:Point" x="756" y="868" />
573         <di:waypoint xsi:type="dc:Point" x="756" y="868" />
574         <di:waypoint xsi:type="dc:Point" x="858" y="868" />
575         <bpmndi:BPMNLabel>
576           <dc:Bounds x="750" y="845" width="19" height="12" />
577         </bpmndi:BPMNLabel>
578       </bpmndi:BPMNEdge>
579       <bpmndi:BPMNShape id="IntermediateThrowEvent_0xny7on_di" bpmnElement="IntermediateThrowEvent_0xny7on">
580         <dc:Bounds x="597" y="955" width="36" height="36" />
581         <bpmndi:BPMNLabel>
582           <dc:Bounds x="573" y="995" width="86" height="36" />
583         </bpmndi:BPMNLabel>
584       </bpmndi:BPMNShape>
585       <bpmndi:BPMNEdge id="SequenceFlow_01po987_di" bpmnElement="SequenceFlow_01po987">
586         <di:waypoint xsi:type="dc:Point" x="615" y="893" />
587         <di:waypoint xsi:type="dc:Point" x="615" y="955" />
588         <bpmndi:BPMNLabel>
589           <dc:Bounds x="623" y="918" width="14" height="12" />
590         </bpmndi:BPMNLabel>
591       </bpmndi:BPMNEdge>
592       <bpmndi:BPMNShape id="ExclusiveGateway_0ae22y8_di" bpmnElement="ExclusiveGateway_0ae22y8" isMarkerVisible="true">
593         <dc:Bounds x="590" y="1096" width="50" height="50" />
594         <bpmndi:BPMNLabel>
595           <dc:Bounds x="573" y="1068" width="85" height="24" />
596         </bpmndi:BPMNLabel>
597       </bpmndi:BPMNShape>
598       <bpmndi:BPMNShape id="IntermediateThrowEvent_0y1ii4i_di" bpmnElement="IntermediateThrowEvent_0y1ii4i">
599         <dc:Bounds x="597" y="1218" width="36" height="36" />
600         <bpmndi:BPMNLabel>
601           <dc:Bounds x="585" y="1258" width="82" height="12" />
602         </bpmndi:BPMNLabel>
603       </bpmndi:BPMNShape>
604       <bpmndi:BPMNEdge id="SequenceFlow_177wo8z_di" bpmnElement="SequenceFlow_177wo8z">
605         <di:waypoint xsi:type="dc:Point" x="1329" y="868" />
606         <di:waypoint xsi:type="dc:Point" x="1762" y="868" />
607         <bpmndi:BPMNLabel>
608           <dc:Bounds x="1545.5" y="847" width="0" height="12" />
609         </bpmndi:BPMNLabel>
610       </bpmndi:BPMNEdge>
611       <bpmndi:BPMNEdge id="SequenceFlow_0vjx5a2_di" bpmnElement="SequenceFlow_0vjx5a2">
612         <di:waypoint xsi:type="dc:Point" x="640" y="1121" />
613         <di:waypoint xsi:type="dc:Point" x="872" y="1121" />
614         <bpmndi:BPMNLabel>
615           <dc:Bounds x="747" y="1100" width="19" height="12" />
616         </bpmndi:BPMNLabel>
617       </bpmndi:BPMNEdge>
618       <bpmndi:BPMNEdge id="SequenceFlow_1do7kq0_di" bpmnElement="SequenceFlow_1do7kq0">
619         <di:waypoint xsi:type="dc:Point" x="615" y="1146" />
620         <di:waypoint xsi:type="dc:Point" x="615" y="1218" />
621         <bpmndi:BPMNLabel>
622           <dc:Bounds x="623" y="1176" width="14" height="12" />
623         </bpmndi:BPMNLabel>
624       </bpmndi:BPMNEdge>
625       <bpmndi:BPMNShape id="CallActivity_11obqi0_di" bpmnElement="CallActivity_11obqi0">
626         <dc:Bounds x="872" y="1081" width="100" height="80" />
627       </bpmndi:BPMNShape>
628       <bpmndi:BPMNEdge id="SequenceFlow_0w4t4ao_di" bpmnElement="SequenceFlow_0w4t4ao">
629         <di:waypoint xsi:type="dc:Point" x="972" y="1121" />
630         <di:waypoint xsi:type="dc:Point" x="1240" y="1121" />
631         <bpmndi:BPMNLabel>
632           <dc:Bounds x="1106" y="1100" width="0" height="12" />
633         </bpmndi:BPMNLabel>
634       </bpmndi:BPMNEdge>
635       <bpmndi:BPMNShape id="CallActivity_07pl1uw_di" bpmnElement="CallActivity_07pl1uw">
636         <dc:Bounds x="858" y="828" width="100" height="80" />
637       </bpmndi:BPMNShape>
638       <bpmndi:BPMNEdge id="SequenceFlow_1wwjugw_di" bpmnElement="SequenceFlow_1wwjugw">
639         <di:waypoint xsi:type="dc:Point" x="958" y="868" />
640         <di:waypoint xsi:type="dc:Point" x="1101" y="868" />
641         <di:waypoint xsi:type="dc:Point" x="1101" y="868" />
642         <di:waypoint xsi:type="dc:Point" x="1229" y="868" />
643         <bpmndi:BPMNLabel>
644           <dc:Bounds x="1116" y="862" width="0" height="12" />
645         </bpmndi:BPMNLabel>
646       </bpmndi:BPMNEdge>
647     </bpmndi:BPMNPlane>
648   </bpmndi:BPMNDiagram>
649 </bpmn2:definitions>