[SO] Release so 1.13.0 image
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / CreateGenericALaCarteServiceInstance.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.7.1" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="CreateGenericALaCarteServiceInstance" name="CreateGenericALaCarteServiceInstance" isExecutable="true">
4     <bpmn2:startEvent id="createSI_startEvent" name="Create SI Start Flow">
5       <bpmn2:outgoing>SequenceFlow_0lp2z7l</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:subProcess id="unexpectedErrors_SubProcess" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
8       <bpmn2:scriptTask id="ScriptTask_1" name="Handle Unexpected Error" scriptFormat="groovy">
9         <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
10         <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
11         <bpmn2:script><![CDATA[import org.onap.so.bpmn.common.scripts.*
12 ExceptionUtil ex = new ExceptionUtil()
13 ex.processJavaException(execution)]]></bpmn2:script>
14       </bpmn2:scriptTask>
15       <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" />
16       <bpmn2:startEvent id="StartEvent_1">
17         <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
18         <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1" camunda:errorMessageVariable="gUnknownError" />
19       </bpmn2:startEvent>
20       <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" />
21       <bpmn2:endEvent id="EndEvent_1">
22         <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
23       </bpmn2:endEvent>
24     </bpmn2:subProcess>
25     <bpmn2:callActivity id="doCreateServiceInstance_CallActivity" name="Call DoCreateServiceInstance&#10;" calledElement="DoCreateServiceInstance">
26       <bpmn2:extensionElements>
27         <camunda:out source="WorkflowException" target="WorkflowException" />
28         <camunda:in source="msoRequestId" target="msoRequestId" />
29         <camunda:out source="rollbackData" target="rollbackData" />
30         <camunda:in source="productFamilyId" target="productFamilyId" />
31         <camunda:in source="disableRollback" target="disableRollback" />
32         <camunda:in source="serviceInputParams" target="serviceInputParams" />
33         <camunda:out source="rolledBack" target="rolledBack" />
34         <camunda:out source="serviceInstanceName" target="serviceInstanceName" />
35         <camunda:in source="failIfExists" target="failIfExists" />
36         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
37         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
38         <camunda:in sourceExpression="1610" target="sdncVersion" />
39         <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
40         <camunda:in source="bpmnRequest" target="requestJson" />
41         <camunda:in source="msoRequestId" target="mso-request-id" />
42       </bpmn2:extensionElements>
43       <bpmn2:incoming>SequenceFlow_1fv5tk6</bpmn2:incoming>
44       <bpmn2:outgoing>SequenceFlow_1lj31zp</bpmn2:outgoing>
45     </bpmn2:callActivity>
46     <bpmn2:endEvent id="EndEvent_0o440av" name="End">
47       <bpmn2:incoming>SequenceFlow_095crcd</bpmn2:incoming>
48     </bpmn2:endEvent>
49     <bpmn2:sequenceFlow id="SequenceFlow_1lj31zp" sourceRef="doCreateServiceInstance_CallActivity" targetRef="ExclusiveGateway_1x5i9c1" />
50     <bpmn2:scriptTask id="ScriptTask_0pvcr6j" name="Pre Process Incoming Request" scriptFormat="groovy">
51       <bpmn2:incoming>SequenceFlow_0lp2z7l</bpmn2:incoming>
52       <bpmn2:outgoing>SequenceFlow_0ktadna</bpmn2:outgoing>
53       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
54 def csi = new CreateGenericALaCarteServiceInstance()
55 csi.preProcessRequest(execution)]]></bpmn2:script>
56     </bpmn2:scriptTask>
57     <bpmn2:sequenceFlow id="SequenceFlow_0lp2z7l" sourceRef="createSI_startEvent" targetRef="ScriptTask_0pvcr6j" />
58     <bpmn2:scriptTask id="ScriptTask_0cihgpv" name="Prepare Completion Request" scriptFormat="groovy">
59       <bpmn2:incoming>SequenceFlow_1o4wwba</bpmn2:incoming>
60       <bpmn2:outgoing>SequenceFlow_0xxvjxq</bpmn2:outgoing>
61       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
62 def csi = new CreateGenericALaCarteServiceInstance()
63 csi.prepareCompletionRequest(execution)]]></bpmn2:script>
64     </bpmn2:scriptTask>
65     <bpmn2:callActivity id="CallActivity_0sevgre" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
66       <bpmn2:extensionElements>
67         <camunda:in source="completionRequest" target="CompleteMsoProcessRequest" />
68         <camunda:in source="mso-request-id" target="mso-request-id" />
69         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
70         <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
71         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
72         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
73       </bpmn2:extensionElements>
74       <bpmn2:incoming>SequenceFlow_0xxvjxq</bpmn2:incoming>
75       <bpmn2:outgoing>SequenceFlow_095crcd</bpmn2:outgoing>
76     </bpmn2:callActivity>
77     <bpmn2:sequenceFlow id="SequenceFlow_0xxvjxq" sourceRef="ScriptTask_0cihgpv" targetRef="CallActivity_0sevgre" />
78     <bpmn2:subProcess id="SubProcess_1k2112i" name="Sub-process for FalloutHandler and Rollback" triggeredByEvent="true">
79       <bpmn2:startEvent id="StartEvent_110xxgx">
80         <bpmn2:outgoing>SequenceFlow_0n4umjf</bpmn2:outgoing>
81         <bpmn2:errorEventDefinition />
82       </bpmn2:startEvent>
83       <bpmn2:endEvent id="EndEvent_1rqikib">
84         <bpmn2:incoming>SequenceFlow_1ghqolv</bpmn2:incoming>
85       </bpmn2:endEvent>
86       <bpmn2:scriptTask id="ScriptTask_1hql91g" name="Prepare Fallout Request" scriptFormat="groovy">
87         <bpmn2:incoming>SequenceFlow_14eadeb</bpmn2:incoming>
88         <bpmn2:outgoing>SequenceFlow_1reso2f</bpmn2:outgoing>
89         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
90 def csi = new CreateGenericALaCarteServiceInstance()
91 csi.prepareFalloutRequest(execution)]]></bpmn2:script>
92       </bpmn2:scriptTask>
93       <bpmn2:callActivity id="CallActivity_1ksm1dz" name="Call FalloutHandler" calledElement="FalloutHandler">
94         <bpmn2:extensionElements>
95           <camunda:in source="falloutRequest" target="FalloutHandlerRequest" />
96           <camunda:in source="mso-request-id" target="mso-request-id" />
97           <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
98           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
99           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
100           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
101         </bpmn2:extensionElements>
102         <bpmn2:incoming>SequenceFlow_1reso2f</bpmn2:incoming>
103         <bpmn2:outgoing>SequenceFlow_1ghqolv</bpmn2:outgoing>
104       </bpmn2:callActivity>
105       <bpmn2:sequenceFlow id="SequenceFlow_1reso2f" sourceRef="ScriptTask_1hql91g" targetRef="CallActivity_1ksm1dz" />
106       <bpmn2:sequenceFlow id="SequenceFlow_1ghqolv" sourceRef="CallActivity_1ksm1dz" targetRef="EndEvent_1rqikib" />
107       <bpmn2:sequenceFlow id="SequenceFlow_0n4umjf" sourceRef="StartEvent_110xxgx" targetRef="ScriptTask_0o4smqp" />
108       <bpmn2:scriptTask id="ScriptTask_0o4smqp" name="Send Error Response">
109         <bpmn2:incoming>SequenceFlow_0n4umjf</bpmn2:incoming>
110         <bpmn2:outgoing>SequenceFlow_14eadeb</bpmn2:outgoing>
111         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
112 def csi = new  CreateGenericALaCarteServiceInstance()
113 csi.sendSyncError(execution)]]></bpmn2:script>
114       </bpmn2:scriptTask>
115       <bpmn2:sequenceFlow id="SequenceFlow_14eadeb" sourceRef="ScriptTask_0o4smqp" targetRef="ScriptTask_1hql91g" />
116     </bpmn2:subProcess>
117     <bpmn2:sequenceFlow id="SequenceFlow_095crcd" sourceRef="CallActivity_0sevgre" targetRef="EndEvent_0o440av" />
118     <bpmn2:scriptTask id="Task_1nko5zz" name="Send Sync Ack Response" scriptFormat="groovy">
119       <bpmn2:incoming>SequenceFlow_0ktadna</bpmn2:incoming>
120       <bpmn2:outgoing>SequenceFlow_16vhtu8</bpmn2:outgoing>
121       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
122 def csi = new  CreateGenericALaCarteServiceInstance()
123 csi.sendSyncResponse(execution)]]></bpmn2:script>
124     </bpmn2:scriptTask>
125     <bpmn2:sequenceFlow id="SequenceFlow_0ktadna" sourceRef="ScriptTask_0pvcr6j" targetRef="Task_1nko5zz" />
126     <bpmn2:exclusiveGateway id="ExclusiveGateway_1x5i9c1" name="Success?">
127       <bpmn2:incoming>SequenceFlow_1lj31zp</bpmn2:incoming>
128       <bpmn2:outgoing>SequenceFlow_1o4wwba</bpmn2:outgoing>
129       <bpmn2:outgoing>SequenceFlow_1mdnv3l</bpmn2:outgoing>
130     </bpmn2:exclusiveGateway>
131     <bpmn2:endEvent id="EndEvent_143akoz">
132       <bpmn2:incoming>SequenceFlow_1mdnv3l</bpmn2:incoming>
133       <bpmn2:errorEventDefinition errorRef="Error_2" />
134     </bpmn2:endEvent>
135     <bpmn2:sequenceFlow id="SequenceFlow_1o4wwba" name="yes" sourceRef="ExclusiveGateway_1x5i9c1" targetRef="ScriptTask_0cihgpv">
136       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") == null}]]></bpmn2:conditionExpression>
137     </bpmn2:sequenceFlow>
138     <bpmn2:sequenceFlow id="SequenceFlow_1mdnv3l" name="no" sourceRef="ExclusiveGateway_1x5i9c1" targetRef="EndEvent_143akoz">
139       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression>
140     </bpmn2:sequenceFlow>
141     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0y5991s" name="GoDecompose">
142       <bpmn2:incoming>SequenceFlow_16vhtu8</bpmn2:incoming>
143       <bpmn2:linkEventDefinition name="Decompose" />
144     </bpmn2:intermediateThrowEvent>
145     <bpmn2:sequenceFlow id="SequenceFlow_16vhtu8" sourceRef="Task_1nko5zz" targetRef="IntermediateThrowEvent_0y5991s" />
146     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_00tv706" name="Decompose">
147       <bpmn2:outgoing>SequenceFlow_1tfe975</bpmn2:outgoing>
148       <bpmn2:linkEventDefinition name="Decompose" />
149     </bpmn2:intermediateCatchEvent>
150     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1aouco1" name="CreateSI">
151       <bpmn2:outgoing>SequenceFlow_1hjh5zy</bpmn2:outgoing>
152       <bpmn2:linkEventDefinition name="CreateSI" />
153     </bpmn2:intermediateCatchEvent>
154     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1tbopzu" name="GoToCreateSI">
155       <bpmn2:incoming>SequenceFlow_14ajbme</bpmn2:incoming>
156       <bpmn2:linkEventDefinition name="CreateSI" />
157     </bpmn2:intermediateThrowEvent>
158     <bpmn2:scriptTask id="ScriptTask_1vr3ks5" name="Prepare&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
159       <bpmn2:incoming>SequenceFlow_1tfe975</bpmn2:incoming>
160       <bpmn2:outgoing>SequenceFlow_0xhu1k3</bpmn2:outgoing>
161       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
162 def csi= new CreateGenericALaCarteServiceInstance()
163 csi.prepareDecomposeService(execution)]]></bpmn2:script>
164     </bpmn2:scriptTask>
165     <bpmn2:callActivity id="CallActivity_1oc1h9q" name="DecomposeService" calledElement="DecomposeService">
166       <bpmn2:extensionElements>
167         <camunda:in source="msoRequestId" target="msoRequestId" />
168         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
169         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
170         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
171         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
172         <camunda:out source="WorkflowException" target="WorkflowException" />
173         <camunda:in source="msoRequestId" target="mso-request-id" />
174       </bpmn2:extensionElements>
175       <bpmn2:incoming>SequenceFlow_0xhu1k3</bpmn2:incoming>
176       <bpmn2:outgoing>SequenceFlow_1o3ihrh</bpmn2:outgoing>
177     </bpmn2:callActivity>
178     <bpmn2:scriptTask id="ScriptTask_04zaa1o" name="Prepare&#10;Create&#10;Service&#10;" scriptFormat="groovy">
179       <bpmn2:incoming>SequenceFlow_1hjh5zy</bpmn2:incoming>
180       <bpmn2:outgoing>SequenceFlow_1fv5tk6</bpmn2:outgoing>
181       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
182 def csi= new CreateGenericALaCarteServiceInstance()
183 csi.prepareCreateServiceInstance(execution)]]></bpmn2:script>
184     </bpmn2:scriptTask>
185     <bpmn2:sequenceFlow id="SequenceFlow_0xhu1k3" sourceRef="ScriptTask_1vr3ks5" targetRef="CallActivity_1oc1h9q" />
186     <bpmn2:sequenceFlow id="SequenceFlow_1o3ihrh" sourceRef="CallActivity_1oc1h9q" targetRef="ExclusiveGateway_0h0cq5k" />
187     <bpmn2:sequenceFlow id="SequenceFlow_1tfe975" sourceRef="IntermediateCatchEvent_00tv706" targetRef="ScriptTask_1vr3ks5" />
188     <bpmn2:sequenceFlow id="SequenceFlow_14ajbme" sourceRef="CallActivity_1y1p4bd" targetRef="IntermediateThrowEvent_1tbopzu" />
189     <bpmn2:sequenceFlow id="SequenceFlow_1hjh5zy" sourceRef="IntermediateCatchEvent_1aouco1" targetRef="ScriptTask_04zaa1o" />
190     <bpmn2:callActivity id="CallActivity_1y1p4bd" name="Call Homing Service" calledElement="Homing" camunda:modelerTemplate="homingBlock">
191       <bpmn2:extensionElements>
192         <camunda:in source="true" target="isDebugLogEnabled" />
193         <camunda:in source="null" target="timeout" />
194         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
195         <camunda:out source="rolledBack" target="rolledBack" />
196         <camunda:out source="rollbackData" target="rollbackData" />
197         <camunda:out source="WorkflowException" target="WorkflowException" />
198         <camunda:in source="msoRequestId" target="msoRequestId" />
199         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
200         <camunda:in source="serviceDecomposition" target="serviceDecomposition" />
201         <camunda:in source="subscriberInfo" target="subscriberInfo" />
202         <camunda:in source="homingService" target="homingService" />
203         <camunda:in source="customerLocation" target="customerLocation" />
204         <camunda:in source="cloudOwner" target="cloudOwner" />
205         <camunda:in source="cloudRegionId" target="cloudRegionId" />
206         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
207         <camunda:in source="homingModelIds" target="homingModelIds" />
208         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
209         <camunda:in source="mso-request-id" target="mso-request-d" />
210       </bpmn2:extensionElements>
211       <bpmn2:incoming>SequenceFlow_0bng27u</bpmn2:incoming>
212       <bpmn2:outgoing>SequenceFlow_14ajbme</bpmn2:outgoing>
213     </bpmn2:callActivity>
214     <bpmn2:scriptTask id="ScriptTask_1imcb54" name="PostProcess&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
215       <bpmn2:incoming>SequenceFlow_0vcumrm</bpmn2:incoming>
216       <bpmn2:outgoing>SequenceFlow_0bng27u</bpmn2:outgoing>
217       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
218 def csi= new CreateGenericALaCarteServiceInstance()
219 csi.processDecomposition(execution)]]></bpmn2:script>
220     </bpmn2:scriptTask>
221     <bpmn2:sequenceFlow id="SequenceFlow_0bng27u" sourceRef="ScriptTask_1imcb54" targetRef="CallActivity_1y1p4bd" />
222     <bpmn2:sequenceFlow id="SequenceFlow_1fv5tk6" sourceRef="ScriptTask_04zaa1o" targetRef="doCreateServiceInstance_CallActivity" />
223     <bpmn2:exclusiveGateway id="ExclusiveGateway_0h0cq5k" name="Home Service?">
224       <bpmn2:incoming>SequenceFlow_1o3ihrh</bpmn2:incoming>
225       <bpmn2:outgoing>SequenceFlow_0vcumrm</bpmn2:outgoing>
226       <bpmn2:outgoing>SequenceFlow_0xrox26</bpmn2:outgoing>
227     </bpmn2:exclusiveGateway>
228     <bpmn2:sequenceFlow id="SequenceFlow_0vcumrm" sourceRef="ExclusiveGateway_0h0cq5k" targetRef="ScriptTask_1imcb54">
229       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("homingService") == "oof"}]]></bpmn2:conditionExpression>
230     </bpmn2:sequenceFlow>
231     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0hhmvlw" name="GoToCreateSI">
232       <bpmn2:incoming>SequenceFlow_0xrox26</bpmn2:incoming>
233       <bpmn2:linkEventDefinition name="CreateSI" />
234     </bpmn2:intermediateThrowEvent>
235     <bpmn2:sequenceFlow id="SequenceFlow_0xrox26" sourceRef="ExclusiveGateway_0h0cq5k" targetRef="IntermediateThrowEvent_0hhmvlw" />
236   </bpmn2:process>
237   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
238   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
239   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
240     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateGenericALaCarteServiceInstance">
241       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
242         <dc:Bounds x="-6" y="79" width="36" height="36" />
243         <bpmndi:BPMNLabel>
244           <dc:Bounds x="-25" y="120" width="74" height="26" />
245         </bpmndi:BPMNLabel>
246       </bpmndi:BPMNShape>
247       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_28" bpmnElement="unexpectedErrors_SubProcess" isExpanded="true">
248         <dc:Bounds x="187" y="926" width="394" height="188" />
249       </bpmndi:BPMNShape>
250       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_71" bpmnElement="StartEvent_1">
251         <dc:Bounds x="220" y="1003" width="36" height="36" />
252         <bpmndi:BPMNLabel>
253           <dc:Bounds x="193" y="1044" width="90" height="0" />
254         </bpmndi:BPMNLabel>
255       </bpmndi:BPMNShape>
256       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_270" bpmnElement="ScriptTask_1">
257         <dc:Bounds x="335" y="981" width="100" height="80" />
258       </bpmndi:BPMNShape>
259       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_220" bpmnElement="EndEvent_1">
260         <dc:Bounds x="496" y="1003" width="36" height="36" />
261         <bpmndi:BPMNLabel>
262           <dc:Bounds x="469" y="1044" width="90" height="0" />
263         </bpmndi:BPMNLabel>
264       </bpmndi:BPMNShape>
265       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_StartEvent_71" targetElement="_BPMNShape_ScriptTask_270">
266         <di:waypoint xsi:type="dc:Point" x="256" y="1021" />
267         <di:waypoint xsi:type="dc:Point" x="335" y="1021" />
268         <bpmndi:BPMNLabel>
269           <dc:Bounds x="253" y="1021" width="90" height="0" />
270         </bpmndi:BPMNLabel>
271       </bpmndi:BPMNEdge>
272       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_270" targetElement="_BPMNShape_EndEvent_220">
273         <di:waypoint xsi:type="dc:Point" x="435" y="1021" />
274         <di:waypoint xsi:type="dc:Point" x="496" y="1021" />
275         <bpmndi:BPMNLabel>
276           <dc:Bounds x="425" y="1021" width="90" height="0" />
277         </bpmndi:BPMNLabel>
278       </bpmndi:BPMNEdge>
279       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_72" bpmnElement="doCreateServiceInstance_CallActivity">
280         <dc:Bounds x="321" y="452" width="100" height="80" />
281       </bpmndi:BPMNShape>
282       <bpmndi:BPMNShape id="EndEvent_0o440av_di" bpmnElement="EndEvent_0o440av">
283         <dc:Bounds x="1004" y="474" width="36" height="36" />
284         <bpmndi:BPMNLabel>
285           <dc:Bounds x="1015" y="510" width="20" height="12" />
286         </bpmndi:BPMNLabel>
287       </bpmndi:BPMNShape>
288       <bpmndi:BPMNEdge id="SequenceFlow_1lj31zp_di" bpmnElement="SequenceFlow_1lj31zp">
289         <di:waypoint xsi:type="dc:Point" x="421" y="492" />
290         <di:waypoint xsi:type="dc:Point" x="500" y="492" />
291         <bpmndi:BPMNLabel>
292           <dc:Bounds x="415.5" y="477" width="90" height="0" />
293         </bpmndi:BPMNLabel>
294       </bpmndi:BPMNEdge>
295       <bpmndi:BPMNShape id="ScriptTask_0pvcr6j_di" bpmnElement="ScriptTask_0pvcr6j">
296         <dc:Bounds x="112" y="57" width="100" height="80" />
297       </bpmndi:BPMNShape>
298       <bpmndi:BPMNEdge id="SequenceFlow_0lp2z7l_di" bpmnElement="SequenceFlow_0lp2z7l">
299         <di:waypoint xsi:type="dc:Point" x="30" y="97" />
300         <di:waypoint xsi:type="dc:Point" x="112" y="97" />
301         <bpmndi:BPMNLabel>
302           <dc:Bounds x="71" y="82" width="0" height="0" />
303         </bpmndi:BPMNLabel>
304       </bpmndi:BPMNEdge>
305       <bpmndi:BPMNShape id="ScriptTask_0cihgpv_di" bpmnElement="ScriptTask_0cihgpv">
306         <dc:Bounds x="637" y="452" width="100" height="80" />
307       </bpmndi:BPMNShape>
308       <bpmndi:BPMNShape id="CallActivity_0sevgre_di" bpmnElement="CallActivity_0sevgre">
309         <dc:Bounds x="820" y="452" width="100" height="80" />
310       </bpmndi:BPMNShape>
311       <bpmndi:BPMNEdge id="SequenceFlow_0xxvjxq_di" bpmnElement="SequenceFlow_0xxvjxq">
312         <di:waypoint xsi:type="dc:Point" x="737" y="492" />
313         <di:waypoint xsi:type="dc:Point" x="820" y="492" />
314         <bpmndi:BPMNLabel>
315           <dc:Bounds x="733.5" y="477" width="90" height="0" />
316         </bpmndi:BPMNLabel>
317       </bpmndi:BPMNEdge>
318       <bpmndi:BPMNShape id="ScriptTask_1hql91g_di" bpmnElement="ScriptTask_1hql91g">
319         <dc:Bounds x="443" y="731" width="100" height="80" />
320       </bpmndi:BPMNShape>
321       <bpmndi:BPMNShape id="CallActivity_1ksm1dz_di" bpmnElement="CallActivity_1ksm1dz">
322         <dc:Bounds x="620" y="731" width="100" height="80" />
323       </bpmndi:BPMNShape>
324       <bpmndi:BPMNShape id="SubProcess_1k2112i_di" bpmnElement="SubProcess_1k2112i" isExpanded="true">
325         <dc:Bounds x="170" y="667" width="679" height="194" />
326       </bpmndi:BPMNShape>
327       <bpmndi:BPMNShape id="StartEvent_110xxgx_di" bpmnElement="StartEvent_110xxgx">
328         <dc:Bounds x="185" y="753" width="36" height="36" />
329         <bpmndi:BPMNLabel>
330           <dc:Bounds x="203" y="794" width="0" height="0" />
331         </bpmndi:BPMNLabel>
332       </bpmndi:BPMNShape>
333       <bpmndi:BPMNShape id="EndEvent_1rqikib_di" bpmnElement="EndEvent_1rqikib">
334         <dc:Bounds x="764" y="753" width="36" height="36" />
335         <bpmndi:BPMNLabel>
336           <dc:Bounds x="782" y="794" width="0" height="0" />
337         </bpmndi:BPMNLabel>
338       </bpmndi:BPMNShape>
339       <bpmndi:BPMNEdge id="SequenceFlow_1reso2f_di" bpmnElement="SequenceFlow_1reso2f">
340         <di:waypoint xsi:type="dc:Point" x="543" y="771" />
341         <di:waypoint xsi:type="dc:Point" x="620" y="771" />
342         <bpmndi:BPMNLabel>
343           <dc:Bounds x="582" y="756" width="0" height="0" />
344         </bpmndi:BPMNLabel>
345       </bpmndi:BPMNEdge>
346       <bpmndi:BPMNEdge id="SequenceFlow_1ghqolv_di" bpmnElement="SequenceFlow_1ghqolv">
347         <di:waypoint xsi:type="dc:Point" x="720" y="771" />
348         <di:waypoint xsi:type="dc:Point" x="764" y="771" />
349         <bpmndi:BPMNLabel>
350           <dc:Bounds x="742" y="756" width="0" height="0" />
351         </bpmndi:BPMNLabel>
352       </bpmndi:BPMNEdge>
353       <bpmndi:BPMNEdge id="SequenceFlow_095crcd_di" bpmnElement="SequenceFlow_095crcd">
354         <di:waypoint xsi:type="dc:Point" x="920" y="492" />
355         <di:waypoint xsi:type="dc:Point" x="1004" y="492" />
356         <bpmndi:BPMNLabel>
357           <dc:Bounds x="917" y="477" width="90" height="0" />
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNEdge>
360       <bpmndi:BPMNEdge id="SequenceFlow_0n4umjf_di" bpmnElement="SequenceFlow_0n4umjf">
361         <di:waypoint xsi:type="dc:Point" x="221" y="771" />
362         <di:waypoint xsi:type="dc:Point" x="243" y="771" />
363         <di:waypoint xsi:type="dc:Point" x="243" y="771" />
364         <di:waypoint xsi:type="dc:Point" x="264" y="771" />
365         <bpmndi:BPMNLabel>
366           <dc:Bounds x="258" y="771" width="0" height="0" />
367         </bpmndi:BPMNLabel>
368       </bpmndi:BPMNEdge>
369       <bpmndi:BPMNShape id="ScriptTask_1rb2dsd_di" bpmnElement="Task_1nko5zz">
370         <dc:Bounds x="342" y="57" width="100" height="80" />
371       </bpmndi:BPMNShape>
372       <bpmndi:BPMNEdge id="SequenceFlow_0ktadna_di" bpmnElement="SequenceFlow_0ktadna">
373         <di:waypoint xsi:type="dc:Point" x="212" y="97" />
374         <di:waypoint xsi:type="dc:Point" x="342" y="97" />
375         <bpmndi:BPMNLabel>
376           <dc:Bounds x="277" y="82" width="0" height="0" />
377         </bpmndi:BPMNLabel>
378       </bpmndi:BPMNEdge>
379       <bpmndi:BPMNShape id="ScriptTask_0o4smqp_di" bpmnElement="ScriptTask_0o4smqp">
380         <dc:Bounds x="265" y="731" width="100" height="80" />
381       </bpmndi:BPMNShape>
382       <bpmndi:BPMNEdge id="SequenceFlow_14eadeb_di" bpmnElement="SequenceFlow_14eadeb">
383         <di:waypoint xsi:type="dc:Point" x="365" y="771" />
384         <di:waypoint xsi:type="dc:Point" x="392" y="771" />
385         <di:waypoint xsi:type="dc:Point" x="392" y="771" />
386         <di:waypoint xsi:type="dc:Point" x="443" y="771" />
387         <bpmndi:BPMNLabel>
388           <dc:Bounds x="407" y="771" width="0" height="0" />
389         </bpmndi:BPMNLabel>
390       </bpmndi:BPMNEdge>
391       <bpmndi:BPMNShape id="ExclusiveGateway_1x5i9c1_di" bpmnElement="ExclusiveGateway_1x5i9c1" isMarkerVisible="true">
392         <dc:Bounds x="500" y="467" width="50" height="50" />
393         <bpmndi:BPMNLabel>
394           <dc:Bounds x="501" y="439" width="49" height="12" />
395         </bpmndi:BPMNLabel>
396       </bpmndi:BPMNShape>
397       <bpmndi:BPMNShape id="EndEvent_143akoz_di" bpmnElement="EndEvent_143akoz">
398         <dc:Bounds x="507" y="580" width="36" height="36" />
399         <bpmndi:BPMNLabel>
400           <dc:Bounds x="558" y="965" width="90" height="0" />
401         </bpmndi:BPMNLabel>
402       </bpmndi:BPMNShape>
403       <bpmndi:BPMNEdge id="SequenceFlow_1o4wwba_di" bpmnElement="SequenceFlow_1o4wwba">
404         <di:waypoint xsi:type="dc:Point" x="550" y="492" />
405         <di:waypoint xsi:type="dc:Point" x="637" y="492" />
406         <bpmndi:BPMNLabel>
407           <dc:Bounds x="554.09375" y="489" width="19" height="12" />
408         </bpmndi:BPMNLabel>
409       </bpmndi:BPMNEdge>
410       <bpmndi:BPMNEdge id="SequenceFlow_1mdnv3l_di" bpmnElement="SequenceFlow_1mdnv3l">
411         <di:waypoint xsi:type="dc:Point" x="525" y="517" />
412         <di:waypoint xsi:type="dc:Point" x="525" y="549" />
413         <di:waypoint xsi:type="dc:Point" x="525" y="549" />
414         <di:waypoint xsi:type="dc:Point" x="525" y="580" />
415         <bpmndi:BPMNLabel>
416           <dc:Bounds x="514" y="524.0370370370371" width="13" height="12" />
417         </bpmndi:BPMNLabel>
418       </bpmndi:BPMNEdge>
419       <bpmndi:BPMNShape id="IntermediateThrowEvent_0y5991s_di" bpmnElement="IntermediateThrowEvent_0y5991s">
420         <dc:Bounds x="587" y="79" width="36" height="36" />
421         <bpmndi:BPMNLabel>
422           <dc:Bounds x="568" y="120" width="74" height="12" />
423         </bpmndi:BPMNLabel>
424       </bpmndi:BPMNShape>
425       <bpmndi:BPMNEdge id="SequenceFlow_16vhtu8_di" bpmnElement="SequenceFlow_16vhtu8">
426         <di:waypoint xsi:type="dc:Point" x="442" y="97" />
427         <di:waypoint xsi:type="dc:Point" x="587" y="97" />
428         <bpmndi:BPMNLabel>
429           <dc:Bounds x="515" y="82" width="0" height="0" />
430         </bpmndi:BPMNLabel>
431       </bpmndi:BPMNEdge>
432       <bpmndi:BPMNShape id="IntermediateCatchEvent_00tv706_di" bpmnElement="IntermediateCatchEvent_00tv706">
433         <dc:Bounds x="-6" y="272" width="36" height="36" />
434         <bpmndi:BPMNLabel>
435           <dc:Bounds x="-19" y="308" width="59" height="12" />
436         </bpmndi:BPMNLabel>
437       </bpmndi:BPMNShape>
438       <bpmndi:BPMNShape id="IntermediateCatchEvent_1aouco1_di" bpmnElement="IntermediateCatchEvent_1aouco1">
439         <dc:Bounds x="-6" y="474" width="36" height="36" />
440         <bpmndi:BPMNLabel>
441           <dc:Bounds x="-11" y="510" width="43" height="12" />
442         </bpmndi:BPMNLabel>
443       </bpmndi:BPMNShape>
444       <bpmndi:BPMNShape id="IntermediateThrowEvent_1tbopzu_di" bpmnElement="IntermediateThrowEvent_1tbopzu">
445         <dc:Bounds x="1004" y="272" width="36" height="36" />
446         <bpmndi:BPMNLabel>
447           <dc:Bounds x="986" y="313" width="72" height="12" />
448         </bpmndi:BPMNLabel>
449       </bpmndi:BPMNShape>
450       <bpmndi:BPMNShape id="ScriptTask_1vr3ks5_di" bpmnElement="ScriptTask_1vr3ks5">
451         <dc:Bounds x="112" y="250" width="100" height="80" />
452       </bpmndi:BPMNShape>
453       <bpmndi:BPMNShape id="CallActivity_1oc1h9q_di" bpmnElement="CallActivity_1oc1h9q">
454         <dc:Bounds x="342" y="250" width="100" height="80" />
455       </bpmndi:BPMNShape>
456       <bpmndi:BPMNShape id="ScriptTask_04zaa1o_di" bpmnElement="ScriptTask_04zaa1o">
457         <dc:Bounds x="112" y="452" width="100" height="80" />
458       </bpmndi:BPMNShape>
459       <bpmndi:BPMNEdge id="SequenceFlow_0xhu1k3_di" bpmnElement="SequenceFlow_0xhu1k3">
460         <di:waypoint xsi:type="dc:Point" x="212" y="290" />
461         <di:waypoint xsi:type="dc:Point" x="342" y="290" />
462         <bpmndi:BPMNLabel>
463           <dc:Bounds x="277" y="275" width="0" height="0" />
464         </bpmndi:BPMNLabel>
465       </bpmndi:BPMNEdge>
466       <bpmndi:BPMNEdge id="SequenceFlow_1o3ihrh_di" bpmnElement="SequenceFlow_1o3ihrh">
467         <di:waypoint xsi:type="dc:Point" x="442" y="290" />
468         <di:waypoint xsi:type="dc:Point" x="500" y="290" />
469         <bpmndi:BPMNLabel>
470           <dc:Bounds x="426" y="275" width="90" height="0" />
471         </bpmndi:BPMNLabel>
472       </bpmndi:BPMNEdge>
473       <bpmndi:BPMNEdge id="SequenceFlow_1tfe975_di" bpmnElement="SequenceFlow_1tfe975">
474         <di:waypoint xsi:type="dc:Point" x="30" y="290" />
475         <di:waypoint xsi:type="dc:Point" x="69" y="290" />
476         <di:waypoint xsi:type="dc:Point" x="69" y="290" />
477         <di:waypoint xsi:type="dc:Point" x="112" y="290" />
478         <bpmndi:BPMNLabel>
479           <dc:Bounds x="84" y="290" width="0" height="0" />
480         </bpmndi:BPMNLabel>
481       </bpmndi:BPMNEdge>
482       <bpmndi:BPMNEdge id="SequenceFlow_14ajbme_di" bpmnElement="SequenceFlow_14ajbme">
483         <di:waypoint xsi:type="dc:Point" x="930" y="290" />
484         <di:waypoint xsi:type="dc:Point" x="1004" y="290" />
485         <bpmndi:BPMNLabel>
486           <dc:Bounds x="922" y="275" width="90" height="0" />
487         </bpmndi:BPMNLabel>
488       </bpmndi:BPMNEdge>
489       <bpmndi:BPMNEdge id="SequenceFlow_1hjh5zy_di" bpmnElement="SequenceFlow_1hjh5zy">
490         <di:waypoint xsi:type="dc:Point" x="30" y="492" />
491         <di:waypoint xsi:type="dc:Point" x="112" y="492" />
492         <bpmndi:BPMNLabel>
493           <dc:Bounds x="26" y="477" width="90" height="0" />
494         </bpmndi:BPMNLabel>
495       </bpmndi:BPMNEdge>
496       <bpmndi:BPMNShape id="CallActivity_1y1p4bd_di" bpmnElement="CallActivity_1y1p4bd">
497         <dc:Bounds x="830" y="250" width="100" height="80" />
498       </bpmndi:BPMNShape>
499       <bpmndi:BPMNShape id="ScriptTask_1imcb54_di" bpmnElement="ScriptTask_1imcb54">
500         <dc:Bounds x="637" y="250" width="100" height="80" />
501       </bpmndi:BPMNShape>
502       <bpmndi:BPMNEdge id="SequenceFlow_0bng27u_di" bpmnElement="SequenceFlow_0bng27u">
503         <di:waypoint xsi:type="dc:Point" x="737" y="290" />
504         <di:waypoint xsi:type="dc:Point" x="830" y="290" />
505         <bpmndi:BPMNLabel>
506           <dc:Bounds x="783.5" y="269" width="0" height="12" />
507         </bpmndi:BPMNLabel>
508       </bpmndi:BPMNEdge>
509       <bpmndi:BPMNEdge id="SequenceFlow_1fv5tk6_di" bpmnElement="SequenceFlow_1fv5tk6">
510         <di:waypoint xsi:type="dc:Point" x="212" y="492" />
511         <di:waypoint xsi:type="dc:Point" x="321" y="492" />
512         <bpmndi:BPMNLabel>
513           <dc:Bounds x="266.5" y="471" width="0" height="12" />
514         </bpmndi:BPMNLabel>
515       </bpmndi:BPMNEdge>
516       <bpmndi:BPMNShape id="ExclusiveGateway_0h0cq5k_di" bpmnElement="ExclusiveGateway_0h0cq5k" isMarkerVisible="true">
517         <dc:Bounds x="499.52351097178683" y="265" width="50" height="50" />
518         <bpmndi:BPMNLabel>
519           <dc:Bounds x="488" y="319" width="77" height="12" />
520         </bpmndi:BPMNLabel>
521       </bpmndi:BPMNShape>
522       <bpmndi:BPMNEdge id="SequenceFlow_0vcumrm_di" bpmnElement="SequenceFlow_0vcumrm">
523         <di:waypoint xsi:type="dc:Point" x="550" y="290" />
524         <di:waypoint xsi:type="dc:Point" x="637" y="290" />
525         <bpmndi:BPMNLabel>
526           <dc:Bounds x="593.5" y="269" width="0" height="12" />
527         </bpmndi:BPMNLabel>
528       </bpmndi:BPMNEdge>
529       <bpmndi:BPMNShape id="IntermediateThrowEvent_0hhmvlw_di" bpmnElement="IntermediateThrowEvent_0hhmvlw">
530         <dc:Bounds x="507" y="342" width="36" height="36" />
531         <bpmndi:BPMNLabel>
532           <dc:Bounds x="489" y="383" width="72" height="12" />
533         </bpmndi:BPMNLabel>
534       </bpmndi:BPMNShape>
535       <bpmndi:BPMNEdge id="SequenceFlow_0xrox26_di" bpmnElement="SequenceFlow_0xrox26">
536         <di:waypoint xsi:type="dc:Point" x="525" y="315" />
537         <di:waypoint xsi:type="dc:Point" x="525" y="342" />
538         <bpmndi:BPMNLabel>
539           <dc:Bounds x="540" y="322.5" width="0" height="12" />
540         </bpmndi:BPMNLabel>
541       </bpmndi:BPMNEdge>
542     </bpmndi:BPMNPlane>
543   </bpmndi:BPMNDiagram>
544 </bpmn2:definitions>