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