Containerization feature of SO
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / subprocess / DoCreateVnfAndModulesRollback.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_Wblj8GyfEeWUWLTvug7ZOg" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoCreateVnfAndModulesRollback" name="DoCreateVnfAndModulesRollback" isExecutable="true">
4     <bpmn2:subProcess id="SubProcess_1" name="Rollback Error Handling" triggeredByEvent="true">
5       <bpmn2:startEvent id="CatchExceptions" name="Catch Exceptions">
6         <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
7         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
8       </bpmn2:startEvent>
9       <bpmn2:endEvent id="EndEvent_1">
10         <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
11       </bpmn2:endEvent>
12       <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="CatchExceptions" targetRef="SetFailedRollbackStatus" />
13       <bpmn2:scriptTask id="LogSaveWorkflowException" name="Log and Save Workflow Exception" scriptFormat="groovy">
14         <bpmn2:incoming>SequenceFlow_1wch84s</bpmn2:incoming>
15         <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
16         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
17 def dcvfmr = new DoCreateVfModuleRollback()
18 dcvfmr.logWorkflowException(execution, 'DoCreateVfModuleRollback caught an event')
19 dcvfmr.saveWorkflowException(execution, 'DCVFMR_CaughtWorkflowException1')]]></bpmn2:script>
20       </bpmn2:scriptTask>
21       <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="LogSaveWorkflowException" targetRef="EndEvent_1" />
22       <bpmn2:sequenceFlow id="SequenceFlow_1wch84s" sourceRef="SetFailedRollbackStatus" targetRef="LogSaveWorkflowException" />
23       <bpmn2:scriptTask id="SetFailedRollbackStatus" name="Set Failed Rollback Status" scriptFormat="groovy">
24         <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
25         <bpmn2:outgoing>SequenceFlow_1wch84s</bpmn2:outgoing>
26         <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
27 def dcvamr= new DoCreateVnfAndModulesRollback()
28 dcvamr.setFailedRollbackStatus(execution)]]></bpmn2:script>
29       </bpmn2:scriptTask>
30     </bpmn2:subProcess>
31     <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1">
32       <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
33       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_86" />
34     </bpmn2:boundaryEvent>
35     <bpmn2:endEvent id="EndEvent_2">
36       <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
37     </bpmn2:endEvent>
38     <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_2" />
39     <bpmn2:startEvent id="StartEvent_1gai4qr">
40       <bpmn2:outgoing>SequenceFlow_1537b7m</bpmn2:outgoing>
41     </bpmn2:startEvent>
42     <bpmn2:exclusiveGateway id="ExclusiveGateway_12v8g91" name="Are there VF Modules to roll back?" default="SequenceFlow_1r6wyy6">
43       <bpmn2:incoming>SequenceFlow_1srw52v</bpmn2:incoming>
44       <bpmn2:incoming>SequenceFlow_0zjzorm</bpmn2:incoming>
45       <bpmn2:incoming>SequenceFlow_19xaddm</bpmn2:incoming>
46       <bpmn2:outgoing>SequenceFlow_1r6wyy6</bpmn2:outgoing>
47       <bpmn2:outgoing>SequenceFlow_0v85t87</bpmn2:outgoing>
48     </bpmn2:exclusiveGateway>
49     <bpmn2:exclusiveGateway id="ExclusiveGateway_09ajxqr" name="Delete VNF?" default="SequenceFlow_1yas9ol">
50       <bpmn2:incoming>SequenceFlow_1g6psjt</bpmn2:incoming>
51       <bpmn2:incoming>SequenceFlow_152tazp</bpmn2:incoming>
52       <bpmn2:outgoing>SequenceFlow_1kr0r4a</bpmn2:outgoing>
53       <bpmn2:outgoing>SequenceFlow_1yas9ol</bpmn2:outgoing>
54     </bpmn2:exclusiveGateway>
55     <bpmn2:endEvent id="EndEvent_1seag7u">
56       <bpmn2:incoming>SequenceFlow_0mk9lrj</bpmn2:incoming>
57       <bpmn2:incoming>SequenceFlow_03cc9y6</bpmn2:incoming>
58     </bpmn2:endEvent>
59     <bpmn2:sequenceFlow id="SequenceFlow_1537b7m" sourceRef="StartEvent_1gai4qr" targetRef="PreProcessRequest" />
60     <bpmn2:scriptTask id="PreProcessRequest" name="PreProcess Request" scriptFormat="groovy">
61       <bpmn2:incoming>SequenceFlow_1537b7m</bpmn2:incoming>
62       <bpmn2:outgoing>SequenceFlow_0bmsi5h</bpmn2:outgoing>
63       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
64 def dcvamr = new DoCreateVnfAndModulesRollback()
65 dcvamr.preProcessRequest(execution)]]></bpmn2:script>
66     </bpmn2:scriptTask>
67     <bpmn2:sequenceFlow id="SequenceFlow_0bmsi5h" sourceRef="PreProcessRequest" targetRef="ExclusiveGateway_01o1lkn" />
68     <bpmn2:sequenceFlow id="SequenceFlow_1ycq005" sourceRef="Task_1sbxjc8" targetRef="RollbackCreateVFModule" />
69     <bpmn2:scriptTask id="Task_1sbxjc8" name="Prepare Rollback Create VF Module Request" scriptFormat="groovy">
70       <bpmn2:incoming>SequenceFlow_0v85t87</bpmn2:incoming>
71       <bpmn2:outgoing>SequenceFlow_1ycq005</bpmn2:outgoing>
72       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
73 def dcvamr = new DoCreateVnfAndModulesRollback()
74 dcvamr.preProcessCreateVfModuleRollback(execution)]]></bpmn2:script>
75     </bpmn2:scriptTask>
76     <bpmn2:callActivity id="RollbackCreateVFModule" name="Rollback Create VF ModuleĀ " calledElement="DoCreateVfModuleRollback">
77       <bpmn2:extensionElements>
78         <camunda:in source="DCVAMR_RollbackData" target="rollbackData" />
79         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
80         <camunda:out source="WorkflowException" target="WorkflowException" />
81         <camunda:in source="&#34;true&#34;" target="isVidRequest" />
82         <camunda:in source="mso-request-id" target="mso-request-id" />
83         <camunda:in source="disableRollback" target="disableRollback" />
84         <camunda:in source="sdncVersion" target="sdncVersion" />
85         <camunda:out source="rolledBack" target="DCVM_rolledBack" />
86         <camunda:out source="rollbackError" target="rollbackError" />
87         <camunda:in source="DCVAMR_aLaCarte" target="aLaCarte" />
88       </bpmn2:extensionElements>
89       <bpmn2:incoming>SequenceFlow_1ycq005</bpmn2:incoming>
90       <bpmn2:outgoing>SequenceFlow_181hb2a</bpmn2:outgoing>
91     </bpmn2:callActivity>
92     <bpmn2:sequenceFlow id="SequenceFlow_1r6wyy6" name="no" sourceRef="ExclusiveGateway_12v8g91" targetRef="ExclusiveGateway_07kr3gt" />
93     <bpmn2:sequenceFlow id="SequenceFlow_0v85t87" name="yes" sourceRef="ExclusiveGateway_12v8g91" targetRef="Task_1sbxjc8">
94       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVAMR_numOfModulesToDelete") > 0}]]></bpmn2:conditionExpression>
95     </bpmn2:sequenceFlow>
96     <bpmn2:sequenceFlow id="SequenceFlow_1kr0r4a" name="yes" sourceRef="ExclusiveGateway_09ajxqr" targetRef="Task_0p8fmrm">
97       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVAMR_rollbackVnfCreate")  == "true"}]]></bpmn2:conditionExpression>
98     </bpmn2:sequenceFlow>
99     <bpmn2:sequenceFlow id="SequenceFlow_04yd2yr" sourceRef="Task_0p8fmrm" targetRef="SetSuccessfulRollbackStatus" />
100     <bpmn2:sequenceFlow id="SequenceFlow_1yas9ol" name="no" sourceRef="ExclusiveGateway_09ajxqr" targetRef="SetSuccessfulRollbackStatus" />
101     <bpmn2:callActivity id="Task_0p8fmrm" name="Delete VNF" calledElement="DoDeleteVnf">
102       <bpmn2:extensionElements>
103         <camunda:in source="DCVAMR_vnfId" target="vnfId" />
104         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
105         <camunda:out source="WorkflowException" target="WorkflowException" />
106       </bpmn2:extensionElements>
107       <bpmn2:incoming>SequenceFlow_1kr0r4a</bpmn2:incoming>
108       <bpmn2:outgoing>SequenceFlow_04yd2yr</bpmn2:outgoing>
109     </bpmn2:callActivity>
110     <bpmn2:sequenceFlow id="SequenceFlow_181hb2a" sourceRef="RollbackCreateVFModule" targetRef="Task_0kf9oby" />
111     <bpmn2:scriptTask id="Task_0kf9oby" name="PostProcess Rollback Create VF Module" scriptFormat="groovy">
112       <bpmn2:incoming>SequenceFlow_181hb2a</bpmn2:incoming>
113       <bpmn2:outgoing>SequenceFlow_1srw52v</bpmn2:outgoing>
114       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
115 def dcvamr = new DoCreateVnfAndModulesRollback()
116 dcvamr.postProcessCreateVfModuleRollback(execution)]]></bpmn2:script>
117     </bpmn2:scriptTask>
118     <bpmn2:sequenceFlow id="SequenceFlow_1srw52v" sourceRef="Task_0kf9oby" targetRef="ExclusiveGateway_12v8g91" />
119     <bpmn2:scriptTask id="PreProcessSDNCDeactivateRequest" name="PreProcess SDNC Deactivate Request" scriptFormat="groovy">
120       <bpmn2:incoming>SDNCDeactivateYes</bpmn2:incoming>
121       <bpmn2:outgoing>SequenceFlow_0nysmc9</bpmn2:outgoing>
122       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
123 def dcvamr= new DoCreateVnfAndModulesRollback()
124 dcvamr.preProcessSDNCDeactivateRequest(execution)]]></bpmn2:script>
125     </bpmn2:scriptTask>
126     <bpmn2:scriptTask id="ScriptTask_1ug98j4" name="PostProcess SDNC Deactivate Request" scriptFormat="groovy">
127       <bpmn2:incoming>SequenceFlow_1hc04x2</bpmn2:incoming>
128       <bpmn2:outgoing>SequenceFlow_19xaddm</bpmn2:outgoing>
129       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
130 def dcvamr = new DoDeleteVnfAndModules()
131 String response = execution.getVariable("DCVAMR_deactivateSDNCAdapterResponse")
132 dcvamr.validateSDNCResponse(execution, response, "deactivate")]]></bpmn2:script>
133     </bpmn2:scriptTask>
134     <bpmn2:callActivity id="SDNCAdapterTopologyDeactivate" name="Call SDNC Adapter Topology Deactivate" calledElement="sdncAdapter">
135       <bpmn2:extensionElements>
136         <camunda:in source="DCVAMR_deactivateSDNCRequest" target="sdncAdapterWorkflowRequest" />
137         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
138         <camunda:in source="mso-request-id" target="mso-request-id" />
139         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
140         <camunda:out source="WorkflowException" target="WorkflowException" />
141         <camunda:out source="sdncAdapterResponse" target="DCVAMR_deactivateSDNCAdapterResponse" />
142         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
143       </bpmn2:extensionElements>
144       <bpmn2:incoming>SequenceFlow_0nysmc9</bpmn2:incoming>
145       <bpmn2:outgoing>SequenceFlow_1hc04x2</bpmn2:outgoing>
146     </bpmn2:callActivity>
147     <bpmn2:sequenceFlow id="SequenceFlow_0nysmc9" sourceRef="PreProcessSDNCDeactivateRequest" targetRef="SDNCAdapterTopologyDeactivate" />
148     <bpmn2:sequenceFlow id="SequenceFlow_1hc04x2" sourceRef="SDNCAdapterTopologyDeactivate" targetRef="ScriptTask_1ug98j4" />
149     <bpmn2:exclusiveGateway id="ExclusiveGateway_1sr014x" name="Send SDNC Deactivate?" default="SequenceFlow_0zjzorm">
150       <bpmn2:incoming>SequenceFlow_1rezswi</bpmn2:incoming>
151       <bpmn2:outgoing>SequenceFlow_0zjzorm</bpmn2:outgoing>
152       <bpmn2:outgoing>SDNCDeactivateYes</bpmn2:outgoing>
153     </bpmn2:exclusiveGateway>
154     <bpmn2:sequenceFlow id="SequenceFlow_0zjzorm" name="no" sourceRef="ExclusiveGateway_1sr014x" targetRef="ExclusiveGateway_12v8g91" />
155     <bpmn2:sequenceFlow id="SDNCDeactivateYes" name="yes" sourceRef="ExclusiveGateway_1sr014x" targetRef="PreProcessSDNCDeactivateRequest">
156       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVAMR_rollbackSDNCActivate")  == "true"}]]></bpmn2:conditionExpression>
157     </bpmn2:sequenceFlow>
158     <bpmn2:sequenceFlow id="SequenceFlow_19xaddm" sourceRef="ScriptTask_1ug98j4" targetRef="ExclusiveGateway_12v8g91" />
159     <bpmn2:exclusiveGateway id="ExclusiveGateway_07kr3gt" name="Send SDNC Unassign?" default="SequenceFlow_1g6psjt">
160       <bpmn2:incoming>SequenceFlow_1r6wyy6</bpmn2:incoming>
161       <bpmn2:outgoing>SequenceFlow_1g6psjt</bpmn2:outgoing>
162       <bpmn2:outgoing>SequenceFlow_01am36p</bpmn2:outgoing>
163     </bpmn2:exclusiveGateway>
164     <bpmn2:sequenceFlow id="SequenceFlow_1g6psjt" name="no" sourceRef="ExclusiveGateway_07kr3gt" targetRef="ExclusiveGateway_09ajxqr" />
165     <bpmn2:scriptTask id="ScriptTask_1ma7nvr" name="PreProcess SDNC Unassign Request" scriptFormat="groovy">
166       <bpmn2:incoming>SequenceFlow_01am36p</bpmn2:incoming>
167       <bpmn2:outgoing>SequenceFlow_0a5ecvu</bpmn2:outgoing>
168       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
169 def dcvamr= new DoCreateVnfAndModulesRollback()
170 dcvamr.preProcessSDNCUnassignRequest(execution)]]></bpmn2:script>
171     </bpmn2:scriptTask>
172     <bpmn2:callActivity id="CallActivity_018fqnd" name="Call SDNC Adapter Topology Unassign" calledElement="sdncAdapter">
173       <bpmn2:extensionElements>
174         <camunda:in source="DCVAMR_unassignSDNCRequest" target="sdncAdapterWorkflowRequest" />
175         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
176         <camunda:in source="mso-request-id" target="mso-request-id" />
177         <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
178         <camunda:out source="WorkflowException" target="WorkflowException" />
179         <camunda:out source="sdncAdapterResponse" target="DCVAMR_unassignSDNCAdapterResponse" />
180         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
181       </bpmn2:extensionElements>
182       <bpmn2:incoming>SequenceFlow_0a5ecvu</bpmn2:incoming>
183       <bpmn2:outgoing>SequenceFlow_1ilok6u</bpmn2:outgoing>
184     </bpmn2:callActivity>
185     <bpmn2:scriptTask id="ScriptTask_0b3jyb7" name="PostProcess SDNC Unassign Request" scriptFormat="groovy">
186       <bpmn2:incoming>SequenceFlow_1ilok6u</bpmn2:incoming>
187       <bpmn2:outgoing>SequenceFlow_152tazp</bpmn2:outgoing>
188       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
189 def dcvamr = new DoDeleteVnfAndModules()
190 String response = execution.getVariable("DCVAMR_unassignSDNCAdapterResponse")
191 dcvamr.validateSDNCResponse(execution, response, "unassign")]]></bpmn2:script>
192     </bpmn2:scriptTask>
193     <bpmn2:sequenceFlow id="SequenceFlow_0a5ecvu" sourceRef="ScriptTask_1ma7nvr" targetRef="CallActivity_018fqnd" />
194     <bpmn2:sequenceFlow id="SequenceFlow_1ilok6u" sourceRef="CallActivity_018fqnd" targetRef="ScriptTask_0b3jyb7" />
195     <bpmn2:sequenceFlow id="SequenceFlow_152tazp" sourceRef="ScriptTask_0b3jyb7" targetRef="ExclusiveGateway_09ajxqr" />
196     <bpmn2:sequenceFlow id="SequenceFlow_01am36p" name="yes" sourceRef="ExclusiveGateway_07kr3gt" targetRef="ScriptTask_1ma7nvr">
197       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVAMR_rollbackSDNCAssign")  == "true"}]]></bpmn2:conditionExpression>
198     </bpmn2:sequenceFlow>
199     <bpmn2:exclusiveGateway id="ExclusiveGateway_01o1lkn" name="Skip rollback?" default="SequenceFlow_1rezswi">
200       <bpmn2:incoming>SequenceFlow_0bmsi5h</bpmn2:incoming>
201       <bpmn2:outgoing>SequenceFlow_1rezswi</bpmn2:outgoing>
202       <bpmn2:outgoing>SequenceFlow_0mk9lrj</bpmn2:outgoing>
203     </bpmn2:exclusiveGateway>
204     <bpmn2:sequenceFlow id="SequenceFlow_1rezswi" name="no" sourceRef="ExclusiveGateway_01o1lkn" targetRef="ExclusiveGateway_1sr014x" />
205     <bpmn2:sequenceFlow id="SequenceFlow_0mk9lrj" name="yes" sourceRef="ExclusiveGateway_01o1lkn" targetRef="EndEvent_1seag7u">
206       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("skipRollback" )  == true}]]></bpmn2:conditionExpression>
207     </bpmn2:sequenceFlow>
208     <bpmn2:sequenceFlow id="SequenceFlow_03cc9y6" sourceRef="SetSuccessfulRollbackStatus" targetRef="EndEvent_1seag7u" />
209     <bpmn2:scriptTask id="SetSuccessfulRollbackStatus" name="Set Successful Rollback Status" scriptFormat="groovy">
210       <bpmn2:incoming>SequenceFlow_1yas9ol</bpmn2:incoming>
211       <bpmn2:incoming>SequenceFlow_04yd2yr</bpmn2:incoming>
212       <bpmn2:outgoing>SequenceFlow_03cc9y6</bpmn2:outgoing>
213       <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
214 def dcvamr= new DoCreateVnfAndModulesRollback()
215 dcvamr.setSuccessfulRollbackStatus(execution)]]></bpmn2:script>
216     </bpmn2:scriptTask>
217   </bpmn2:process>
218   <bpmn2:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
219   <bpmn2:message id="Message_1" name="DoCreateVfModuleRollbackRequest" />
220   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
221     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVnfAndModulesRollback">
222       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_22" bpmnElement="SubProcess_1" isExpanded="true">
223         <dc:Bounds x="16" y="1012" width="621" height="152" />
224       </bpmndi:BPMNShape>
225       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_59" bpmnElement="CatchExceptions">
226         <dc:Bounds x="36" y="1063" width="36" height="36" />
227         <bpmndi:BPMNLabel>
228           <dc:Bounds x="42" y="1108" width="85" height="12" />
229         </bpmndi:BPMNLabel>
230       </bpmndi:BPMNShape>
231       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_281" bpmnElement="LogSaveWorkflowException">
232         <dc:Bounds x="361" y="1041" width="100" height="80" />
233       </bpmndi:BPMNShape>
234       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_188" bpmnElement="EndEvent_1">
235         <dc:Bounds x="537" y="1063" width="36" height="36" />
236         <bpmndi:BPMNLabel>
237           <dc:Bounds x="555" y="1099" width="0" height="0" />
238         </bpmndi:BPMNLabel>
239       </bpmndi:BPMNShape>
240       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_55" bpmnElement="BoundaryEvent_1">
241         <dc:Bounds x="619" y="1059" width="36" height="36" />
242         <bpmndi:BPMNLabel>
243           <dc:Bounds x="637" y="1095" width="0" height="0" />
244         </bpmndi:BPMNLabel>
245       </bpmndi:BPMNShape>
246       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_189" bpmnElement="EndEvent_2">
247         <dc:Bounds x="710" y="1058" width="36" height="36" />
248         <bpmndi:BPMNLabel>
249           <dc:Bounds x="728" y="1099" width="0" height="0" />
250         </bpmndi:BPMNLabel>
251       </bpmndi:BPMNShape>
252       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_StartEvent_59" targetElement="_BPMNShape_ScriptTask_281">
253         <di:waypoint xsi:type="dc:Point" x="72" y="1081" />
254         <di:waypoint xsi:type="dc:Point" x="161" y="1081" />
255         <bpmndi:BPMNLabel>
256           <dc:Bounds x="117" y="1066" width="0" height="0" />
257         </bpmndi:BPMNLabel>
258       </bpmndi:BPMNEdge>
259       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_281" targetElement="_BPMNShape_EndEvent_188">
260         <di:waypoint xsi:type="dc:Point" x="461" y="1081" />
261         <di:waypoint xsi:type="dc:Point" x="537" y="1081" />
262         <bpmndi:BPMNLabel>
263           <dc:Bounds x="499" y="1066" width="0" height="0" />
264         </bpmndi:BPMNLabel>
265       </bpmndi:BPMNEdge>
266       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_BoundaryEvent_55" targetElement="_BPMNShape_EndEvent_189">
267         <di:waypoint xsi:type="dc:Point" x="655" y="1077" />
268         <di:waypoint xsi:type="dc:Point" x="710" y="1076" />
269         <bpmndi:BPMNLabel>
270           <dc:Bounds x="683" y="1061.5" width="0" height="0" />
271         </bpmndi:BPMNLabel>
272       </bpmndi:BPMNEdge>
273       <bpmndi:BPMNShape id="StartEvent_1gai4qr_di" bpmnElement="StartEvent_1gai4qr">
274         <dc:Bounds x="-91" y="655" width="36" height="36" />
275         <bpmndi:BPMNLabel>
276           <dc:Bounds x="-73" y="691" width="0" height="0" />
277         </bpmndi:BPMNLabel>
278       </bpmndi:BPMNShape>
279       <bpmndi:BPMNShape id="ExclusiveGateway_12v8g91_di" bpmnElement="ExclusiveGateway_12v8g91" isMarkerVisible="true">
280         <dc:Bounds x="806" y="648" width="50" height="50" />
281         <bpmndi:BPMNLabel>
282           <dc:Bounds x="753" y="619" width="73" height="36" />
283         </bpmndi:BPMNLabel>
284       </bpmndi:BPMNShape>
285       <bpmndi:BPMNShape id="ExclusiveGateway_09ajxqr_di" bpmnElement="ExclusiveGateway_09ajxqr" isMarkerVisible="true">
286         <dc:Bounds x="1291" y="799" width="50" height="50" />
287         <bpmndi:BPMNLabel>
288           <dc:Bounds x="1241" y="786" width="62" height="12" />
289         </bpmndi:BPMNLabel>
290       </bpmndi:BPMNShape>
291       <bpmndi:BPMNShape id="EndEvent_1seag7u_di" bpmnElement="EndEvent_1seag7u">
292         <dc:Bounds x="1678" y="806" width="36" height="36" />
293         <bpmndi:BPMNLabel>
294           <dc:Bounds x="2135" y="827" width="0" height="0" />
295         </bpmndi:BPMNLabel>
296       </bpmndi:BPMNShape>
297       <bpmndi:BPMNEdge id="SequenceFlow_1537b7m_di" bpmnElement="SequenceFlow_1537b7m">
298         <di:waypoint xsi:type="dc:Point" x="-55" y="673" />
299         <di:waypoint xsi:type="dc:Point" x="-3" y="673" />
300         <bpmndi:BPMNLabel>
301           <dc:Bounds x="-29" y="658" width="0" height="0" />
302         </bpmndi:BPMNLabel>
303       </bpmndi:BPMNEdge>
304       <bpmndi:BPMNShape id="ScriptTask_0fckboe_di" bpmnElement="PreProcessRequest">
305         <dc:Bounds x="-3" y="633" width="100" height="80" />
306       </bpmndi:BPMNShape>
307       <bpmndi:BPMNEdge id="SequenceFlow_0bmsi5h_di" bpmnElement="SequenceFlow_0bmsi5h">
308         <di:waypoint xsi:type="dc:Point" x="97" y="673" />
309         <di:waypoint xsi:type="dc:Point" x="124" y="673" />
310         <di:waypoint xsi:type="dc:Point" x="124" y="673" />
311         <di:waypoint xsi:type="dc:Point" x="150" y="673" />
312         <bpmndi:BPMNLabel>
313           <dc:Bounds x="139" y="673" width="0" height="0" />
314         </bpmndi:BPMNLabel>
315       </bpmndi:BPMNEdge>
316       <bpmndi:BPMNEdge id="SequenceFlow_1ycq005_di" bpmnElement="SequenceFlow_1ycq005">
317         <di:waypoint xsi:type="dc:Point" x="983" y="494" />
318         <di:waypoint xsi:type="dc:Point" x="1016" y="495" />
319         <bpmndi:BPMNLabel>
320           <dc:Bounds x="1000" y="480" width="0" height="0" />
321         </bpmndi:BPMNLabel>
322       </bpmndi:BPMNEdge>
323       <bpmndi:BPMNShape id="ScriptTask_1sc2oye_di" bpmnElement="Task_1sbxjc8">
324         <dc:Bounds x="883" y="455" width="100" height="80" />
325       </bpmndi:BPMNShape>
326       <bpmndi:BPMNShape id="CallActivity_1lj1iud_di" bpmnElement="RollbackCreateVFModule">
327         <dc:Bounds x="1016" y="455" width="100" height="80" />
328       </bpmndi:BPMNShape>
329       <bpmndi:BPMNEdge id="SequenceFlow_1r6wyy6_di" bpmnElement="SequenceFlow_1r6wyy6">
330         <di:waypoint xsi:type="dc:Point" x="831" y="698" />
331         <di:waypoint xsi:type="dc:Point" x="831" y="799" />
332         <bpmndi:BPMNLabel>
333           <dc:Bounds x="838" y="759.6519350414114" width="12" height="12" />
334         </bpmndi:BPMNLabel>
335       </bpmndi:BPMNEdge>
336       <bpmndi:BPMNEdge id="SequenceFlow_0v85t87_di" bpmnElement="SequenceFlow_0v85t87">
337         <di:waypoint xsi:type="dc:Point" x="831" y="648" />
338         <di:waypoint xsi:type="dc:Point" x="831" y="495" />
339         <di:waypoint xsi:type="dc:Point" x="883" y="495" />
340         <bpmndi:BPMNLabel>
341           <dc:Bounds x="837" y="572.1521739130435" width="18" height="12" />
342         </bpmndi:BPMNLabel>
343       </bpmndi:BPMNEdge>
344       <bpmndi:BPMNEdge id="SequenceFlow_1kr0r4a_di" bpmnElement="SequenceFlow_1kr0r4a">
345         <di:waypoint xsi:type="dc:Point" x="1316" y="799" />
346         <di:waypoint xsi:type="dc:Point" x="1316" y="733" />
347         <di:waypoint xsi:type="dc:Point" x="1390" y="733" />
348         <bpmndi:BPMNLabel>
349           <dc:Bounds x="1322" y="765.8928772635815" width="18" height="12" />
350         </bpmndi:BPMNLabel>
351       </bpmndi:BPMNEdge>
352       <bpmndi:BPMNEdge id="SequenceFlow_04yd2yr_di" bpmnElement="SequenceFlow_04yd2yr">
353         <di:waypoint xsi:type="dc:Point" x="1490" y="733" />
354         <di:waypoint xsi:type="dc:Point" x="1592" y="733" />
355         <di:waypoint xsi:type="dc:Point" x="1592" y="784" />
356         <bpmndi:BPMNLabel>
357           <dc:Bounds x="1541" y="718" width="0" height="0" />
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNEdge>
360       <bpmndi:BPMNEdge id="SequenceFlow_1yas9ol_di" bpmnElement="SequenceFlow_1yas9ol">
361         <di:waypoint xsi:type="dc:Point" x="1341" y="824" />
362         <di:waypoint xsi:type="dc:Point" x="1542" y="824" />
363         <bpmndi:BPMNLabel>
364           <dc:Bounds x="1503" y="807" width="12" height="12" />
365         </bpmndi:BPMNLabel>
366       </bpmndi:BPMNEdge>
367       <bpmndi:BPMNShape id="CallActivity_01fs058_di" bpmnElement="Task_0p8fmrm">
368         <dc:Bounds x="1390" y="693" width="100" height="80" />
369       </bpmndi:BPMNShape>
370       <bpmndi:BPMNEdge id="SequenceFlow_181hb2a_di" bpmnElement="SequenceFlow_181hb2a">
371         <di:waypoint xsi:type="dc:Point" x="1116" y="495" />
372         <di:waypoint xsi:type="dc:Point" x="1155" y="495" />
373         <bpmndi:BPMNLabel>
374           <dc:Bounds x="1136" y="480" width="0" height="0" />
375         </bpmndi:BPMNLabel>
376       </bpmndi:BPMNEdge>
377       <bpmndi:BPMNShape id="ScriptTask_196e1px_di" bpmnElement="Task_0kf9oby">
378         <dc:Bounds x="1155" y="455" width="100" height="80" />
379       </bpmndi:BPMNShape>
380       <bpmndi:BPMNEdge id="SequenceFlow_1srw52v_di" bpmnElement="SequenceFlow_1srw52v">
381         <di:waypoint xsi:type="dc:Point" x="1205" y="535" />
382         <di:waypoint xsi:type="dc:Point" x="1205" y="673" />
383         <di:waypoint xsi:type="dc:Point" x="856" y="673" />
384         <bpmndi:BPMNLabel>
385           <dc:Bounds x="1220" y="604" width="0" height="0" />
386         </bpmndi:BPMNLabel>
387       </bpmndi:BPMNEdge>
388       <bpmndi:BPMNShape id="ScriptTask_12w53bf_di" bpmnElement="PreProcessSDNCDeactivateRequest">
389         <dc:Bounds x="323" y="795" width="100" height="80" />
390       </bpmndi:BPMNShape>
391       <bpmndi:BPMNShape id="ScriptTask_1ug98j4_di" bpmnElement="ScriptTask_1ug98j4">
392         <dc:Bounds x="617" y="795" width="100" height="80" />
393       </bpmndi:BPMNShape>
394       <bpmndi:BPMNShape id="CallActivity_1gvc90m_di" bpmnElement="SDNCAdapterTopologyDeactivate">
395         <dc:Bounds x="473" y="795" width="100" height="80" />
396       </bpmndi:BPMNShape>
397       <bpmndi:BPMNEdge id="SequenceFlow_0nysmc9_di" bpmnElement="SequenceFlow_0nysmc9">
398         <di:waypoint xsi:type="dc:Point" x="423" y="835" />
399         <di:waypoint xsi:type="dc:Point" x="473" y="835" />
400         <bpmndi:BPMNLabel>
401           <dc:Bounds x="449" y="820" width="0" height="0" />
402         </bpmndi:BPMNLabel>
403       </bpmndi:BPMNEdge>
404       <bpmndi:BPMNEdge id="SequenceFlow_1hc04x2_di" bpmnElement="SequenceFlow_1hc04x2">
405         <di:waypoint xsi:type="dc:Point" x="573" y="835" />
406         <di:waypoint xsi:type="dc:Point" x="617" y="835" />
407         <bpmndi:BPMNLabel>
408           <dc:Bounds x="595" y="820" width="0" height="0" />
409         </bpmndi:BPMNLabel>
410       </bpmndi:BPMNEdge>
411       <bpmndi:BPMNShape id="ExclusiveGateway_1sr014x_di" bpmnElement="ExclusiveGateway_1sr014x" isMarkerVisible="true">
412         <dc:Bounds x="277" y="648" width="50" height="50" />
413         <bpmndi:BPMNLabel>
414           <dc:Bounds x="271" y="608" width="62" height="24" />
415         </bpmndi:BPMNLabel>
416       </bpmndi:BPMNShape>
417       <bpmndi:BPMNEdge id="SequenceFlow_0zjzorm_di" bpmnElement="SequenceFlow_0zjzorm">
418         <di:waypoint xsi:type="dc:Point" x="327" y="673" />
419         <di:waypoint xsi:type="dc:Point" x="806" y="673" />
420         <bpmndi:BPMNLabel>
421           <dc:Bounds x="561" y="658" width="12" height="12" />
422         </bpmndi:BPMNLabel>
423       </bpmndi:BPMNEdge>
424       <bpmndi:BPMNEdge id="SequenceFlow_1tgi77m_di" bpmnElement="SDNCDeactivateYes">
425         <di:waypoint xsi:type="dc:Point" x="302" y="698" />
426         <di:waypoint xsi:type="dc:Point" x="302" y="835" />
427         <di:waypoint xsi:type="dc:Point" x="323" y="835" />
428         <bpmndi:BPMNLabel>
429           <dc:Bounds x="308" y="756.5" width="18" height="12" />
430         </bpmndi:BPMNLabel>
431       </bpmndi:BPMNEdge>
432       <bpmndi:BPMNEdge id="SequenceFlow_19xaddm_di" bpmnElement="SequenceFlow_19xaddm">
433         <di:waypoint xsi:type="dc:Point" x="717" y="835" />
434         <di:waypoint xsi:type="dc:Point" x="781" y="835" />
435         <di:waypoint xsi:type="dc:Point" x="781" y="673" />
436         <di:waypoint xsi:type="dc:Point" x="806" y="673" />
437         <bpmndi:BPMNLabel>
438           <dc:Bounds x="796" y="754" width="0" height="0" />
439         </bpmndi:BPMNLabel>
440       </bpmndi:BPMNEdge>
441       <bpmndi:BPMNShape id="ExclusiveGateway_07kr3gt_di" bpmnElement="ExclusiveGateway_07kr3gt" isMarkerVisible="true">
442         <dc:Bounds x="806" y="799" width="50" height="50" />
443         <bpmndi:BPMNLabel>
444           <dc:Bounds x="841" y="858" width="62" height="24" />
445         </bpmndi:BPMNLabel>
446       </bpmndi:BPMNShape>
447       <bpmndi:BPMNEdge id="SequenceFlow_1g6psjt_di" bpmnElement="SequenceFlow_1g6psjt">
448         <di:waypoint xsi:type="dc:Point" x="856" y="824" />
449         <di:waypoint xsi:type="dc:Point" x="1074" y="824" />
450         <di:waypoint xsi:type="dc:Point" x="1074" y="824" />
451         <di:waypoint xsi:type="dc:Point" x="1291" y="824" />
452         <bpmndi:BPMNLabel>
453           <dc:Bounds x="1083" y="824" width="12" height="12" />
454         </bpmndi:BPMNLabel>
455       </bpmndi:BPMNEdge>
456       <bpmndi:BPMNShape id="ScriptTask_1ma7nvr_di" bpmnElement="ScriptTask_1ma7nvr">
457         <dc:Bounds x="873" y="905" width="100" height="80" />
458       </bpmndi:BPMNShape>
459       <bpmndi:BPMNShape id="CallActivity_018fqnd_di" bpmnElement="CallActivity_018fqnd">
460         <dc:Bounds x="1034" y="905" width="100" height="80" />
461       </bpmndi:BPMNShape>
462       <bpmndi:BPMNShape id="ScriptTask_0b3jyb7_di" bpmnElement="ScriptTask_0b3jyb7">
463         <dc:Bounds x="1195" y="905" width="100" height="80" />
464       </bpmndi:BPMNShape>
465       <bpmndi:BPMNEdge id="SequenceFlow_0a5ecvu_di" bpmnElement="SequenceFlow_0a5ecvu">
466         <di:waypoint xsi:type="dc:Point" x="973" y="945" />
467         <di:waypoint xsi:type="dc:Point" x="1034" y="945" />
468         <bpmndi:BPMNLabel>
469           <dc:Bounds x="1004" y="930" width="0" height="0" />
470         </bpmndi:BPMNLabel>
471       </bpmndi:BPMNEdge>
472       <bpmndi:BPMNEdge id="SequenceFlow_1ilok6u_di" bpmnElement="SequenceFlow_1ilok6u">
473         <di:waypoint xsi:type="dc:Point" x="1134" y="945" />
474         <di:waypoint xsi:type="dc:Point" x="1195" y="945" />
475         <bpmndi:BPMNLabel>
476           <dc:Bounds x="1165" y="930" width="0" height="0" />
477         </bpmndi:BPMNLabel>
478       </bpmndi:BPMNEdge>
479       <bpmndi:BPMNEdge id="SequenceFlow_152tazp_di" bpmnElement="SequenceFlow_152tazp">
480         <di:waypoint xsi:type="dc:Point" x="1295" y="945" />
481         <di:waypoint xsi:type="dc:Point" x="1316" y="945" />
482         <di:waypoint xsi:type="dc:Point" x="1316" y="849" />
483         <bpmndi:BPMNLabel>
484           <dc:Bounds x="1306" y="920" width="0" height="0" />
485         </bpmndi:BPMNLabel>
486       </bpmndi:BPMNEdge>
487       <bpmndi:BPMNEdge id="SequenceFlow_01am36p_di" bpmnElement="SequenceFlow_01am36p">
488         <di:waypoint xsi:type="dc:Point" x="831" y="849" />
489         <di:waypoint xsi:type="dc:Point" x="831" y="945" />
490         <di:waypoint xsi:type="dc:Point" x="873" y="945" />
491         <bpmndi:BPMNLabel>
492           <dc:Bounds x="838" y="897" width="18" height="12" />
493         </bpmndi:BPMNLabel>
494       </bpmndi:BPMNEdge>
495       <bpmndi:BPMNShape id="ExclusiveGateway_01o1lkn_di" bpmnElement="ExclusiveGateway_01o1lkn" isMarkerVisible="true">
496         <dc:Bounds x="150" y="648" width="50" height="50" />
497         <bpmndi:BPMNLabel>
498           <dc:Bounds x="136" y="614" width="68" height="12" />
499         </bpmndi:BPMNLabel>
500       </bpmndi:BPMNShape>
501       <bpmndi:BPMNEdge id="SequenceFlow_1rezswi_di" bpmnElement="SequenceFlow_1rezswi">
502         <di:waypoint xsi:type="dc:Point" x="200" y="673" />
503         <di:waypoint xsi:type="dc:Point" x="239" y="673" />
504         <di:waypoint xsi:type="dc:Point" x="239" y="673" />
505         <di:waypoint xsi:type="dc:Point" x="277" y="673" />
506         <bpmndi:BPMNLabel>
507           <dc:Bounds x="214" y="648" width="12" height="12" />
508         </bpmndi:BPMNLabel>
509       </bpmndi:BPMNEdge>
510       <bpmndi:BPMNEdge id="SequenceFlow_0mk9lrj_di" bpmnElement="SequenceFlow_0mk9lrj">
511         <di:waypoint xsi:type="dc:Point" x="175" y="698" />
512         <di:waypoint xsi:type="dc:Point" x="175" y="991" />
513         <di:waypoint xsi:type="dc:Point" x="1696" y="1002" />
514         <di:waypoint xsi:type="dc:Point" x="1696" y="842" />
515         <bpmndi:BPMNLabel>
516           <dc:Bounds x="147" y="775" width="18" height="12" />
517         </bpmndi:BPMNLabel>
518       </bpmndi:BPMNEdge>
519       <bpmndi:BPMNEdge id="SequenceFlow_03cc9y6_di" bpmnElement="SequenceFlow_03cc9y6">
520         <di:waypoint xsi:type="dc:Point" x="1642" y="824" />
521         <di:waypoint xsi:type="dc:Point" x="1678" y="824" />
522         <bpmndi:BPMNLabel>
523           <dc:Bounds x="1660" y="809" width="0" height="0" />
524         </bpmndi:BPMNLabel>
525       </bpmndi:BPMNEdge>
526       <bpmndi:BPMNShape id="ScriptTask_1a3lghn_di" bpmnElement="SetSuccessfulRollbackStatus">
527         <dc:Bounds x="1542" y="784" width="100" height="80" />
528       </bpmndi:BPMNShape>
529       <bpmndi:BPMNEdge id="SequenceFlow_1wch84s_di" bpmnElement="SequenceFlow_1wch84s">
530         <di:waypoint xsi:type="dc:Point" x="261" y="1081" />
531         <di:waypoint xsi:type="dc:Point" x="361" y="1081" />
532         <bpmndi:BPMNLabel>
533           <dc:Bounds x="311" y="1066" width="0" height="0" />
534         </bpmndi:BPMNLabel>
535       </bpmndi:BPMNEdge>
536       <bpmndi:BPMNShape id="ScriptTask_1od8f5n_di" bpmnElement="SetFailedRollbackStatus">
537         <dc:Bounds x="161" y="1041" width="100" height="80" />
538       </bpmndi:BPMNShape>
539     </bpmndi:BPMNPlane>
540   </bpmndi:BPMNDiagram>
541 </bpmn2:definitions>