blob: 23233abc03c3008683c205eef3576c495e2e3c85 [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?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.*
12def rbk = new DoCreateE2EServiceInstanceRollback()
13rbk.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.*
32def rbk= new DoCreateE2EServiceInstanceRollback()
33rbk.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.*
43def rbk = new DoCreateE2EServiceInstanceRollback()
44rbk.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.*
56def rbk= new DoCreateE2EServiceInstanceRollback()
57rbk.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.*
111def csi = new DoUpdateE2EServiceInstanceRollback()
112csi.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.*
118def csi = new DoUpdateE2EServiceInstanceRollback()
119csi.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.*
125def csi = new DoUpdateE2EServiceInstanceRollback()
126csi.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.*
148def csi = new DoUpdateE2EServiceInstanceRollback()
149csi.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">
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400187 <bpmn2:incoming>SequenceFlow_1a65s3k</bpmn2:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400188 <bpmn2:outgoing>SequenceFlow_1lppnhy</bpmn2:outgoing>
189 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
190def dcsi = new DoUpdateE2EServiceInstanceRollback()
191dcsi.preProcessAAIPUT(execution)]]></bpmn2:script>
192 </bpmn2:scriptTask>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400193 <bpmn2:scriptTask id="ScriptTask_1p96syr" name="&#10;AAI&#10;Create&#10;(svc instance)&#10;" scriptFormat="groovy">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400194 <bpmn2:incoming>SequenceFlow_1lppnhy</bpmn2:incoming>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400195 <bpmn2:outgoing>SequenceFlow_1azhgda</bpmn2:outgoing>
196 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
197def dcsi = new DoUpdateE2EServiceInstanceRollback()
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400198dcsi.updateServiceInstance(execution)]]></bpmn2:script>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400199 </bpmn2:scriptTask>
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400200 <bpmn2:sequenceFlow id="SequenceFlow_1a65s3k" sourceRef="IntermediateCatchEvent_0546q5i" targetRef="ScriptTask_0gj4dj5" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400201 <bpmn2:sequenceFlow id="SequenceFlow_1lppnhy" sourceRef="ScriptTask_0gj4dj5" targetRef="ScriptTask_1p96syr" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400202 <bpmn2:exclusiveGateway id="ExclusiveGateway_1k16vgh" name="RollBackAAI?" default="SequenceFlow_161uzhj">
203 <bpmn2:documentation>rollback AAI</bpmn2:documentation>
204 <bpmn2:incoming>SequenceFlow_08p4pkv</bpmn2:incoming>
205 <bpmn2:outgoing>SequenceFlow_0cbnwwi</bpmn2:outgoing>
206 <bpmn2:outgoing>SequenceFlow_161uzhj</bpmn2:outgoing>
207 </bpmn2:exclusiveGateway>
208 <bpmn2:sequenceFlow id="SequenceFlow_08p4pkv" sourceRef="ScriptTask_0ngehrz" targetRef="ExclusiveGateway_1k16vgh" />
209 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0x32fw8" name="GoTo UpdateAAI">
210 <bpmn2:incoming>SequenceFlow_0cbnwwi</bpmn2:incoming>
211 <bpmn2:linkEventDefinition name="UpdateAAI" />
212 </bpmn2:intermediateThrowEvent>
213 <bpmn2:sequenceFlow id="SequenceFlow_0cbnwwi" name="yes" sourceRef="ExclusiveGateway_1k16vgh" targetRef="IntermediateThrowEvent_0x32fw8">
214 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("RollbackAAI" ) == "true" )}]]></bpmn2:conditionExpression>
215 </bpmn2:sequenceFlow>
216 <bpmn2:scriptTask id="ScriptTask_1c3q8hc" name="Post Process Request" scriptFormat="groovy">
217 <bpmn2:incoming>SequenceFlow_161uzhj</bpmn2:incoming>
218 <bpmn2:outgoing>SequenceFlow_13r4lij</bpmn2:outgoing>
219 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
220def rbk = new DoCreateE2EServiceInstanceRollback()
221rbk.postProcessRequest(execution)]]></bpmn2:script>
222 </bpmn2:scriptTask>
223 <bpmn2:sequenceFlow id="SequenceFlow_161uzhj" sourceRef="ExclusiveGateway_1k16vgh" targetRef="ScriptTask_1c3q8hc" />
224 <bpmn2:endEvent id="EndEvent_0knjkkx">
225 <bpmn2:incoming>SequenceFlow_13r4lij</bpmn2:incoming>
226 </bpmn2:endEvent>
227 <bpmn2:sequenceFlow id="SequenceFlow_13r4lij" sourceRef="ScriptTask_1c3q8hc" targetRef="EndEvent_0knjkkx" />
228 <bpmn2:exclusiveGateway id="ExclusiveGateway_0g7wcmb" name="RollBackAAI?" default="SequenceFlow_1isdxh1">
229 <bpmn2:documentation>rollback AAI</bpmn2:documentation>
230 <bpmn2:incoming>SequenceFlow_1bp5oce</bpmn2:incoming>
231 <bpmn2:outgoing>SequenceFlow_0bkvqao</bpmn2:outgoing>
232 <bpmn2:outgoing>SequenceFlow_1isdxh1</bpmn2:outgoing>
233 </bpmn2:exclusiveGateway>
234 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0q76lxg" name="GoTo UpdateAAI">
235 <bpmn2:incoming>SequenceFlow_0bkvqao</bpmn2:incoming>
236 <bpmn2:linkEventDefinition name="UpdateAAI" />
237 </bpmn2:intermediateThrowEvent>
238 <bpmn2:scriptTask id="ScriptTask_1y4us3g" name="Post Process Request" scriptFormat="groovy">
239 <bpmn2:incoming>SequenceFlow_1isdxh1</bpmn2:incoming>
240 <bpmn2:outgoing>SequenceFlow_0a9xori</bpmn2:outgoing>
241 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
242def rbk = new DoCreateE2EServiceInstanceRollback()
243rbk.postProcessRequest(execution)]]></bpmn2:script>
244 </bpmn2:scriptTask>
245 <bpmn2:endEvent id="EndEvent_0yzh2qs">
246 <bpmn2:incoming>SequenceFlow_0a9xori</bpmn2:incoming>
247 </bpmn2:endEvent>
248 <bpmn2:sequenceFlow id="SequenceFlow_0bkvqao" name="yes" sourceRef="ExclusiveGateway_0g7wcmb" targetRef="IntermediateThrowEvent_0q76lxg">
249 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("RollbackAAI" ) == "true" )}]]></bpmn2:conditionExpression>
250 </bpmn2:sequenceFlow>
251 <bpmn2:sequenceFlow id="SequenceFlow_1isdxh1" sourceRef="ExclusiveGateway_0g7wcmb" targetRef="ScriptTask_1y4us3g" />
252 <bpmn2:sequenceFlow id="SequenceFlow_0a9xori" sourceRef="ScriptTask_1y4us3g" targetRef="EndEvent_0yzh2qs" />
253 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1et42wh" name="GoTo UpdateAAI">
254 <bpmn2:incoming>SequenceFlow_0zijz16</bpmn2:incoming>
255 <bpmn2:linkEventDefinition name="UpdateAAI" />
256 </bpmn2:intermediateThrowEvent>
257 <bpmn2:sequenceFlow id="SequenceFlow_0zijz16" name="yes" sourceRef="ExclusiveGateway_0ybxh3b" targetRef="IntermediateThrowEvent_1et42wh">
258 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("RollbackAAI" ) == "true" )}]]></bpmn2:conditionExpression>
259 </bpmn2:sequenceFlow>
260 <bpmn2:sequenceFlow id="SequenceFlow_1bp5oce" sourceRef="ScriptTask_1afo620" targetRef="ExclusiveGateway_0g7wcmb" />
261 <bpmn2:scriptTask id="ScriptTask_17k4l6y" name="Post Process Request" scriptFormat="groovy">
262 <bpmn2:incoming>SequenceFlow_1azhgda</bpmn2:incoming>
263 <bpmn2:outgoing>SequenceFlow_1n6foyw</bpmn2:outgoing>
264 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
265def rbk = new DoCreateE2EServiceInstanceRollback()
266rbk.postProcessRequest(execution)]]></bpmn2:script>
267 </bpmn2:scriptTask>
268 <bpmn2:endEvent id="EndEvent_193e9tt">
269 <bpmn2:incoming>SequenceFlow_1n6foyw</bpmn2:incoming>
270 </bpmn2:endEvent>
271 <bpmn2:sequenceFlow id="SequenceFlow_1n6foyw" sourceRef="ScriptTask_17k4l6y" targetRef="EndEvent_193e9tt" />
272 <bpmn2:sequenceFlow id="SequenceFlow_1azhgda" sourceRef="ScriptTask_1p96syr" targetRef="ScriptTask_17k4l6y" />
273 <bpmn2:sequenceFlow id="SequenceFlow_055b52t" name="no" sourceRef="ExclusiveGateway_0ii31dq" targetRef="ExclusiveGateway_0ybxh3b" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400274 </bpmn2:process>
275 <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
276 <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
277 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
278 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoUpdateE2EServiceInstanceRollback">
279 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSIRollback_startEvent">
280 <dc:Bounds x="151" y="79" width="36" height="36" />
281 <bpmndi:BPMNLabel>
282 <dc:Bounds x="146" y="120" width="48" height="14" />
283 </bpmndi:BPMNLabel>
284 </bpmndi:BPMNShape>
285 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
286 <dc:Bounds x="234" y="57" width="100" height="80" />
287 </bpmndi:BPMNShape>
288 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
289 <di:waypoint xsi:type="dc:Point" x="187" y="97" />
290 <di:waypoint xsi:type="dc:Point" x="234" y="97" />
291 <bpmndi:BPMNLabel>
292 <dc:Bounds x="211" y="82" width="0" height="0" />
293 </bpmndi:BPMNLabel>
294 </bpmndi:BPMNEdge>
295 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">
296 <dc:Bounds x="636" y="-160" width="36" height="36" />
297 <bpmndi:BPMNLabel>
298 <dc:Bounds x="609" y="-119" width="90" height="0" />
299 </bpmndi:BPMNLabel>
300 </bpmndi:BPMNShape>
301 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_27" bpmnElement="UnexpectedError_SubProcess_1" isExpanded="true">
302 <dc:Bounds x="122" y="981" width="466" height="156" />
303 </bpmndi:BPMNShape>
304 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_70" bpmnElement="StartEvent_1">
305 <dc:Bounds x="190" y="1047" width="36" height="36" />
306 <bpmndi:BPMNLabel>
307 <dc:Bounds x="163" y="1088" width="90" height="0" />
308 </bpmndi:BPMNLabel>
309 </bpmndi:BPMNShape>
310 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_219" bpmnElement="EndEvent_1">
311 <dc:Bounds x="483" y="1047" width="36" height="36" />
312 <bpmndi:BPMNLabel>
313 <dc:Bounds x="456" y="1088" width="90" height="0" />
314 </bpmndi:BPMNLabel>
315 </bpmndi:BPMNShape>
316 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_StartEvent_70" targetElement="_BPMNShape_ScriptTask_269">
317 <di:waypoint xsi:type="dc:Point" x="226" y="1065" />
318 <di:waypoint xsi:type="dc:Point" x="294" y="1065" />
319 <bpmndi:BPMNLabel>
320 <dc:Bounds x="216" y="1050" width="90" height="0" />
321 </bpmndi:BPMNLabel>
322 </bpmndi:BPMNEdge>
323 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61">
324 <di:waypoint xsi:type="dc:Point" x="334" y="97" />
325 <di:waypoint xsi:type="dc:Point" x="391" y="97" />
326 <bpmndi:BPMNLabel>
327 <dc:Bounds x="342.5" y="82" width="90" height="0" />
328 </bpmndi:BPMNLabel>
329 </bpmndi:BPMNEdge>
330 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_269" bpmnElement="ScriptTask_1">
331 <dc:Bounds x="294" y="1025" width="100" height="80" />
332 </bpmndi:BPMNShape>
333 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_269" targetElement="_BPMNShape_EndEvent_219">
334 <di:waypoint xsi:type="dc:Point" x="394" y="1065" />
335 <di:waypoint xsi:type="dc:Point" x="483" y="1065" />
336 <bpmndi:BPMNLabel>
337 <dc:Bounds x="394" y="1050" width="90" height="0" />
338 </bpmndi:BPMNLabel>
339 </bpmndi:BPMNEdge>
340 <bpmndi:BPMNShape id="ScriptTask_1wk55es_di" bpmnElement="PostProcess_ScriptTask">
341 <dc:Bounds x="604" y="-62" width="100" height="80" />
342 </bpmndi:BPMNShape>
343 <bpmndi:BPMNEdge id="SequenceFlow_01l4ssl_di" bpmnElement="SequenceFlow_01l4ssl">
344 <di:waypoint xsi:type="dc:Point" x="654" y="-62" />
345 <di:waypoint xsi:type="dc:Point" x="654" y="-89" />
346 <di:waypoint xsi:type="dc:Point" x="654" y="-89" />
347 <di:waypoint xsi:type="dc:Point" x="654" y="-124" />
348 <bpmndi:BPMNLabel>
349 <dc:Bounds x="624" y="-89" width="90" height="0" />
350 </bpmndi:BPMNLabel>
351 </bpmndi:BPMNEdge>
352 <bpmndi:BPMNShape id="SubProcess_11bi8mc_di" bpmnElement="SubProcess_11bi8mc" isExpanded="true">
353 <dc:Bounds x="612" y="982" width="463" height="152" />
354 </bpmndi:BPMNShape>
355 <bpmndi:BPMNShape id="StartEvent_1gxe17c_di" bpmnElement="StartEvent_1gxe17c">
356 <dc:Bounds x="647" y="1034" width="36" height="36" />
357 <bpmndi:BPMNLabel>
358 <dc:Bounds x="620" y="1075" width="90" height="0" />
359 </bpmndi:BPMNLabel>
360 </bpmndi:BPMNShape>
361 <bpmndi:BPMNShape id="ScriptTask_15yddb0_di" bpmnElement="ScriptTask_15yddb0">
362 <dc:Bounds x="755" y="1012" width="100" height="80" />
363 </bpmndi:BPMNShape>
364 <bpmndi:BPMNShape id="EndEvent_12e3h6k_di" bpmnElement="EndEvent_12e3h6k">
365 <dc:Bounds x="905" y="1034" width="36" height="36" />
366 <bpmndi:BPMNLabel>
367 <dc:Bounds x="878" y="1075" width="90" height="0" />
368 </bpmndi:BPMNLabel>
369 </bpmndi:BPMNShape>
370 <bpmndi:BPMNEdge id="SequenceFlow_1ch4xrf_di" bpmnElement="SequenceFlow_1ch4xrf">
371 <di:waypoint xsi:type="dc:Point" x="683" y="1052" />
372 <di:waypoint xsi:type="dc:Point" x="755" y="1052" />
373 <bpmndi:BPMNLabel>
374 <dc:Bounds x="663" y="1052" width="90" height="0" />
375 </bpmndi:BPMNLabel>
376 </bpmndi:BPMNEdge>
377 <bpmndi:BPMNEdge id="SequenceFlow_1pjk2ff_di" bpmnElement="SequenceFlow_1pjk2ff">
378 <di:waypoint xsi:type="dc:Point" x="855" y="1052" />
379 <di:waypoint xsi:type="dc:Point" x="905" y="1052" />
380 <bpmndi:BPMNLabel>
381 <dc:Bounds x="835" y="1052" width="90" height="0" />
382 </bpmndi:BPMNLabel>
383 </bpmndi:BPMNEdge>
384 <bpmndi:BPMNShape id="ExclusiveGateway_19tbjgn_di" bpmnElement="ExclusiveGateway_19tbjgn" isMarkerVisible="true">
385 <dc:Bounds x="391" y="72" width="50" height="50" />
386 <bpmndi:BPMNLabel>
387 <dc:Bounds x="383" y="54" width="65" height="12" />
388 </bpmndi:BPMNLabel>
389 </bpmndi:BPMNShape>
390 <bpmndi:BPMNEdge id="SequenceFlow_1rzlaoy_di" bpmnElement="SequenceFlow_1rzlaoy">
391 <di:waypoint xsi:type="dc:Point" x="416" y="72" />
392 <di:waypoint xsi:type="dc:Point" x="416" y="-22" />
393 <di:waypoint xsi:type="dc:Point" x="604" y="-22" />
394 <bpmndi:BPMNLabel>
395 <dc:Bounds x="463.0056179775281" y="-39" width="19" height="12" />
396 </bpmndi:BPMNLabel>
397 </bpmndi:BPMNEdge>
398 <bpmndi:BPMNShape id="ExclusiveGateway_0ii31dq_di" bpmnElement="ExclusiveGateway_0ii31dq" isMarkerVisible="true">
399 <dc:Bounds x="687" y="72" width="50" height="50" />
400 <bpmndi:BPMNLabel>
401 <dc:Bounds x="668" y="39" width="87" height="24" />
402 </bpmndi:BPMNLabel>
403 </bpmndi:BPMNShape>
404 <bpmndi:BPMNShape id="ExclusiveGateway_09wkav2_di" bpmnElement="ExclusiveGateway_09wkav2" isMarkerVisible="true">
405 <dc:Bounds x="520" y="72" width="50" height="50" />
406 <bpmndi:BPMNLabel>
407 <dc:Bounds x="507" y="38" width="76" height="24" />
408 </bpmndi:BPMNLabel>
409 </bpmndi:BPMNShape>
410 <bpmndi:BPMNEdge id="SequenceFlow_1uw2p9a_di" bpmnElement="SequenceFlow_1uw2p9a">
411 <di:waypoint xsi:type="dc:Point" x="570" y="97" />
412 <di:waypoint xsi:type="dc:Point" x="687" y="97" />
413 <bpmndi:BPMNLabel>
414 <dc:Bounds x="592.125" y="107.5" width="12" height="12" />
415 </bpmndi:BPMNLabel>
416 </bpmndi:BPMNEdge>
417 <bpmndi:BPMNEdge id="SequenceFlow_11fnnkb_di" bpmnElement="SequenceFlow_11fnnkb">
418 <di:waypoint xsi:type="dc:Point" x="545" y="122" />
419 <di:waypoint xsi:type="dc:Point" x="545" y="218" />
420 <bpmndi:BPMNLabel>
421 <dc:Bounds x="510" y="135.20000000000002" width="19" height="12" />
422 </bpmndi:BPMNLabel>
423 </bpmndi:BPMNEdge>
424 <bpmndi:BPMNEdge id="SequenceFlow_06aasqh_di" bpmnElement="SequenceFlow_06aasqh">
425 <di:waypoint xsi:type="dc:Point" x="441" y="97" />
426 <di:waypoint xsi:type="dc:Point" x="520" y="97" />
427 <bpmndi:BPMNLabel>
428 <dc:Bounds x="460.5" y="104" width="12" height="12" />
429 </bpmndi:BPMNLabel>
430 </bpmndi:BPMNEdge>
431 <bpmndi:BPMNShape id="CallActivity_05jnyuq_di" bpmnElement="CallActivity_05jnyuq">
432 <dc:Bounds x="417" y="345" width="100" height="80" />
433 </bpmndi:BPMNShape>
434 <bpmndi:BPMNEdge id="SequenceFlow_0pwixhh_di" bpmnElement="SequenceFlow_0pwixhh">
435 <di:waypoint xsi:type="dc:Point" x="517" y="385" />
436 <di:waypoint xsi:type="dc:Point" x="594" y="385" />
437 <bpmndi:BPMNLabel>
438 <dc:Bounds x="511" y="364" width="90" height="12" />
439 </bpmndi:BPMNLabel>
440 </bpmndi:BPMNEdge>
441 <bpmndi:BPMNShape id="ScriptTask_1i1ova8_di" bpmnElement="ScriptTask_1i1ova8">
442 <dc:Bounds x="230" y="533" width="100" height="80" />
443 </bpmndi:BPMNShape>
444 <bpmndi:BPMNShape id="ScriptTask_0ngehrz_di" bpmnElement="ScriptTask_0ngehrz">
445 <dc:Bounds x="594" y="345" width="100" height="80" />
446 </bpmndi:BPMNShape>
447 <bpmndi:BPMNShape id="ScriptTask_01beerv_di" bpmnElement="ScriptTask_01beerv">
448 <dc:Bounds x="230" y="345" width="100" height="80" />
449 </bpmndi:BPMNShape>
450 <bpmndi:BPMNShape id="CallActivity_0l7jjb1_di" bpmnElement="CallActivity_0l7jjb1">
451 <dc:Bounds x="417" y="533" width="100" height="80" />
452 </bpmndi:BPMNShape>
453 <bpmndi:BPMNShape id="ScriptTask_1afo620_di" bpmnElement="ScriptTask_1afo620">
454 <dc:Bounds x="594" y="533" width="100" height="80" />
455 </bpmndi:BPMNShape>
456 <bpmndi:BPMNShape id="ExclusiveGateway_0ybxh3b_di" bpmnElement="ExclusiveGateway_0ybxh3b" isMarkerVisible="true">
457 <dc:Bounds x="864" y="72" width="50" height="50" />
458 <bpmndi:BPMNLabel>
459 <dc:Bounds x="894" y="44" width="70" height="12" />
460 </bpmndi:BPMNLabel>
461 </bpmndi:BPMNShape>
462 <bpmndi:BPMNEdge id="SequenceFlow_0drjj7b_di" bpmnElement="SequenceFlow_0drjj7b">
463 <di:waypoint xsi:type="dc:Point" x="712" y="122" />
464 <di:waypoint xsi:type="dc:Point" x="712" y="218" />
465 <bpmndi:BPMNLabel>
466 <dc:Bounds x="687" y="141.6" width="19" height="12" />
467 </bpmndi:BPMNLabel>
468 </bpmndi:BPMNEdge>
469 <bpmndi:BPMNShape id="IntermediateCatchEvent_05uesi2_di" bpmnElement="IntermediateCatchEvent_05uesi2">
470 <dc:Bounds x="159" y="555" width="36" height="36" />
471 <bpmndi:BPMNLabel>
472 <dc:Bounds x="135" y="600" width="84" height="24" />
473 </bpmndi:BPMNLabel>
474 </bpmndi:BPMNShape>
475 <bpmndi:BPMNShape id="IntermediateCatchEvent_1qn9srt_di" bpmnElement="IntermediateCatchEvent_1qn9srt">
476 <dc:Bounds x="159" y="367" width="36" height="36" />
477 <bpmndi:BPMNLabel>
478 <dc:Bounds x="135" y="407" width="86" height="24" />
479 </bpmndi:BPMNLabel>
480 </bpmndi:BPMNShape>
481 <bpmndi:BPMNShape id="IntermediateThrowEvent_11l0okn_di" bpmnElement="IntermediateThrowEvent_11l0okn">
482 <dc:Bounds x="527" y="218" width="36" height="36" />
483 <bpmndi:BPMNLabel>
484 <dc:Bounds x="502" y="257" width="86" height="36" />
485 </bpmndi:BPMNLabel>
486 </bpmndi:BPMNShape>
487 <bpmndi:BPMNShape id="IntermediateThrowEvent_14ed07u_di" bpmnElement="IntermediateThrowEvent_14ed07u">
488 <dc:Bounds x="694" y="218" width="36" height="36" />
489 <bpmndi:BPMNLabel>
490 <dc:Bounds x="670" y="262" width="84" height="36" />
491 </bpmndi:BPMNLabel>
492 </bpmndi:BPMNShape>
493 <bpmndi:BPMNEdge id="SequenceFlow_0a83f6m_di" bpmnElement="SequenceFlow_0a83f6m">
494 <di:waypoint xsi:type="dc:Point" x="889" y="72" />
495 <di:waypoint xsi:type="dc:Point" x="889" y="-22" />
496 <di:waypoint xsi:type="dc:Point" x="704" y="-22" />
497 <bpmndi:BPMNLabel>
498 <dc:Bounds x="837" y="19" width="15" height="12" />
499 </bpmndi:BPMNLabel>
500 </bpmndi:BPMNEdge>
501 <bpmndi:BPMNEdge id="SequenceFlow_1fih4h0_di" bpmnElement="SequenceFlow_1fih4h0">
502 <di:waypoint xsi:type="dc:Point" x="330" y="385" />
503 <di:waypoint xsi:type="dc:Point" x="417" y="385" />
504 <bpmndi:BPMNLabel>
505 <dc:Bounds x="329" y="364" width="90" height="12" />
506 </bpmndi:BPMNLabel>
507 </bpmndi:BPMNEdge>
508 <bpmndi:BPMNEdge id="SequenceFlow_1g4qm2l_di" bpmnElement="SequenceFlow_1g4qm2l">
509 <di:waypoint xsi:type="dc:Point" x="195" y="385" />
510 <di:waypoint xsi:type="dc:Point" x="230" y="385" />
511 <bpmndi:BPMNLabel>
512 <dc:Bounds x="168" y="364" width="90" height="12" />
513 </bpmndi:BPMNLabel>
514 </bpmndi:BPMNEdge>
515 <bpmndi:BPMNEdge id="SequenceFlow_06xv7b2_di" bpmnElement="SequenceFlow_06xv7b2">
516 <di:waypoint xsi:type="dc:Point" x="195" y="573" />
517 <di:waypoint xsi:type="dc:Point" x="230" y="573" />
518 <bpmndi:BPMNLabel>
519 <dc:Bounds x="168" y="552" width="90" height="12" />
520 </bpmndi:BPMNLabel>
521 </bpmndi:BPMNEdge>
522 <bpmndi:BPMNEdge id="SequenceFlow_0b73i9r_di" bpmnElement="SequenceFlow_0b73i9r">
523 <di:waypoint xsi:type="dc:Point" x="330" y="573" />
524 <di:waypoint xsi:type="dc:Point" x="363" y="573" />
525 <di:waypoint xsi:type="dc:Point" x="363" y="573" />
526 <di:waypoint xsi:type="dc:Point" x="417" y="573" />
527 <bpmndi:BPMNLabel>
528 <dc:Bounds x="333" y="567" width="90" height="12" />
529 </bpmndi:BPMNLabel>
530 </bpmndi:BPMNEdge>
531 <bpmndi:BPMNEdge id="SequenceFlow_0q9ws1s_di" bpmnElement="SequenceFlow_0q9ws1s">
532 <di:waypoint xsi:type="dc:Point" x="517" y="573" />
533 <di:waypoint xsi:type="dc:Point" x="545" y="573" />
534 <di:waypoint xsi:type="dc:Point" x="545" y="573" />
535 <di:waypoint xsi:type="dc:Point" x="594" y="573" />
536 <bpmndi:BPMNLabel>
537 <dc:Bounds x="515" y="567" width="90" height="12" />
538 </bpmndi:BPMNLabel>
539 </bpmndi:BPMNEdge>
540 <bpmndi:BPMNShape id="IntermediateCatchEvent_0546q5i_di" bpmnElement="IntermediateCatchEvent_0546q5i">
541 <dc:Bounds x="156" y="765" width="36" height="36" />
542 <bpmndi:BPMNLabel>
543 <dc:Bounds x="151" y="801" width="52" height="12" />
544 </bpmndi:BPMNLabel>
545 </bpmndi:BPMNShape>
546 <bpmndi:BPMNShape id="ScriptTask_0gj4dj5_di" bpmnElement="ScriptTask_0gj4dj5">
547 <dc:Bounds x="687" y="743" width="100" height="80" />
548 </bpmndi:BPMNShape>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400549 <bpmndi:BPMNShape id="ScriptTask_1p96syr_di" bpmnElement="ScriptTask_1p96syr">
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400550 <dc:Bounds x="929" y="743" width="100" height="80" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400551 </bpmndi:BPMNShape>
552 <bpmndi:BPMNEdge id="SequenceFlow_1a65s3k_di" bpmnElement="SequenceFlow_1a65s3k">
553 <di:waypoint xsi:type="dc:Point" x="192" y="783" />
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400554 <di:waypoint xsi:type="dc:Point" x="687" y="783" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400555 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)0bb644b2018-08-07 16:06:09 -0400556 <dc:Bounds x="394.5" y="762" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400557 </bpmndi:BPMNLabel>
558 </bpmndi:BPMNEdge>
559 <bpmndi:BPMNEdge id="SequenceFlow_1lppnhy_di" bpmnElement="SequenceFlow_1lppnhy">
560 <di:waypoint xsi:type="dc:Point" x="787" y="783" />
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400561 <di:waypoint xsi:type="dc:Point" x="929" y="783" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400562 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400563 <dc:Bounds x="813" y="762" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400564 </bpmndi:BPMNLabel>
565 </bpmndi:BPMNEdge>
566 <bpmndi:BPMNShape id="ExclusiveGateway_1k16vgh_di" bpmnElement="ExclusiveGateway_1k16vgh" isMarkerVisible="true">
567 <dc:Bounds x="778" y="360" width="50" height="50" />
568 <bpmndi:BPMNLabel>
569 <dc:Bounds x="719" y="358" width="70" height="12" />
570 </bpmndi:BPMNLabel>
571 </bpmndi:BPMNShape>
572 <bpmndi:BPMNEdge id="SequenceFlow_08p4pkv_di" bpmnElement="SequenceFlow_08p4pkv">
573 <di:waypoint xsi:type="dc:Point" x="694" y="385" />
574 <di:waypoint xsi:type="dc:Point" x="778" y="385" />
575 <bpmndi:BPMNLabel>
576 <dc:Bounds x="691" y="364" width="90" height="12" />
577 </bpmndi:BPMNLabel>
578 </bpmndi:BPMNEdge>
579 <bpmndi:BPMNShape id="IntermediateThrowEvent_0x32fw8_di" bpmnElement="IntermediateThrowEvent_0x32fw8">
580 <dc:Bounds x="785" y="454" width="36" height="36" />
581 <bpmndi:BPMNLabel>
582 <dc:Bounds x="762" y="495" width="82" height="12" />
583 </bpmndi:BPMNLabel>
584 </bpmndi:BPMNShape>
585 <bpmndi:BPMNEdge id="SequenceFlow_0cbnwwi_di" bpmnElement="SequenceFlow_0cbnwwi">
586 <di:waypoint xsi:type="dc:Point" x="803" y="410" />
587 <di:waypoint xsi:type="dc:Point" x="803" y="454" />
588 <bpmndi:BPMNLabel>
589 <dc:Bounds x="808" y="426" width="20" height="12" />
590 </bpmndi:BPMNLabel>
591 </bpmndi:BPMNEdge>
592 <bpmndi:BPMNShape id="ScriptTask_1c3q8hc_di" bpmnElement="ScriptTask_1c3q8hc">
593 <dc:Bounds x="879" y="345" width="100" height="80" />
594 </bpmndi:BPMNShape>
595 <bpmndi:BPMNEdge id="SequenceFlow_161uzhj_di" bpmnElement="SequenceFlow_161uzhj">
596 <di:waypoint xsi:type="dc:Point" x="828" y="385" />
597 <di:waypoint xsi:type="dc:Point" x="879" y="385" />
598 <bpmndi:BPMNLabel>
599 <dc:Bounds x="809" y="364" width="90" height="12" />
600 </bpmndi:BPMNLabel>
601 </bpmndi:BPMNEdge>
602 <bpmndi:BPMNShape id="EndEvent_0knjkkx_di" bpmnElement="EndEvent_0knjkkx">
603 <dc:Bounds x="1040" y="367" width="36" height="36" />
604 <bpmndi:BPMNLabel>
605 <dc:Bounds x="1013" y="407" width="90" height="12" />
606 </bpmndi:BPMNLabel>
607 </bpmndi:BPMNShape>
608 <bpmndi:BPMNEdge id="SequenceFlow_13r4lij_di" bpmnElement="SequenceFlow_13r4lij">
609 <di:waypoint xsi:type="dc:Point" x="979" y="385" />
610 <di:waypoint xsi:type="dc:Point" x="1040" y="385" />
611 <bpmndi:BPMNLabel>
612 <dc:Bounds x="965" y="364" width="90" height="12" />
613 </bpmndi:BPMNLabel>
614 </bpmndi:BPMNEdge>
615 <bpmndi:BPMNShape id="ExclusiveGateway_0g7wcmb_di" bpmnElement="ExclusiveGateway_0g7wcmb" isMarkerVisible="true">
616 <dc:Bounds x="778" y="548" width="50" height="50" />
617 <bpmndi:BPMNLabel>
618 <dc:Bounds x="719" y="546" width="70" height="12" />
619 </bpmndi:BPMNLabel>
620 </bpmndi:BPMNShape>
621 <bpmndi:BPMNShape id="IntermediateThrowEvent_0q76lxg_di" bpmnElement="IntermediateThrowEvent_0q76lxg">
622 <dc:Bounds x="785" y="647" width="36" height="36" />
623 <bpmndi:BPMNLabel>
624 <dc:Bounds x="762" y="693" width="82" height="12" />
625 </bpmndi:BPMNLabel>
626 </bpmndi:BPMNShape>
627 <bpmndi:BPMNShape id="ScriptTask_1y4us3g_di" bpmnElement="ScriptTask_1y4us3g">
628 <dc:Bounds x="879" y="533" width="100" height="80" />
629 </bpmndi:BPMNShape>
630 <bpmndi:BPMNShape id="EndEvent_0yzh2qs_di" bpmnElement="EndEvent_0yzh2qs">
631 <dc:Bounds x="1040" y="555" width="36" height="36" />
632 <bpmndi:BPMNLabel>
633 <dc:Bounds x="1013" y="595" width="90" height="12" />
634 </bpmndi:BPMNLabel>
635 </bpmndi:BPMNShape>
636 <bpmndi:BPMNEdge id="SequenceFlow_0bkvqao_di" bpmnElement="SequenceFlow_0bkvqao">
637 <di:waypoint xsi:type="dc:Point" x="803" y="598" />
638 <di:waypoint xsi:type="dc:Point" x="803" y="647" />
639 <bpmndi:BPMNLabel>
640 <dc:Bounds x="808" y="617" width="20" height="12" />
641 </bpmndi:BPMNLabel>
642 </bpmndi:BPMNEdge>
643 <bpmndi:BPMNEdge id="SequenceFlow_1isdxh1_di" bpmnElement="SequenceFlow_1isdxh1">
644 <di:waypoint xsi:type="dc:Point" x="828" y="573" />
645 <di:waypoint xsi:type="dc:Point" x="879" y="573" />
646 <bpmndi:BPMNLabel>
647 <dc:Bounds x="809" y="552" width="90" height="12" />
648 </bpmndi:BPMNLabel>
649 </bpmndi:BPMNEdge>
650 <bpmndi:BPMNEdge id="SequenceFlow_0a9xori_di" bpmnElement="SequenceFlow_0a9xori">
651 <di:waypoint xsi:type="dc:Point" x="979" y="573" />
652 <di:waypoint xsi:type="dc:Point" x="1040" y="573" />
653 <bpmndi:BPMNLabel>
654 <dc:Bounds x="965" y="552" width="90" height="12" />
655 </bpmndi:BPMNLabel>
656 </bpmndi:BPMNEdge>
657 <bpmndi:BPMNShape id="IntermediateThrowEvent_1et42wh_di" bpmnElement="IntermediateThrowEvent_1et42wh">
658 <dc:Bounds x="873" y="218" width="36" height="36" />
659 <bpmndi:BPMNLabel>
660 <dc:Bounds x="852" y="269" width="82" height="12" />
661 </bpmndi:BPMNLabel>
662 </bpmndi:BPMNShape>
663 <bpmndi:BPMNEdge id="SequenceFlow_0zijz16_di" bpmnElement="SequenceFlow_0zijz16">
664 <di:waypoint xsi:type="dc:Point" x="889" y="122" />
665 <di:waypoint xsi:type="dc:Point" x="891" y="218" />
666 <bpmndi:BPMNLabel>
667 <dc:Bounds x="861.4067820523877" y="137.3057489950117" width="19" height="12" />
668 </bpmndi:BPMNLabel>
669 </bpmndi:BPMNEdge>
670 <bpmndi:BPMNEdge id="SequenceFlow_1bp5oce_di" bpmnElement="SequenceFlow_1bp5oce">
671 <di:waypoint xsi:type="dc:Point" x="694" y="573" />
672 <di:waypoint xsi:type="dc:Point" x="778" y="573" />
673 <bpmndi:BPMNLabel>
674 <dc:Bounds x="691" y="552" width="90" height="12" />
675 </bpmndi:BPMNLabel>
676 </bpmndi:BPMNEdge>
677 <bpmndi:BPMNShape id="ScriptTask_17k4l6y_di" bpmnElement="ScriptTask_17k4l6y">
678 <dc:Bounds x="1171" y="743" width="100" height="80" />
679 </bpmndi:BPMNShape>
680 <bpmndi:BPMNShape id="EndEvent_193e9tt_di" bpmnElement="EndEvent_193e9tt">
681 <dc:Bounds x="1327" y="765" width="36" height="36" />
682 <bpmndi:BPMNLabel>
683 <dc:Bounds x="1300" y="805" width="90" height="12" />
684 </bpmndi:BPMNLabel>
685 </bpmndi:BPMNShape>
686 <bpmndi:BPMNEdge id="SequenceFlow_1n6foyw_di" bpmnElement="SequenceFlow_1n6foyw">
687 <di:waypoint xsi:type="dc:Point" x="1271" y="783" />
688 <di:waypoint xsi:type="dc:Point" x="1327" y="783" />
689 <bpmndi:BPMNLabel>
690 <dc:Bounds x="1254" y="762" width="90" height="12" />
691 </bpmndi:BPMNLabel>
692 </bpmndi:BPMNEdge>
693 <bpmndi:BPMNEdge id="SequenceFlow_1azhgda_di" bpmnElement="SequenceFlow_1azhgda">
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400694 <di:waypoint xsi:type="dc:Point" x="1029" y="783" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400695 <di:waypoint xsi:type="dc:Point" x="1171" y="783" />
696 <bpmndi:BPMNLabel>
Benjamin, Max (mb388a)6ba0a222018-10-11 13:55:37 -0400697 <dc:Bounds x="1055" y="762" width="90" height="12" />
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400698 </bpmndi:BPMNLabel>
699 </bpmndi:BPMNEdge>
700 <bpmndi:BPMNEdge id="SequenceFlow_055b52t_di" bpmnElement="SequenceFlow_055b52t">
701 <di:waypoint xsi:type="dc:Point" x="737" y="97" />
702 <di:waypoint xsi:type="dc:Point" x="864" y="97" />
703 <bpmndi:BPMNLabel>
704 <dc:Bounds x="769" y="106" width="15" height="12" />
705 </bpmndi:BPMNLabel>
706 </bpmndi:BPMNEdge>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -0400707 </bpmndi:BPMNPlane>
708 </bpmndi:BPMNDiagram>
709</bpmn2:definitions>