2c6f5ee61d30193373308cb15f86cdc051e5e7b4
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoCreateServiceInstance.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.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoCreateServiceInstance" name="DoCreateServiceInstance" 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.onap.so.bpmn.infrastructure.scripts.*
12 def dcsi = new DoCreateServiceInstance()
13 dcsi.getAAICustomerById(execution)]]></bpmn2:script>
14     </bpmn2:scriptTask>
15     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="getAAICustomerById_scriptTask" targetRef="callGenericPutService" />
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.onap.so.bpmn.infrastructure.scripts.*
20 def dcsi = new DoCreateServiceInstance()
21 dcsi.preProcessRequest(execution)
22 ]]></bpmn2:script>
23     </bpmn2:scriptTask>
24     <bpmn2:scriptTask id="PreProcessSDNCAssignRequest" name="PreProcess SDNC Assign Request" scriptFormat="groovy">
25       <bpmn2:incoming>SequenceFlow_156ih25</bpmn2:incoming>
26       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
27       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
28 def dcsi = new DoCreateServiceInstance()
29 dcsi.preProcessSDNCAssignRequest(execution)]]></bpmn2:script>
30     </bpmn2:scriptTask>
31     <bpmn2:scriptTask id="PostProcessSDNCAssignRequest" name="Post Process SDNC Assign Request" scriptFormat="groovy">
32       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
33       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
34       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
35 def dcsi = new DoCreateServiceInstance()
36 dcsi.postProcessSDNCAssign(execution)]]></bpmn2:script>
37     </bpmn2:scriptTask>
38     <bpmn2:callActivity id="CallSDNCAdapterServiceTopologyAssign" name="Call SDNC Adapter Service Topology Assign" calledElement="sdncAdapter">
39       <bpmn2:extensionElements>
40         <camunda:in source="sdncAssignRequest" target="sdncAdapterWorkflowRequest" />
41         <camunda:in source="msoRequestId" target="mso-request-id" />
42         <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
43         <camunda:out source="WorkflowException" target="WorkflowException" />
44         <camunda:out source="sdncAdapterResponse" target="sdncAdapterResponse" />
45         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
46       </bpmn2:extensionElements>
47       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
48       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
49     </bpmn2:callActivity>
50     <bpmn2:endEvent id="EndEvent_3">
51       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
52     </bpmn2:endEvent>
53     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="getAAICustomerById_scriptTask" />
54     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="PreProcessSDNCAssignRequest" targetRef="CallSDNCAdapterServiceTopologyAssign" />
55     <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="CallSDNCAdapterServiceTopologyAssign" targetRef="PostProcessSDNCAssignRequest" />
56     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PostProcessSDNCAssignRequest" targetRef="EndEvent_3" />
57     <bpmn2:callActivity id="callGenericPutService" name="Call Generic Put Service" calledElement="GenericPutService">
58       <bpmn2:extensionElements>
59         <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />
60         <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />
61         <camunda:in source="subscriptionServiceType" target="GENPS_serviceType" />
62         <camunda:in sourceExpression="service-instance" target="GENPS_type" />
63         <camunda:in source="serviceInstanceData" target="GENPS_payload" />
64         <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />
65         <camunda:in source="msoRequestId" target="GENPS_requesId" />
66         <camunda:out source="WorkflowException" target="WorkflowException" />
67       </bpmn2:extensionElements>
68       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
69       <bpmn2:outgoing>SequenceFlow_1jhzmzn</bpmn2:outgoing>
70     </bpmn2:callActivity>
71     <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true">
72       <bpmn2:startEvent id="StartEvent_0yljq9y">
73         <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing>
74         <bpmn2:errorEventDefinition errorRef="Error_2" />
75       </bpmn2:startEvent>
76       <bpmn2:endEvent id="EndEvent_117lkk3">
77         <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming>
78       </bpmn2:endEvent>
79       <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateServiceInstanceRollback" calledElement="DoCreateServiceInstanceRollback">
80         <bpmn2:extensionElements>
81           <camunda:in source="msoRequestId" target="mso-request-id" />
82           <camunda:in source="rollbackData" target="rollbackData" />
83           <camunda:out source="rolledBack" target="rolledBack" />
84           <camunda:in source="disableRollback" target="disableRollback" />
85           <camunda:out source="rollbackError" target="rollbackErrror" />
86         </bpmn2:extensionElements>
87         <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming>
88         <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing>
89       </bpmn2:callActivity>
90       <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" />
91       <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" />
92       <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy">
93         <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming>
94         <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing>
95         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
96 def dcsi = new DoCreateServiceInstance()
97 dcsi.preProcessRollback(execution)
98 ]]></bpmn2:script>
99       </bpmn2:scriptTask>
100       <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" />
101       <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy">
102         <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming>
103         <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing>
104         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
105 def dcsi = new DoCreateServiceInstance()
106 dcsi.postProcessRollback(execution)
107 ]]></bpmn2:script>
108       </bpmn2:scriptTask>
109       <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" />
110     </bpmn2:subProcess>
111     <bpmn2:exclusiveGateway id="ExclusiveGateway_1nk6aol" name="sdncVersion is 1610 and not port mirror?" default="SequenceFlow_156ih25">
112       <bpmn2:incoming>SequenceFlow_0w5i6vf</bpmn2:incoming>
113       <bpmn2:outgoing>SequenceFlow_156ih25</bpmn2:outgoing>
114       <bpmn2:outgoing>SequenceFlow_00v4npo</bpmn2:outgoing>
115     </bpmn2:exclusiveGateway>
116     <bpmn2:sequenceFlow id="SequenceFlow_156ih25" name="no" sourceRef="ExclusiveGateway_1nk6aol" targetRef="PreProcessSDNCAssignRequest" />
117     <bpmn2:endEvent id="EndEvent_10659gr">
118       <bpmn2:incoming>SequenceFlow_00v4npo</bpmn2:incoming>
119     </bpmn2:endEvent>
120     <bpmn2:sequenceFlow id="SequenceFlow_00v4npo" name="yes" sourceRef="ExclusiveGateway_1nk6aol" targetRef="EndEvent_10659gr">
121       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{!execution.getVariable("sendToSDNC")}]]></bpmn2:conditionExpression>
122     </bpmn2:sequenceFlow>
123     <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="Post Process AAI PUT" scriptFormat="groovy">
124       <bpmn2:incoming>SequenceFlow_1jhzmzn</bpmn2:incoming>
125       <bpmn2:outgoing>SequenceFlow_16sdyz9</bpmn2:outgoing>
126       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
127 def ddsi = new DoCreateServiceInstance()
128 ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>
129     </bpmn2:scriptTask>
130     <bpmn2:sequenceFlow id="SequenceFlow_0k0wn03" sourceRef="Task_0wj9ajs" targetRef="Task_1g8wthf" />
131     <bpmn2:scriptTask id="Task_0wj9ajs" name="Create Project" scriptFormat="groovy">
132       <bpmn2:incoming>SequenceFlow_16sdyz9</bpmn2:incoming>
133       <bpmn2:outgoing>SequenceFlow_0k0wn03</bpmn2:outgoing>
134       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
135 def dcsi = new DoCreateServiceInstance()
136 dcsi.createProject(execution)]]></bpmn2:script>
137     </bpmn2:scriptTask>
138     <bpmn2:scriptTask id="Task_1g8wthf" name="Create Owning Entity" scriptFormat="groovy">
139       <bpmn2:incoming>SequenceFlow_0k0wn03</bpmn2:incoming>
140       <bpmn2:outgoing>SequenceFlow_0w5i6vf</bpmn2:outgoing>
141       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
142 def dcsi = new DoCreateServiceInstance()
143 dcsi.createOwningEntity(execution)]]></bpmn2:script>
144     </bpmn2:scriptTask>
145     <bpmn2:sequenceFlow id="SequenceFlow_1jhzmzn" sourceRef="callGenericPutService" targetRef="ScriptTask_0q37vn9" />
146     <bpmn2:sequenceFlow id="SequenceFlow_0w5i6vf" sourceRef="Task_1g8wthf" targetRef="ExclusiveGateway_1nk6aol" />
147     <bpmn2:sequenceFlow id="SequenceFlow_16sdyz9" sourceRef="ScriptTask_0q37vn9" targetRef="Task_0wj9ajs" />
148     <bpmn2:subProcess id="SubProcess_1awd8cm" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
149       <bpmn2:scriptTask id="ScriptTask_1thtxi5" name="Log / Print Unexpected Error" scriptFormat="groovy">
150         <bpmn2:incoming>SequenceFlow_0x48any</bpmn2:incoming>
151         <bpmn2:outgoing>SequenceFlow_052o4xc</bpmn2:outgoing>
152         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
153 def dcsi = new DoCreateServiceInstance()
154 dcsi.processJavaException(execution)]]></bpmn2:script>
155       </bpmn2:scriptTask>
156       <bpmn2:startEvent id="StartEvent_0xjnqhv">
157         <bpmn2:outgoing>SequenceFlow_0x48any</bpmn2:outgoing>
158         <bpmn2:errorEventDefinition errorRef="Error_1" />
159       </bpmn2:startEvent>
160       <bpmn2:endEvent id="EndEvent_0eikrc1">
161         <bpmn2:incoming>SequenceFlow_052o4xc</bpmn2:incoming>
162       </bpmn2:endEvent>
163       <bpmn2:sequenceFlow id="SequenceFlow_0x48any" name="" sourceRef="StartEvent_0xjnqhv" targetRef="ScriptTask_1thtxi5" />
164       <bpmn2:sequenceFlow id="SequenceFlow_052o4xc" name="" sourceRef="ScriptTask_1thtxi5" targetRef="EndEvent_0eikrc1" />
165     </bpmn2:subProcess>
166   </bpmn2:process>
167   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
168   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
169   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
170     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateServiceInstance">
171       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
172         <dc:Bounds x="152" y="79" width="36" height="36" />
173         <bpmndi:BPMNLabel>
174           <dc:Bounds x="147" y="120" width="48" height="14" />
175         </bpmndi:BPMNLabel>
176       </bpmndi:BPMNShape>
177       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
178         <dc:Bounds x="245" y="57" width="100" height="80" />
179       </bpmndi:BPMNShape>
180       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
181         <di:waypoint xsi:type="dc:Point" x="188" y="97" />
182         <di:waypoint xsi:type="dc:Point" x="245" y="97" />
183         <bpmndi:BPMNLabel>
184           <dc:Bounds x="217" y="82" width="0" height="0" />
185         </bpmndi:BPMNLabel>
186       </bpmndi:BPMNEdge>
187       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="getAAICustomerById_scriptTask">
188         <dc:Bounds x="393" y="57" width="100" height="80" />
189       </bpmndi:BPMNShape>
190       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_62">
191         <di:waypoint xsi:type="dc:Point" x="493" y="97" />
192         <di:waypoint xsi:type="dc:Point" x="1022" y="97" />
193         <di:waypoint xsi:type="dc:Point" x="1022" y="206" />
194         <bpmndi:BPMNLabel>
195           <dc:Bounds x="712.5" y="82" width="90" height="0" />
196         </bpmndi:BPMNLabel>
197       </bpmndi:BPMNEdge>
198       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">
199         <dc:Bounds x="1004" y="1216" width="36" height="36" />
200         <bpmndi:BPMNLabel>
201           <dc:Bounds x="977" y="1257" width="90" height="0" />
202         </bpmndi:BPMNLabel>
203       </bpmndi:BPMNShape>
204       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_334" bpmnElement="PreProcessSDNCAssignRequest">
205         <dc:Bounds x="972" y="810" width="100" height="80" />
206       </bpmndi:BPMNShape>
207       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_335" bpmnElement="PostProcessSDNCAssignRequest">
208         <dc:Bounds x="972" y="1054" width="100" height="80" />
209       </bpmndi:BPMNShape>
210       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_74" bpmnElement="CallSDNCAdapterServiceTopologyAssign">
211         <dc:Bounds x="972" y="930" width="100" height="80" />
212       </bpmndi:BPMNShape>
213       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_62">
214         <di:waypoint xsi:type="dc:Point" x="345" y="97" />
215         <di:waypoint xsi:type="dc:Point" x="393" y="97" />
216         <bpmndi:BPMNLabel>
217           <dc:Bounds x="369" y="82" width="0" height="0" />
218         </bpmndi:BPMNLabel>
219       </bpmndi:BPMNEdge>
220       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_334" targetElement="_BPMNShape_CallActivity_74">
221         <di:waypoint xsi:type="dc:Point" x="1020" y="890" />
222         <di:waypoint xsi:type="dc:Point" x="1020" y="930" />
223         <bpmndi:BPMNLabel>
224           <dc:Bounds x="990" y="910" width="90" height="0" />
225         </bpmndi:BPMNLabel>
226       </bpmndi:BPMNEdge>
227       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_CallActivity_74" targetElement="_BPMNShape_ScriptTask_335">
228         <di:waypoint xsi:type="dc:Point" x="1022" y="1010" />
229         <di:waypoint xsi:type="dc:Point" x="1022" y="1054" />
230         <bpmndi:BPMNLabel>
231           <dc:Bounds x="992" y="1032" width="90" height="0" />
232         </bpmndi:BPMNLabel>
233       </bpmndi:BPMNEdge>
234       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_335">
235         <di:waypoint xsi:type="dc:Point" x="1023" y="1134" />
236         <di:waypoint xsi:type="dc:Point" x="1022" y="1216" />
237         <bpmndi:BPMNLabel>
238           <dc:Bounds x="977.5" y="1160" width="90" height="0" />
239         </bpmndi:BPMNLabel>
240       </bpmndi:BPMNEdge>
241       <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="callGenericPutService">
242         <dc:Bounds x="972" y="206" width="100" height="80" />
243       </bpmndi:BPMNShape>
244       <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">
245         <dc:Bounds x="99" y="531" width="783" height="195" />
246       </bpmndi:BPMNShape>
247       <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">
248         <dc:Bounds x="195" y="608" width="36" height="36" />
249         <bpmndi:BPMNLabel>
250           <dc:Bounds x="213" y="649" width="0" height="0" />
251         </bpmndi:BPMNLabel>
252       </bpmndi:BPMNShape>
253       <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">
254         <dc:Bounds x="828" y="608" width="36" height="36" />
255         <bpmndi:BPMNLabel>
256           <dc:Bounds x="846" y="649" width="0" height="0" />
257         </bpmndi:BPMNLabel>
258       </bpmndi:BPMNShape>
259       <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">
260         <dc:Bounds x="493" y="586" width="100" height="80" />
261       </bpmndi:BPMNShape>
262       <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">
263         <di:waypoint xsi:type="dc:Point" x="593" y="626" />
264         <di:waypoint xsi:type="dc:Point" x="661" y="626" />
265         <bpmndi:BPMNLabel>
266           <dc:Bounds x="627" y="611" width="0" height="0" />
267         </bpmndi:BPMNLabel>
268       </bpmndi:BPMNEdge>
269       <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">
270         <di:waypoint xsi:type="dc:Point" x="231" y="626" />
271         <di:waypoint xsi:type="dc:Point" x="330" y="626" />
272         <bpmndi:BPMNLabel>
273           <dc:Bounds x="281" y="611" width="0" height="0" />
274         </bpmndi:BPMNLabel>
275       </bpmndi:BPMNEdge>
276       <bpmndi:BPMNShape id="ExclusiveGateway_1nk6aol_di" bpmnElement="ExclusiveGateway_1nk6aol" isMarkerVisible="true">
277         <dc:Bounds x="997" y="717" width="50" height="50" />
278         <bpmndi:BPMNLabel>
279           <dc:Bounds x="898" y="729" width="86" height="36" />
280         </bpmndi:BPMNLabel>
281       </bpmndi:BPMNShape>
282       <bpmndi:BPMNEdge id="SequenceFlow_156ih25_di" bpmnElement="SequenceFlow_156ih25">
283         <di:waypoint xsi:type="dc:Point" x="1022" y="767" />
284         <di:waypoint xsi:type="dc:Point" x="1022" y="810" />
285         <bpmndi:BPMNLabel>
286           <dc:Bounds x="1039" y="770" width="12" height="12" />
287         </bpmndi:BPMNLabel>
288       </bpmndi:BPMNEdge>
289       <bpmndi:BPMNShape id="EndEvent_10659gr_di" bpmnElement="EndEvent_10659gr">
290         <dc:Bounds x="1105" y="724" width="36" height="36" />
291         <bpmndi:BPMNLabel>
292           <dc:Bounds x="1078" y="765" width="90" height="0" />
293         </bpmndi:BPMNLabel>
294       </bpmndi:BPMNShape>
295       <bpmndi:BPMNEdge id="SequenceFlow_00v4npo_di" bpmnElement="SequenceFlow_00v4npo">
296         <di:waypoint xsi:type="dc:Point" x="1047" y="742" />
297         <di:waypoint xsi:type="dc:Point" x="1075" y="742" />
298         <di:waypoint xsi:type="dc:Point" x="1075" y="742" />
299         <di:waypoint xsi:type="dc:Point" x="1105" y="742" />
300         <bpmndi:BPMNLabel>
301           <dc:Bounds x="1050.5" y="718" width="18" height="12" />
302         </bpmndi:BPMNLabel>
303       </bpmndi:BPMNEdge>
304       <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">
305         <dc:Bounds x="330" y="586" width="100" height="80" />
306       </bpmndi:BPMNShape>
307       <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">
308         <di:waypoint xsi:type="dc:Point" x="430" y="626" />
309         <di:waypoint xsi:type="dc:Point" x="493" y="626" />
310         <bpmndi:BPMNLabel>
311           <dc:Bounds x="462" y="611" width="0" height="0" />
312         </bpmndi:BPMNLabel>
313       </bpmndi:BPMNEdge>
314       <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">
315         <dc:Bounds x="661" y="586" width="100" height="80" />
316       </bpmndi:BPMNShape>
317       <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">
318         <di:waypoint xsi:type="dc:Point" x="761" y="626" />
319         <di:waypoint xsi:type="dc:Point" x="793" y="626" />
320         <di:waypoint xsi:type="dc:Point" x="793" y="626" />
321         <di:waypoint xsi:type="dc:Point" x="828" y="626" />
322         <bpmndi:BPMNLabel>
323           <dc:Bounds x="808" y="626" width="0" height="0" />
324         </bpmndi:BPMNLabel>
325       </bpmndi:BPMNEdge>
326       <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9">
327         <dc:Bounds x="972" y="336" width="100" height="80" />
328       </bpmndi:BPMNShape>
329       <bpmndi:BPMNEdge id="SequenceFlow_0k0wn03_di" bpmnElement="SequenceFlow_0k0wn03">
330         <di:waypoint xsi:type="dc:Point" x="1022" y="541" />
331         <di:waypoint xsi:type="dc:Point" x="1022" y="589" />
332         <bpmndi:BPMNLabel>
333           <dc:Bounds x="992" y="559" width="90" height="12" />
334         </bpmndi:BPMNLabel>
335       </bpmndi:BPMNEdge>
336       <bpmndi:BPMNShape id="ScriptTask_0v8y3ex_di" bpmnElement="Task_0wj9ajs">
337         <dc:Bounds x="972" y="461" width="100" height="80" />
338       </bpmndi:BPMNShape>
339       <bpmndi:BPMNShape id="ScriptTask_0lndrbk_di" bpmnElement="Task_1g8wthf">
340         <dc:Bounds x="972" y="589" width="100" height="80" />
341       </bpmndi:BPMNShape>
342       <bpmndi:BPMNEdge id="SequenceFlow_1jhzmzn_di" bpmnElement="SequenceFlow_1jhzmzn">
343         <di:waypoint xsi:type="dc:Point" x="1022" y="286" />
344         <di:waypoint xsi:type="dc:Point" x="1022" y="336" />
345         <bpmndi:BPMNLabel>
346           <dc:Bounds x="1037" y="305" width="0" height="12" />
347         </bpmndi:BPMNLabel>
348       </bpmndi:BPMNEdge>
349       <bpmndi:BPMNEdge id="SequenceFlow_0w5i6vf_di" bpmnElement="SequenceFlow_0w5i6vf">
350         <di:waypoint xsi:type="dc:Point" x="1022" y="669" />
351         <di:waypoint xsi:type="dc:Point" x="1022" y="717" />
352         <bpmndi:BPMNLabel>
353           <dc:Bounds x="1037" y="687" width="0" height="12" />
354         </bpmndi:BPMNLabel>
355       </bpmndi:BPMNEdge>
356       <bpmndi:BPMNEdge id="SequenceFlow_16sdyz9_di" bpmnElement="SequenceFlow_16sdyz9">
357         <di:waypoint xsi:type="dc:Point" x="1022" y="416" />
358         <di:waypoint xsi:type="dc:Point" x="1022" y="461" />
359         <bpmndi:BPMNLabel>
360           <dc:Bounds x="1037" y="432.5" width="0" height="12" />
361         </bpmndi:BPMNLabel>
362       </bpmndi:BPMNEdge>
363       <bpmndi:BPMNShape id="SubProcess_1awd8cm_di" bpmnElement="SubProcess_1awd8cm" isExpanded="true">
364         <dc:Bounds x="98" y="304" width="394" height="188" />
365       </bpmndi:BPMNShape>
366       <bpmndi:BPMNShape id="ScriptTask_1thtxi5_di" bpmnElement="ScriptTask_1thtxi5">
367         <dc:Bounds x="246" y="359" width="100" height="80" />
368       </bpmndi:BPMNShape>
369       <bpmndi:BPMNShape id="StartEvent_0xjnqhv_di" bpmnElement="StartEvent_0xjnqhv">
370         <dc:Bounds x="131" y="381" width="36" height="36" />
371         <bpmndi:BPMNLabel>
372           <dc:Bounds x="149" y="422" width="0" height="0" />
373         </bpmndi:BPMNLabel>
374       </bpmndi:BPMNShape>
375       <bpmndi:BPMNShape id="EndEvent_0eikrc1_di" bpmnElement="EndEvent_0eikrc1">
376         <dc:Bounds x="407" y="381" width="36" height="36" />
377         <bpmndi:BPMNLabel>
378           <dc:Bounds x="425" y="422" width="0" height="0" />
379         </bpmndi:BPMNLabel>
380       </bpmndi:BPMNShape>
381       <bpmndi:BPMNEdge id="SequenceFlow_0x48any_di" bpmnElement="SequenceFlow_0x48any">
382         <di:waypoint xsi:type="dc:Point" x="167" y="399" />
383         <di:waypoint xsi:type="dc:Point" x="246" y="399" />
384         <bpmndi:BPMNLabel>
385           <dc:Bounds x="209" y="399" width="0" height="0" />
386         </bpmndi:BPMNLabel>
387       </bpmndi:BPMNEdge>
388       <bpmndi:BPMNEdge id="SequenceFlow_052o4xc_di" bpmnElement="SequenceFlow_052o4xc">
389         <di:waypoint xsi:type="dc:Point" x="346" y="399" />
390         <di:waypoint xsi:type="dc:Point" x="407" y="399" />
391         <bpmndi:BPMNLabel>
392           <dc:Bounds x="381" y="399" width="0" height="0" />
393         </bpmndi:BPMNLabel>
394       </bpmndi:BPMNEdge>
395     </bpmndi:BPMNPlane>
396   </bpmndi:BPMNDiagram>
397 </bpmn2:definitions>