Fix duplicate service instance ids
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / subprocess / DoCreateE2EServiceInstance.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.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoCreateE2EServiceInstance" name="DoCreateE2EServiceInstance" 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="getAAICustomerById_scriptTask" name="Get AAI Customer By globalCustomerId " scriptFormat="groovy">
9       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
10       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
11       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
12 def dcsi = new DoCreateE2EServiceInstance()
13 dcsi.getAAICustomerById(execution)]]></bpmn2:script>
14     </bpmn2:scriptTask>
15     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="getAAICustomerById_scriptTask" targetRef="ExclusiveGateway_09wkav2" />
16     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
17       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
18       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
19       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
20 def dcsi = new DoCreateE2EServiceInstance()
21 dcsi.preProcessRequest(execution)
22 ]]></bpmn2:script>
23     </bpmn2:scriptTask>
24     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="CustomE2EGetService" targetRef="ScriptTask_0i8cqdy" />
25     <bpmn2:endEvent id="EndEvent_3" />
26     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="getAAICustomerById_scriptTask" />
27     <bpmn2:callActivity id="CustomE2EGetService" name="Call Custom E2E Get Service" calledElement="CustomE2EGetService">
28       <bpmn2:extensionElements>
29         <camunda:in source="serviceInstanceName" target="GENGS_serviceInstanceName" />
30         <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
31         <camunda:in sourceExpression="service-instance" target="GENGS_type" />
32         <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
33         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
34         <camunda:out source="WorkflowException" target="WorkflowException" />
35       </bpmn2:extensionElements>
36       <bpmn2:incoming>SequenceFlow_11fnnkb</bpmn2:incoming>
37       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
38     </bpmn2:callActivity>
39     <bpmn2:callActivity id="CustomE2EPutService" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService">
40       <bpmn2:extensionElements>
41         <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />
42         <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />
43         <camunda:in source="subscriptionServiceType" target="GENPS_serviceType" />
44         <camunda:in sourceExpression="service-instance" target="GENPS_type" />
45         <camunda:in source="serviceInstanceData" target="GENPS_payload" />
46         <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />
47         <camunda:in source="msoRequestId" target="GENPS_requesId" />
48         <camunda:out source="WorkflowException" target="WorkflowException" />
49       </bpmn2:extensionElements>
50       <bpmn2:incoming>SequenceFlow_1uw2p9a</bpmn2:incoming>
51       <bpmn2:incoming>SequenceFlow_1w01tqs</bpmn2:incoming>
52       <bpmn2:outgoing>SequenceFlow_129ih1g</bpmn2:outgoing>
53     </bpmn2:callActivity>
54     <bpmn2:sequenceFlow id="SequenceFlow_129ih1g" sourceRef="CustomE2EPutService" targetRef="ScriptTask_0q37vn9" />
55     <bpmn2:exclusiveGateway id="ExclusiveGateway_09wkav2" name="sdncVersion is 1610 or serviceInstance name is populated?" default="SequenceFlow_1uw2p9a">
56       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
57       <bpmn2:outgoing>SequenceFlow_11fnnkb</bpmn2:outgoing>
58       <bpmn2:outgoing>SequenceFlow_1uw2p9a</bpmn2:outgoing>
59     </bpmn2:exclusiveGateway>
60     <bpmn2:sequenceFlow id="SequenceFlow_11fnnkb" name="yes" sourceRef="ExclusiveGateway_09wkav2" targetRef="CustomE2EGetService">
61       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("serviceInstanceName" )  != null && execution.getVariable("serviceInstanceName" )  != "" ) || execution.getVariable("sdncVersion" )   == "1610" }]]></bpmn2:conditionExpression>
62     </bpmn2:sequenceFlow>
63     <bpmn2:sequenceFlow id="SequenceFlow_1uw2p9a" name="no" sourceRef="ExclusiveGateway_09wkav2" targetRef="CustomE2EPutService" />
64     <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true">
65       <bpmn2:startEvent id="StartEvent_0yljq9y">
66         <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing>
67         <bpmn2:errorEventDefinition />
68       </bpmn2:startEvent>
69       <bpmn2:endEvent id="EndEvent_117lkk3">
70         <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming>
71       </bpmn2:endEvent>
72       <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback">
73         <bpmn2:extensionElements>
74           <camunda:in source="msoRequestId" target="mso-request-id" />
75           <camunda:in source="rollbackData" target="rollbackData" />
76           <camunda:out source="rolledBack" target="rolledBack" />
77           <camunda:in source="disableRollback" target="disableRollback" />
78           <camunda:out source="rollbackError" target="rollbackErrror" />
79         </bpmn2:extensionElements>
80         <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming>
81         <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing>
82       </bpmn2:callActivity>
83       <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" />
84       <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" />
85       <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy">
86         <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming>
87         <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing>
88         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
89 def dcsi = new DoCreateE2EServiceInstance()
90 dcsi.preProcessRollback(execution)
91 ]]></bpmn2:script>
92       </bpmn2:scriptTask>
93       <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" />
94       <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy">
95         <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming>
96         <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing>
97         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
98 def dcsi = new DoCreateE2EServiceInstance()
99 dcsi.postProcessRollback(execution)
100 ]]></bpmn2:script>
101       </bpmn2:scriptTask>
102       <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" />
103     </bpmn2:subProcess>
104     <bpmn2:exclusiveGateway id="ExclusiveGateway_1nk6aol" name="sdncVersion is 1610?">
105       <bpmn2:incoming>SequenceFlow_1dd86x8</bpmn2:incoming>
106       <bpmn2:outgoing>SequenceFlow_00v4npo</bpmn2:outgoing>
107       <bpmn2:outgoing>SequenceFlow_1170ztf</bpmn2:outgoing>
108     </bpmn2:exclusiveGateway>
109     <bpmn2:endEvent id="EndEvent_10659gr">
110       <bpmn2:incoming>SequenceFlow_00v4npo</bpmn2:incoming>
111     </bpmn2:endEvent>
112     <bpmn2:sequenceFlow id="SequenceFlow_00v4npo" name="yes" sourceRef="ExclusiveGateway_1nk6aol" targetRef="EndEvent_10659gr">
113       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("sdncVersion" ) == "1610"}]]></bpmn2:conditionExpression>
114     </bpmn2:sequenceFlow>
115     <bpmn2:scriptTask id="ScriptTask_0i8cqdy" name="Post Process AAI GET" scriptFormat="groovy">
116       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
117       <bpmn2:outgoing>SequenceFlow_1w01tqs</bpmn2:outgoing>
118       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
119 def dcsi = new DoCreateE2EServiceInstance()
120 dcsi.postProcessAAIGET(execution)]]></bpmn2:script>
121     </bpmn2:scriptTask>
122     <bpmn2:sequenceFlow id="SequenceFlow_1w01tqs" sourceRef="ScriptTask_0i8cqdy" targetRef="CustomE2EPutService" />
123     <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="Post Process AAI PUT" scriptFormat="groovy">
124       <bpmn2:incoming>SequenceFlow_129ih1g</bpmn2:incoming>
125       <bpmn2:outgoing>SequenceFlow_1dd86x8</bpmn2:outgoing>
126       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
127 def ddsi = new DoCreateE2EServiceInstance()
128 ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>
129     </bpmn2:scriptTask>
130     <bpmn2:sequenceFlow id="SequenceFlow_1dd86x8" sourceRef="ScriptTask_0q37vn9" targetRef="ExclusiveGateway_1nk6aol" />
131     <bpmn2:scriptTask id="ScriptTask_1tp0fcx" name="Post Process AAI GET2" scriptFormat="groovy">    <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
132 def dcsi = new DoCreateE2EServiceInstance()
133 dcsi.postProcessAAIGET2(execution)]]></bpmn2:script>
134 </bpmn2:scriptTask>
135     <bpmn2:scriptTask id="ScriptTask_0081lne" name="Prepare SDN-C Adaptor Data Request" scriptFormat="groovy">
136       <bpmn2:incoming>SequenceFlow_1170ztf</bpmn2:incoming>
137       <bpmn2:outgoing>SequenceFlow_0ofqw6v</bpmn2:outgoing>
138       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
139 def csi = new  DoCreateE2EServiceInstance()
140 csi.preSDNCRequest(execution)]]></bpmn2:script>
141     </bpmn2:scriptTask>
142     <bpmn2:scriptTask id="ScriptTask_0wvq4t8" name="Prepare VF-C Adaptor Data Request" scriptFormat="groovy">
143       <bpmn2:incoming>SequenceFlow_1d4wn2y</bpmn2:incoming>
144       <bpmn2:outgoing>SequenceFlow_15zgrcq</bpmn2:outgoing>
145       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
146 def csi = new  DoCreateE2EServiceInstance()
147 csi.preVFCRequest(execution)]]></bpmn2:script>
148     </bpmn2:scriptTask>
149     <bpmn2:callActivity id="CallActivity_09c3ajg" name="Call DoCreateE2ENetworkInstance" calledElement="DoCreateE2ENetworkInstance">
150       <bpmn2:incoming>SequenceFlow_0ofqw6v</bpmn2:incoming>
151       <bpmn2:outgoing>SequenceFlow_1vvdkcs</bpmn2:outgoing>
152     </bpmn2:callActivity>
153     <bpmn2:callActivity id="CallActivity_0uwm4l1" name="Call DoCreateVFCNetworkServiceInstance" calledElement="DoCreateVFCNetworkServiceInstance">
154       <bpmn2:incoming>SequenceFlow_15zgrcq</bpmn2:incoming>
155       <bpmn2:outgoing>SequenceFlow_1x8vphc</bpmn2:outgoing>
156     </bpmn2:callActivity>
157     <bpmn2:exclusiveGateway id="ExclusiveGateway_0lczgac" name="Sueecss?">
158       <bpmn2:incoming>SequenceFlow_1vvdkcs</bpmn2:incoming>
159       <bpmn2:outgoing>SequenceFlow_1yv1kef</bpmn2:outgoing>
160       <bpmn2:outgoing>SequenceFlow_1d4wn2y</bpmn2:outgoing>
161     </bpmn2:exclusiveGateway>
162     <bpmn2:exclusiveGateway id="ExclusiveGateway_0cdz77v" name="Success?">
163       <bpmn2:incoming>SequenceFlow_1x8vphc</bpmn2:incoming>
164       <bpmn2:outgoing>SequenceFlow_0ou0spo</bpmn2:outgoing>
165       <bpmn2:outgoing>SequenceFlow_0mcyg0e</bpmn2:outgoing>
166     </bpmn2:exclusiveGateway>
167     <bpmn2:scriptTask id="ScriptTask_1xdjlzm" name="Post Config Service Instance Creation" scriptFormat="groovy">
168       <bpmn2:incoming>SequenceFlow_0mcyg0e</bpmn2:incoming>
169       <bpmn2:outgoing>SequenceFlow_092ghvu</bpmn2:outgoing>
170       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
171 def csi = new  DoCreateE2EServiceInstance()
172 csi.postConfigRequest(execution)]]></bpmn2:script>
173     </bpmn2:scriptTask>
174     <bpmn2:sequenceFlow id="SequenceFlow_0ofqw6v" sourceRef="ScriptTask_0081lne" targetRef="CallActivity_09c3ajg" />
175     <bpmn2:sequenceFlow id="SequenceFlow_15zgrcq" sourceRef="ScriptTask_0wvq4t8" targetRef="CallActivity_0uwm4l1" />
176     <bpmn2:sequenceFlow id="SequenceFlow_1vvdkcs" sourceRef="CallActivity_09c3ajg" targetRef="ExclusiveGateway_0lczgac" />
177     <bpmn2:sequenceFlow id="SequenceFlow_1x8vphc" sourceRef="CallActivity_0uwm4l1" targetRef="ExclusiveGateway_0cdz77v" />
178     <bpmn2:sequenceFlow id="SequenceFlow_1yv1kef" name="No" sourceRef="ExclusiveGateway_0lczgac" targetRef="EndEvent_11lmyvs">
179       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression>
180     </bpmn2:sequenceFlow>
181     <bpmn2:sequenceFlow id="SequenceFlow_1d4wn2y" name="Yes" sourceRef="ExclusiveGateway_0lczgac" targetRef="ScriptTask_0wvq4t8">
182       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression>
183     </bpmn2:sequenceFlow>
184     <bpmn2:sequenceFlow id="SequenceFlow_0ou0spo" name="No" sourceRef="ExclusiveGateway_0cdz77v" targetRef="EndEvent_01h4q8z">
185       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression>
186     </bpmn2:sequenceFlow>
187     <bpmn2:sequenceFlow id="SequenceFlow_092ghvu" sourceRef="ScriptTask_1xdjlzm" targetRef="EndEvent_0kbbt94" />
188     <bpmn2:sequenceFlow id="SequenceFlow_0mcyg0e" sourceRef="ExclusiveGateway_0cdz77v" targetRef="ScriptTask_1xdjlzm" />
189     <bpmn2:sequenceFlow id="SequenceFlow_1170ztf" sourceRef="ExclusiveGateway_1nk6aol" targetRef="ScriptTask_0081lne" />
190     <bpmn2:endEvent id="EndEvent_11lmyvs">
191       <bpmn2:incoming>SequenceFlow_1yv1kef</bpmn2:incoming>
192     </bpmn2:endEvent>
193     <bpmn2:endEvent id="EndEvent_01h4q8z">
194       <bpmn2:incoming>SequenceFlow_0ou0spo</bpmn2:incoming>
195     </bpmn2:endEvent>
196     <bpmn2:endEvent id="EndEvent_0kbbt94">
197       <bpmn2:incoming>SequenceFlow_092ghvu</bpmn2:incoming>
198     </bpmn2:endEvent>
199   </bpmn2:process>
200   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
201   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
202   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
203     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateE2EServiceInstance">
204       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
205         <dc:Bounds x="152" y="79" width="36" height="36" />
206         <bpmndi:BPMNLabel>
207           <dc:Bounds x="147" y="120" width="48" height="14" />
208         </bpmndi:BPMNLabel>
209       </bpmndi:BPMNShape>
210       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
211         <dc:Bounds x="245" y="57" width="100" height="80" />
212       </bpmndi:BPMNShape>
213       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
214         <di:waypoint xsi:type="dc:Point" x="188" y="97" />
215         <di:waypoint xsi:type="dc:Point" x="245" y="97" />
216         <bpmndi:BPMNLabel>
217           <dc:Bounds x="217" y="82" width="0" height="0" />
218         </bpmndi:BPMNLabel>
219       </bpmndi:BPMNEdge>
220       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="getAAICustomerById_scriptTask">
221         <dc:Bounds x="393" y="57" width="100" height="80" />
222       </bpmndi:BPMNShape>
223       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_62">
224         <di:waypoint xsi:type="dc:Point" x="493" y="97" />
225         <di:waypoint xsi:type="dc:Point" x="565" y="97" />
226         <bpmndi:BPMNLabel>
227           <dc:Bounds x="529" y="82" width="0" height="0" />
228         </bpmndi:BPMNLabel>
229       </bpmndi:BPMNEdge>
230       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">
231         <dc:Bounds x="1670" y="1159" width="36" height="36" />
232         <bpmndi:BPMNLabel>
233           <dc:Bounds x="1643" y="1200" width="90" height="0" />
234         </bpmndi:BPMNLabel>
235       </bpmndi:BPMNShape>
236       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4">
237         <di:waypoint xsi:type="dc:Point" x="839" y="94" />
238         <di:waypoint xsi:type="dc:Point" x="971" y="94" />
239         <bpmndi:BPMNLabel>
240           <dc:Bounds x="905" y="79" width="0" height="0" />
241         </bpmndi:BPMNLabel>
242       </bpmndi:BPMNEdge>
243       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_62">
244         <di:waypoint xsi:type="dc:Point" x="345" y="97" />
245         <di:waypoint xsi:type="dc:Point" x="393" y="97" />
246         <bpmndi:BPMNLabel>
247           <dc:Bounds x="369" y="82" width="0" height="0" />
248         </bpmndi:BPMNLabel>
249       </bpmndi:BPMNEdge>
250       <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="CustomE2EGetService">
251         <dc:Bounds x="739" y="57" width="100" height="80" />
252       </bpmndi:BPMNShape>
253       <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="CustomE2EPutService">
254         <dc:Bounds x="972" y="206" width="100" height="80" />
255       </bpmndi:BPMNShape>
256       <bpmndi:BPMNEdge id="SequenceFlow_129ih1g_di" bpmnElement="SequenceFlow_129ih1g">
257         <di:waypoint xsi:type="dc:Point" x="1023" y="286" />
258         <di:waypoint xsi:type="dc:Point" x="1022" y="336" />
259         <bpmndi:BPMNLabel>
260           <dc:Bounds x="1023" y="296" width="0" height="0" />
261         </bpmndi:BPMNLabel>
262       </bpmndi:BPMNEdge>
263       <bpmndi:BPMNShape id="ExclusiveGateway_09wkav2_di" bpmnElement="ExclusiveGateway_09wkav2" isMarkerVisible="true">
264         <dc:Bounds x="565" y="72" width="50" height="50" />
265         <bpmndi:BPMNLabel>
266           <dc:Bounds x="547" y="7" width="81" height="62" />
267         </bpmndi:BPMNLabel>
268       </bpmndi:BPMNShape>
269       <bpmndi:BPMNEdge id="SequenceFlow_11fnnkb_di" bpmnElement="SequenceFlow_11fnnkb">
270         <di:waypoint xsi:type="dc:Point" x="615" y="97" />
271         <di:waypoint xsi:type="dc:Point" x="739" y="97" />
272         <bpmndi:BPMNLabel>
273           <dc:Bounds x="635" y="76" width="18" height="14" />
274         </bpmndi:BPMNLabel>
275       </bpmndi:BPMNEdge>
276       <bpmndi:BPMNEdge id="SequenceFlow_1uw2p9a_di" bpmnElement="SequenceFlow_1uw2p9a">
277         <di:waypoint xsi:type="dc:Point" x="590" y="122" />
278         <di:waypoint xsi:type="dc:Point" x="590" y="246" />
279         <di:waypoint xsi:type="dc:Point" x="972" y="246" />
280         <bpmndi:BPMNLabel>
281           <dc:Bounds x="594" y="132.89706349694825" width="12" height="14" />
282         </bpmndi:BPMNLabel>
283       </bpmndi:BPMNEdge>
284       <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">
285         <dc:Bounds x="-329" y="412" width="783" height="195" />
286       </bpmndi:BPMNShape>
287       <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">
288         <dc:Bounds x="-233" y="489" width="36" height="36" />
289         <bpmndi:BPMNLabel>
290           <dc:Bounds x="-260" y="530" width="90" height="0" />
291         </bpmndi:BPMNLabel>
292       </bpmndi:BPMNShape>
293       <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">
294         <dc:Bounds x="400" y="489" width="36" height="36" />
295         <bpmndi:BPMNLabel>
296           <dc:Bounds x="373" y="530" width="90" height="0" />
297         </bpmndi:BPMNLabel>
298       </bpmndi:BPMNShape>
299       <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">
300         <dc:Bounds x="65" y="467" width="100" height="80" />
301       </bpmndi:BPMNShape>
302       <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">
303         <di:waypoint xsi:type="dc:Point" x="165" y="507" />
304         <di:waypoint xsi:type="dc:Point" x="233" y="507" />
305         <bpmndi:BPMNLabel>
306           <dc:Bounds x="154" y="492" width="90" height="0" />
307         </bpmndi:BPMNLabel>
308       </bpmndi:BPMNEdge>
309       <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">
310         <di:waypoint xsi:type="dc:Point" x="-197" y="507" />
311         <di:waypoint xsi:type="dc:Point" x="-98" y="507" />
312         <bpmndi:BPMNLabel>
313           <dc:Bounds x="-192" y="492" width="90" height="0" />
314         </bpmndi:BPMNLabel>
315       </bpmndi:BPMNEdge>
316       <bpmndi:BPMNShape id="ExclusiveGateway_1nk6aol_di" bpmnElement="ExclusiveGateway_1nk6aol" isMarkerVisible="true">
317         <dc:Bounds x="997" y="460" width="50" height="50" />
318         <bpmndi:BPMNLabel>
319           <dc:Bounds x="905" y="472" width="72" height="24" />
320         </bpmndi:BPMNLabel>
321       </bpmndi:BPMNShape>
322       <bpmndi:BPMNShape id="EndEvent_10659gr_di" bpmnElement="EndEvent_10659gr">
323         <dc:Bounds x="1103" y="467" width="36" height="36" />
324         <bpmndi:BPMNLabel>
325           <dc:Bounds x="1121" y="508" width="0" height="0" />
326         </bpmndi:BPMNLabel>
327       </bpmndi:BPMNShape>
328       <bpmndi:BPMNEdge id="SequenceFlow_00v4npo_di" bpmnElement="SequenceFlow_00v4npo">
329         <di:waypoint xsi:type="dc:Point" x="1047" y="485" />
330         <di:waypoint xsi:type="dc:Point" x="1103" y="485" />
331         <bpmndi:BPMNLabel>
332           <dc:Bounds x="1063" y="461" width="18" height="12" />
333         </bpmndi:BPMNLabel>
334       </bpmndi:BPMNEdge>
335       <bpmndi:BPMNShape id="ScriptTask_0i8cqdy_di" bpmnElement="ScriptTask_0i8cqdy">
336         <dc:Bounds x="971" y="57" width="100" height="80" />
337       </bpmndi:BPMNShape>
338       <bpmndi:BPMNEdge id="SequenceFlow_1w01tqs_di" bpmnElement="SequenceFlow_1w01tqs">
339         <di:waypoint xsi:type="dc:Point" x="1021" y="137" />
340         <di:waypoint xsi:type="dc:Point" x="1021" y="172" />
341         <di:waypoint xsi:type="dc:Point" x="1021" y="172" />
342         <di:waypoint xsi:type="dc:Point" x="1021" y="206" />
343         <bpmndi:BPMNLabel>
344           <dc:Bounds x="1036" y="172" width="0" height="0" />
345         </bpmndi:BPMNLabel>
346       </bpmndi:BPMNEdge>
347       <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9">
348         <dc:Bounds x="972" y="336" width="100" height="80" />
349       </bpmndi:BPMNShape>
350       <bpmndi:BPMNEdge id="SequenceFlow_1dd86x8_di" bpmnElement="SequenceFlow_1dd86x8">
351         <di:waypoint xsi:type="dc:Point" x="1022" y="416" />
352         <di:waypoint xsi:type="dc:Point" x="1022" y="460" />
353         <bpmndi:BPMNLabel>
354           <dc:Bounds x="1037" y="438" width="0" height="0" />
355         </bpmndi:BPMNLabel>
356       </bpmndi:BPMNEdge>
357       <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">
358         <dc:Bounds x="-98" y="467" width="100" height="80" />
359       </bpmndi:BPMNShape>
360       <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">
361         <di:waypoint xsi:type="dc:Point" x="2" y="507" />
362         <di:waypoint xsi:type="dc:Point" x="65" y="507" />
363         <bpmndi:BPMNLabel>
364           <dc:Bounds x="-11" y="492" width="90" height="0" />
365         </bpmndi:BPMNLabel>
366       </bpmndi:BPMNEdge>
367       <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">
368         <dc:Bounds x="233" y="467" width="100" height="80" />
369       </bpmndi:BPMNShape>
370       <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">
371         <di:waypoint xsi:type="dc:Point" x="333" y="507" />
372         <di:waypoint xsi:type="dc:Point" x="365" y="507" />
373         <di:waypoint xsi:type="dc:Point" x="365" y="507" />
374         <di:waypoint xsi:type="dc:Point" x="400" y="507" />
375         <bpmndi:BPMNLabel>
376           <dc:Bounds x="335" y="507" width="90" height="0" />
377         </bpmndi:BPMNLabel>
378       </bpmndi:BPMNEdge>
379       <bpmndi:BPMNShape id="ScriptTask_1tp0fcx_di" bpmnElement="ScriptTask_1tp0fcx">
380         <dc:Bounds x="1527" y="1137" width="100" height="80" />
381       </bpmndi:BPMNShape>
382       <bpmndi:BPMNShape id="ScriptTask_0081lne_di" bpmnElement="ScriptTask_0081lne">
383         <dc:Bounds x="972" y="552" width="100" height="80" />
384       </bpmndi:BPMNShape>
385       <bpmndi:BPMNShape id="ScriptTask_0wvq4t8_di" bpmnElement="ScriptTask_0wvq4t8">
386         <dc:Bounds x="713" y="818" width="100" height="80" />
387       </bpmndi:BPMNShape>
388       <bpmndi:BPMNShape id="CallActivity_09c3ajg_di" bpmnElement="CallActivity_09c3ajg">
389         <dc:Bounds x="972" y="694" width="100" height="80" />
390       </bpmndi:BPMNShape>
391       <bpmndi:BPMNShape id="CallActivity_0uwm4l1_di" bpmnElement="CallActivity_0uwm4l1">
392         <dc:Bounds x="517" y="818" width="100" height="80" />
393       </bpmndi:BPMNShape>
394       <bpmndi:BPMNShape id="ExclusiveGateway_0lczgac_di" bpmnElement="ExclusiveGateway_0lczgac" isMarkerVisible="true">
395         <dc:Bounds x="901" y="843" width="50" height="50" />
396         <bpmndi:BPMNLabel>
397           <dc:Bounds x="901" y="818" width="49" height="12" />
398         </bpmndi:BPMNLabel>
399       </bpmndi:BPMNShape>
400       <bpmndi:BPMNShape id="ExclusiveGateway_0cdz77v_di" bpmnElement="ExclusiveGateway_0cdz77v" isMarkerVisible="true">
401         <dc:Bounds x="375" y="833" width="50" height="50" />
402         <bpmndi:BPMNLabel>
403           <dc:Bounds x="376" y="808" width="49" height="12" />
404         </bpmndi:BPMNLabel>
405       </bpmndi:BPMNShape>
406       <bpmndi:BPMNShape id="ScriptTask_1xdjlzm_di" bpmnElement="ScriptTask_1xdjlzm">
407         <dc:Bounds x="218" y="818" width="100" height="80" />
408       </bpmndi:BPMNShape>
409       <bpmndi:BPMNEdge id="SequenceFlow_0ofqw6v_di" bpmnElement="SequenceFlow_0ofqw6v">
410         <di:waypoint xsi:type="dc:Point" x="1022" y="632" />
411         <di:waypoint xsi:type="dc:Point" x="1022" y="694" />
412         <bpmndi:BPMNLabel>
413           <dc:Bounds x="992" y="657" width="90" height="12" />
414         </bpmndi:BPMNLabel>
415       </bpmndi:BPMNEdge>
416       <bpmndi:BPMNEdge id="SequenceFlow_15zgrcq_di" bpmnElement="SequenceFlow_15zgrcq">
417         <di:waypoint xsi:type="dc:Point" x="713" y="858" />
418         <di:waypoint xsi:type="dc:Point" x="617" y="858" />
419         <bpmndi:BPMNLabel>
420           <dc:Bounds x="620" y="837" width="90" height="12" />
421         </bpmndi:BPMNLabel>
422       </bpmndi:BPMNEdge>
423       <bpmndi:BPMNEdge id="SequenceFlow_1vvdkcs_di" bpmnElement="SequenceFlow_1vvdkcs">
424         <di:waypoint xsi:type="dc:Point" x="1022" y="774" />
425         <di:waypoint xsi:type="dc:Point" x="1022" y="868" />
426         <di:waypoint xsi:type="dc:Point" x="951" y="868" />
427         <bpmndi:BPMNLabel>
428           <dc:Bounds x="992" y="815" width="90" height="12" />
429         </bpmndi:BPMNLabel>
430       </bpmndi:BPMNEdge>
431       <bpmndi:BPMNEdge id="SequenceFlow_1x8vphc_di" bpmnElement="SequenceFlow_1x8vphc">
432         <di:waypoint xsi:type="dc:Point" x="517" y="858" />
433         <di:waypoint xsi:type="dc:Point" x="425" y="858" />
434         <bpmndi:BPMNLabel>
435           <dc:Bounds x="426" y="837" width="90" height="12" />
436         </bpmndi:BPMNLabel>
437       </bpmndi:BPMNEdge>
438       <bpmndi:BPMNEdge id="SequenceFlow_1yv1kef_di" bpmnElement="SequenceFlow_1yv1kef">
439         <di:waypoint xsi:type="dc:Point" x="926" y="893" />
440         <di:waypoint xsi:type="dc:Point" x="926" y="997" />
441         <bpmndi:BPMNLabel>
442           <dc:Bounds x="919" y="992.0434782608695" width="14" height="12" />
443         </bpmndi:BPMNLabel>
444       </bpmndi:BPMNEdge>
445       <bpmndi:BPMNEdge id="SequenceFlow_1d4wn2y_di" bpmnElement="SequenceFlow_1d4wn2y">
446         <di:waypoint xsi:type="dc:Point" x="901" y="868" />
447         <di:waypoint xsi:type="dc:Point" x="857" y="868" />
448         <di:waypoint xsi:type="dc:Point" x="857" y="868" />
449         <di:waypoint xsi:type="dc:Point" x="813" y="868" />
450         <bpmndi:BPMNLabel>
451           <dc:Bounds x="845.6658431603746" y="884.169830656822" width="18" height="12" />
452         </bpmndi:BPMNLabel>
453       </bpmndi:BPMNEdge>
454       <bpmndi:BPMNEdge id="SequenceFlow_0ou0spo_di" bpmnElement="SequenceFlow_0ou0spo">
455         <di:waypoint xsi:type="dc:Point" x="400" y="883" />
456         <di:waypoint xsi:type="dc:Point" x="400" y="975" />
457         <bpmndi:BPMNLabel>
458           <dc:Bounds x="369.0759493670887" y="891.6808510638298" width="14" height="12" />
459         </bpmndi:BPMNLabel>
460       </bpmndi:BPMNEdge>
461       <bpmndi:BPMNEdge id="SequenceFlow_092ghvu_di" bpmnElement="SequenceFlow_092ghvu">
462         <di:waypoint xsi:type="dc:Point" x="218" y="858" />
463         <di:waypoint xsi:type="dc:Point" x="182" y="858" />
464         <di:waypoint xsi:type="dc:Point" x="182" y="858" />
465         <di:waypoint xsi:type="dc:Point" x="137" y="858" />
466         <bpmndi:BPMNLabel>
467           <dc:Bounds x="152" y="852" width="90" height="12" />
468         </bpmndi:BPMNLabel>
469       </bpmndi:BPMNEdge>
470       <bpmndi:BPMNEdge id="SequenceFlow_0mcyg0e_di" bpmnElement="SequenceFlow_0mcyg0e">
471         <di:waypoint xsi:type="dc:Point" x="375" y="858" />
472         <di:waypoint xsi:type="dc:Point" x="353" y="858" />
473         <di:waypoint xsi:type="dc:Point" x="353" y="858" />
474         <di:waypoint xsi:type="dc:Point" x="318" y="858" />
475         <bpmndi:BPMNLabel>
476           <dc:Bounds x="368" y="852" width="0" height="12" />
477         </bpmndi:BPMNLabel>
478       </bpmndi:BPMNEdge>
479       <bpmndi:BPMNEdge id="SequenceFlow_1170ztf_di" bpmnElement="SequenceFlow_1170ztf">
480         <di:waypoint xsi:type="dc:Point" x="1022" y="510" />
481         <di:waypoint xsi:type="dc:Point" x="1022" y="552" />
482         <bpmndi:BPMNLabel>
483           <dc:Bounds x="1037" y="525" width="0" height="12" />
484         </bpmndi:BPMNLabel>
485       </bpmndi:BPMNEdge>
486       <bpmndi:BPMNShape id="EndEvent_0g2btws_di" bpmnElement="EndEvent_11lmyvs">
487         <dc:Bounds x="908" y="997" width="36" height="36" />
488         <bpmndi:BPMNLabel>
489           <dc:Bounds x="836" y="1036" width="0" height="12" />
490         </bpmndi:BPMNLabel>
491       </bpmndi:BPMNShape>
492       <bpmndi:BPMNShape id="EndEvent_0y0wvdf_di" bpmnElement="EndEvent_01h4q8z">
493         <dc:Bounds x="382" y="975" width="36" height="36" />
494         <bpmndi:BPMNLabel>
495           <dc:Bounds x="310" y="1014" width="0" height="12" />
496         </bpmndi:BPMNLabel>
497       </bpmndi:BPMNShape>
498       <bpmndi:BPMNShape id="EndEvent_01p249c_di" bpmnElement="EndEvent_0kbbt94">
499         <dc:Bounds x="101" y="840" width="36" height="36" />
500         <bpmndi:BPMNLabel>
501           <dc:Bounds x="28" y="880" width="0" height="12" />
502         </bpmndi:BPMNLabel>
503       </bpmndi:BPMNShape>
504     </bpmndi:BPMNPlane>
505   </bpmndi:BPMNDiagram>
506 </bpmn2:definitions>