Merge "Reorder modifiers"
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / subprocess / DoDeleteServiceInstance.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.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoDeleteServiceInstance" name="DoDeleteServiceInstance" isExecutable="true">
4     <bpmn2:startEvent id="deleteSI_startEven" name="Start Flow">
5       <bpmn2:outgoing>SequenceFlow_0jfgn05</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
8       <bpmn2:incoming>SequenceFlow_0jfgn05</bpmn2:incoming>
9       <bpmn2:outgoing>SequenceFlow_1jqc16k</bpmn2:outgoing>
10       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
11 def ddsi = new DoDeleteServiceInstance()
12 ddsi.preProcessRequest(execution)
13 ]]></bpmn2:script>
14     </bpmn2:scriptTask>
15     <bpmn2:endEvent id="EndEvent_3">
16       <bpmn2:incoming>SequenceFlow_1wyvxwi</bpmn2:incoming>
17     </bpmn2:endEvent>
18     <bpmn2:callActivity id="callGenericDeleteService" name="Call AAI GenericDelete Service " calledElement="GenericDeleteService">
19       <bpmn2:extensionElements>
20         <camunda:in source="serviceInstanceId" target="GENDS_serviceInstanceId" />
21         <camunda:in source="subscriptionServiceType" target="GENDS_serviceType" />
22         <camunda:in source="globalSubscriberId" target="GENDS_globalCustomerId" />
23         <camunda:in sourceExpression="service-instance" target="GENDS_type" />
24         <camunda:out source="GENDS_FoundIndicator" target="GENDS_FoundIndicator" />
25         <camunda:in sourceExpression="&#34;&#34;" target="GENGS_serviceType" />
26         <camunda:out source="GENDS_SuccessIndicator" target="GENDS_SuccessIndicator" />
27         <camunda:out source="WorkflowException" target="WorkflowExcpeton" />
28       </bpmn2:extensionElements>
29       <bpmn2:incoming>SequenceFlow_0riudmc</bpmn2:incoming>
30       <bpmn2:incoming>SequenceFlow_0znbzxu</bpmn2:incoming>
31       <bpmn2:outgoing>SequenceFlow_05wu9i7</bpmn2:outgoing>
32     </bpmn2:callActivity>
33     <bpmn2:sequenceFlow id="SequenceFlow_05wu9i7" sourceRef="callGenericDeleteService" targetRef="ScriptTask_1ybdq3e" />
34     <bpmn2:sequenceFlow id="SequenceFlow_0k28xib" sourceRef="CallActivity_0ak0ezb" targetRef="ScriptTask_1uxr0cx" />
35     <bpmn2:callActivity id="CallActivity_0ak0ezb" name="Call SDNC Service Topology Deactivate" calledElement="sdncAdapter">
36       <bpmn2:extensionElements>
37         <camunda:in source="sdncDeactivate" target="sdncAdapterWorkflowRequest" />
38         <camunda:in source="msoRequestId" target="mso-request-id" />
39         <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
40         <camunda:out source="WorkflowException" target="WorkflowException" />
41         <camunda:out source="sdncAdapterResponse" target="sdncDeactivateResponse" />
42         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
43       </bpmn2:extensionElements>
44       <bpmn2:incoming>SequenceFlow_0yohjl7</bpmn2:incoming>
45       <bpmn2:outgoing>SequenceFlow_0k28xib</bpmn2:outgoing>
46     </bpmn2:callActivity>
47     <bpmn2:scriptTask id="ScriptTask_1uxr0cx" name="Post Process SDNC Deactivate" scriptFormat="groovy">
48       <bpmn2:incoming>SequenceFlow_0k28xib</bpmn2:incoming>
49       <bpmn2:outgoing>SequenceFlow_1w8ao21</bpmn2:outgoing>
50       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
51
52 String response = execution.getVariable("sdncDeactivateResponse")
53 def ddsi = new DoDeleteServiceInstance()
54 ddsi.postProcessSDNCDelete(execution, response, "deactivate")]]></bpmn2:script>
55     </bpmn2:scriptTask>
56     <bpmn2:sequenceFlow id="SequenceFlow_0jfgn05" sourceRef="deleteSI_startEven" targetRef="preProcessRequest_ScriptTask" />
57     <bpmn2:scriptTask id="ScriptTask_0xxwbdq" name="PreProcess SDNC Delete" scriptFormat="groovy">
58       <bpmn2:incoming>SequenceFlow_1dwch0k</bpmn2:incoming>
59       <bpmn2:outgoing>SequenceFlow_1ju26o1</bpmn2:outgoing>
60       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
61 def ddsi = new DoDeleteServiceInstance()
62 ddsi.preProcessSDNCDelete(execution)]]></bpmn2:script>
63     </bpmn2:scriptTask>
64     <bpmn2:exclusiveGateway id="ExclusiveGateway_0590oev" name="SI found in AAI" default="SequenceFlow_05jfuko">
65       <bpmn2:incoming>SequenceFlow_1up0j5r</bpmn2:incoming>
66       <bpmn2:outgoing>SequenceFlow_1hcfvcj</bpmn2:outgoing>
67       <bpmn2:outgoing>SequenceFlow_05jfuko</bpmn2:outgoing>
68     </bpmn2:exclusiveGateway>
69     <bpmn2:sequenceFlow id="SequenceFlow_1hcfvcj" name="yes" sourceRef="ExclusiveGateway_0590oev" targetRef="ExclusiveGateway_1mrh7us">
70       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGS_FoundIndicator" ) == true}]]></bpmn2:conditionExpression>
71     </bpmn2:sequenceFlow>
72     <bpmn2:endEvent id="EndEvent_0ronxsz">
73       <bpmn2:incoming>SequenceFlow_05jfuko</bpmn2:incoming>
74     </bpmn2:endEvent>
75     <bpmn2:sequenceFlow id="SequenceFlow_05jfuko" name="no" sourceRef="ExclusiveGateway_0590oev" targetRef="EndEvent_0ronxsz" />
76     <bpmn2:sequenceFlow id="SequenceFlow_1w8ao21" sourceRef="ScriptTask_1uxr0cx" targetRef="CallActivity_1c5wru8" />
77     <bpmn2:exclusiveGateway id="ExclusiveGateway_1mrh7us" name="need to invoke SDNC" default="SequenceFlow_1dwch0k">
78       <bpmn2:incoming>SequenceFlow_1hcfvcj</bpmn2:incoming>
79       <bpmn2:outgoing>SequenceFlow_0riudmc</bpmn2:outgoing>
80       <bpmn2:outgoing>SequenceFlow_1dwch0k</bpmn2:outgoing>
81     </bpmn2:exclusiveGateway>
82     <bpmn2:sequenceFlow id="SequenceFlow_0riudmc" name="no" sourceRef="ExclusiveGateway_1mrh7us" targetRef="callGenericDeleteService">
83       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("sendToSDNC" )   == false }]]></bpmn2:conditionExpression>
84     </bpmn2:sequenceFlow>
85     <bpmn2:sequenceFlow id="SequenceFlow_1dwch0k" name="yes" sourceRef="ExclusiveGateway_1mrh7us" targetRef="ScriptTask_0xxwbdq" />
86     <bpmn2:callActivity id="CallActivity_1s8pf0x" name="Call AAI Generic GetService" calledElement="GenericGetService">
87       <bpmn2:extensionElements>
88         <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
89         <camunda:in sourceExpression="service-instance" target="GENGS_type" />
90         <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
91         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
92         <camunda:out source="WorkflowException" target="WorkflowException" />
93         <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
94         <camunda:out source="GENGS_service" target="GENGS_service" />
95       </bpmn2:extensionElements>
96       <bpmn2:incoming>SequenceFlow_1jqc16k</bpmn2:incoming>
97       <bpmn2:outgoing>SequenceFlow_1grea1r</bpmn2:outgoing>
98     </bpmn2:callActivity>
99     <bpmn2:sequenceFlow id="SequenceFlow_1jqc16k" sourceRef="preProcessRequest_ScriptTask" targetRef="CallActivity_1s8pf0x" />
100     <bpmn2:scriptTask id="ScriptTask_02da0lj" name="Post Process AAI GET" scriptFormat="groovy">
101       <bpmn2:incoming>SequenceFlow_1grea1r</bpmn2:incoming>
102       <bpmn2:outgoing>SequenceFlow_1up0j5r</bpmn2:outgoing>
103       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
104 def ddsi = new DoDeleteServiceInstance()
105 ddsi.postProcessAAIGET(execution)]]></bpmn2:script>
106     </bpmn2:scriptTask>
107     <bpmn2:sequenceFlow id="SequenceFlow_1grea1r" sourceRef="CallActivity_1s8pf0x" targetRef="ScriptTask_02da0lj" />
108     <bpmn2:sequenceFlow id="SequenceFlow_1up0j5r" sourceRef="ScriptTask_02da0lj" targetRef="ExclusiveGateway_0590oev" />
109     <bpmn2:scriptTask id="ScriptTask_1ybdq3e" name="Post Process AAI Delete" scriptFormat="groovy">
110       <bpmn2:incoming>SequenceFlow_05wu9i7</bpmn2:incoming>
111       <bpmn2:outgoing>SequenceFlow_1wyvxwi</bpmn2:outgoing>
112       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
113 def ddsi = new DoDeleteServiceInstance()
114 ddsi.postProcessAAIDEL(execution)]]></bpmn2:script>
115     </bpmn2:scriptTask>
116     <bpmn2:sequenceFlow id="SequenceFlow_1wyvxwi" sourceRef="ScriptTask_1ybdq3e" targetRef="EndEvent_3" />
117     <bpmn2:subProcess id="SubProcess_1jggn82" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
118       <bpmn2:startEvent id="StartEvent_1antv0y">
119         <bpmn2:outgoing>SequenceFlow_0u33vy6</bpmn2:outgoing>
120         <bpmn2:errorEventDefinition errorRef="Error_1" />
121       </bpmn2:startEvent>
122       <bpmn2:endEvent id="EndEvent_03iywf6">
123         <bpmn2:incoming>SequenceFlow_0hevfee</bpmn2:incoming>
124       </bpmn2:endEvent>
125       <bpmn2:scriptTask id="ScriptTask_1va95un" name="Log / Print Unexpected Error" scriptFormat="groovy">
126         <bpmn2:incoming>SequenceFlow_0u33vy6</bpmn2:incoming>
127         <bpmn2:outgoing>SequenceFlow_0hevfee</bpmn2:outgoing>
128         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
129 ExceptionUtil ex = new ExceptionUtil()
130 ex.processJavaException(execution)]]></bpmn2:script>
131       </bpmn2:scriptTask>
132       <bpmn2:sequenceFlow id="SequenceFlow_0u33vy6" name="" sourceRef="StartEvent_1antv0y" targetRef="ScriptTask_1va95un" />
133       <bpmn2:sequenceFlow id="SequenceFlow_0hevfee" name="" sourceRef="ScriptTask_1va95un" targetRef="EndEvent_03iywf6" />
134     </bpmn2:subProcess>
135     <bpmn2:callActivity id="CallActivity_1c5wru8" name="Call SDNC Service Topology Delete" calledElement="sdncAdapter">
136       <bpmn2:extensionElements>
137         <camunda:in source="sdncDelete" target="sdncAdapterWorkflowRequest" />
138         <camunda:in source="msoRequestId" target="mso-request-id" />
139         <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
140         <camunda:out source="WorkflowException" target="WorkflowException" />
141         <camunda:out source="sdncAdapterResponse" target="sdncDeleteResponse" />
142         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
143       </bpmn2:extensionElements>
144       <bpmn2:incoming>SequenceFlow_1w8ao21</bpmn2:incoming>
145       <bpmn2:incoming>SequenceFlow_1swzrij</bpmn2:incoming>
146       <bpmn2:outgoing>SequenceFlow_14x55db</bpmn2:outgoing>
147     </bpmn2:callActivity>
148     <bpmn2:scriptTask id="ScriptTask_0lc115e" name="Post Process SDNC Delete" scriptFormat="groovy">
149       <bpmn2:incoming>SequenceFlow_14x55db</bpmn2:incoming>
150       <bpmn2:outgoing>SequenceFlow_0znbzxu</bpmn2:outgoing>
151       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
152
153 String response = execution.getVariable("sdncDeleteResponse")
154 def ddsi = new DoDeleteServiceInstance()
155 ddsi.postProcessSDNCDelete(execution, response, "delete")]]></bpmn2:script>
156     </bpmn2:scriptTask>
157     <bpmn2:sequenceFlow id="SequenceFlow_14x55db" sourceRef="CallActivity_1c5wru8" targetRef="ScriptTask_0lc115e" />
158     <bpmn2:sequenceFlow id="SequenceFlow_0znbzxu" sourceRef="ScriptTask_0lc115e" targetRef="callGenericDeleteService" />
159     <bpmn2:exclusiveGateway id="ExclusiveGateway_1xbefi3" name="skipDeactivate for TRANSPORT" default="SequenceFlow_0yohjl7">
160       <bpmn2:incoming>SequenceFlow_1ju26o1</bpmn2:incoming>
161       <bpmn2:outgoing>SequenceFlow_0yohjl7</bpmn2:outgoing>
162       <bpmn2:outgoing>SequenceFlow_1swzrij</bpmn2:outgoing>
163     </bpmn2:exclusiveGateway>
164     <bpmn2:sequenceFlow id="SequenceFlow_1ju26o1" sourceRef="ScriptTask_0xxwbdq" targetRef="ExclusiveGateway_1xbefi3" />
165     <bpmn2:sequenceFlow id="SequenceFlow_0yohjl7" name="no" sourceRef="ExclusiveGateway_1xbefi3" targetRef="CallActivity_0ak0ezb" />
166     <bpmn2:sequenceFlow id="SequenceFlow_1swzrij" name="yes" sourceRef="ExclusiveGateway_1xbefi3" targetRef="CallActivity_1c5wru8">
167       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("skipDeactivate" )   == true }]]></bpmn2:conditionExpression>
168     </bpmn2:sequenceFlow>
169   </bpmn2:process>
170   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
171   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
172   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
173     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteServiceInstance">
174       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="deleteSI_startEven">
175         <dc:Bounds x="-334" y="79" width="36" height="36" />
176         <bpmndi:BPMNLabel>
177           <dc:Bounds x="-340" y="120" width="49" height="13" />
178         </bpmndi:BPMNLabel>
179       </bpmndi:BPMNShape>
180       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
181         <dc:Bounds x="-265" y="57" width="100" height="80" />
182       </bpmndi:BPMNShape>
183       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">
184         <dc:Bounds x="1384" y="201" width="36" height="36" />
185         <bpmndi:BPMNLabel>
186           <dc:Bounds x="1402" y="242" width="0" height="0" />
187         </bpmndi:BPMNLabel>
188       </bpmndi:BPMNShape>
189       <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="callGenericDeleteService">
190         <dc:Bounds x="1202" y="57" width="100" height="80" />
191       </bpmndi:BPMNShape>
192       <bpmndi:BPMNEdge id="SequenceFlow_05wu9i7_di" bpmnElement="SequenceFlow_05wu9i7">
193         <di:waypoint xsi:type="dc:Point" x="1302" y="97" />
194         <di:waypoint xsi:type="dc:Point" x="1352" y="97" />
195         <bpmndi:BPMNLabel>
196           <dc:Bounds x="1327" y="82" width="0" height="0" />
197         </bpmndi:BPMNLabel>
198       </bpmndi:BPMNEdge>
199       <bpmndi:BPMNEdge id="SequenceFlow_0k28xib_di" bpmnElement="SequenceFlow_0k28xib">
200         <di:waypoint xsi:type="dc:Point" x="713" y="97" />
201         <di:waypoint xsi:type="dc:Point" x="776" y="97" />
202         <bpmndi:BPMNLabel>
203           <dc:Bounds x="745" y="82" width="0" height="0" />
204         </bpmndi:BPMNLabel>
205       </bpmndi:BPMNEdge>
206       <bpmndi:BPMNShape id="CallActivity_0ak0ezb_di" bpmnElement="CallActivity_0ak0ezb">
207         <dc:Bounds x="613" y="57" width="100" height="80" />
208       </bpmndi:BPMNShape>
209       <bpmndi:BPMNShape id="ScriptTask_1uxr0cx_di" bpmnElement="ScriptTask_1uxr0cx">
210         <dc:Bounds x="776" y="57" width="100" height="80" />
211       </bpmndi:BPMNShape>
212       <bpmndi:BPMNEdge id="SequenceFlow_0jfgn05_di" bpmnElement="SequenceFlow_0jfgn05">
213         <di:waypoint xsi:type="dc:Point" x="-298" y="97" />
214         <di:waypoint xsi:type="dc:Point" x="-265" y="97" />
215         <bpmndi:BPMNLabel>
216           <dc:Bounds x="-281" y="82" width="0" height="0" />
217         </bpmndi:BPMNLabel>
218       </bpmndi:BPMNEdge>
219       <bpmndi:BPMNShape id="ScriptTask_0xxwbdq_di" bpmnElement="ScriptTask_0xxwbdq">
220         <dc:Bounds x="354" y="57" width="100" height="80" />
221       </bpmndi:BPMNShape>
222       <bpmndi:BPMNShape id="ExclusiveGateway_0590oev_di" bpmnElement="ExclusiveGateway_0590oev" isMarkerVisible="true">
223         <dc:Bounds x="150" y="72" width="50" height="50" />
224         <bpmndi:BPMNLabel>
225           <dc:Bounds x="138" y="51" width="74" height="14" />
226         </bpmndi:BPMNLabel>
227       </bpmndi:BPMNShape>
228       <bpmndi:BPMNEdge id="SequenceFlow_1hcfvcj_di" bpmnElement="SequenceFlow_1hcfvcj">
229         <di:waypoint xsi:type="dc:Point" x="200" y="97" />
230         <di:waypoint xsi:type="dc:Point" x="236" y="97" />
231         <bpmndi:BPMNLabel>
232           <dc:Bounds x="222" y="99" width="18" height="14" />
233         </bpmndi:BPMNLabel>
234       </bpmndi:BPMNEdge>
235       <bpmndi:BPMNShape id="EndEvent_0ronxsz_di" bpmnElement="EndEvent_0ronxsz">
236         <dc:Bounds x="157" y="221" width="36" height="36" />
237         <bpmndi:BPMNLabel>
238           <dc:Bounds x="175" y="262" width="0" height="0" />
239         </bpmndi:BPMNLabel>
240       </bpmndi:BPMNShape>
241       <bpmndi:BPMNEdge id="SequenceFlow_05jfuko_di" bpmnElement="SequenceFlow_05jfuko">
242         <di:waypoint xsi:type="dc:Point" x="175" y="122" />
243         <di:waypoint xsi:type="dc:Point" x="175" y="221" />
244         <bpmndi:BPMNLabel>
245           <dc:Bounds x="156" y="137.69226916562667" width="12" height="14" />
246         </bpmndi:BPMNLabel>
247       </bpmndi:BPMNEdge>
248       <bpmndi:BPMNEdge id="SequenceFlow_1w8ao21_di" bpmnElement="SequenceFlow_1w8ao21">
249         <di:waypoint xsi:type="dc:Point" x="876" y="97" />
250         <di:waypoint xsi:type="dc:Point" x="917" y="97" />
251         <bpmndi:BPMNLabel>
252           <dc:Bounds x="897" y="82" width="0" height="0" />
253         </bpmndi:BPMNLabel>
254       </bpmndi:BPMNEdge>
255       <bpmndi:BPMNShape id="ExclusiveGateway_1mrh7us_di" bpmnElement="ExclusiveGateway_1mrh7us" isMarkerVisible="true">
256         <dc:Bounds x="236" y="72" width="50" height="50" />
257         <bpmndi:BPMNLabel>
258           <dc:Bounds x="228" y="126" width="74" height="24" />
259         </bpmndi:BPMNLabel>
260       </bpmndi:BPMNShape>
261       <bpmndi:BPMNEdge id="SequenceFlow_0riudmc_di" bpmnElement="SequenceFlow_0riudmc">
262         <di:waypoint xsi:type="dc:Point" x="261" y="72" />
263         <di:waypoint xsi:type="dc:Point" x="261" y="-20" />
264         <di:waypoint xsi:type="dc:Point" x="1252" y="-20" />
265         <di:waypoint xsi:type="dc:Point" x="1252" y="57" />
266         <bpmndi:BPMNLabel>
267           <dc:Bounds x="756" y="-35" width="12" height="12" />
268         </bpmndi:BPMNLabel>
269       </bpmndi:BPMNEdge>
270       <bpmndi:BPMNEdge id="SequenceFlow_1dwch0k_di" bpmnElement="SequenceFlow_1dwch0k">
271         <di:waypoint xsi:type="dc:Point" x="286" y="97" />
272         <di:waypoint xsi:type="dc:Point" x="310" y="97" />
273         <di:waypoint xsi:type="dc:Point" x="353" y="97" />
274         <bpmndi:BPMNLabel>
275           <dc:Bounds x="306" y="101" width="18" height="12" />
276         </bpmndi:BPMNLabel>
277       </bpmndi:BPMNEdge>
278       <bpmndi:BPMNShape id="CallActivity_1s8pf0x_di" bpmnElement="CallActivity_1s8pf0x">
279         <dc:Bounds x="-121" y="57" width="100" height="80" />
280       </bpmndi:BPMNShape>
281       <bpmndi:BPMNEdge id="SequenceFlow_1jqc16k_di" bpmnElement="SequenceFlow_1jqc16k">
282         <di:waypoint xsi:type="dc:Point" x="-165" y="97" />
283         <di:waypoint xsi:type="dc:Point" x="-121" y="97" />
284         <bpmndi:BPMNLabel>
285           <dc:Bounds x="-143" y="82" width="0" height="0" />
286         </bpmndi:BPMNLabel>
287       </bpmndi:BPMNEdge>
288       <bpmndi:BPMNShape id="ScriptTask_02da0lj_di" bpmnElement="ScriptTask_02da0lj">
289         <dc:Bounds x="20" y="57" width="100" height="80" />
290       </bpmndi:BPMNShape>
291       <bpmndi:BPMNEdge id="SequenceFlow_1grea1r_di" bpmnElement="SequenceFlow_1grea1r">
292         <di:waypoint xsi:type="dc:Point" x="-21" y="97" />
293         <di:waypoint xsi:type="dc:Point" x="20" y="97" />
294         <bpmndi:BPMNLabel>
295           <dc:Bounds x="0" y="82" width="0" height="0" />
296         </bpmndi:BPMNLabel>
297       </bpmndi:BPMNEdge>
298       <bpmndi:BPMNEdge id="SequenceFlow_1up0j5r_di" bpmnElement="SequenceFlow_1up0j5r">
299         <di:waypoint xsi:type="dc:Point" x="120" y="97" />
300         <di:waypoint xsi:type="dc:Point" x="150" y="97" />
301         <bpmndi:BPMNLabel>
302           <dc:Bounds x="135" y="82" width="0" height="0" />
303         </bpmndi:BPMNLabel>
304       </bpmndi:BPMNEdge>
305       <bpmndi:BPMNShape id="ScriptTask_1ybdq3e_di" bpmnElement="ScriptTask_1ybdq3e">
306         <dc:Bounds x="1352" y="57" width="100" height="80" />
307       </bpmndi:BPMNShape>
308       <bpmndi:BPMNEdge id="SequenceFlow_1wyvxwi_di" bpmnElement="SequenceFlow_1wyvxwi">
309         <di:waypoint xsi:type="dc:Point" x="1402" y="137" />
310         <di:waypoint xsi:type="dc:Point" x="1402" y="201" />
311         <bpmndi:BPMNLabel>
312           <dc:Bounds x="1417" y="169" width="0" height="0" />
313         </bpmndi:BPMNLabel>
314       </bpmndi:BPMNEdge>
315       <bpmndi:BPMNShape id="SubProcess_1jggn82_di" bpmnElement="SubProcess_1jggn82" isExpanded="true">
316         <dc:Bounds x="266" y="409" width="467" height="193" />
317       </bpmndi:BPMNShape>
318       <bpmndi:BPMNShape id="StartEvent_1antv0y_di" bpmnElement="StartEvent_1antv0y">
319         <dc:Bounds x="334" y="475" width="36" height="36" />
320         <bpmndi:BPMNLabel>
321           <dc:Bounds x="352" y="516" width="0" height="0" />
322         </bpmndi:BPMNLabel>
323       </bpmndi:BPMNShape>
324       <bpmndi:BPMNShape id="EndEvent_03iywf6_di" bpmnElement="EndEvent_03iywf6">
325         <dc:Bounds x="627" y="475" width="36" height="36" />
326         <bpmndi:BPMNLabel>
327           <dc:Bounds x="645" y="516" width="0" height="0" />
328         </bpmndi:BPMNLabel>
329       </bpmndi:BPMNShape>
330       <bpmndi:BPMNShape id="ScriptTask_1va95un_di" bpmnElement="ScriptTask_1va95un">
331         <dc:Bounds x="438" y="453" width="100" height="80" />
332       </bpmndi:BPMNShape>
333       <bpmndi:BPMNEdge id="SequenceFlow_0u33vy6_di" bpmnElement="SequenceFlow_0u33vy6">
334         <di:waypoint xsi:type="dc:Point" x="370" y="493" />
335         <di:waypoint xsi:type="dc:Point" x="438" y="493" />
336         <bpmndi:BPMNLabel>
337           <dc:Bounds x="404" y="478" width="0" height="0" />
338         </bpmndi:BPMNLabel>
339       </bpmndi:BPMNEdge>
340       <bpmndi:BPMNEdge id="SequenceFlow_0hevfee_di" bpmnElement="SequenceFlow_0hevfee">
341         <di:waypoint xsi:type="dc:Point" x="538" y="493" />
342         <di:waypoint xsi:type="dc:Point" x="627" y="493" />
343         <bpmndi:BPMNLabel>
344           <dc:Bounds x="583" y="478" width="0" height="0" />
345         </bpmndi:BPMNLabel>
346       </bpmndi:BPMNEdge>
347       <bpmndi:BPMNShape id="CallActivity_1c5wru8_di" bpmnElement="CallActivity_1c5wru8">
348         <dc:Bounds x="917" y="57" width="100" height="80" />
349       </bpmndi:BPMNShape>
350       <bpmndi:BPMNShape id="ScriptTask_0lc115e_di" bpmnElement="ScriptTask_0lc115e">
351         <dc:Bounds x="1058" y="57" width="100" height="80" />
352       </bpmndi:BPMNShape>
353       <bpmndi:BPMNEdge id="SequenceFlow_14x55db_di" bpmnElement="SequenceFlow_14x55db">
354         <di:waypoint xsi:type="dc:Point" x="1017" y="97" />
355         <di:waypoint xsi:type="dc:Point" x="1058" y="97" />
356         <bpmndi:BPMNLabel>
357           <dc:Bounds x="1038" y="82" width="0" height="0" />
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNEdge>
360       <bpmndi:BPMNEdge id="SequenceFlow_0znbzxu_di" bpmnElement="SequenceFlow_0znbzxu">
361         <di:waypoint xsi:type="dc:Point" x="1158" y="97" />
362         <di:waypoint xsi:type="dc:Point" x="1202" y="97" />
363         <bpmndi:BPMNLabel>
364           <dc:Bounds x="1180" y="82" width="0" height="0" />
365         </bpmndi:BPMNLabel>
366       </bpmndi:BPMNEdge>
367       <bpmndi:BPMNShape id="ExclusiveGateway_1xbefi3_di" bpmnElement="ExclusiveGateway_1xbefi3" isMarkerVisible="true">
368         <dc:Bounds x="508" y="72" width="50" height="50" />
369         <bpmndi:BPMNLabel>
370           <dc:Bounds x="495" y="126" width="84" height="25" />
371         </bpmndi:BPMNLabel>
372       </bpmndi:BPMNShape>
373       <bpmndi:BPMNEdge id="SequenceFlow_1ju26o1_di" bpmnElement="SequenceFlow_1ju26o1">
374         <di:waypoint xsi:type="dc:Point" x="454" y="97" />
375         <di:waypoint xsi:type="dc:Point" x="508" y="97" />
376         <bpmndi:BPMNLabel>
377           <dc:Bounds x="481" y="82" width="0" height="0" />
378         </bpmndi:BPMNLabel>
379       </bpmndi:BPMNEdge>
380       <bpmndi:BPMNEdge id="SequenceFlow_0yohjl7_di" bpmnElement="SequenceFlow_0yohjl7">
381         <di:waypoint xsi:type="dc:Point" x="558" y="97" />
382         <di:waypoint xsi:type="dc:Point" x="613" y="97" />
383         <bpmndi:BPMNLabel>
384           <dc:Bounds x="580" y="72" width="12" height="12" />
385         </bpmndi:BPMNLabel>
386       </bpmndi:BPMNEdge>
387       <bpmndi:BPMNEdge id="SequenceFlow_1swzrij_di" bpmnElement="SequenceFlow_1swzrij">
388         <di:waypoint xsi:type="dc:Point" x="533" y="72" />
389         <di:waypoint xsi:type="dc:Point" x="533" y="26" />
390         <di:waypoint xsi:type="dc:Point" x="967" y="26" />
391         <di:waypoint xsi:type="dc:Point" x="967" y="57" />
392         <bpmndi:BPMNLabel>
393           <dc:Bounds x="741" y="11" width="18" height="12" />
394         </bpmndi:BPMNLabel>
395       </bpmndi:BPMNEdge>
396     </bpmndi:BPMNPlane>
397   </bpmndi:BPMNDiagram>
398 </bpmn2:definitions>