blob: 595d7f5628ea298229904752d6985589812e0fa3 [file] [log] [blame]
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04001<?xml version="1.0" encoding="UTF-8"?>
Jim Hahn015b92c2017-10-11 11:49:51 -04002<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="_DkzPAHB4EeaJwpcpVN5gXw" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.9.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
Rob Daugherty43dc0ba2017-09-21 15:25:28 -04003 <bpmn2:process id="DoCreateAllottedResourceTXCRollback" name="DoCreateAllottedResourceTXCRollback" isExecutable="true">
4 <bpmn2:startEvent id="StartEvent_1">
5 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6 </bpmn2:startEvent>
7 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="initialization" />
8 <bpmn2:scriptTask id="initialization" name="Initialization" scriptFormat="groovy">
9 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10 <bpmn2:outgoing>SequenceFlow_0bfuk6l</bpmn2:outgoing>
11 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
12DoCreateAllottedResourceTXCRollback rbk = new DoCreateAllottedResourceTXCRollback()
13rbk.preProcessRequest(execution)]]></bpmn2:script>
14 </bpmn2:scriptTask>
15 <bpmn2:endEvent id="EndEvent_3">
16 <bpmn2:incoming>SequenceFlow_0ymy62j</bpmn2:incoming>
17 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_35" />
18 </bpmn2:endEvent>
19 <bpmn2:sequenceFlow id="SequenceFlow_15knw0q" sourceRef="SDNCDeactivate" targetRef="PostProcessSDNCDeactivate" />
20 <bpmn2:sequenceFlow id="SequenceFlow_0c5h00o" sourceRef="PostProcessSDNCDeactivate" targetRef="DeleteSDNC" />
21 <bpmn2:sequenceFlow id="SequenceFlow_0eb41vb" sourceRef="SDNCDelete" targetRef="postProcessSDNCDelete" />
22 <bpmn2:callActivity id="SDNCDeactivate" name="SDNC Deactivate" calledElement="sdncAdapter">
23 <bpmn2:extensionElements>
24 <camunda:in source="sdncDeactivateRequest" target="sdncAdapterWorkflowRequest" />
25 <camunda:in source="msoRequestId" target="mso-request-id" />
26 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
27 <camunda:out source="WorkflowException" target="WorkflowException" />
28 <camunda:out source="sdncAdapterResponse" target="sdncDeactivateResponse" />
29 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
30 </bpmn2:extensionElements>
31 <bpmn2:incoming>SequenceFlow_1fvfplx</bpmn2:incoming>
32 <bpmn2:outgoing>SequenceFlow_15knw0q</bpmn2:outgoing>
33 </bpmn2:callActivity>
34 <bpmn2:scriptTask id="PostProcessSDNCDeactivate" name="PostProcess SDNC Deactivate" scriptFormat="groovy">
35 <bpmn2:incoming>SequenceFlow_15knw0q</bpmn2:incoming>
36 <bpmn2:outgoing>SequenceFlow_0c5h00o</bpmn2:outgoing>
37 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
38
39String response = execution.getVariable("sdncDeactivateResponse")
40
41DoCreateAllottedResourceTXCRollback rbk = new DoCreateAllottedResourceTXCRollback()
42rbk.validateSDNCResp(execution, response, "deactivate" )]]></bpmn2:script>
43 </bpmn2:scriptTask>
44 <bpmn2:callActivity id="SDNCDelete" name="SDNC Delete" calledElement="sdncAdapter">
45 <bpmn2:extensionElements>
46 <camunda:in source="sdncDeleteRequest" target="sdncAdapterWorkflowRequest" />
47 <camunda:in source="msoRequestId" target="mso-request-id" />
48 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
49 <camunda:out source="WorkflowException" target="WorkflowException" />
50 <camunda:out source="sdncAdapterResponse" target="sdncDeleteResponse" />
51 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
52 </bpmn2:extensionElements>
53 <bpmn2:incoming>SequenceFlow_0m483rd</bpmn2:incoming>
54 <bpmn2:outgoing>SequenceFlow_0eb41vb</bpmn2:outgoing>
55 </bpmn2:callActivity>
56 <bpmn2:scriptTask id="postProcessSDNCDelete" name="PostProcess SDNC Delete" scriptFormat="groovy">
57 <bpmn2:incoming>SequenceFlow_0eb41vb</bpmn2:incoming>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -040058 <bpmn2:outgoing>SequenceFlow_0sh1u69</bpmn2:outgoing>
59 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
60
61String response = execution.getVariable("sdncDeleteResponse")
62
63DoCreateAllottedResourceTXCRollback rbk = new DoCreateAllottedResourceTXCRollback()
64rbk.validateSDNCResp(execution, response, "delete" )]]></bpmn2:script>
65 </bpmn2:scriptTask>
66 <bpmn2:callActivity id="SDNCUnassign" name="SDNC Unassign" calledElement="sdncAdapter">
67 <bpmn2:extensionElements>
68 <camunda:in source="sdncUnassignRequest" target="sdncAdapterWorkflowRequest" />
69 <camunda:out source="WorkflowException" target="WorkflowException" />
70 <camunda:out source="sdncAdapterResponse" target="sdncUnassignResponse" />
71 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
72 <camunda:in source="msoRequestId" target="mso-request-id" />
73 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
74 </bpmn2:extensionElements>
75 <bpmn2:incoming>SequenceFlow_04hdt5s</bpmn2:incoming>
76 <bpmn2:outgoing>SequenceFlow_1s7yieq</bpmn2:outgoing>
77 </bpmn2:callActivity>
78 <bpmn2:scriptTask id="PostProcessSDNCUnassign" name="PostProcess SDNC Unassign" scriptFormat="groovy">
79 <bpmn2:incoming>SequenceFlow_1s7yieq</bpmn2:incoming>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -040080 <bpmn2:outgoing>SequenceFlow_00i7x43</bpmn2:outgoing>
81 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
82
83String response = execution.getVariable("sdncUnassignResponse")
84
85DoCreateAllottedResourceTXCRollback rbk = new DoCreateAllottedResourceTXCRollback()
86rbk.validateSDNCResp(execution, response, "unassign" )]]></bpmn2:script>
87 </bpmn2:scriptTask>
88 <bpmn2:sequenceFlow id="SequenceFlow_1s7yieq" sourceRef="SDNCUnassign" targetRef="PostProcessSDNCUnassign" />
89 <bpmn2:sequenceFlow id="SequenceFlow_00i7x43" sourceRef="PostProcessSDNCUnassign" targetRef="DeleteAAIAR" />
90 <bpmn2:subProcess id="SubProcess_161pl4g" name="Sub-process for Errors" triggeredByEvent="true">
91 <bpmn2:startEvent id="StartEvent_1ibe7qx">
92 <bpmn2:outgoing>SequenceFlow_1h61pqs</bpmn2:outgoing>
93 <bpmn2:errorEventDefinition />
94 </bpmn2:startEvent>
95 <bpmn2:endEvent id="EndEvent_1fgqhmi">
96 <bpmn2:incoming>SequenceFlow_1kbzr5v</bpmn2:incoming>
97 </bpmn2:endEvent>
98 <bpmn2:scriptTask id="ProcessError" name="Process Errors" scriptFormat="groovy">
99 <bpmn2:incoming>SequenceFlow_1h61pqs</bpmn2:incoming>
100 <bpmn2:outgoing>SequenceFlow_1kbzr5v</bpmn2:outgoing>
101 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
102DoCreateAllottedResourceTXCRollback rbk= new DoCreateAllottedResourceTXCRollback()
103rbk.processRollbackException(execution)]]></bpmn2:script>
104 </bpmn2:scriptTask>
105 <bpmn2:sequenceFlow id="SequenceFlow_1h61pqs" sourceRef="StartEvent_1ibe7qx" targetRef="ProcessError" />
106 <bpmn2:sequenceFlow id="SequenceFlow_1kbzr5v" sourceRef="ProcessError" targetRef="EndEvent_1fgqhmi" />
107 </bpmn2:subProcess>
108 <bpmn2:scriptTask id="DeleteAAIAR" name="Delete AAI AR " scriptFormat="groovy">
109 <bpmn2:incoming>SequenceFlow_00i7x43</bpmn2:incoming>
110 <bpmn2:incoming>SequenceFlow_13mhe5h</bpmn2:incoming>
Jim Hahn015b92c2017-10-11 11:49:51 -0400111 <bpmn2:incoming>SequenceFlow_0m483td</bpmn2:incoming>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400112 <bpmn2:outgoing>SequenceFlow_03bkrg4</bpmn2:outgoing>
113 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
114
115DoCreateAllottedResourceTXCRollback rbk = new DoCreateAllottedResourceTXCRollback()
116rbk.deleteAaiAR(execution)]]></bpmn2:script>
117 </bpmn2:scriptTask>
118 <bpmn2:exclusiveGateway id="DeleteSDNC" name="Delete SDNC?&#10;" default="SequenceFlow_0m483st">
119 <bpmn2:incoming>SequenceFlow_0c5h00o</bpmn2:incoming>
Jim Hahn015b92c2017-10-11 11:49:51 -0400120 <bpmn2:incoming>SequenceFlow_0dzz8fp</bpmn2:incoming>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400121 <bpmn2:outgoing>SequenceFlow_0m483rd</bpmn2:outgoing>
122 <bpmn2:outgoing>SequenceFlow_0m483st</bpmn2:outgoing>
123 </bpmn2:exclusiveGateway>
124 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1lqaeh8" name="SDNCTasks">
125 <bpmn2:outgoing>SequenceFlow_0gd64w9</bpmn2:outgoing>
126 <bpmn2:linkEventDefinition name="SDNCTasks" />
127 </bpmn2:intermediateCatchEvent>
128 <bpmn2:sequenceFlow id="SequenceFlow_0gd64w9" sourceRef="IntermediateCatchEvent_1lqaeh8" targetRef="ExclusiveGateway_0vw18rq" />
129 <bpmn2:scriptTask id="UpdateAAIARPendingDelete" name="Update AAI AR PendingDelete" scriptFormat="groovy">
130 <bpmn2:incoming>SequenceFlow_144pxkp</bpmn2:incoming>
131 <bpmn2:outgoing>SequenceFlow_0g4cl5f</bpmn2:outgoing>
132 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
133
134DoCreateAllottedResourceTXCRollback rbk = new DoCreateAllottedResourceTXCRollback()
135rbk.updateAaiAROrchStatus(execution, "PendingDelete")]]></bpmn2:script>
136 </bpmn2:scriptTask>
137 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0v13nt6" name="To SDNCTasks">
138 <bpmn2:incoming>SequenceFlow_0g4cl5f</bpmn2:incoming>
139 <bpmn2:linkEventDefinition name="SDNCTasks" />
140 </bpmn2:intermediateThrowEvent>
141 <bpmn2:sequenceFlow id="SequenceFlow_0g4cl5f" sourceRef="UpdateAAIARPendingDelete" targetRef="IntermediateThrowEvent_0v13nt6" />
142 <bpmn2:sequenceFlow id="SequenceFlow_0ymy62j" sourceRef="postProcessRequest" targetRef="EndEvent_3" />
143 <bpmn2:sequenceFlow id="SequenceFlow_0m483rd" name="Yes" sourceRef="DeleteSDNC" targetRef="SDNCDelete">
144 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("deleteSdnc" ) == "true"}]]></bpmn2:conditionExpression>
145 </bpmn2:sequenceFlow>
Jim Hahn015b92c2017-10-11 11:49:51 -0400146 <bpmn2:sequenceFlow id="SequenceFlow_0m483st" name="No" sourceRef="DeleteSDNC" targetRef="ExclusiveGateway_0mys1pj" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400147 <bpmn2:sequenceFlow id="SequenceFlow_0bfuk6l" sourceRef="initialization" targetRef="ExclusiveGateway_1txpz34" />
148 <bpmn2:sequenceFlow id="SequenceFlow_0xm9g9s" name="No" sourceRef="ExclusiveGateway_1086eg7" targetRef="IntermediateThrowEvent_0lwqzlv" />
149 <bpmn2:subProcess id="SubProcess_0g5bd80" name="Java Exception Handling Sub Process" triggeredByEvent="true">
150 <bpmn2:startEvent id="StartEvent_11nscgh">
151 <bpmn2:outgoing>SequenceFlow_0ebobc7</bpmn2:outgoing>
152 <bpmn2:errorEventDefinition errorRef="Error_1" />
153 </bpmn2:startEvent>
154 <bpmn2:scriptTask id="ScriptTask_0cexvpg" name="Process Java Error" scriptFormat="groovy">
155 <bpmn2:incoming>SequenceFlow_0ebobc7</bpmn2:incoming>
156 <bpmn2:outgoing>SequenceFlow_1ugqw84</bpmn2:outgoing>
157 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
158DoCreateAllottedResourceTXCRollback rbk= new DoCreateAllottedResourceTXCRollback()
159rbk.processRollbackJavaException(execution)]]></bpmn2:script>
160 </bpmn2:scriptTask>
161 <bpmn2:endEvent id="EndEvent_1ce2d7j">
162 <bpmn2:incoming>SequenceFlow_1ugqw84</bpmn2:incoming>
163 <bpmn2:terminateEventDefinition />
164 </bpmn2:endEvent>
165 <bpmn2:sequenceFlow id="SequenceFlow_0ebobc7" name="" sourceRef="StartEvent_11nscgh" targetRef="ScriptTask_0cexvpg" />
166 <bpmn2:sequenceFlow id="SequenceFlow_1ugqw84" name="" sourceRef="ScriptTask_0cexvpg" targetRef="EndEvent_1ce2d7j" />
167 </bpmn2:subProcess>
168 <bpmn2:scriptTask id="postProcessRequest" name="Post Process Request" scriptFormat="groovy">
169 <bpmn2:incoming>SequenceFlow_03bkrg4</bpmn2:incoming>
170 <bpmn2:incoming>SequenceFlow_0oe57h4</bpmn2:incoming>
171 <bpmn2:outgoing>SequenceFlow_0ymy62j</bpmn2:outgoing>
172 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.vcpe.scripts.*
173DoCreateAllottedResourceTXCRollback rbk = new DoCreateAllottedResourceTXCRollback()
174rbk.postProcessRequest(execution)]]></bpmn2:script>
175 </bpmn2:scriptTask>
176 <bpmn2:exclusiveGateway id="ExclusiveGateway_0mys1pj" name="Unassign SDNC?" default="SequenceFlow_0m483td">
177 <bpmn2:incoming>SequenceFlow_0sh1u69</bpmn2:incoming>
Jim Hahn015b92c2017-10-11 11:49:51 -0400178 <bpmn2:incoming>SequenceFlow_0m483st</bpmn2:incoming>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400179 <bpmn2:outgoing>SequenceFlow_04hdt5s</bpmn2:outgoing>
180 <bpmn2:outgoing>SequenceFlow_0m483td</bpmn2:outgoing>
181 </bpmn2:exclusiveGateway>
182 <bpmn2:sequenceFlow id="SequenceFlow_0sh1u69" sourceRef="postProcessSDNCDelete" targetRef="ExclusiveGateway_0mys1pj" />
183 <bpmn2:sequenceFlow id="SequenceFlow_04hdt5s" name="Yes" sourceRef="ExclusiveGateway_0mys1pj" targetRef="SDNCUnassign">
184 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("unassignSdnc" ) == "true"}]]></bpmn2:conditionExpression>
185 </bpmn2:sequenceFlow>
186 <bpmn2:sequenceFlow id="SequenceFlow_03bkrg4" sourceRef="DeleteAAIAR" targetRef="postProcessRequest" />
187 <bpmn2:exclusiveGateway id="ExclusiveGateway_1086eg7" name="Rollback SDNC?" default="SequenceFlow_0xm9g9s">
188 <bpmn2:incoming>SequenceFlow_1c07scr</bpmn2:incoming>
189 <bpmn2:outgoing>SequenceFlow_0xm9g9s</bpmn2:outgoing>
190 <bpmn2:outgoing>SequenceFlow_144pxkp</bpmn2:outgoing>
191 </bpmn2:exclusiveGateway>
192 <bpmn2:sequenceFlow id="SequenceFlow_144pxkp" name="Yes" sourceRef="ExclusiveGateway_1086eg7" targetRef="UpdateAAIARPendingDelete">
193 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("rollbackSDNC" ) == true}]]></bpmn2:conditionExpression>
194 </bpmn2:sequenceFlow>
195 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0lwqzlv" name="To AAI Delete">
196 <bpmn2:incoming>SequenceFlow_0xm9g9s</bpmn2:incoming>
197 <bpmn2:linkEventDefinition name="AAI Delete" />
198 </bpmn2:intermediateThrowEvent>
Jim Hahn015b92c2017-10-11 11:49:51 -0400199 <bpmn2:sequenceFlow id="SequenceFlow_0m483td" name="No" sourceRef="ExclusiveGateway_0mys1pj" targetRef="DeleteAAIAR" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400200 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0kdn6a5" name="AAI Delete">
201 <bpmn2:outgoing>SequenceFlow_13mhe5h</bpmn2:outgoing>
202 <bpmn2:linkEventDefinition name="AAI Delete" />
203 </bpmn2:intermediateCatchEvent>
204 <bpmn2:sequenceFlow id="SequenceFlow_13mhe5h" sourceRef="IntermediateCatchEvent_0kdn6a5" targetRef="DeleteAAIAR" />
205 <bpmn2:exclusiveGateway id="ExclusiveGateway_1txpz34" name="Skip Rollback?" default="SequenceFlow_1c07scr">
206 <bpmn2:incoming>SequenceFlow_0bfuk6l</bpmn2:incoming>
207 <bpmn2:outgoing>SequenceFlow_1c07scr</bpmn2:outgoing>
208 <bpmn2:outgoing>SequenceFlow_0oe57h4</bpmn2:outgoing>
209 </bpmn2:exclusiveGateway>
210 <bpmn2:sequenceFlow id="SequenceFlow_1c07scr" name="No" sourceRef="ExclusiveGateway_1txpz34" targetRef="ExclusiveGateway_1086eg7" />
211 <bpmn2:sequenceFlow id="SequenceFlow_0oe57h4" name="Yes" sourceRef="ExclusiveGateway_1txpz34" targetRef="postProcessRequest">
212 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("skipRollback" ) == true}]]></bpmn2:conditionExpression>
213 </bpmn2:sequenceFlow>
214 <bpmn2:exclusiveGateway id="ExclusiveGateway_0vw18rq" name="Deactiavate SDNC?&#10;" default="SequenceFlow_0dzz8fp">
215 <bpmn2:incoming>SequenceFlow_0gd64w9</bpmn2:incoming>
216 <bpmn2:outgoing>SequenceFlow_1fvfplx</bpmn2:outgoing>
217 <bpmn2:outgoing>SequenceFlow_0dzz8fp</bpmn2:outgoing>
218 </bpmn2:exclusiveGateway>
219 <bpmn2:sequenceFlow id="SequenceFlow_1fvfplx" name="Yes" sourceRef="ExclusiveGateway_0vw18rq" targetRef="SDNCDeactivate">
220 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("deactivateSdnc" ) == "true"}]]></bpmn2:conditionExpression>
221 </bpmn2:sequenceFlow>
Jim Hahn015b92c2017-10-11 11:49:51 -0400222 <bpmn2:sequenceFlow id="SequenceFlow_0dzz8fp" name="No" sourceRef="ExclusiveGateway_0vw18rq" targetRef="DeleteSDNC" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400223 </bpmn2:process>
224 <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
225 <bpmn2:error id="Error_2" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
226 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
227 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateAllottedResourceTXCRollback">
228 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_1">
229 <dc:Bounds x="66" y="392" width="36" height="36" />
230 <bpmndi:BPMNLabel>
231 <dc:Bounds x="84" y="433" width="0" height="0" />
232 </bpmndi:BPMNLabel>
233 </bpmndi:BPMNShape>
234 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_285" bpmnElement="initialization">
235 <dc:Bounds x="160" y="370" width="100" height="80" />
236 </bpmndi:BPMNShape>
237 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ScriptTask_285">
238 <di:waypoint xsi:type="dc:Point" x="101" y="412" />
239 <di:waypoint xsi:type="dc:Point" x="160" y="412" />
240 <bpmndi:BPMNLabel>
241 <dc:Bounds x="131" y="397" width="0" height="0" />
242 </bpmndi:BPMNLabel>
243 </bpmndi:BPMNEdge>
244 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_228" bpmnElement="EndEvent_3">
245 <dc:Bounds x="966" y="646" width="36" height="36" />
246 <bpmndi:BPMNLabel>
247 <dc:Bounds x="984" y="687" width="0" height="0" />
248 </bpmndi:BPMNLabel>
249 </bpmndi:BPMNShape>
250 <bpmndi:BPMNEdge id="SequenceFlow_15knw0q_di" bpmnElement="SequenceFlow_15knw0q">
251 <di:waypoint xsi:type="dc:Point" x="92" y="710" />
252 <di:waypoint xsi:type="dc:Point" x="92" y="745" />
253 <bpmndi:BPMNLabel>
254 <dc:Bounds x="107" y="727.5" width="0" height="0" />
255 </bpmndi:BPMNLabel>
256 </bpmndi:BPMNEdge>
257 <bpmndi:BPMNEdge id="SequenceFlow_0c5h00o_di" bpmnElement="SequenceFlow_0c5h00o">
258 <di:waypoint xsi:type="dc:Point" x="142" y="785" />
259 <di:waypoint xsi:type="dc:Point" x="198" y="785" />
260 <bpmndi:BPMNLabel>
261 <dc:Bounds x="170" y="770" width="0" height="0" />
262 </bpmndi:BPMNLabel>
263 </bpmndi:BPMNEdge>
264 <bpmndi:BPMNEdge id="SequenceFlow_0eb41vb_di" bpmnElement="SequenceFlow_0eb41vb">
265 <di:waypoint xsi:type="dc:Point" x="359" y="707" />
266 <di:waypoint xsi:type="dc:Point" x="359" y="725" />
267 <di:waypoint xsi:type="dc:Point" x="359" y="725" />
268 <di:waypoint xsi:type="dc:Point" x="359" y="745" />
269 <bpmndi:BPMNLabel>
270 <dc:Bounds x="374" y="725" width="0" height="0" />
271 </bpmndi:BPMNLabel>
272 </bpmndi:BPMNEdge>
273 <bpmndi:BPMNShape id="CallActivity_0p5ncd0_di" bpmnElement="SDNCDeactivate">
274 <dc:Bounds x="42" y="624" width="100" height="80" />
275 </bpmndi:BPMNShape>
276 <bpmndi:BPMNShape id="ScriptTask_1qa39wn_di" bpmnElement="PostProcessSDNCDeactivate">
277 <dc:Bounds x="42" y="745" width="100" height="80" />
278 </bpmndi:BPMNShape>
279 <bpmndi:BPMNShape id="CallActivity_1ieo30p_di" bpmnElement="SDNCDelete">
280 <dc:Bounds x="309" y="624" width="100" height="80" />
281 </bpmndi:BPMNShape>
282 <bpmndi:BPMNShape id="ScriptTask_04votlb_di" bpmnElement="postProcessSDNCDelete">
283 <dc:Bounds x="309" y="745" width="100" height="80" />
284 </bpmndi:BPMNShape>
285 <bpmndi:BPMNShape id="CallActivity_1uhgd2e_di" bpmnElement="SDNCUnassign">
286 <dc:Bounds x="590" y="624" width="100" height="80" />
287 </bpmndi:BPMNShape>
288 <bpmndi:BPMNShape id="ScriptTask_0rrv9dw_di" bpmnElement="PostProcessSDNCUnassign">
289 <dc:Bounds x="590" y="745" width="100" height="80" />
290 </bpmndi:BPMNShape>
291 <bpmndi:BPMNEdge id="SequenceFlow_1s7yieq_di" bpmnElement="SequenceFlow_1s7yieq">
292 <di:waypoint xsi:type="dc:Point" x="640" y="704" />
293 <di:waypoint xsi:type="dc:Point" x="640" y="745" />
294 <bpmndi:BPMNLabel>
295 <dc:Bounds x="655" y="724.5" width="0" height="0" />
296 </bpmndi:BPMNLabel>
297 </bpmndi:BPMNEdge>
298 <bpmndi:BPMNEdge id="SequenceFlow_00i7x43_di" bpmnElement="SequenceFlow_00i7x43">
299 <di:waypoint xsi:type="dc:Point" x="690" y="785" />
300 <di:waypoint xsi:type="dc:Point" x="787" y="785" />
301 <bpmndi:BPMNLabel>
302 <dc:Bounds x="739" y="770" width="0" height="0" />
303 </bpmndi:BPMNLabel>
304 </bpmndi:BPMNEdge>
305 <bpmndi:BPMNShape id="SubProcess_161pl4g_di" bpmnElement="SubProcess_161pl4g" isExpanded="true">
306 <dc:Bounds x="-9" y="962" width="367" height="150" />
307 </bpmndi:BPMNShape>
308 <bpmndi:BPMNShape id="StartEvent_1ibe7qx_di" bpmnElement="StartEvent_1ibe7qx">
309 <dc:Bounds x="20" y="1025" width="36" height="36" />
310 <bpmndi:BPMNLabel>
311 <dc:Bounds x="38" y="1066" width="0" height="0" />
312 </bpmndi:BPMNLabel>
313 </bpmndi:BPMNShape>
314 <bpmndi:BPMNShape id="EndEvent_1fgqhmi_di" bpmnElement="EndEvent_1fgqhmi">
315 <dc:Bounds x="295" y="1025" width="36" height="36" />
316 <bpmndi:BPMNLabel>
317 <dc:Bounds x="313" y="1066" width="0" height="0" />
318 </bpmndi:BPMNLabel>
319 </bpmndi:BPMNShape>
320 <bpmndi:BPMNShape id="ScriptTask_0ji3121_di" bpmnElement="ProcessError">
321 <dc:Bounds x="125" y="1003" width="100" height="80" />
322 </bpmndi:BPMNShape>
323 <bpmndi:BPMNEdge id="SequenceFlow_1h61pqs_di" bpmnElement="SequenceFlow_1h61pqs">
324 <di:waypoint xsi:type="dc:Point" x="56" y="1043" />
325 <di:waypoint xsi:type="dc:Point" x="125" y="1043" />
326 <bpmndi:BPMNLabel>
327 <dc:Bounds x="91" y="1028" width="0" height="0" />
328 </bpmndi:BPMNLabel>
329 </bpmndi:BPMNEdge>
330 <bpmndi:BPMNEdge id="SequenceFlow_1kbzr5v_di" bpmnElement="SequenceFlow_1kbzr5v">
331 <di:waypoint xsi:type="dc:Point" x="225" y="1043" />
332 <di:waypoint xsi:type="dc:Point" x="264" y="1043" />
333 <di:waypoint xsi:type="dc:Point" x="264" y="1043" />
334 <di:waypoint xsi:type="dc:Point" x="295" y="1043" />
335 <bpmndi:BPMNLabel>
336 <dc:Bounds x="279" y="1043" width="0" height="0" />
337 </bpmndi:BPMNLabel>
338 </bpmndi:BPMNEdge>
339 <bpmndi:BPMNShape id="ScriptTask_16x97wp_di" bpmnElement="DeleteAAIAR">
340 <dc:Bounds x="787" y="742" width="100" height="80" />
341 </bpmndi:BPMNShape>
342 <bpmndi:BPMNShape id="ExclusiveGateway_0hxis7t_di" bpmnElement="DeleteSDNC" isMarkerVisible="true">
343 <dc:Bounds x="197" y="761" width="50" height="50" />
344 <bpmndi:BPMNLabel>
345 <dc:Bounds x="219" y="648" width="71" height="14" />
346 </bpmndi:BPMNLabel>
347 </bpmndi:BPMNShape>
348 <bpmndi:BPMNShape id="IntermediateCatchEvent_1lqaeh8_di" bpmnElement="IntermediateCatchEvent_1lqaeh8">
349 <dc:Bounds x="-180" y="767" width="36" height="36" />
350 <bpmndi:BPMNLabel>
351 <dc:Bounds x="-189" y="808" width="59" height="14" />
352 </bpmndi:BPMNLabel>
353 </bpmndi:BPMNShape>
354 <bpmndi:BPMNEdge id="SequenceFlow_0gd64w9_di" bpmnElement="SequenceFlow_0gd64w9">
355 <di:waypoint xsi:type="dc:Point" x="-144" y="785" />
356 <di:waypoint xsi:type="dc:Point" x="-112" y="785" />
357 <di:waypoint xsi:type="dc:Point" x="-112" y="785" />
358 <di:waypoint xsi:type="dc:Point" x="-79" y="785" />
359 <bpmndi:BPMNLabel>
360 <dc:Bounds x="-97" y="785" width="0" height="0" />
361 </bpmndi:BPMNLabel>
362 </bpmndi:BPMNEdge>
363 <bpmndi:BPMNShape id="ScriptTask_1k13o3m_di" bpmnElement="UpdateAAIARPendingDelete">
364 <dc:Bounds x="627" y="381" width="100" height="80" />
365 </bpmndi:BPMNShape>
366 <bpmndi:BPMNShape id="IntermediateThrowEvent_0v13nt6_di" bpmnElement="IntermediateThrowEvent_0v13nt6">
367 <dc:Bounds x="659" y="298" width="36" height="36" />
368 <bpmndi:BPMNLabel>
369 <dc:Bounds x="650" y="275" width="73" height="14" />
370 </bpmndi:BPMNLabel>
371 </bpmndi:BPMNShape>
372 <bpmndi:BPMNEdge id="SequenceFlow_0g4cl5f_di" bpmnElement="SequenceFlow_0g4cl5f">
373 <di:waypoint xsi:type="dc:Point" x="677" y="381" />
374 <di:waypoint xsi:type="dc:Point" x="677" y="334" />
375 <bpmndi:BPMNLabel>
376 <dc:Bounds x="692" y="357.5" width="0" height="0" />
377 </bpmndi:BPMNLabel>
378 </bpmndi:BPMNEdge>
379 <bpmndi:BPMNEdge id="SequenceFlow_0ymy62j_di" bpmnElement="SequenceFlow_0ymy62j">
380 <di:waypoint xsi:type="dc:Point" x="887" y="664" />
381 <di:waypoint xsi:type="dc:Point" x="966" y="664" />
382 <bpmndi:BPMNLabel>
383 <dc:Bounds x="927" y="649" width="0" height="0" />
384 </bpmndi:BPMNLabel>
385 </bpmndi:BPMNEdge>
386 <bpmndi:BPMNEdge id="SequenceFlow_197vrli_di" bpmnElement="SequenceFlow_0m483rd">
387 <di:waypoint xsi:type="dc:Point" x="222" y="761" />
388 <di:waypoint xsi:type="dc:Point" x="222" y="672" />
389 <di:waypoint xsi:type="dc:Point" x="303" y="672" />
390 <bpmndi:BPMNLabel>
391 <dc:Bounds x="230" y="732.7173913043479" width="19" height="14" />
392 </bpmndi:BPMNLabel>
393 </bpmndi:BPMNEdge>
394 <bpmndi:BPMNEdge id="SequenceFlow_0ue1x4e_di" bpmnElement="SequenceFlow_0m483st">
Jim Hahn015b92c2017-10-11 11:49:51 -0400395 <di:waypoint xsi:type="dc:Point" x="222" y="811" />
396 <di:waypoint xsi:type="dc:Point" x="222" y="891" />
397 <di:waypoint xsi:type="dc:Point" x="358" y="891" />
398 <di:waypoint xsi:type="dc:Point" x="481" y="796" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400399 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400400 <dc:Bounds x="232.20103151493018" y="822.2200886262924" width="14" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400401 </bpmndi:BPMNLabel>
402 </bpmndi:BPMNEdge>
403 <bpmndi:BPMNEdge id="SequenceFlow_0bfuk6l_di" bpmnElement="SequenceFlow_0bfuk6l">
404 <di:waypoint xsi:type="dc:Point" x="260" y="413" />
405 <di:waypoint xsi:type="dc:Point" x="334" y="413" />
406 <bpmndi:BPMNLabel>
407 <dc:Bounds x="297" y="398" width="0" height="0" />
408 </bpmndi:BPMNLabel>
409 </bpmndi:BPMNEdge>
410 <bpmndi:BPMNEdge id="SequenceFlow_0xm9g9s_di" bpmnElement="SequenceFlow_0xm9g9s">
411 <di:waypoint xsi:type="dc:Point" x="495" y="386" />
412 <di:waypoint xsi:type="dc:Point" x="496" y="334" />
413 <bpmndi:BPMNLabel>
414 <dc:Bounds x="477" y="353.9807135698298" width="15" height="12" />
415 </bpmndi:BPMNLabel>
416 </bpmndi:BPMNEdge>
417 <bpmndi:BPMNShape id="SubProcess_0g5bd80_di" bpmnElement="SubProcess_0g5bd80" isExpanded="true">
418 <dc:Bounds x="515" y="979" width="405" height="139" />
419 </bpmndi:BPMNShape>
420 <bpmndi:BPMNShape id="StartEvent_11nscgh_di" bpmnElement="StartEvent_11nscgh">
421 <dc:Bounds x="563" y="1036" width="36" height="36" />
422 <bpmndi:BPMNLabel>
423 <dc:Bounds x="581" y="1077" width="0" height="0" />
424 </bpmndi:BPMNLabel>
425 </bpmndi:BPMNShape>
426 <bpmndi:BPMNShape id="ScriptTask_0cexvpg_di" bpmnElement="ScriptTask_0cexvpg">
427 <dc:Bounds x="683" y="1014" width="100" height="80" />
428 </bpmndi:BPMNShape>
429 <bpmndi:BPMNShape id="EndEvent_1ce2d7j_di" bpmnElement="EndEvent_1ce2d7j">
430 <dc:Bounds x="845" y="1036" width="36" height="36" />
431 <bpmndi:BPMNLabel>
432 <dc:Bounds x="863" y="1077" width="0" height="0" />
433 </bpmndi:BPMNLabel>
434 </bpmndi:BPMNShape>
435 <bpmndi:BPMNEdge id="SequenceFlow_0ebobc7_di" bpmnElement="SequenceFlow_0ebobc7">
436 <di:waypoint xsi:type="dc:Point" x="599" y="1054" />
437 <di:waypoint xsi:type="dc:Point" x="652" y="1054" />
438 <di:waypoint xsi:type="dc:Point" x="652" y="1054" />
439 <di:waypoint xsi:type="dc:Point" x="683" y="1054" />
440 <bpmndi:BPMNLabel>
441 <dc:Bounds x="667" y="1054" width="0" height="0" />
442 </bpmndi:BPMNLabel>
443 </bpmndi:BPMNEdge>
444 <bpmndi:BPMNEdge id="SequenceFlow_1ugqw84_di" bpmnElement="SequenceFlow_1ugqw84">
445 <di:waypoint xsi:type="dc:Point" x="783" y="1054" />
446 <di:waypoint xsi:type="dc:Point" x="813" y="1054" />
447 <di:waypoint xsi:type="dc:Point" x="813" y="1054" />
448 <di:waypoint xsi:type="dc:Point" x="845" y="1054" />
449 <bpmndi:BPMNLabel>
450 <dc:Bounds x="828" y="1054" width="0" height="0" />
451 </bpmndi:BPMNLabel>
452 </bpmndi:BPMNEdge>
453 <bpmndi:BPMNShape id="ScriptTask_13b9eww_di" bpmnElement="postProcessRequest">
454 <dc:Bounds x="787" y="624" width="100" height="80" />
455 </bpmndi:BPMNShape>
456 <bpmndi:BPMNShape id="ExclusiveGateway_0mys1pj_di" bpmnElement="ExclusiveGateway_0mys1pj" isMarkerVisible="true">
457 <dc:Bounds x="470" y="760" width="50" height="50" />
458 <bpmndi:BPMNLabel>
459 <dc:Bounds x="490" y="640" width="86" height="14" />
460 </bpmndi:BPMNLabel>
461 </bpmndi:BPMNShape>
462 <bpmndi:BPMNEdge id="SequenceFlow_0sh1u69_di" bpmnElement="SequenceFlow_0sh1u69">
463 <di:waypoint xsi:type="dc:Point" x="409" y="785" />
464 <di:waypoint xsi:type="dc:Point" x="437" y="785" />
465 <di:waypoint xsi:type="dc:Point" x="437" y="785" />
466 <di:waypoint xsi:type="dc:Point" x="470" y="785" />
467 <bpmndi:BPMNLabel>
468 <dc:Bounds x="452" y="785" width="0" height="0" />
469 </bpmndi:BPMNLabel>
470 </bpmndi:BPMNEdge>
471 <bpmndi:BPMNEdge id="SequenceFlow_04hdt5s_di" bpmnElement="SequenceFlow_04hdt5s">
472 <di:waypoint xsi:type="dc:Point" x="495" y="759" />
473 <di:waypoint xsi:type="dc:Point" x="495" y="664" />
474 <di:waypoint xsi:type="dc:Point" x="590" y="664" />
475 <bpmndi:BPMNLabel>
476 <dc:Bounds x="502" y="732" width="19" height="14" />
477 </bpmndi:BPMNLabel>
478 </bpmndi:BPMNEdge>
479 <bpmndi:BPMNEdge id="SequenceFlow_03bkrg4_di" bpmnElement="SequenceFlow_03bkrg4">
480 <di:waypoint xsi:type="dc:Point" x="837" y="742" />
481 <di:waypoint xsi:type="dc:Point" x="837" y="704" />
482 <bpmndi:BPMNLabel>
483 <dc:Bounds x="852" y="723" width="0" height="0" />
484 </bpmndi:BPMNLabel>
485 </bpmndi:BPMNEdge>
486 <bpmndi:BPMNShape id="ExclusiveGateway_1086eg7_di" bpmnElement="ExclusiveGateway_1086eg7" isMarkerVisible="true">
487 <dc:Bounds x="469" y="385" width="50" height="50" />
488 <bpmndi:BPMNLabel>
489 <dc:Bounds x="458" y="439" width="83" height="14" />
490 </bpmndi:BPMNLabel>
491 </bpmndi:BPMNShape>
492 <bpmndi:BPMNEdge id="SequenceFlow_144pxkp_di" bpmnElement="SequenceFlow_144pxkp">
493 <di:waypoint xsi:type="dc:Point" x="519" y="410" />
494 <di:waypoint xsi:type="dc:Point" x="627" y="410" />
495 <bpmndi:BPMNLabel>
496 <dc:Bounds x="550" y="392.99583286074477" width="19" height="14" />
497 </bpmndi:BPMNLabel>
498 </bpmndi:BPMNEdge>
499 <bpmndi:BPMNShape id="IntermediateThrowEvent_0lwqzlv_di" bpmnElement="IntermediateThrowEvent_0lwqzlv">
500 <dc:Bounds x="479" y="298" width="36" height="36" />
501 <bpmndi:BPMNLabel>
502 <dc:Bounds x="473" y="277" width="67" height="14" />
503 </bpmndi:BPMNLabel>
504 </bpmndi:BPMNShape>
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400505 <bpmndi:BPMNEdge id="SequenceFlow_0m483td_di" bpmnElement="SequenceFlow_0m483td">
506 <di:waypoint xsi:type="dc:Point" x="495" y="810" />
Jim Hahn015b92c2017-10-11 11:49:51 -0400507 <di:waypoint xsi:type="dc:Point" x="495" y="890" />
508 <di:waypoint xsi:type="dc:Point" x="639" y="890" />
509 <di:waypoint xsi:type="dc:Point" x="787" y="802" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400510 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400511 <dc:Bounds x="503.0189879790115" y="823.6755392339563" width="14" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400512 </bpmndi:BPMNLabel>
513 </bpmndi:BPMNEdge>
514 <bpmndi:BPMNShape id="IntermediateCatchEvent_0kdn6a5_di" bpmnElement="IntermediateCatchEvent_0kdn6a5">
515 <dc:Bounds x="819" y="876" width="36" height="36" />
516 <bpmndi:BPMNLabel>
517 <dc:Bounds x="809" y="916" width="53" height="14" />
518 </bpmndi:BPMNLabel>
519 </bpmndi:BPMNShape>
520 <bpmndi:BPMNEdge id="SequenceFlow_13mhe5h_di" bpmnElement="SequenceFlow_13mhe5h">
521 <di:waypoint xsi:type="dc:Point" x="837" y="876" />
522 <di:waypoint xsi:type="dc:Point" x="837" y="848" />
523 <di:waypoint xsi:type="dc:Point" x="837" y="826" />
524 <bpmndi:BPMNLabel>
525 <dc:Bounds x="852" y="862" width="0" height="0" />
526 </bpmndi:BPMNLabel>
527 </bpmndi:BPMNEdge>
528 <bpmndi:BPMNShape id="ExclusiveGateway_1txpz34_di" bpmnElement="ExclusiveGateway_1txpz34" isMarkerVisible="true">
529 <dc:Bounds x="334" y="385" width="50" height="50" />
530 <bpmndi:BPMNLabel>
531 <dc:Bounds x="323" y="370" width="72" height="12" />
532 </bpmndi:BPMNLabel>
533 </bpmndi:BPMNShape>
534 <bpmndi:BPMNEdge id="SequenceFlow_1c07scr_di" bpmnElement="SequenceFlow_1c07scr">
535 <di:waypoint xsi:type="dc:Point" x="384" y="410" />
536 <di:waypoint xsi:type="dc:Point" x="469" y="410" />
537 <bpmndi:BPMNLabel>
538 <dc:Bounds x="421" y="394.9978753852595" width="14" height="14" />
539 </bpmndi:BPMNLabel>
540 </bpmndi:BPMNEdge>
541 <bpmndi:BPMNEdge id="SequenceFlow_0oe57h4_di" bpmnElement="SequenceFlow_0oe57h4">
542 <di:waypoint xsi:type="dc:Point" x="359" y="435" />
543 <di:waypoint xsi:type="dc:Point" x="359" y="535" />
544 <di:waypoint xsi:type="dc:Point" x="837" y="535" />
545 <di:waypoint xsi:type="dc:Point" x="837" y="624" />
546 <bpmndi:BPMNLabel>
547 <dc:Bounds x="589" y="520" width="19" height="14" />
548 </bpmndi:BPMNLabel>
549 </bpmndi:BPMNEdge>
550 <bpmndi:BPMNShape id="ExclusiveGateway_0vw18rq_di" bpmnElement="ExclusiveGateway_0vw18rq" isMarkerVisible="true">
551 <dc:Bounds x="-79" y="760" width="50" height="50" />
552 <bpmndi:BPMNLabel>
553 <dc:Bounds x="-53" y="631" width="62" height="26" />
554 </bpmndi:BPMNLabel>
555 </bpmndi:BPMNShape>
556 <bpmndi:BPMNEdge id="SequenceFlow_1fvfplx_di" bpmnElement="SequenceFlow_1fvfplx">
557 <di:waypoint xsi:type="dc:Point" x="-54" y="760" />
558 <di:waypoint xsi:type="dc:Point" x="-54" y="664" />
559 <di:waypoint xsi:type="dc:Point" x="42" y="664" />
560 <bpmndi:BPMNLabel>
561 <dc:Bounds x="-49" y="733.3483834130782" width="19" height="14" />
562 </bpmndi:BPMNLabel>
563 </bpmndi:BPMNEdge>
564 <bpmndi:BPMNEdge id="SequenceFlow_0dzz8fp_di" bpmnElement="SequenceFlow_0dzz8fp">
565 <di:waypoint xsi:type="dc:Point" x="-54" y="810" />
Jim Hahn015b92c2017-10-11 11:49:51 -0400566 <di:waypoint xsi:type="dc:Point" x="-54" y="892" />
567 <di:waypoint xsi:type="dc:Point" x="92" y="892" />
568 <di:waypoint xsi:type="dc:Point" x="208" y="797" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400569 <bpmndi:BPMNLabel>
Jim Hahn015b92c2017-10-11 11:49:51 -0400570 <dc:Bounds x="-48.00000000000003" y="827" width="14" height="12" />
Rob Daugherty43dc0ba2017-09-21 15:25:28 -0400571 </bpmndi:BPMNLabel>
572 </bpmndi:BPMNEdge>
573 </bpmndi:BPMNPlane>
574 </bpmndi:BPMNDiagram>
575</bpmn2:definitions>