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