Containerization feature of SO
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoUpdateE2EServiceInstanceRollback.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="DoUpdateE2EServiceInstanceRollback" name="DoUpdateE2EServiceInstanceRollback" isExecutable="true">
4     <bpmn2:startEvent id="createSIRollback_startEvent" name="Start Flow">
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6     </bpmn2:startEvent>
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createSIRollback_startEvent" targetRef="preProcessRequest_ScriptTask" />
8     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
9       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
11       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
12 def rbk = new DoCreateE2EServiceInstanceRollback()
13 rbk.preProcessRequest(execution)
14 ]]></bpmn2:script>
15     </bpmn2:scriptTask>
16     <bpmn2:endEvent id="EndEvent_3">
17       <bpmn2:incoming>SequenceFlow_01l4ssl</bpmn2:incoming>
18     </bpmn2:endEvent>
19     <bpmn2:subProcess id="UnexpectedError_SubProcess_1" name="Sub-process for Errors" triggeredByEvent="true">
20       <bpmn2:startEvent id="StartEvent_1">
21         <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
22         <bpmn2:errorEventDefinition id="_ErrorEventDefinition_92" />
23       </bpmn2:startEvent>
24       <bpmn2:endEvent id="EndEvent_1">
25         <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
26       </bpmn2:endEvent>
27       <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" />
28       <bpmn2:scriptTask id="ScriptTask_1" name="Handle Errors" scriptFormat="groovy">
29         <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
30         <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
31         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
32 def rbk= new DoCreateE2EServiceInstanceRollback()
33 rbk.processRollbackException(execution)]]></bpmn2:script>
34       </bpmn2:scriptTask>
35       <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" />
36     </bpmn2:subProcess>
37     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="ExclusiveGateway_19tbjgn" />
38     <bpmn2:scriptTask id="PostProcess_ScriptTask" name="Post Process Request" scriptFormat="groovy">
39       <bpmn2:incoming>SequenceFlow_1rzlaoy</bpmn2:incoming>
40       <bpmn2:incoming>SequenceFlow_0a83f6m</bpmn2:incoming>
41       <bpmn2:outgoing>SequenceFlow_01l4ssl</bpmn2:outgoing>
42       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
43 def rbk = new DoCreateE2EServiceInstanceRollback()
44 rbk.postProcessRequest(execution)]]></bpmn2:script>
45     </bpmn2:scriptTask>
46     <bpmn2:sequenceFlow id="SequenceFlow_01l4ssl" sourceRef="PostProcess_ScriptTask" targetRef="EndEvent_3" />
47     <bpmn2:subProcess id="SubProcess_11bi8mc" name="Java Exception Handling Sub Process" triggeredByEvent="true">
48       <bpmn2:startEvent id="StartEvent_1gxe17c">
49         <bpmn2:outgoing>SequenceFlow_1ch4xrf</bpmn2:outgoing>
50         <bpmn2:errorEventDefinition errorRef="Error_1" />
51       </bpmn2:startEvent>
52       <bpmn2:scriptTask id="ScriptTask_15yddb0" name="Process Java Error" scriptFormat="groovy">
53         <bpmn2:incoming>SequenceFlow_1ch4xrf</bpmn2:incoming>
54         <bpmn2:outgoing>SequenceFlow_1pjk2ff</bpmn2:outgoing>
55         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
56 def rbk= new DoCreateE2EServiceInstanceRollback()
57 rbk.processRollbackJavaException(execution)]]></bpmn2:script>
58       </bpmn2:scriptTask>
59       <bpmn2:endEvent id="EndEvent_12e3h6k">
60         <bpmn2:incoming>SequenceFlow_1pjk2ff</bpmn2:incoming>
61         <bpmn2:terminateEventDefinition />
62       </bpmn2:endEvent>
63       <bpmn2:sequenceFlow id="SequenceFlow_1ch4xrf" name="" sourceRef="StartEvent_1gxe17c" targetRef="ScriptTask_15yddb0" />
64       <bpmn2:sequenceFlow id="SequenceFlow_1pjk2ff" name="" sourceRef="ScriptTask_15yddb0" targetRef="EndEvent_12e3h6k" />
65     </bpmn2:subProcess>
66     <bpmn2:exclusiveGateway id="ExclusiveGateway_19tbjgn" name="skip Rollback" default="SequenceFlow_06aasqh">
67       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
68       <bpmn2:outgoing>SequenceFlow_1rzlaoy</bpmn2:outgoing>
69       <bpmn2:outgoing>SequenceFlow_06aasqh</bpmn2:outgoing>
70     </bpmn2:exclusiveGateway>
71     <bpmn2:sequenceFlow id="SequenceFlow_1rzlaoy" name="yes" sourceRef="ExclusiveGateway_19tbjgn" targetRef="PostProcess_ScriptTask">
72       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("skipRollback" )  == true}]]></bpmn2:conditionExpression>
73     </bpmn2:sequenceFlow>
74     <bpmn2:exclusiveGateway id="ExclusiveGateway_0ii31dq" name="RollBack Deleted Resources?" default="SequenceFlow_055b52t">
75       <bpmn2:documentation>rollback Deleted Resources</bpmn2:documentation>
76       <bpmn2:incoming>SequenceFlow_1uw2p9a</bpmn2:incoming>
77       <bpmn2:outgoing>SequenceFlow_0drjj7b</bpmn2:outgoing>
78       <bpmn2:outgoing>SequenceFlow_055b52t</bpmn2:outgoing>
79     </bpmn2:exclusiveGateway>
80     <bpmn2:exclusiveGateway id="ExclusiveGateway_09wkav2" name="Rollback Added Resources?" default="SequenceFlow_1uw2p9a">
81       <bpmn2:incoming>SequenceFlow_06aasqh</bpmn2:incoming>
82       <bpmn2:outgoing>SequenceFlow_1uw2p9a</bpmn2:outgoing>
83       <bpmn2:outgoing>SequenceFlow_11fnnkb</bpmn2:outgoing>
84     </bpmn2:exclusiveGateway>
85     <bpmn2:sequenceFlow id="SequenceFlow_1uw2p9a" name="no" sourceRef="ExclusiveGateway_09wkav2" targetRef="ExclusiveGateway_0ii31dq" />
86     <bpmn2:sequenceFlow id="SequenceFlow_11fnnkb" name="yes" sourceRef="ExclusiveGateway_09wkav2" targetRef="IntermediateThrowEvent_11l0okn">
87       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("RollbackAdded" )  == "true" )}]]></bpmn2:conditionExpression>
88     </bpmn2:sequenceFlow>
89     <bpmn2:sequenceFlow id="SequenceFlow_06aasqh" name="no" sourceRef="ExclusiveGateway_19tbjgn" targetRef="ExclusiveGateway_09wkav2" />
90     <bpmn2:callActivity id="CallActivity_05jnyuq" name="Call DoDeleteResources" calledElement="DoDeleteResources">
91       <bpmn2:extensionElements>
92         <camunda:in source="nsServiceName" target="nsServiceName" />
93         <camunda:in source="nsServiceDescription" target="nsServiceDescription" />
94         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
95         <camunda:in source="serviceType" target="serviceType" />
96         <camunda:in source="serviceId" target="serviceId" />
97         <camunda:in source="operationId" target="operationId" />
98         <camunda:in source="resourceType" target="resourceType" />
99         <camunda:in source="resourceUUID" target="resourceUUID" />
100         <camunda:in source="resourceParameters" target="resourceParameters" />
101         <camunda:in source="operationType" target="operationType" />
102       </bpmn2:extensionElements>
103       <bpmn2:incoming>SequenceFlow_1fih4h0</bpmn2:incoming>
104       <bpmn2:outgoing>SequenceFlow_0pwixhh</bpmn2:outgoing>
105     </bpmn2:callActivity>
106     <bpmn2:sequenceFlow id="SequenceFlow_0pwixhh" sourceRef="CallActivity_05jnyuq" targetRef="ScriptTask_0ngehrz" />
107     <bpmn2:scriptTask id="ScriptTask_1i1ova8" name="PreProcess for Add Resources" scriptFormat="groovy">
108       <bpmn2:incoming>SequenceFlow_06xv7b2</bpmn2:incoming>
109       <bpmn2:outgoing>SequenceFlow_0b73i9r</bpmn2:outgoing>
110       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
111 def csi = new  DoUpdateE2EServiceInstanceRollback()
112 csi.preProcessForAddResource(execution)]]></bpmn2:script>
113     </bpmn2:scriptTask>
114     <bpmn2:scriptTask id="ScriptTask_0ngehrz" name="PostProcess for Add Resource" scriptFormat="groovy">
115       <bpmn2:incoming>SequenceFlow_0pwixhh</bpmn2:incoming>
116       <bpmn2:outgoing>SequenceFlow_08p4pkv</bpmn2:outgoing>
117       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
118 def csi = new  DoUpdateE2EServiceInstanceRollback()
119 csi.postProcessForAddResource(execution)]]></bpmn2:script>
120     </bpmn2:scriptTask>
121     <bpmn2:scriptTask id="ScriptTask_01beerv" name="PreProcess for Delete Resources" scriptFormat="groovy">
122       <bpmn2:incoming>SequenceFlow_1g4qm2l</bpmn2:incoming>
123       <bpmn2:outgoing>SequenceFlow_1fih4h0</bpmn2:outgoing>
124       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
125 def csi = new  DoUpdateE2EServiceInstanceRollback()
126 csi.preProcessForDeleteResource(execution)]]></bpmn2:script>
127     </bpmn2:scriptTask>
128     <bpmn2:callActivity id="CallActivity_0l7jjb1" name="Call DoCreateResources" calledElement="DoCreateResources">
129       <bpmn2:extensionElements>
130         <camunda:in source="nsServiceName" target="nsServiceName" />
131         <camunda:in source="nsServiceDescription" target="nsServiceDescription" />
132         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
133         <camunda:in source="serviceType" target="serviceType" />
134         <camunda:in source="serviceId" target="serviceId" />
135         <camunda:in source="operationId" target="operationId" />
136         <camunda:in source="resourceType" target="resourceType" />
137         <camunda:in source="resourceUUID" target="resourceUUID" />
138         <camunda:in source="resourceParameters" target="resourceParameters" />
139         <camunda:in source="operationType" target="operationType" />
140       </bpmn2:extensionElements>
141       <bpmn2:incoming>SequenceFlow_0b73i9r</bpmn2:incoming>
142       <bpmn2:outgoing>SequenceFlow_0q9ws1s</bpmn2:outgoing>
143     </bpmn2:callActivity>
144     <bpmn2:scriptTask id="ScriptTask_1afo620" name="PostProcess for Add Resource" scriptFormat="groovy">
145       <bpmn2:incoming>SequenceFlow_0q9ws1s</bpmn2:incoming>
146       <bpmn2:outgoing>SequenceFlow_1bp5oce</bpmn2:outgoing>
147       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
148 def csi = new  DoUpdateE2EServiceInstanceRollback()
149 csi.postProcessForAddResource(execution)]]></bpmn2:script>
150     </bpmn2:scriptTask>
151     <bpmn2:exclusiveGateway id="ExclusiveGateway_0ybxh3b" name="RollBackAAI?" default="SequenceFlow_0a83f6m">
152       <bpmn2:documentation>rollback AAI</bpmn2:documentation>
153       <bpmn2:incoming>SequenceFlow_055b52t</bpmn2:incoming>
154       <bpmn2:outgoing>SequenceFlow_0a83f6m</bpmn2:outgoing>
155       <bpmn2:outgoing>SequenceFlow_0zijz16</bpmn2:outgoing>
156     </bpmn2:exclusiveGateway>
157     <bpmn2:sequenceFlow id="SequenceFlow_0drjj7b" name="yes" sourceRef="ExclusiveGateway_0ii31dq" targetRef="IntermediateThrowEvent_14ed07u">
158       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("RollbackDeleted" )  == "true" )}]]></bpmn2:conditionExpression>
159     </bpmn2:sequenceFlow>
160     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_05uesi2" name="StartAddResources">
161       <bpmn2:outgoing>SequenceFlow_06xv7b2</bpmn2:outgoing>
162       <bpmn2:linkEventDefinition name="StartAddResource" />
163     </bpmn2:intermediateCatchEvent>
164     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1qn9srt" name="StartDeleteResources">
165       <bpmn2:outgoing>SequenceFlow_1g4qm2l</bpmn2:outgoing>
166       <bpmn2:linkEventDefinition name="StartDeleteResources" />
167     </bpmn2:intermediateCatchEvent>
168     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_11l0okn" name="GoTo StartDeleteResources">
169       <bpmn2:incoming>SequenceFlow_11fnnkb</bpmn2:incoming>
170       <bpmn2:linkEventDefinition name="StartDeleteResources" />
171     </bpmn2:intermediateThrowEvent>
172     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_14ed07u" name="GoTo StartAddResources">
173       <bpmn2:incoming>SequenceFlow_0drjj7b</bpmn2:incoming>
174       <bpmn2:linkEventDefinition name="StartAddResource" />
175     </bpmn2:intermediateThrowEvent>
176     <bpmn2:sequenceFlow id="SequenceFlow_0a83f6m" name="no" sourceRef="ExclusiveGateway_0ybxh3b" targetRef="PostProcess_ScriptTask" />
177     <bpmn2:sequenceFlow id="SequenceFlow_1fih4h0" sourceRef="ScriptTask_01beerv" targetRef="CallActivity_05jnyuq" />
178     <bpmn2:sequenceFlow id="SequenceFlow_1g4qm2l" sourceRef="IntermediateCatchEvent_1qn9srt" targetRef="ScriptTask_01beerv" />
179     <bpmn2:sequenceFlow id="SequenceFlow_06xv7b2" sourceRef="IntermediateCatchEvent_05uesi2" targetRef="ScriptTask_1i1ova8" />
180     <bpmn2:sequenceFlow id="SequenceFlow_0b73i9r" sourceRef="ScriptTask_1i1ova8" targetRef="CallActivity_0l7jjb1" />
181     <bpmn2:sequenceFlow id="SequenceFlow_0q9ws1s" sourceRef="CallActivity_0l7jjb1" targetRef="ScriptTask_1afo620" />
182     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0546q5i" name="UpdateAAI">
183       <bpmn2:outgoing>SequenceFlow_1a65s3k</bpmn2:outgoing>
184       <bpmn2:linkEventDefinition name="UpdateAAI" />
185     </bpmn2:intermediateCatchEvent>
186     <bpmn2:scriptTask id="ScriptTask_0gj4dj5" name="Pre Process AAI PUT" scriptFormat="groovy">
187       <bpmn2:incoming>SequenceFlow_1ixphei</bpmn2:incoming>
188       <bpmn2:outgoing>SequenceFlow_1lppnhy</bpmn2:outgoing>
189       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
190 def dcsi = new DoUpdateE2EServiceInstanceRollback()
191 dcsi.preProcessAAIPUT(execution)]]></bpmn2:script>
192     </bpmn2:scriptTask>
193     <bpmn2:callActivity id="CallActivity_0zs5y0x" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService">
194       <bpmn2:extensionElements>
195         <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
196         <camunda:in sourceExpression="service-instance" target="GENGS_type" />
197         <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
198         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
199         <camunda:out source="WorkflowException" target="WorkflowException" />
200         <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
201         <camunda:out source="GENGS_service" target="GENGS_service" />
202         <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
203         <camunda:in source="serviceType" target="GENGS_serviceType" />
204       </bpmn2:extensionElements>
205       <bpmn2:incoming>SequenceFlow_1lppnhy</bpmn2:incoming>
206       <bpmn2:outgoing>SequenceFlow_0kbisn8</bpmn2:outgoing>
207     </bpmn2:callActivity>
208     <bpmn2:scriptTask id="ScriptTask_1p96syr" name="Post Process AAI PUT" scriptFormat="groovy">
209       <bpmn2:incoming>SequenceFlow_0kbisn8</bpmn2:incoming>
210       <bpmn2:outgoing>SequenceFlow_1azhgda</bpmn2:outgoing>
211       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
212 def dcsi = new DoUpdateE2EServiceInstanceRollback()
213 dcsi.postProcessAAIPUT(execution)]]></bpmn2:script>
214     </bpmn2:scriptTask>
215     <bpmn2:sequenceFlow id="SequenceFlow_1a65s3k" sourceRef="IntermediateCatchEvent_0546q5i" targetRef="ScriptTask_13h2onn" />
216     <bpmn2:sequenceFlow id="SequenceFlow_1lppnhy" sourceRef="ScriptTask_0gj4dj5" targetRef="CallActivity_0zs5y0x" />
217     <bpmn2:sequenceFlow id="SequenceFlow_0kbisn8" sourceRef="CallActivity_0zs5y0x" targetRef="ScriptTask_1p96syr" />
218     <bpmn2:exclusiveGateway id="ExclusiveGateway_1k16vgh" name="RollBackAAI?" default="SequenceFlow_161uzhj">
219       <bpmn2:documentation>rollback AAI</bpmn2:documentation>
220       <bpmn2:incoming>SequenceFlow_08p4pkv</bpmn2:incoming>
221       <bpmn2:outgoing>SequenceFlow_0cbnwwi</bpmn2:outgoing>
222       <bpmn2:outgoing>SequenceFlow_161uzhj</bpmn2:outgoing>
223     </bpmn2:exclusiveGateway>
224     <bpmn2:sequenceFlow id="SequenceFlow_08p4pkv" sourceRef="ScriptTask_0ngehrz" targetRef="ExclusiveGateway_1k16vgh" />
225     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0x32fw8" name="GoTo UpdateAAI">
226       <bpmn2:incoming>SequenceFlow_0cbnwwi</bpmn2:incoming>
227       <bpmn2:linkEventDefinition name="UpdateAAI" />
228     </bpmn2:intermediateThrowEvent>
229     <bpmn2:sequenceFlow id="SequenceFlow_0cbnwwi" name="yes" sourceRef="ExclusiveGateway_1k16vgh" targetRef="IntermediateThrowEvent_0x32fw8">
230       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("RollbackAAI" )  == "true" )}]]></bpmn2:conditionExpression>
231     </bpmn2:sequenceFlow>
232     <bpmn2:scriptTask id="ScriptTask_1c3q8hc" name="Post Process Request" scriptFormat="groovy">
233       <bpmn2:incoming>SequenceFlow_161uzhj</bpmn2:incoming>
234       <bpmn2:outgoing>SequenceFlow_13r4lij</bpmn2:outgoing>
235       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
236 def rbk = new DoCreateE2EServiceInstanceRollback()
237 rbk.postProcessRequest(execution)]]></bpmn2:script>
238     </bpmn2:scriptTask>
239     <bpmn2:sequenceFlow id="SequenceFlow_161uzhj" sourceRef="ExclusiveGateway_1k16vgh" targetRef="ScriptTask_1c3q8hc" />
240     <bpmn2:endEvent id="EndEvent_0knjkkx">
241       <bpmn2:incoming>SequenceFlow_13r4lij</bpmn2:incoming>
242     </bpmn2:endEvent>
243     <bpmn2:sequenceFlow id="SequenceFlow_13r4lij" sourceRef="ScriptTask_1c3q8hc" targetRef="EndEvent_0knjkkx" />
244     <bpmn2:exclusiveGateway id="ExclusiveGateway_0g7wcmb" name="RollBackAAI?" default="SequenceFlow_1isdxh1">
245       <bpmn2:documentation>rollback AAI</bpmn2:documentation>
246       <bpmn2:incoming>SequenceFlow_1bp5oce</bpmn2:incoming>
247       <bpmn2:outgoing>SequenceFlow_0bkvqao</bpmn2:outgoing>
248       <bpmn2:outgoing>SequenceFlow_1isdxh1</bpmn2:outgoing>
249     </bpmn2:exclusiveGateway>
250     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0q76lxg" name="GoTo UpdateAAI">
251       <bpmn2:incoming>SequenceFlow_0bkvqao</bpmn2:incoming>
252       <bpmn2:linkEventDefinition name="UpdateAAI" />
253     </bpmn2:intermediateThrowEvent>
254     <bpmn2:scriptTask id="ScriptTask_1y4us3g" name="Post Process Request" scriptFormat="groovy">
255       <bpmn2:incoming>SequenceFlow_1isdxh1</bpmn2:incoming>
256       <bpmn2:outgoing>SequenceFlow_0a9xori</bpmn2:outgoing>
257       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
258 def rbk = new DoCreateE2EServiceInstanceRollback()
259 rbk.postProcessRequest(execution)]]></bpmn2:script>
260     </bpmn2:scriptTask>
261     <bpmn2:endEvent id="EndEvent_0yzh2qs">
262       <bpmn2:incoming>SequenceFlow_0a9xori</bpmn2:incoming>
263     </bpmn2:endEvent>
264     <bpmn2:sequenceFlow id="SequenceFlow_0bkvqao" name="yes" sourceRef="ExclusiveGateway_0g7wcmb" targetRef="IntermediateThrowEvent_0q76lxg">
265       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("RollbackAAI" )  == "true" )}]]></bpmn2:conditionExpression>
266     </bpmn2:sequenceFlow>
267     <bpmn2:sequenceFlow id="SequenceFlow_1isdxh1" sourceRef="ExclusiveGateway_0g7wcmb" targetRef="ScriptTask_1y4us3g" />
268     <bpmn2:sequenceFlow id="SequenceFlow_0a9xori" sourceRef="ScriptTask_1y4us3g" targetRef="EndEvent_0yzh2qs" />
269     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1et42wh" name="GoTo UpdateAAI">
270       <bpmn2:incoming>SequenceFlow_0zijz16</bpmn2:incoming>
271       <bpmn2:linkEventDefinition name="UpdateAAI" />
272     </bpmn2:intermediateThrowEvent>
273     <bpmn2:sequenceFlow id="SequenceFlow_0zijz16" name="yes" sourceRef="ExclusiveGateway_0ybxh3b" targetRef="IntermediateThrowEvent_1et42wh">
274       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("RollbackAAI" )  == "true" )}]]></bpmn2:conditionExpression>
275     </bpmn2:sequenceFlow>
276     <bpmn2:sequenceFlow id="SequenceFlow_1bp5oce" sourceRef="ScriptTask_1afo620" targetRef="ExclusiveGateway_0g7wcmb" />
277     <bpmn2:scriptTask id="ScriptTask_17k4l6y" name="Post Process Request" scriptFormat="groovy">
278       <bpmn2:incoming>SequenceFlow_1azhgda</bpmn2:incoming>
279       <bpmn2:outgoing>SequenceFlow_1n6foyw</bpmn2:outgoing>
280       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
281 def rbk = new DoCreateE2EServiceInstanceRollback()
282 rbk.postProcessRequest(execution)]]></bpmn2:script>
283     </bpmn2:scriptTask>
284     <bpmn2:endEvent id="EndEvent_193e9tt">
285       <bpmn2:incoming>SequenceFlow_1n6foyw</bpmn2:incoming>
286     </bpmn2:endEvent>
287     <bpmn2:sequenceFlow id="SequenceFlow_1n6foyw" sourceRef="ScriptTask_17k4l6y" targetRef="EndEvent_193e9tt" />
288     <bpmn2:sequenceFlow id="SequenceFlow_1azhgda" sourceRef="ScriptTask_1p96syr" targetRef="ScriptTask_17k4l6y" />
289     <bpmn2:sequenceFlow id="SequenceFlow_055b52t" name="no" sourceRef="ExclusiveGateway_0ii31dq" targetRef="ExclusiveGateway_0ybxh3b" />
290     <bpmn2:scriptTask id="ScriptTask_13h2onn" name="Pre Process AAI GET" scriptFormat="groovy">
291       <bpmn2:incoming>SequenceFlow_1a65s3k</bpmn2:incoming>
292       <bpmn2:outgoing>SequenceFlow_0870pzc</bpmn2:outgoing>
293       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
294 def dcsi = new DoUpdateE2EServiceInstanceRollback()
295 dcsi.preProcessAAIGET(execution)]]></bpmn2:script>
296     </bpmn2:scriptTask>
297     <bpmn2:callActivity id="CallActivity_1527zgc" name="Call AAI Generic GetService" calledElement="GenericGetService">
298       <bpmn2:extensionElements>
299         <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
300         <camunda:in sourceExpression="service-instance" target="GENGS_type" />
301         <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
302         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
303         <camunda:out source="WorkflowException" target="WorkflowException" />
304         <camunda:out source="GENGS_siResourceLink" target="GENGS_siResourceLink" />
305         <camunda:out source="GENGS_service" target="GENGS_service" />
306         <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
307         <camunda:in source="serviceType" target="GENGS_serviceType" />
308       </bpmn2:extensionElements>
309       <bpmn2:incoming>SequenceFlow_0870pzc</bpmn2:incoming>
310       <bpmn2:outgoing>SequenceFlow_1f31l5s</bpmn2:outgoing>
311     </bpmn2:callActivity>
312     <bpmn2:sequenceFlow id="SequenceFlow_0870pzc" sourceRef="ScriptTask_13h2onn" targetRef="CallActivity_1527zgc" />
313     <bpmn2:scriptTask id="ScriptTask_0td1f55" name="Post Process AAI GET" scriptFormat="groovy">
314       <bpmn2:incoming>SequenceFlow_1f31l5s</bpmn2:incoming>
315       <bpmn2:outgoing>SequenceFlow_1ixphei</bpmn2:outgoing>
316       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
317 def dcsi = new DoUpdateE2EServiceInstanceRollback()
318 dcsi.postProcessAAIGET(execution)]]></bpmn2:script>
319     </bpmn2:scriptTask>
320     <bpmn2:sequenceFlow id="SequenceFlow_1f31l5s" sourceRef="CallActivity_1527zgc" targetRef="ScriptTask_0td1f55" />
321     <bpmn2:sequenceFlow id="SequenceFlow_1ixphei" sourceRef="ScriptTask_0td1f55" targetRef="ScriptTask_0gj4dj5" />
322   </bpmn2:process>
323   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
324   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
325   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
326     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoUpdateE2EServiceInstanceRollback">
327       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSIRollback_startEvent">
328         <dc:Bounds x="151" y="79" width="36" height="36" />
329         <bpmndi:BPMNLabel>
330           <dc:Bounds x="146" y="120" width="48" height="14" />
331         </bpmndi:BPMNLabel>
332       </bpmndi:BPMNShape>
333       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
334         <dc:Bounds x="234" y="57" width="100" height="80" />
335       </bpmndi:BPMNShape>
336       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
337         <di:waypoint xsi:type="dc:Point" x="187" y="97" />
338         <di:waypoint xsi:type="dc:Point" x="234" y="97" />
339         <bpmndi:BPMNLabel>
340           <dc:Bounds x="211" y="82" width="0" height="0" />
341         </bpmndi:BPMNLabel>
342       </bpmndi:BPMNEdge>
343       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">
344         <dc:Bounds x="636" y="-160" width="36" height="36" />
345         <bpmndi:BPMNLabel>
346           <dc:Bounds x="609" y="-119" width="90" height="0" />
347         </bpmndi:BPMNLabel>
348       </bpmndi:BPMNShape>
349       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_27" bpmnElement="UnexpectedError_SubProcess_1" isExpanded="true">
350         <dc:Bounds x="122" y="981" width="466" height="156" />
351       </bpmndi:BPMNShape>
352       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_70" bpmnElement="StartEvent_1">
353         <dc:Bounds x="190" y="1047" width="36" height="36" />
354         <bpmndi:BPMNLabel>
355           <dc:Bounds x="163" y="1088" width="90" height="0" />
356         </bpmndi:BPMNLabel>
357       </bpmndi:BPMNShape>
358       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_219" bpmnElement="EndEvent_1">
359         <dc:Bounds x="483" y="1047" width="36" height="36" />
360         <bpmndi:BPMNLabel>
361           <dc:Bounds x="456" y="1088" width="90" height="0" />
362         </bpmndi:BPMNLabel>
363       </bpmndi:BPMNShape>
364       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_StartEvent_70" targetElement="_BPMNShape_ScriptTask_269">
365         <di:waypoint xsi:type="dc:Point" x="226" y="1065" />
366         <di:waypoint xsi:type="dc:Point" x="294" y="1065" />
367         <bpmndi:BPMNLabel>
368           <dc:Bounds x="216" y="1050" width="90" height="0" />
369         </bpmndi:BPMNLabel>
370       </bpmndi:BPMNEdge>
371       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61">
372         <di:waypoint xsi:type="dc:Point" x="334" y="97" />
373         <di:waypoint xsi:type="dc:Point" x="391" y="97" />
374         <bpmndi:BPMNLabel>
375           <dc:Bounds x="342.5" y="82" width="90" height="0" />
376         </bpmndi:BPMNLabel>
377       </bpmndi:BPMNEdge>
378       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_269" bpmnElement="ScriptTask_1">
379         <dc:Bounds x="294" y="1025" width="100" height="80" />
380       </bpmndi:BPMNShape>
381       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_269" targetElement="_BPMNShape_EndEvent_219">
382         <di:waypoint xsi:type="dc:Point" x="394" y="1065" />
383         <di:waypoint xsi:type="dc:Point" x="483" y="1065" />
384         <bpmndi:BPMNLabel>
385           <dc:Bounds x="394" y="1050" width="90" height="0" />
386         </bpmndi:BPMNLabel>
387       </bpmndi:BPMNEdge>
388       <bpmndi:BPMNShape id="ScriptTask_1wk55es_di" bpmnElement="PostProcess_ScriptTask">
389         <dc:Bounds x="604" y="-62" width="100" height="80" />
390       </bpmndi:BPMNShape>
391       <bpmndi:BPMNEdge id="SequenceFlow_01l4ssl_di" bpmnElement="SequenceFlow_01l4ssl">
392         <di:waypoint xsi:type="dc:Point" x="654" y="-62" />
393         <di:waypoint xsi:type="dc:Point" x="654" y="-89" />
394         <di:waypoint xsi:type="dc:Point" x="654" y="-89" />
395         <di:waypoint xsi:type="dc:Point" x="654" y="-124" />
396         <bpmndi:BPMNLabel>
397           <dc:Bounds x="624" y="-89" width="90" height="0" />
398         </bpmndi:BPMNLabel>
399       </bpmndi:BPMNEdge>
400       <bpmndi:BPMNShape id="SubProcess_11bi8mc_di" bpmnElement="SubProcess_11bi8mc" isExpanded="true">
401         <dc:Bounds x="612" y="982" width="463" height="152" />
402       </bpmndi:BPMNShape>
403       <bpmndi:BPMNShape id="StartEvent_1gxe17c_di" bpmnElement="StartEvent_1gxe17c">
404         <dc:Bounds x="647" y="1034" width="36" height="36" />
405         <bpmndi:BPMNLabel>
406           <dc:Bounds x="620" y="1075" width="90" height="0" />
407         </bpmndi:BPMNLabel>
408       </bpmndi:BPMNShape>
409       <bpmndi:BPMNShape id="ScriptTask_15yddb0_di" bpmnElement="ScriptTask_15yddb0">
410         <dc:Bounds x="755" y="1012" width="100" height="80" />
411       </bpmndi:BPMNShape>
412       <bpmndi:BPMNShape id="EndEvent_12e3h6k_di" bpmnElement="EndEvent_12e3h6k">
413         <dc:Bounds x="905" y="1034" width="36" height="36" />
414         <bpmndi:BPMNLabel>
415           <dc:Bounds x="878" y="1075" width="90" height="0" />
416         </bpmndi:BPMNLabel>
417       </bpmndi:BPMNShape>
418       <bpmndi:BPMNEdge id="SequenceFlow_1ch4xrf_di" bpmnElement="SequenceFlow_1ch4xrf">
419         <di:waypoint xsi:type="dc:Point" x="683" y="1052" />
420         <di:waypoint xsi:type="dc:Point" x="755" y="1052" />
421         <bpmndi:BPMNLabel>
422           <dc:Bounds x="663" y="1052" width="90" height="0" />
423         </bpmndi:BPMNLabel>
424       </bpmndi:BPMNEdge>
425       <bpmndi:BPMNEdge id="SequenceFlow_1pjk2ff_di" bpmnElement="SequenceFlow_1pjk2ff">
426         <di:waypoint xsi:type="dc:Point" x="855" y="1052" />
427         <di:waypoint xsi:type="dc:Point" x="905" y="1052" />
428         <bpmndi:BPMNLabel>
429           <dc:Bounds x="835" y="1052" width="90" height="0" />
430         </bpmndi:BPMNLabel>
431       </bpmndi:BPMNEdge>
432       <bpmndi:BPMNShape id="ExclusiveGateway_19tbjgn_di" bpmnElement="ExclusiveGateway_19tbjgn" isMarkerVisible="true">
433         <dc:Bounds x="391" y="72" width="50" height="50" />
434         <bpmndi:BPMNLabel>
435           <dc:Bounds x="383" y="54" width="65" height="12" />
436         </bpmndi:BPMNLabel>
437       </bpmndi:BPMNShape>
438       <bpmndi:BPMNEdge id="SequenceFlow_1rzlaoy_di" bpmnElement="SequenceFlow_1rzlaoy">
439         <di:waypoint xsi:type="dc:Point" x="416" y="72" />
440         <di:waypoint xsi:type="dc:Point" x="416" y="-22" />
441         <di:waypoint xsi:type="dc:Point" x="604" y="-22" />
442         <bpmndi:BPMNLabel>
443           <dc:Bounds x="463.0056179775281" y="-39" width="19" height="12" />
444         </bpmndi:BPMNLabel>
445       </bpmndi:BPMNEdge>
446       <bpmndi:BPMNShape id="ExclusiveGateway_0ii31dq_di" bpmnElement="ExclusiveGateway_0ii31dq" isMarkerVisible="true">
447         <dc:Bounds x="687" y="72" width="50" height="50" />
448         <bpmndi:BPMNLabel>
449           <dc:Bounds x="668" y="39" width="87" height="24" />
450         </bpmndi:BPMNLabel>
451       </bpmndi:BPMNShape>
452       <bpmndi:BPMNShape id="ExclusiveGateway_09wkav2_di" bpmnElement="ExclusiveGateway_09wkav2" isMarkerVisible="true">
453         <dc:Bounds x="520" y="72" width="50" height="50" />
454         <bpmndi:BPMNLabel>
455           <dc:Bounds x="507" y="38" width="76" height="24" />
456         </bpmndi:BPMNLabel>
457       </bpmndi:BPMNShape>
458       <bpmndi:BPMNEdge id="SequenceFlow_1uw2p9a_di" bpmnElement="SequenceFlow_1uw2p9a">
459         <di:waypoint xsi:type="dc:Point" x="570" y="97" />
460         <di:waypoint xsi:type="dc:Point" x="687" y="97" />
461         <bpmndi:BPMNLabel>
462           <dc:Bounds x="592.125" y="107.5" width="12" height="12" />
463         </bpmndi:BPMNLabel>
464       </bpmndi:BPMNEdge>
465       <bpmndi:BPMNEdge id="SequenceFlow_11fnnkb_di" bpmnElement="SequenceFlow_11fnnkb">
466         <di:waypoint xsi:type="dc:Point" x="545" y="122" />
467         <di:waypoint xsi:type="dc:Point" x="545" y="218" />
468         <bpmndi:BPMNLabel>
469           <dc:Bounds x="510" y="135.20000000000002" width="19" height="12" />
470         </bpmndi:BPMNLabel>
471       </bpmndi:BPMNEdge>
472       <bpmndi:BPMNEdge id="SequenceFlow_06aasqh_di" bpmnElement="SequenceFlow_06aasqh">
473         <di:waypoint xsi:type="dc:Point" x="441" y="97" />
474         <di:waypoint xsi:type="dc:Point" x="520" y="97" />
475         <bpmndi:BPMNLabel>
476           <dc:Bounds x="460.5" y="104" width="12" height="12" />
477         </bpmndi:BPMNLabel>
478       </bpmndi:BPMNEdge>
479       <bpmndi:BPMNShape id="CallActivity_05jnyuq_di" bpmnElement="CallActivity_05jnyuq">
480         <dc:Bounds x="417" y="345" width="100" height="80" />
481       </bpmndi:BPMNShape>
482       <bpmndi:BPMNEdge id="SequenceFlow_0pwixhh_di" bpmnElement="SequenceFlow_0pwixhh">
483         <di:waypoint xsi:type="dc:Point" x="517" y="385" />
484         <di:waypoint xsi:type="dc:Point" x="594" y="385" />
485         <bpmndi:BPMNLabel>
486           <dc:Bounds x="511" y="364" width="90" height="12" />
487         </bpmndi:BPMNLabel>
488       </bpmndi:BPMNEdge>
489       <bpmndi:BPMNShape id="ScriptTask_1i1ova8_di" bpmnElement="ScriptTask_1i1ova8">
490         <dc:Bounds x="230" y="533" width="100" height="80" />
491       </bpmndi:BPMNShape>
492       <bpmndi:BPMNShape id="ScriptTask_0ngehrz_di" bpmnElement="ScriptTask_0ngehrz">
493         <dc:Bounds x="594" y="345" width="100" height="80" />
494       </bpmndi:BPMNShape>
495       <bpmndi:BPMNShape id="ScriptTask_01beerv_di" bpmnElement="ScriptTask_01beerv">
496         <dc:Bounds x="230" y="345" width="100" height="80" />
497       </bpmndi:BPMNShape>
498       <bpmndi:BPMNShape id="CallActivity_0l7jjb1_di" bpmnElement="CallActivity_0l7jjb1">
499         <dc:Bounds x="417" y="533" width="100" height="80" />
500       </bpmndi:BPMNShape>
501       <bpmndi:BPMNShape id="ScriptTask_1afo620_di" bpmnElement="ScriptTask_1afo620">
502         <dc:Bounds x="594" y="533" width="100" height="80" />
503       </bpmndi:BPMNShape>
504       <bpmndi:BPMNShape id="ExclusiveGateway_0ybxh3b_di" bpmnElement="ExclusiveGateway_0ybxh3b" isMarkerVisible="true">
505         <dc:Bounds x="864" y="72" width="50" height="50" />
506         <bpmndi:BPMNLabel>
507           <dc:Bounds x="894" y="44" width="70" height="12" />
508         </bpmndi:BPMNLabel>
509       </bpmndi:BPMNShape>
510       <bpmndi:BPMNEdge id="SequenceFlow_0drjj7b_di" bpmnElement="SequenceFlow_0drjj7b">
511         <di:waypoint xsi:type="dc:Point" x="712" y="122" />
512         <di:waypoint xsi:type="dc:Point" x="712" y="218" />
513         <bpmndi:BPMNLabel>
514           <dc:Bounds x="687" y="141.6" width="19" height="12" />
515         </bpmndi:BPMNLabel>
516       </bpmndi:BPMNEdge>
517       <bpmndi:BPMNShape id="IntermediateCatchEvent_05uesi2_di" bpmnElement="IntermediateCatchEvent_05uesi2">
518         <dc:Bounds x="159" y="555" width="36" height="36" />
519         <bpmndi:BPMNLabel>
520           <dc:Bounds x="135" y="600" width="84" height="24" />
521         </bpmndi:BPMNLabel>
522       </bpmndi:BPMNShape>
523       <bpmndi:BPMNShape id="IntermediateCatchEvent_1qn9srt_di" bpmnElement="IntermediateCatchEvent_1qn9srt">
524         <dc:Bounds x="159" y="367" width="36" height="36" />
525         <bpmndi:BPMNLabel>
526           <dc:Bounds x="135" y="407" width="86" height="24" />
527         </bpmndi:BPMNLabel>
528       </bpmndi:BPMNShape>
529       <bpmndi:BPMNShape id="IntermediateThrowEvent_11l0okn_di" bpmnElement="IntermediateThrowEvent_11l0okn">
530         <dc:Bounds x="527" y="218" width="36" height="36" />
531         <bpmndi:BPMNLabel>
532           <dc:Bounds x="502" y="257" width="86" height="36" />
533         </bpmndi:BPMNLabel>
534       </bpmndi:BPMNShape>
535       <bpmndi:BPMNShape id="IntermediateThrowEvent_14ed07u_di" bpmnElement="IntermediateThrowEvent_14ed07u">
536         <dc:Bounds x="694" y="218" width="36" height="36" />
537         <bpmndi:BPMNLabel>
538           <dc:Bounds x="670" y="262" width="84" height="36" />
539         </bpmndi:BPMNLabel>
540       </bpmndi:BPMNShape>
541       <bpmndi:BPMNEdge id="SequenceFlow_0a83f6m_di" bpmnElement="SequenceFlow_0a83f6m">
542         <di:waypoint xsi:type="dc:Point" x="889" y="72" />
543         <di:waypoint xsi:type="dc:Point" x="889" y="-22" />
544         <di:waypoint xsi:type="dc:Point" x="704" y="-22" />
545         <bpmndi:BPMNLabel>
546           <dc:Bounds x="837" y="19" width="15" height="12" />
547         </bpmndi:BPMNLabel>
548       </bpmndi:BPMNEdge>
549       <bpmndi:BPMNEdge id="SequenceFlow_1fih4h0_di" bpmnElement="SequenceFlow_1fih4h0">
550         <di:waypoint xsi:type="dc:Point" x="330" y="385" />
551         <di:waypoint xsi:type="dc:Point" x="417" y="385" />
552         <bpmndi:BPMNLabel>
553           <dc:Bounds x="329" y="364" width="90" height="12" />
554         </bpmndi:BPMNLabel>
555       </bpmndi:BPMNEdge>
556       <bpmndi:BPMNEdge id="SequenceFlow_1g4qm2l_di" bpmnElement="SequenceFlow_1g4qm2l">
557         <di:waypoint xsi:type="dc:Point" x="195" y="385" />
558         <di:waypoint xsi:type="dc:Point" x="230" y="385" />
559         <bpmndi:BPMNLabel>
560           <dc:Bounds x="168" y="364" width="90" height="12" />
561         </bpmndi:BPMNLabel>
562       </bpmndi:BPMNEdge>
563       <bpmndi:BPMNEdge id="SequenceFlow_06xv7b2_di" bpmnElement="SequenceFlow_06xv7b2">
564         <di:waypoint xsi:type="dc:Point" x="195" y="573" />
565         <di:waypoint xsi:type="dc:Point" x="230" y="573" />
566         <bpmndi:BPMNLabel>
567           <dc:Bounds x="168" y="552" width="90" height="12" />
568         </bpmndi:BPMNLabel>
569       </bpmndi:BPMNEdge>
570       <bpmndi:BPMNEdge id="SequenceFlow_0b73i9r_di" bpmnElement="SequenceFlow_0b73i9r">
571         <di:waypoint xsi:type="dc:Point" x="330" y="573" />
572         <di:waypoint xsi:type="dc:Point" x="363" y="573" />
573         <di:waypoint xsi:type="dc:Point" x="363" y="573" />
574         <di:waypoint xsi:type="dc:Point" x="417" y="573" />
575         <bpmndi:BPMNLabel>
576           <dc:Bounds x="333" y="567" width="90" height="12" />
577         </bpmndi:BPMNLabel>
578       </bpmndi:BPMNEdge>
579       <bpmndi:BPMNEdge id="SequenceFlow_0q9ws1s_di" bpmnElement="SequenceFlow_0q9ws1s">
580         <di:waypoint xsi:type="dc:Point" x="517" y="573" />
581         <di:waypoint xsi:type="dc:Point" x="545" y="573" />
582         <di:waypoint xsi:type="dc:Point" x="545" y="573" />
583         <di:waypoint xsi:type="dc:Point" x="594" y="573" />
584         <bpmndi:BPMNLabel>
585           <dc:Bounds x="515" y="567" width="90" height="12" />
586         </bpmndi:BPMNLabel>
587       </bpmndi:BPMNEdge>
588       <bpmndi:BPMNShape id="IntermediateCatchEvent_0546q5i_di" bpmnElement="IntermediateCatchEvent_0546q5i">
589         <dc:Bounds x="156" y="765" width="36" height="36" />
590         <bpmndi:BPMNLabel>
591           <dc:Bounds x="151" y="801" width="52" height="12" />
592         </bpmndi:BPMNLabel>
593       </bpmndi:BPMNShape>
594       <bpmndi:BPMNShape id="ScriptTask_0gj4dj5_di" bpmnElement="ScriptTask_0gj4dj5">
595         <dc:Bounds x="687" y="743" width="100" height="80" />
596       </bpmndi:BPMNShape>
597       <bpmndi:BPMNShape id="CallActivity_0zs5y0x_di" bpmnElement="CallActivity_0zs5y0x">
598         <dc:Bounds x="841" y="743" width="100" height="80" />
599       </bpmndi:BPMNShape>
600       <bpmndi:BPMNShape id="ScriptTask_1p96syr_di" bpmnElement="ScriptTask_1p96syr">
601         <dc:Bounds x="1014" y="743" width="100" height="80" />
602       </bpmndi:BPMNShape>
603       <bpmndi:BPMNEdge id="SequenceFlow_1a65s3k_di" bpmnElement="SequenceFlow_1a65s3k">
604         <di:waypoint xsi:type="dc:Point" x="192" y="783" />
605         <di:waypoint xsi:type="dc:Point" x="234" y="783" />
606         <bpmndi:BPMNLabel>
607           <dc:Bounds x="168" y="762" width="90" height="12" />
608         </bpmndi:BPMNLabel>
609       </bpmndi:BPMNEdge>
610       <bpmndi:BPMNEdge id="SequenceFlow_1lppnhy_di" bpmnElement="SequenceFlow_1lppnhy">
611         <di:waypoint xsi:type="dc:Point" x="787" y="783" />
612         <di:waypoint xsi:type="dc:Point" x="841" y="783" />
613         <bpmndi:BPMNLabel>
614           <dc:Bounds x="769" y="762" width="90" height="12" />
615         </bpmndi:BPMNLabel>
616       </bpmndi:BPMNEdge>
617       <bpmndi:BPMNEdge id="SequenceFlow_0kbisn8_di" bpmnElement="SequenceFlow_0kbisn8">
618         <di:waypoint xsi:type="dc:Point" x="941" y="783" />
619         <di:waypoint xsi:type="dc:Point" x="978" y="783" />
620         <di:waypoint xsi:type="dc:Point" x="978" y="783" />
621         <di:waypoint xsi:type="dc:Point" x="1014" y="783" />
622         <bpmndi:BPMNLabel>
623           <dc:Bounds x="948" y="777" width="90" height="12" />
624         </bpmndi:BPMNLabel>
625       </bpmndi:BPMNEdge>
626       <bpmndi:BPMNShape id="ExclusiveGateway_1k16vgh_di" bpmnElement="ExclusiveGateway_1k16vgh" isMarkerVisible="true">
627         <dc:Bounds x="778" y="360" width="50" height="50" />
628         <bpmndi:BPMNLabel>
629           <dc:Bounds x="719" y="358" width="70" height="12" />
630         </bpmndi:BPMNLabel>
631       </bpmndi:BPMNShape>
632       <bpmndi:BPMNEdge id="SequenceFlow_08p4pkv_di" bpmnElement="SequenceFlow_08p4pkv">
633         <di:waypoint xsi:type="dc:Point" x="694" y="385" />
634         <di:waypoint xsi:type="dc:Point" x="778" y="385" />
635         <bpmndi:BPMNLabel>
636           <dc:Bounds x="691" y="364" width="90" height="12" />
637         </bpmndi:BPMNLabel>
638       </bpmndi:BPMNEdge>
639       <bpmndi:BPMNShape id="IntermediateThrowEvent_0x32fw8_di" bpmnElement="IntermediateThrowEvent_0x32fw8">
640         <dc:Bounds x="785" y="454" width="36" height="36" />
641         <bpmndi:BPMNLabel>
642           <dc:Bounds x="762" y="495" width="82" height="12" />
643         </bpmndi:BPMNLabel>
644       </bpmndi:BPMNShape>
645       <bpmndi:BPMNEdge id="SequenceFlow_0cbnwwi_di" bpmnElement="SequenceFlow_0cbnwwi">
646         <di:waypoint xsi:type="dc:Point" x="803" y="410" />
647         <di:waypoint xsi:type="dc:Point" x="803" y="454" />
648         <bpmndi:BPMNLabel>
649           <dc:Bounds x="808" y="426" width="20" height="12" />
650         </bpmndi:BPMNLabel>
651       </bpmndi:BPMNEdge>
652       <bpmndi:BPMNShape id="ScriptTask_1c3q8hc_di" bpmnElement="ScriptTask_1c3q8hc">
653         <dc:Bounds x="879" y="345" width="100" height="80" />
654       </bpmndi:BPMNShape>
655       <bpmndi:BPMNEdge id="SequenceFlow_161uzhj_di" bpmnElement="SequenceFlow_161uzhj">
656         <di:waypoint xsi:type="dc:Point" x="828" y="385" />
657         <di:waypoint xsi:type="dc:Point" x="879" y="385" />
658         <bpmndi:BPMNLabel>
659           <dc:Bounds x="809" y="364" width="90" height="12" />
660         </bpmndi:BPMNLabel>
661       </bpmndi:BPMNEdge>
662       <bpmndi:BPMNShape id="EndEvent_0knjkkx_di" bpmnElement="EndEvent_0knjkkx">
663         <dc:Bounds x="1040" y="367" width="36" height="36" />
664         <bpmndi:BPMNLabel>
665           <dc:Bounds x="1013" y="407" width="90" height="12" />
666         </bpmndi:BPMNLabel>
667       </bpmndi:BPMNShape>
668       <bpmndi:BPMNEdge id="SequenceFlow_13r4lij_di" bpmnElement="SequenceFlow_13r4lij">
669         <di:waypoint xsi:type="dc:Point" x="979" y="385" />
670         <di:waypoint xsi:type="dc:Point" x="1040" y="385" />
671         <bpmndi:BPMNLabel>
672           <dc:Bounds x="965" y="364" width="90" height="12" />
673         </bpmndi:BPMNLabel>
674       </bpmndi:BPMNEdge>
675       <bpmndi:BPMNShape id="ExclusiveGateway_0g7wcmb_di" bpmnElement="ExclusiveGateway_0g7wcmb" isMarkerVisible="true">
676         <dc:Bounds x="778" y="548" width="50" height="50" />
677         <bpmndi:BPMNLabel>
678           <dc:Bounds x="719" y="546" width="70" height="12" />
679         </bpmndi:BPMNLabel>
680       </bpmndi:BPMNShape>
681       <bpmndi:BPMNShape id="IntermediateThrowEvent_0q76lxg_di" bpmnElement="IntermediateThrowEvent_0q76lxg">
682         <dc:Bounds x="785" y="647" width="36" height="36" />
683         <bpmndi:BPMNLabel>
684           <dc:Bounds x="762" y="693" width="82" height="12" />
685         </bpmndi:BPMNLabel>
686       </bpmndi:BPMNShape>
687       <bpmndi:BPMNShape id="ScriptTask_1y4us3g_di" bpmnElement="ScriptTask_1y4us3g">
688         <dc:Bounds x="879" y="533" width="100" height="80" />
689       </bpmndi:BPMNShape>
690       <bpmndi:BPMNShape id="EndEvent_0yzh2qs_di" bpmnElement="EndEvent_0yzh2qs">
691         <dc:Bounds x="1040" y="555" width="36" height="36" />
692         <bpmndi:BPMNLabel>
693           <dc:Bounds x="1013" y="595" width="90" height="12" />
694         </bpmndi:BPMNLabel>
695       </bpmndi:BPMNShape>
696       <bpmndi:BPMNEdge id="SequenceFlow_0bkvqao_di" bpmnElement="SequenceFlow_0bkvqao">
697         <di:waypoint xsi:type="dc:Point" x="803" y="598" />
698         <di:waypoint xsi:type="dc:Point" x="803" y="647" />
699         <bpmndi:BPMNLabel>
700           <dc:Bounds x="808" y="617" width="20" height="12" />
701         </bpmndi:BPMNLabel>
702       </bpmndi:BPMNEdge>
703       <bpmndi:BPMNEdge id="SequenceFlow_1isdxh1_di" bpmnElement="SequenceFlow_1isdxh1">
704         <di:waypoint xsi:type="dc:Point" x="828" y="573" />
705         <di:waypoint xsi:type="dc:Point" x="879" y="573" />
706         <bpmndi:BPMNLabel>
707           <dc:Bounds x="809" y="552" width="90" height="12" />
708         </bpmndi:BPMNLabel>
709       </bpmndi:BPMNEdge>
710       <bpmndi:BPMNEdge id="SequenceFlow_0a9xori_di" bpmnElement="SequenceFlow_0a9xori">
711         <di:waypoint xsi:type="dc:Point" x="979" y="573" />
712         <di:waypoint xsi:type="dc:Point" x="1040" y="573" />
713         <bpmndi:BPMNLabel>
714           <dc:Bounds x="965" y="552" width="90" height="12" />
715         </bpmndi:BPMNLabel>
716       </bpmndi:BPMNEdge>
717       <bpmndi:BPMNShape id="IntermediateThrowEvent_1et42wh_di" bpmnElement="IntermediateThrowEvent_1et42wh">
718         <dc:Bounds x="873" y="218" width="36" height="36" />
719         <bpmndi:BPMNLabel>
720           <dc:Bounds x="852" y="269" width="82" height="12" />
721         </bpmndi:BPMNLabel>
722       </bpmndi:BPMNShape>
723       <bpmndi:BPMNEdge id="SequenceFlow_0zijz16_di" bpmnElement="SequenceFlow_0zijz16">
724         <di:waypoint xsi:type="dc:Point" x="889" y="122" />
725         <di:waypoint xsi:type="dc:Point" x="891" y="218" />
726         <bpmndi:BPMNLabel>
727           <dc:Bounds x="861.4067820523877" y="137.3057489950117" width="19" height="12" />
728         </bpmndi:BPMNLabel>
729       </bpmndi:BPMNEdge>
730       <bpmndi:BPMNEdge id="SequenceFlow_1bp5oce_di" bpmnElement="SequenceFlow_1bp5oce">
731         <di:waypoint xsi:type="dc:Point" x="694" y="573" />
732         <di:waypoint xsi:type="dc:Point" x="778" y="573" />
733         <bpmndi:BPMNLabel>
734           <dc:Bounds x="691" y="552" width="90" height="12" />
735         </bpmndi:BPMNLabel>
736       </bpmndi:BPMNEdge>
737       <bpmndi:BPMNShape id="ScriptTask_17k4l6y_di" bpmnElement="ScriptTask_17k4l6y">
738         <dc:Bounds x="1171" y="743" width="100" height="80" />
739       </bpmndi:BPMNShape>
740       <bpmndi:BPMNShape id="EndEvent_193e9tt_di" bpmnElement="EndEvent_193e9tt">
741         <dc:Bounds x="1327" y="765" width="36" height="36" />
742         <bpmndi:BPMNLabel>
743           <dc:Bounds x="1300" y="805" width="90" height="12" />
744         </bpmndi:BPMNLabel>
745       </bpmndi:BPMNShape>
746       <bpmndi:BPMNEdge id="SequenceFlow_1n6foyw_di" bpmnElement="SequenceFlow_1n6foyw">
747         <di:waypoint xsi:type="dc:Point" x="1271" y="783" />
748         <di:waypoint xsi:type="dc:Point" x="1327" y="783" />
749         <bpmndi:BPMNLabel>
750           <dc:Bounds x="1254" y="762" width="90" height="12" />
751         </bpmndi:BPMNLabel>
752       </bpmndi:BPMNEdge>
753       <bpmndi:BPMNEdge id="SequenceFlow_1azhgda_di" bpmnElement="SequenceFlow_1azhgda">
754         <di:waypoint xsi:type="dc:Point" x="1114" y="783" />
755         <di:waypoint xsi:type="dc:Point" x="1171" y="783" />
756         <bpmndi:BPMNLabel>
757           <dc:Bounds x="1097.5" y="762" width="90" height="12" />
758         </bpmndi:BPMNLabel>
759       </bpmndi:BPMNEdge>
760       <bpmndi:BPMNEdge id="SequenceFlow_055b52t_di" bpmnElement="SequenceFlow_055b52t">
761         <di:waypoint xsi:type="dc:Point" x="737" y="97" />
762         <di:waypoint xsi:type="dc:Point" x="864" y="97" />
763         <bpmndi:BPMNLabel>
764           <dc:Bounds x="769" y="106" width="15" height="12" />
765         </bpmndi:BPMNLabel>
766       </bpmndi:BPMNEdge>
767       <bpmndi:BPMNShape id="ScriptTask_13h2onn_di" bpmnElement="ScriptTask_13h2onn">
768         <dc:Bounds x="234" y="743" width="100" height="80" />
769       </bpmndi:BPMNShape>
770       <bpmndi:BPMNShape id="CallActivity_1527zgc_di" bpmnElement="CallActivity_1527zgc">
771         <dc:Bounds x="391" y="743" width="100" height="80" />
772       </bpmndi:BPMNShape>
773       <bpmndi:BPMNEdge id="SequenceFlow_0870pzc_di" bpmnElement="SequenceFlow_0870pzc">
774         <di:waypoint xsi:type="dc:Point" x="334" y="783" />
775         <di:waypoint xsi:type="dc:Point" x="391" y="783" />
776         <bpmndi:BPMNLabel>
777           <dc:Bounds x="362.5" y="762" width="0" height="12" />
778         </bpmndi:BPMNLabel>
779       </bpmndi:BPMNEdge>
780       <bpmndi:BPMNShape id="ScriptTask_0td1f55_di" bpmnElement="ScriptTask_0td1f55">
781         <dc:Bounds x="543" y="743" width="100" height="80" />
782       </bpmndi:BPMNShape>
783       <bpmndi:BPMNEdge id="SequenceFlow_1f31l5s_di" bpmnElement="SequenceFlow_1f31l5s">
784         <di:waypoint xsi:type="dc:Point" x="491" y="783" />
785         <di:waypoint xsi:type="dc:Point" x="543" y="783" />
786         <bpmndi:BPMNLabel>
787           <dc:Bounds x="517" y="762" width="0" height="12" />
788         </bpmndi:BPMNLabel>
789       </bpmndi:BPMNEdge>
790       <bpmndi:BPMNEdge id="SequenceFlow_1ixphei_di" bpmnElement="SequenceFlow_1ixphei">
791         <di:waypoint xsi:type="dc:Point" x="643" y="783" />
792         <di:waypoint xsi:type="dc:Point" x="687" y="783" />
793         <bpmndi:BPMNLabel>
794           <dc:Bounds x="665" y="762" width="0" height="12" />
795         </bpmndi:BPMNLabel>
796       </bpmndi:BPMNEdge>
797     </bpmndi:BPMNPlane>
798   </bpmndi:BPMNDiagram>
799 </bpmn2:definitions>