blob: 9e9045c144fa9d417c94e447ee9cb09b4896d68d [file] [log] [blame]
Seshu-Kumar-M5709d432017-09-18 15:08:16 +05301<?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="DoCreateE2EServiceInstanceRollback" name="DoCreateE2EServiceInstanceRollback" 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.openecomp.mso.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.openecomp.mso.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:callActivity id="callGenericDeleteService" name="Call AAI GenericDelete Service " calledElement="GenericDeleteService">
39 <bpmn2:extensionElements>
40 <camunda:in source="serviceInstanceId" target="GENDS_serviceInstanceId" />
41 <camunda:in source="subscriptionServiceType" target="GENDS_serviceType" />
42 <camunda:in source="globalSubscriberId" target="GENDS_globalCustomerId" />
43 <camunda:in sourceExpression="service-instance" target="GENDS_type" />
44 <camunda:out source="GENDS_FoundIndicator" target="GENDS_FoundIndicator" />
45 <camunda:in sourceExpression="&#34;&#34;" target="GENGS_serviceType" />
46 <camunda:out source="GENDS_SuccessIndicator" target="GENDS_SuccessIndicator" />
47 <camunda:out source="WorkflowException" target="WorkflowExecption" />
48 </bpmn2:extensionElements>
49 <bpmn2:incoming>SequenceFlow_1x9eh33</bpmn2:incoming>
50 <bpmn2:outgoing>SequenceFlow_05wu9i7</bpmn2:outgoing>
51 </bpmn2:callActivity>
52 <bpmn2:exclusiveGateway id="ExclusiveGateway_09wkav2" name="RollbackSDNC?" default="SequenceFlow_1uw2p9a">
53 <bpmn2:incoming>SequenceFlow_06aasqh</bpmn2:incoming>
54 <bpmn2:outgoing>SequenceFlow_11fnnkb</bpmn2:outgoing>
55 <bpmn2:outgoing>SequenceFlow_1uw2p9a</bpmn2:outgoing>
56 </bpmn2:exclusiveGateway>
57 <bpmn2:sequenceFlow id="SequenceFlow_11fnnkb" name="yes" sourceRef="ExclusiveGateway_09wkav2" targetRef="CallActivity_0ak0ezb">
58 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("rollbackSDNC" ) == "true"}]]></bpmn2:conditionExpression>
59 </bpmn2:sequenceFlow>
60 <bpmn2:sequenceFlow id="SequenceFlow_1uw2p9a" name="no" sourceRef="ExclusiveGateway_09wkav2" targetRef="ExclusiveGateway_0ii31dq" />
61 <bpmn2:exclusiveGateway id="ExclusiveGateway_0ii31dq" name="RollBackAAI?" default="SequenceFlow_1n7wade">
62 <bpmn2:documentation>rollback AAI</bpmn2:documentation>
63 <bpmn2:incoming>SequenceFlow_1uw2p9a</bpmn2:incoming>
64 <bpmn2:incoming>SequenceFlow_1njogr1</bpmn2:incoming>
65 <bpmn2:outgoing>SequenceFlow_1n7wade</bpmn2:outgoing>
66 <bpmn2:outgoing>SequenceFlow_1x9eh33</bpmn2:outgoing>
67 </bpmn2:exclusiveGateway>
68 <bpmn2:sequenceFlow id="SequenceFlow_1n7wade" name="no" sourceRef="ExclusiveGateway_0ii31dq" targetRef="PostProcess_ScriptTask" />
69 <bpmn2:sequenceFlow id="SequenceFlow_05wu9i7" sourceRef="callGenericDeleteService" targetRef="PostProcess_ScriptTask" />
70 <bpmn2:sequenceFlow id="SequenceFlow_1x9eh33" name="yes" sourceRef="ExclusiveGateway_0ii31dq" targetRef="callGenericDeleteService">
71 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("rollbackAAI" ) == "true"}]]></bpmn2:conditionExpression>
72 </bpmn2:sequenceFlow>
73 <bpmn2:sequenceFlow id="SequenceFlow_0k28xib" sourceRef="CallActivity_0ak0ezb" targetRef="ScriptTask_1uxr0cx" />
74 <bpmn2:callActivity id="CallActivity_0ak0ezb" name="Call SDNC Service Topology Deactivate" calledElement="sdncAdapter">
75 <bpmn2:extensionElements>
76 <camunda:in source="sdncDeactivate" target="sdncAdapterWorkflowRequest" />
77 <camunda:in source="msoRequestId" target="mso-request-id" />
78 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
79 <camunda:out source="WorkflowException" target="WorkflowException" />
80 <camunda:out source="sdncAdapterResponse" target="sdncDeactivateResponse" />
81 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
82 </bpmn2:extensionElements>
83 <bpmn2:incoming>SequenceFlow_11fnnkb</bpmn2:incoming>
84 <bpmn2:outgoing>SequenceFlow_0k28xib</bpmn2:outgoing>
85 </bpmn2:callActivity>
86 <bpmn2:scriptTask id="ScriptTask_1uxr0cx" name="Post Process SDNC Deactivate" scriptFormat="groovy">
87 <bpmn2:incoming>SequenceFlow_0k28xib</bpmn2:incoming>
88 <bpmn2:outgoing>SequenceFlow_0khjo7l</bpmn2:outgoing>
89 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
90String response = execution.getVariable("sdncDeactivateResponse")
91def rbk= new DoCreateE2EServiceInstanceRollback()
92rbk.validateSDNCResponse(execution, response, "deactivate")]]></bpmn2:script>
93 </bpmn2:scriptTask>
94 <bpmn2:sequenceFlow id="SequenceFlow_0khjo7l" sourceRef="ScriptTask_1uxr0cx" targetRef="CallActivity_0ppz9nd" />
95 <bpmn2:exclusiveGateway id="ExclusiveGateway_19tbjgn" name="skip Rollback" default="SequenceFlow_06aasqh">
96 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
97 <bpmn2:outgoing>SequenceFlow_06aasqh</bpmn2:outgoing>
98 <bpmn2:outgoing>SequenceFlow_1rzlaoy</bpmn2:outgoing>
99 </bpmn2:exclusiveGateway>
100 <bpmn2:scriptTask id="PostProcess_ScriptTask" name="Post Process Request" scriptFormat="groovy">
101 <bpmn2:incoming>SequenceFlow_05wu9i7</bpmn2:incoming>
102 <bpmn2:incoming>SequenceFlow_1n7wade</bpmn2:incoming>
103 <bpmn2:incoming>SequenceFlow_1rzlaoy</bpmn2:incoming>
104 <bpmn2:outgoing>SequenceFlow_01l4ssl</bpmn2:outgoing>
105 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
106def rbk = new DoCreateE2EServiceInstanceRollback()
107rbk.postProcessRequest(execution)]]></bpmn2:script>
108 </bpmn2:scriptTask>
109 <bpmn2:sequenceFlow id="SequenceFlow_01l4ssl" sourceRef="PostProcess_ScriptTask" targetRef="EndEvent_3" />
110 <bpmn2:sequenceFlow id="SequenceFlow_06aasqh" name="no" sourceRef="ExclusiveGateway_19tbjgn" targetRef="ExclusiveGateway_09wkav2" />
111 <bpmn2:sequenceFlow id="SequenceFlow_1rzlaoy" name="yes" sourceRef="ExclusiveGateway_19tbjgn" targetRef="PostProcess_ScriptTask">
112 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("skipRollback" ) == true}]]></bpmn2:conditionExpression>
113 </bpmn2:sequenceFlow>
114 <bpmn2:subProcess id="SubProcess_11bi8mc" name="Java Exception Handling Sub Process" triggeredByEvent="true">
115 <bpmn2:startEvent id="StartEvent_1gxe17c">
116 <bpmn2:outgoing>SequenceFlow_1ch4xrf</bpmn2:outgoing>
117 <bpmn2:errorEventDefinition errorRef="Error_1" />
118 </bpmn2:startEvent>
119 <bpmn2:scriptTask id="ScriptTask_15yddb0" name="Process Java Error" scriptFormat="groovy">
120 <bpmn2:incoming>SequenceFlow_1ch4xrf</bpmn2:incoming>
121 <bpmn2:outgoing>SequenceFlow_1pjk2ff</bpmn2:outgoing>
122 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
123def rbk= new DoCreateE2EServiceInstanceRollback()
124rbk.processRollbackJavaException(execution)]]></bpmn2:script>
125 </bpmn2:scriptTask>
126 <bpmn2:endEvent id="EndEvent_12e3h6k">
127 <bpmn2:incoming>SequenceFlow_1pjk2ff</bpmn2:incoming>
128 <bpmn2:terminateEventDefinition />
129 </bpmn2:endEvent>
130 <bpmn2:sequenceFlow id="SequenceFlow_1ch4xrf" name="" sourceRef="StartEvent_1gxe17c" targetRef="ScriptTask_15yddb0" />
131 <bpmn2:sequenceFlow id="SequenceFlow_1pjk2ff" name="" sourceRef="ScriptTask_15yddb0" targetRef="EndEvent_12e3h6k" />
132 </bpmn2:subProcess>
133 <bpmn2:scriptTask id="ScriptTask_1awt1ds" name="Post Process SDNC Delete">
134 <bpmn2:incoming>SequenceFlow_006g9e8</bpmn2:incoming>
135 <bpmn2:outgoing>SequenceFlow_1njogr1</bpmn2:outgoing>
136 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
137String response = execution.getVariable("sdncDeleteResponse")
138def rbk= new DoCreateE2EServiceInstanceRollback()
139rbk.validateSDNCResponse(execution, response, "delete")]]></bpmn2:script>
140 </bpmn2:scriptTask>
141 <bpmn2:callActivity id="CallActivity_0ppz9nd" name="Call SDNC Service Topology Dekete" calledElement="sdncAdapter">
142 <bpmn2:extensionElements>
143 <camunda:in source="sdncDelete" target="sdncAdapterWorkflowRequest" />
144 <camunda:in source="msoRequestId" target="mso-request-id" />
145 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
146 <camunda:out source="WorkflowException" target="WorkflowException" />
147 <camunda:out source="sdncAdapterResponse" target="sdncDeleteResponse" />
148 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
149 </bpmn2:extensionElements>
150 <bpmn2:incoming>SequenceFlow_0khjo7l</bpmn2:incoming>
151 <bpmn2:outgoing>SequenceFlow_006g9e8</bpmn2:outgoing>
152 </bpmn2:callActivity>
153 <bpmn2:sequenceFlow id="SequenceFlow_006g9e8" sourceRef="CallActivity_0ppz9nd" targetRef="ScriptTask_1awt1ds" />
154 <bpmn2:sequenceFlow id="SequenceFlow_1njogr1" sourceRef="ScriptTask_1awt1ds" targetRef="ExclusiveGateway_0ii31dq" />
155 </bpmn2:process>
156 <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
157 <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
158 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
159 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateE2EServiceInstanceRollback">
160 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSIRollback_startEvent">
161 <dc:Bounds x="151" y="79" width="36" height="36" />
162 <bpmndi:BPMNLabel>
163 <dc:Bounds x="146" y="120" width="48" height="14" />
164 </bpmndi:BPMNLabel>
165 </bpmndi:BPMNShape>
166 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
167 <dc:Bounds x="234" y="57" width="100" height="80" />
168 </bpmndi:BPMNShape>
169 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
170 <di:waypoint xsi:type="dc:Point" x="187" y="97" />
171 <di:waypoint xsi:type="dc:Point" x="234" y="97" />
172 <bpmndi:BPMNLabel>
173 <dc:Bounds x="211" y="82" width="0" height="0" />
174 </bpmndi:BPMNLabel>
175 </bpmndi:BPMNEdge>
176 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">
177 <dc:Bounds x="1208" y="350" width="36" height="36" />
178 <bpmndi:BPMNLabel>
179 <dc:Bounds x="1226" y="391" width="0" height="0" />
180 </bpmndi:BPMNLabel>
181 </bpmndi:BPMNShape>
182 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_27" bpmnElement="UnexpectedError_SubProcess_1" isExpanded="true">
183 <dc:Bounds x="508" y="323" width="467" height="193" />
184 </bpmndi:BPMNShape>
185 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_70" bpmnElement="StartEvent_1">
186 <dc:Bounds x="576" y="389" width="36" height="36" />
187 <bpmndi:BPMNLabel>
188 <dc:Bounds x="594" y="430" width="0" height="0" />
189 </bpmndi:BPMNLabel>
190 </bpmndi:BPMNShape>
191 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_219" bpmnElement="EndEvent_1">
192 <dc:Bounds x="869" y="389" width="36" height="36" />
193 <bpmndi:BPMNLabel>
194 <dc:Bounds x="887" y="430" width="0" height="0" />
195 </bpmndi:BPMNLabel>
196 </bpmndi:BPMNShape>
197 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_StartEvent_70" targetElement="_BPMNShape_ScriptTask_269">
198 <di:waypoint xsi:type="dc:Point" x="612" y="407" />
199 <di:waypoint xsi:type="dc:Point" x="680" y="407" />
200 <bpmndi:BPMNLabel>
201 <dc:Bounds x="647" y="392" width="0" height="0" />
202 </bpmndi:BPMNLabel>
203 </bpmndi:BPMNEdge>
204 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61">
205 <di:waypoint xsi:type="dc:Point" x="334" y="97" />
206 <di:waypoint xsi:type="dc:Point" x="366" y="97" />
207 <bpmndi:BPMNLabel>
208 <dc:Bounds x="350" y="82" width="0" height="0" />
209 </bpmndi:BPMNLabel>
210 </bpmndi:BPMNEdge>
211 <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="callGenericDeleteService">
212 <dc:Bounds x="1167" y="57" width="100" height="80" />
213 </bpmndi:BPMNShape>
214 <bpmndi:BPMNShape id="ExclusiveGateway_09wkav2_di" bpmnElement="ExclusiveGateway_09wkav2" isMarkerVisible="true">
215 <dc:Bounds x="448" y="72" width="50" height="50" />
216 <bpmndi:BPMNLabel>
217 <dc:Bounds x="433" y="129" width="79" height="12" />
218 </bpmndi:BPMNLabel>
219 </bpmndi:BPMNShape>
220 <bpmndi:BPMNEdge id="SequenceFlow_11fnnkb_di" bpmnElement="SequenceFlow_11fnnkb">
221 <di:waypoint xsi:type="dc:Point" x="498" y="97" />
222 <di:waypoint xsi:type="dc:Point" x="539" y="97" />
223 <bpmndi:BPMNLabel>
224 <dc:Bounds x="501" y="100" width="18" height="12" />
225 </bpmndi:BPMNLabel>
226 </bpmndi:BPMNEdge>
227 <bpmndi:BPMNEdge id="SequenceFlow_1uw2p9a_di" bpmnElement="SequenceFlow_1uw2p9a">
228 <di:waypoint xsi:type="dc:Point" x="473" y="72" />
229 <di:waypoint xsi:type="dc:Point" x="473" y="-23" />
230 <di:waypoint xsi:type="dc:Point" x="1071" y="-23" />
231 <di:waypoint xsi:type="dc:Point" x="1071" y="72" />
232 <bpmndi:BPMNLabel>
233 <dc:Bounds x="751" y="-41" width="12" height="12" />
234 </bpmndi:BPMNLabel>
235 </bpmndi:BPMNEdge>
236 <bpmndi:BPMNShape id="ExclusiveGateway_0ii31dq_di" bpmnElement="ExclusiveGateway_0ii31dq" isMarkerVisible="true">
237 <dc:Bounds x="1046" y="72" width="50" height="50" />
238 <bpmndi:BPMNLabel>
239 <dc:Bounds x="1094" y="104" width="66" height="12" />
240 </bpmndi:BPMNLabel>
241 </bpmndi:BPMNShape>
242 <bpmndi:BPMNEdge id="SequenceFlow_1n7wade_di" bpmnElement="SequenceFlow_1n7wade">
243 <di:waypoint xsi:type="dc:Point" x="1071" y="122" />
244 <di:waypoint xsi:type="dc:Point" x="1071" y="241" />
245 <di:waypoint xsi:type="dc:Point" x="1176" y="241" />
246 <bpmndi:BPMNLabel>
247 <dc:Bounds x="1081" y="124.63709677419354" width="12" height="12" />
248 </bpmndi:BPMNLabel>
249 </bpmndi:BPMNEdge>
250 <bpmndi:BPMNEdge id="SequenceFlow_05wu9i7_di" bpmnElement="SequenceFlow_05wu9i7">
251 <di:waypoint xsi:type="dc:Point" x="1217" y="137" />
252 <di:waypoint xsi:type="dc:Point" x="1217" y="201" />
253 <bpmndi:BPMNLabel>
254 <dc:Bounds x="1232" y="169" width="0" height="0" />
255 </bpmndi:BPMNLabel>
256 </bpmndi:BPMNEdge>
257 <bpmndi:BPMNEdge id="SequenceFlow_1x9eh33_di" bpmnElement="SequenceFlow_1x9eh33">
258 <di:waypoint xsi:type="dc:Point" x="1096" y="97" />
259 <di:waypoint xsi:type="dc:Point" x="1167" y="97" />
260 <bpmndi:BPMNLabel>
261 <dc:Bounds x="1126" y="82" width="18" height="12" />
262 </bpmndi:BPMNLabel>
263 </bpmndi:BPMNEdge>
264 <bpmndi:BPMNEdge id="SequenceFlow_0k28xib_di" bpmnElement="SequenceFlow_0k28xib">
265 <di:waypoint xsi:type="dc:Point" x="639" y="97" />
266 <di:waypoint xsi:type="dc:Point" x="671" y="97" />
267 <bpmndi:BPMNLabel>
268 <dc:Bounds x="655" y="82" width="0" height="0" />
269 </bpmndi:BPMNLabel>
270 </bpmndi:BPMNEdge>
271 <bpmndi:BPMNShape id="CallActivity_0ak0ezb_di" bpmnElement="CallActivity_0ak0ezb">
272 <dc:Bounds x="539" y="57" width="100" height="80" />
273 </bpmndi:BPMNShape>
274 <bpmndi:BPMNShape id="ScriptTask_1uxr0cx_di" bpmnElement="ScriptTask_1uxr0cx">
275 <dc:Bounds x="671" y="57" width="100" height="80" />
276 </bpmndi:BPMNShape>
277 <bpmndi:BPMNEdge id="SequenceFlow_0khjo7l_di" bpmnElement="SequenceFlow_0khjo7l">
278 <di:waypoint xsi:type="dc:Point" x="771" y="97" />
279 <di:waypoint xsi:type="dc:Point" x="796" y="97" />
280 <bpmndi:BPMNLabel>
281 <dc:Bounds x="784" y="82" width="0" height="0" />
282 </bpmndi:BPMNLabel>
283 </bpmndi:BPMNEdge>
284 <bpmndi:BPMNShape id="ExclusiveGateway_19tbjgn_di" bpmnElement="ExclusiveGateway_19tbjgn" isMarkerVisible="true">
285 <dc:Bounds x="366" y="72" width="50" height="50" />
286 <bpmndi:BPMNLabel>
287 <dc:Bounds x="358" y="54" width="65" height="12" />
288 </bpmndi:BPMNLabel>
289 </bpmndi:BPMNShape>
290 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_269" bpmnElement="ScriptTask_1">
291 <dc:Bounds x="680" y="367" width="100" height="80" />
292 </bpmndi:BPMNShape>
293 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_269" targetElement="_BPMNShape_EndEvent_219">
294 <di:waypoint xsi:type="dc:Point" x="780" y="407" />
295 <di:waypoint xsi:type="dc:Point" x="869" y="407" />
296 <bpmndi:BPMNLabel>
297 <dc:Bounds x="825" y="392" width="0" height="0" />
298 </bpmndi:BPMNLabel>
299 </bpmndi:BPMNEdge>
300 <bpmndi:BPMNShape id="ScriptTask_1wk55es_di" bpmnElement="PostProcess_ScriptTask">
301 <dc:Bounds x="1176" y="201" width="100" height="80" />
302 </bpmndi:BPMNShape>
303 <bpmndi:BPMNEdge id="SequenceFlow_01l4ssl_di" bpmnElement="SequenceFlow_01l4ssl">
304 <di:waypoint xsi:type="dc:Point" x="1226" y="281" />
305 <di:waypoint xsi:type="dc:Point" x="1226" y="350" />
306 <bpmndi:BPMNLabel>
307 <dc:Bounds x="1241" y="315.5" width="0" height="0" />
308 </bpmndi:BPMNLabel>
309 </bpmndi:BPMNEdge>
310 <bpmndi:BPMNEdge id="SequenceFlow_06aasqh_di" bpmnElement="SequenceFlow_06aasqh">
311 <di:waypoint xsi:type="dc:Point" x="416" y="97" />
312 <di:waypoint xsi:type="dc:Point" x="448" y="97" />
313 <bpmndi:BPMNLabel>
314 <dc:Bounds x="426" y="82" width="12" height="12" />
315 </bpmndi:BPMNLabel>
316 </bpmndi:BPMNEdge>
317 <bpmndi:BPMNEdge id="SequenceFlow_1rzlaoy_di" bpmnElement="SequenceFlow_1rzlaoy">
318 <di:waypoint xsi:type="dc:Point" x="391" y="122" />
319 <di:waypoint xsi:type="dc:Point" x="391" y="268" />
320 <di:waypoint xsi:type="dc:Point" x="1176" y="267" />
321 <bpmndi:BPMNLabel>
322 <dc:Bounds x="397" y="195" width="18" height="12" />
323 </bpmndi:BPMNLabel>
324 </bpmndi:BPMNEdge>
325 <bpmndi:BPMNShape id="SubProcess_11bi8mc_di" bpmnElement="SubProcess_11bi8mc" isExpanded="true">
326 <dc:Bounds x="325" y="576" width="419" height="150" />
327 </bpmndi:BPMNShape>
328 <bpmndi:BPMNShape id="StartEvent_1gxe17c_di" bpmnElement="StartEvent_1gxe17c">
329 <dc:Bounds x="360" y="628" width="36" height="36" />
330 <bpmndi:BPMNLabel>
331 <dc:Bounds x="378" y="669" width="0" height="0" />
332 </bpmndi:BPMNLabel>
333 </bpmndi:BPMNShape>
334 <bpmndi:BPMNShape id="ScriptTask_15yddb0_di" bpmnElement="ScriptTask_15yddb0">
335 <dc:Bounds x="468" y="606" width="100" height="80" />
336 </bpmndi:BPMNShape>
337 <bpmndi:BPMNShape id="EndEvent_12e3h6k_di" bpmnElement="EndEvent_12e3h6k">
338 <dc:Bounds x="618" y="628" width="36" height="36" />
339 <bpmndi:BPMNLabel>
340 <dc:Bounds x="636" y="669" width="0" height="0" />
341 </bpmndi:BPMNLabel>
342 </bpmndi:BPMNShape>
343 <bpmndi:BPMNEdge id="SequenceFlow_1ch4xrf_di" bpmnElement="SequenceFlow_1ch4xrf">
344 <di:waypoint xsi:type="dc:Point" x="396" y="646" />
345 <di:waypoint xsi:type="dc:Point" x="468" y="646" />
346 <bpmndi:BPMNLabel>
347 <dc:Bounds x="421" y="646" width="0" height="0" />
348 </bpmndi:BPMNLabel>
349 </bpmndi:BPMNEdge>
350 <bpmndi:BPMNEdge id="SequenceFlow_1pjk2ff_di" bpmnElement="SequenceFlow_1pjk2ff">
351 <di:waypoint xsi:type="dc:Point" x="568" y="646" />
352 <di:waypoint xsi:type="dc:Point" x="618" y="646" />
353 <bpmndi:BPMNLabel>
354 <dc:Bounds x="593" y="646" width="0" height="0" />
355 </bpmndi:BPMNLabel>
356 </bpmndi:BPMNEdge>
357 <bpmndi:BPMNShape id="ScriptTask_1awt1ds_di" bpmnElement="ScriptTask_1awt1ds">
358 <dc:Bounds x="921" y="57" width="100" height="80" />
359 </bpmndi:BPMNShape>
360 <bpmndi:BPMNShape id="CallActivity_0ppz9nd_di" bpmnElement="CallActivity_0ppz9nd">
361 <dc:Bounds x="796" y="57" width="100" height="80" />
362 </bpmndi:BPMNShape>
363 <bpmndi:BPMNEdge id="SequenceFlow_006g9e8_di" bpmnElement="SequenceFlow_006g9e8">
364 <di:waypoint xsi:type="dc:Point" x="896" y="97" />
365 <di:waypoint xsi:type="dc:Point" x="921" y="97" />
366 <bpmndi:BPMNLabel>
367 <dc:Bounds x="909" y="82" width="0" height="0" />
368 </bpmndi:BPMNLabel>
369 </bpmndi:BPMNEdge>
370 <bpmndi:BPMNEdge id="SequenceFlow_1njogr1_di" bpmnElement="SequenceFlow_1njogr1">
371 <di:waypoint xsi:type="dc:Point" x="1021" y="97" />
372 <di:waypoint xsi:type="dc:Point" x="1046" y="97" />
373 <bpmndi:BPMNLabel>
374 <dc:Bounds x="1034" y="82" width="0" height="0" />
375 </bpmndi:BPMNLabel>
376 </bpmndi:BPMNEdge>
377 </bpmndi:BPMNPlane>
378 </bpmndi:BPMNDiagram>
379</bpmn2:definitions>