blob: d066d1e2e95e89f9d736d64c59e3cb95abfb182c [file] [log] [blame]
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -07001<?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="_9MhrcHqVEea26OhQB97uCQ" 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="DoDeleteVnfAndModules" name="DoDeleteVnfAndModules" isExecutable="true">
4 <bpmn2:startEvent id="StartEvent_1">
5 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6 </bpmn2:startEvent>
7 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="intialization" />
8 <bpmn2:scriptTask id="intialization" name="Intialization" scriptFormat="groovy">
9 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
10 <bpmn2:outgoing>SequenceFlow_08nd69s</bpmn2:outgoing>
11 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
12DoDeleteVnfAndModules deleteVnfAndModules = new DoDeleteVnfAndModules()
13deleteVnfAndModules.preProcessRequest(execution)]]></bpmn2:script>
14 </bpmn2:scriptTask>
15 <bpmn2:subProcess id="javaErrorHandlingSubProcess" name="Java Exception Handling Sub Process" triggeredByEvent="true">
16 <bpmn2:endEvent id="EndEvent_4">
17 <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
18 </bpmn2:endEvent>
19 <bpmn2:startEvent id="StartEvent_3">
20 <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
21 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_95" errorRef="Error_2" />
22 </bpmn2:startEvent>
23 <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="StartEvent_3" targetRef="processJavaException" />
24 <bpmn2:scriptTask id="processJavaException" name="Process Error" scriptFormat="groovy">
25 <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
26 <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
27 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
28ExceptionUtil exceptionUtil = new ExceptionUtil()
29exceptionUtil.processJavaException(execution)]]></bpmn2:script>
30 </bpmn2:scriptTask>
31 <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="processJavaException" targetRef="EndEvent_4" />
32 </bpmn2:subProcess>
33 <bpmn2:endEvent id="EndEvent_2">
34 <bpmn2:incoming>SequenceFlow_1uqlr6b</bpmn2:incoming>
35 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_36" />
36 </bpmn2:endEvent>
37 <bpmn2:exclusiveGateway id="ExclusiveGateway_1amun4k" name="Are there VF modules to delete?" default="SequenceFlow_1936oc0">
38 <bpmn2:incoming>SequenceFlow_0t4yszi</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070039 <bpmn2:incoming>SequenceFlow_1tt31qu</bpmn2:incoming>
40 <bpmn2:incoming>SequenceFlow_1fccvli</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070041 <bpmn2:outgoing>SequenceFlow_1qrkdn3</bpmn2:outgoing>
42 <bpmn2:outgoing>SequenceFlow_1936oc0</bpmn2:outgoing>
43 </bpmn2:exclusiveGateway>
44 <bpmn2:callActivity id="DeleteVNF" name="Delete VNF" calledElement="DoDeleteVnf">
45 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070046 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070047 <camunda:out source="WorkflowException" target="WorkflowException" />
48 <camunda:in source="vnfId" target="vnfId" />
49 </bpmn2:extensionElements>
50 <bpmn2:incoming>SequenceFlow_05ujwz8</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070051 <bpmn2:incoming>SequenceFlow_1x25m7t</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070052 <bpmn2:outgoing>SequenceFlow_1uqlr6b</bpmn2:outgoing>
53 </bpmn2:callActivity>
54 <bpmn2:sequenceFlow id="SequenceFlow_08nd69s" sourceRef="intialization" targetRef="QueryVnf" />
55 <bpmn2:sequenceFlow id="SequenceFlow_1qrkdn3" name="yes" sourceRef="ExclusiveGateway_1amun4k" targetRef="PrepareModuleList">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070056 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("DDVAM_nextModule") < execution.getVariable("DDVAM_moduleCount")]]></bpmn2:conditionExpression>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070057 </bpmn2:sequenceFlow>
58 <bpmn2:callActivity id="DeleteVFModule" name="Delete VF Module" calledElement="DoDeleteVfModule">
59 <bpmn2:extensionElements>
60 <camunda:in source="requestId" target="requestId" />
61 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
62 <camunda:in source="vnfId" target="vnfId" />
63 <camunda:in source="DDVAM_vfModuleId" target="vfModuleId" />
64 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
65 <camunda:in source="DDVAM_vfModuleName" target="vfModuleName" />
66 <camunda:in source="DDVAM_vfModuleModelInfo" target="vfModuleModelInfo" />
67 <camunda:in source="cloudConfiguration" target="cloudConfiguration" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070068 <camunda:in source="DDVAM_sdncVersion" target="sdncVersion" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040069 <camunda:in source="DDVAM_isVidRequest" target="isVidRequest" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070070 <camunda:out source="WorkflowException" target="WorkflowException" />
Rob Daugherty38f72072018-03-14 02:07:32 -040071 <camunda:in source="retainResources" target="retainResources" />
72 <camunda:in source="aLaCarte" target="aLaCarte" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070073 </bpmn2:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070074 <bpmn2:incoming>SequenceFlow_1xujrk5</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070075 <bpmn2:outgoing>SequenceFlow_1p4ycii</bpmn2:outgoing>
76 </bpmn2:callActivity>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070077 <bpmn2:exclusiveGateway id="ExclusiveGateway_0189gqf" name="Is SDNC Interaction Enabled?" default="SequenceFlow_05ujwz8">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070078 <bpmn2:incoming>SequenceFlow_1936oc0</bpmn2:incoming>
79 <bpmn2:outgoing>SequenceFlow_05ujwz8</bpmn2:outgoing>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070080 <bpmn2:outgoing>SDNCInteractionEnabled2</bpmn2:outgoing>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070081 </bpmn2:exclusiveGateway>
82 <bpmn2:sequenceFlow id="SequenceFlow_1p4ycii" sourceRef="DeleteVFModule" targetRef="PostProcessDeleteVfModule" />
83 <bpmn2:sequenceFlow id="SequenceFlow_0t4yszi" sourceRef="PostProcessDeleteVfModule" targetRef="ExclusiveGateway_1amun4k" />
84 <bpmn2:sequenceFlow id="SequenceFlow_1936oc0" name="no" sourceRef="ExclusiveGateway_1amun4k" targetRef="ExclusiveGateway_0189gqf" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070085 <bpmn2:sequenceFlow id="SequenceFlow_05ujwz8" name="no" sourceRef="ExclusiveGateway_0189gqf" targetRef="DeleteVNF" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070086 <bpmn2:sequenceFlow id="SequenceFlow_1uqlr6b" sourceRef="DeleteVNF" targetRef="EndEvent_2" />
87 <bpmn2:scriptTask id="QueryVnf" name="Query VNF" scriptFormat="groovy">
88 <bpmn2:incoming>SequenceFlow_08nd69s</bpmn2:incoming>
89 <bpmn2:outgoing>SequenceFlow_0lu7b1v</bpmn2:outgoing>
90 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
91def ddvam = new DoDeleteVnfAndModules()
92ddvam.queryAAIVfModule(execution)]]></bpmn2:script>
93 </bpmn2:scriptTask>
94 <bpmn2:scriptTask id="PrepareModuleList" name="Prepare Next Module To Delete" scriptFormat="groovy">
95 <bpmn2:incoming>SequenceFlow_1qrkdn3</bpmn2:incoming>
96 <bpmn2:outgoing>SequenceFlow_1qoor0l</bpmn2:outgoing>
97 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
98def ddvam = new DoDeleteVnfAndModules()
99ddvam.prepareNextModuleToDelete(execution)]]></bpmn2:script>
100 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700101 <bpmn2:sequenceFlow id="SequenceFlow_0lu7b1v" sourceRef="QueryVnf" targetRef="ExclusiveGateway_027lai5" />
102 <bpmn2:sequenceFlow id="SequenceFlow_1qoor0l" sourceRef="PrepareModuleList" targetRef="ExclusiveGateway_0b36mti" />
103 <bpmn2:scriptTask id="PostProcessDeleteVfModule" name="PostProcess Delete VF Module" scriptFormat="groovy">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700104 <bpmn2:incoming>SequenceFlow_1p4ycii</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700105 <bpmn2:incoming>SequenceFlow_0xl033m</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700106 <bpmn2:outgoing>SequenceFlow_0t4yszi</bpmn2:outgoing>
107 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700108int nextModule = execution.getVariable("DDVAM_nextModule")
109 execution.setVariable("DDVAM_nextModule", nextModule + 1)]]></bpmn2:script>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700110 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700111 <bpmn2:exclusiveGateway id="ExclusiveGateway_027lai5" name="Is SDNC Interaction Enabled?" default="SequenceFlow_1tt31qu">
112 <bpmn2:incoming>SequenceFlow_0lu7b1v</bpmn2:incoming>
113 <bpmn2:outgoing>SequenceFlow_1tt31qu</bpmn2:outgoing>
114 <bpmn2:outgoing>SDNCInteractionEnabled1</bpmn2:outgoing>
115 </bpmn2:exclusiveGateway>
116 <bpmn2:sequenceFlow id="SequenceFlow_1tt31qu" name="no" sourceRef="ExclusiveGateway_027lai5" targetRef="ExclusiveGateway_1amun4k" />
117 <bpmn2:sequenceFlow id="SDNCInteractionEnabled1" name="yes" sourceRef="ExclusiveGateway_027lai5" targetRef="preProcessSDNCDeactivateRequest">
118 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DDVAM_sdncVersion" ) != '1702'}]]></bpmn2:conditionExpression>
119 </bpmn2:sequenceFlow>
120 <bpmn2:sequenceFlow id="SequenceFlow_0fhhsyo" sourceRef="preProcessSDNCDeactivateRequest" targetRef="callSDNCAdapterTopologyDeactivate" />
121 <bpmn2:sequenceFlow id="SequenceFlow_0qdn8k4" sourceRef="callSDNCAdapterTopologyDeactivate" targetRef="postProcessSDNCDeactivateRequest" />
122 <bpmn2:sequenceFlow id="SequenceFlow_1fccvli" sourceRef="postProcessSDNCDeactivateRequest" targetRef="ExclusiveGateway_1amun4k" />
123 <bpmn2:scriptTask id="preProcessSDNCDeactivateRequest" name="PreProcess SDNC Deactivate Request" scriptFormat="groovy">
124 <bpmn2:incoming>SDNCInteractionEnabled1</bpmn2:incoming>
125 <bpmn2:outgoing>SequenceFlow_0fhhsyo</bpmn2:outgoing>
126 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
127def ddvam = new DoDeleteVnfAndModules()
128ddvam.preProcessSDNCDeactivateRequest(execution)]]></bpmn2:script>
129 </bpmn2:scriptTask>
130 <bpmn2:scriptTask id="postProcessSDNCDeactivateRequest" name="PostProcess SDNC Deactivate Request" scriptFormat="groovy">
131 <bpmn2:incoming>SequenceFlow_0qdn8k4</bpmn2:incoming>
132 <bpmn2:outgoing>SequenceFlow_1fccvli</bpmn2:outgoing>
133 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
134def ddvam = new DoDeleteVnfAndModules()
135String response = execution.getVariable("DDVAM_deactivateSDNCAdapterResponse")
136ddvam.validateSDNCResponse(execution, response, "deactivate")]]></bpmn2:script>
137 </bpmn2:scriptTask>
138 <bpmn2:callActivity id="callSDNCAdapterTopologyDeactivate" name="Call SDNC Adapter Topology Deactivate" calledElement="sdncAdapter">
139 <bpmn2:extensionElements>
140 <camunda:in source="DDVAM_deactivateSDNCRequest" target="sdncAdapterWorkflowRequest" />
141 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
142 <camunda:in source="mso-request-id" target="mso-request-id" />
143 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
144 <camunda:out source="WorkflowException" target="WorkflowException" />
145 <camunda:out source="sdncAdapterResponse" target="DDVAM_deactivateSDNCAdapterResponse" />
146 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
147 </bpmn2:extensionElements>
148 <bpmn2:incoming>SequenceFlow_0fhhsyo</bpmn2:incoming>
149 <bpmn2:outgoing>SequenceFlow_0qdn8k4</bpmn2:outgoing>
150 </bpmn2:callActivity>
151 <bpmn2:sequenceFlow id="SDNCInteractionEnabled2" name="yes" sourceRef="ExclusiveGateway_0189gqf" targetRef="preProcessSDNCUnassignRequest">
152 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DDVAM_sdncVersion" ) != '1702'}]]></bpmn2:conditionExpression>
153 </bpmn2:sequenceFlow>
154 <bpmn2:sequenceFlow id="SequenceFlow_001uxa1" sourceRef="preProcessSDNCUnassignRequest" targetRef="callSDNCAdapterTopologyUnassign" />
155 <bpmn2:sequenceFlow id="SequenceFlow_1x29mht" sourceRef="callSDNCAdapterTopologyUnassign" targetRef="postProcessSDNCUnassignRequest" />
156 <bpmn2:sequenceFlow id="SequenceFlow_1x25m7t" sourceRef="postProcessSDNCUnassignRequest" targetRef="DeleteVNF" />
157 <bpmn2:scriptTask id="preProcessSDNCUnassignRequest" name="PreProcess SDNC Unassign Request" scriptFormat="groovy">
158 <bpmn2:incoming>SDNCInteractionEnabled2</bpmn2:incoming>
159 <bpmn2:outgoing>SequenceFlow_001uxa1</bpmn2:outgoing>
160 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
161def ddvam = new DoDeleteVnfAndModules()
162ddvam.preProcessSDNCUnassignRequest(execution)]]></bpmn2:script>
163 </bpmn2:scriptTask>
164 <bpmn2:callActivity id="callSDNCAdapterTopologyUnassign" name="Call SDNC Adapter Topology Unassign" calledElement="sdncAdapter">
165 <bpmn2:extensionElements>
166 <camunda:in source="DDVAM_unassignSDNCRequest" target="sdncAdapterWorkflowRequest" />
167 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
168 <camunda:in source="mso-request-id" target="mso-request-id" />
169 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
170 <camunda:out source="WorkflowException" target="WorkflowException" />
171 <camunda:out source="sdncAdapterResponse" target="DDVAM_unassignSDNCAdapterResponse" />
172 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
173 </bpmn2:extensionElements>
174 <bpmn2:incoming>SequenceFlow_001uxa1</bpmn2:incoming>
175 <bpmn2:outgoing>SequenceFlow_1x29mht</bpmn2:outgoing>
176 </bpmn2:callActivity>
177 <bpmn2:scriptTask id="postProcessSDNCUnassignRequest" name="PostProcess SDNC Unassign Request" scriptFormat="groovy">
178 <bpmn2:incoming>SequenceFlow_1x29mht</bpmn2:incoming>
179 <bpmn2:outgoing>SequenceFlow_1x25m7t</bpmn2:outgoing>
180 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
181def ddvam = new DoDeleteVnfAndModules()
182String response = execution.getVariable("DDVAM_unassignSDNCAdapterResponse")
183ddvam.validateSDNCResponse(execution, response, "unassign")]]></bpmn2:script>
184 </bpmn2:scriptTask>
185 <bpmn2:exclusiveGateway id="ExclusiveGateway_0b36mti" name="Is SDNC Interaction Enabled?" default="SequenceFlow_1xujrk5">
186 <bpmn2:incoming>SequenceFlow_1qoor0l</bpmn2:incoming>
187 <bpmn2:outgoing>SequenceFlow_1xujrk5</bpmn2:outgoing>
188 <bpmn2:outgoing>SequenceFlow_1laeenc</bpmn2:outgoing>
189 </bpmn2:exclusiveGateway>
190 <bpmn2:callActivity id="DoDeleteVfModuleFromVnf" name="Deiete VF Module From VNF" calledElement="DoDeleteVfModuleFromVnf">
191 <bpmn2:extensionElements>
192 <camunda:in source="msoRequestId" target="msoRequestId" />
193 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
194 <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
195 <camunda:in source="vnfId" target="vnfId" />
196 <camunda:in source="lcpCloudRegionId" target="lcpCloudRegionId" />
197 <camunda:in source="tenantId" target="tenantId" />
198 <camunda:in source="DDVAM_sdncVersion" target="sdncVersion" />
199 <camunda:out source="WorkflowException" target="WorkflowException" />
200 <camunda:in source="DDVAM_vfModuleId" target="vfModuleId" />
201 </bpmn2:extensionElements>
202 <bpmn2:incoming>SequenceFlow_1laeenc</bpmn2:incoming>
203 <bpmn2:outgoing>SequenceFlow_0xl033m</bpmn2:outgoing>
204 </bpmn2:callActivity>
205 <bpmn2:sequenceFlow id="SequenceFlow_1xujrk5" name="no" sourceRef="ExclusiveGateway_0b36mti" targetRef="DeleteVFModule" />
206 <bpmn2:sequenceFlow id="SequenceFlow_1laeenc" name="yes" sourceRef="ExclusiveGateway_0b36mti" targetRef="DoDeleteVfModuleFromVnf">
207 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DDVAM_sdncVersion" ) != '1702'}]]></bpmn2:conditionExpression>
208 </bpmn2:sequenceFlow>
209 <bpmn2:sequenceFlow id="SequenceFlow_0xl033m" sourceRef="DoDeleteVfModuleFromVnf" targetRef="PostProcessDeleteVfModule" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700210 </bpmn2:process>
211 <bpmn2:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
212 <bpmn2:error id="Error_2" name="Java Lang Exception" errorCode="java.lang.Exception" />
213 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
214 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteVnfAndModules">
215 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_79" bpmnElement="StartEvent_1">
216 <dc:Bounds x="238" y="209" width="36" height="36" />
217 <bpmndi:BPMNLabel>
218 <dc:Bounds x="256" y="250" width="0" height="0" />
219 </bpmndi:BPMNLabel>
220 </bpmndi:BPMNShape>
221 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_311" bpmnElement="intialization">
222 <dc:Bounds x="344" y="187" width="100" height="80" />
223 </bpmndi:BPMNShape>
224 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_79" targetElement="_BPMNShape_ScriptTask_311">
225 <di:waypoint xsi:type="dc:Point" x="274" y="227" />
226 <di:waypoint xsi:type="dc:Point" x="344" y="228" />
227 <bpmndi:BPMNLabel>
228 <dc:Bounds x="309" y="212.5" width="0" height="0" />
229 </bpmndi:BPMNLabel>
230 </bpmndi:BPMNEdge>
231 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_237" bpmnElement="EndEvent_2">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700232 <dc:Bounds x="1983" y="372" width="36" height="36" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700233 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700234 <dc:Bounds x="2001" y="413" width="0" height="0" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700235 </bpmndi:BPMNLabel>
236 </bpmndi:BPMNShape>
237 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_35" bpmnElement="javaErrorHandlingSubProcess" isExpanded="true">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700238 <dc:Bounds x="229" y="616" width="431" height="157" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700239 </bpmndi:BPMNShape>
240 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_81" bpmnElement="StartEvent_3">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700241 <dc:Bounds x="377" y="677" width="36" height="36" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700242 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700243 <dc:Bounds x="395" y="718" width="0" height="0" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700244 </bpmndi:BPMNLabel>
245 </bpmndi:BPMNShape>
246 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_239" bpmnElement="EndEvent_4">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700247 <dc:Bounds x="593" y="677" width="36" height="36" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700248 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700249 <dc:Bounds x="611" y="718" width="0" height="0" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700250 </bpmndi:BPMNLabel>
251 </bpmndi:BPMNShape>
252 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_319" bpmnElement="processJavaException">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700253 <dc:Bounds x="447" y="655" width="100" height="80" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700254 </bpmndi:BPMNShape>
255 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_StartEvent_81" targetElement="_BPMNShape_ScriptTask_319">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700256 <di:waypoint xsi:type="dc:Point" x="413" y="695" />
257 <di:waypoint xsi:type="dc:Point" x="447" y="695" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700258 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700259 <dc:Bounds x="430" y="680" width="0" height="0" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700260 </bpmndi:BPMNLabel>
261 </bpmndi:BPMNEdge>
262 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ScriptTask_319" targetElement="_BPMNShape_EndEvent_239">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700263 <di:waypoint xsi:type="dc:Point" x="547" y="695" />
264 <di:waypoint xsi:type="dc:Point" x="593" y="695" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700265 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700266 <dc:Bounds x="570" y="680" width="0" height="0" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700267 </bpmndi:BPMNLabel>
268 </bpmndi:BPMNEdge>
269 <bpmndi:BPMNShape id="ExclusiveGateway_1amun4k_di" bpmnElement="ExclusiveGateway_1amun4k" isMarkerVisible="true">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700270 <dc:Bounds x="1271" y="200" width="50" height="50" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700271 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700272 <dc:Bounds x="1263" y="250" width="65" height="36" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700273 </bpmndi:BPMNLabel>
274 </bpmndi:BPMNShape>
275 <bpmndi:BPMNShape id="CallActivity_0laaqvh_di" bpmnElement="DeleteVNF">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700276 <dc:Bounds x="1812" y="350" width="100" height="80" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700277 </bpmndi:BPMNShape>
278 <bpmndi:BPMNEdge id="SequenceFlow_08nd69s_di" bpmnElement="SequenceFlow_08nd69s">
279 <di:waypoint xsi:type="dc:Point" x="444" y="227" />
280 <di:waypoint xsi:type="dc:Point" x="512" y="227" />
281 <bpmndi:BPMNLabel>
282 <dc:Bounds x="478" y="212" width="0" height="0" />
283 </bpmndi:BPMNLabel>
284 </bpmndi:BPMNEdge>
285 <bpmndi:BPMNEdge id="SequenceFlow_1qrkdn3_di" bpmnElement="SequenceFlow_1qrkdn3">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700286 <di:waypoint xsi:type="dc:Point" x="1296" y="200" />
287 <di:waypoint xsi:type="dc:Point" x="1296" y="102" />
288 <di:waypoint xsi:type="dc:Point" x="1368" y="102" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700289 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700290 <dc:Bounds x="1302" y="154" width="18" height="12" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700291 </bpmndi:BPMNLabel>
292 </bpmndi:BPMNEdge>
293 <bpmndi:BPMNShape id="CallActivity_0qmp9y5_di" bpmnElement="DeleteVFModule">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700294 <dc:Bounds x="1648" y="-9" width="100" height="80" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700295 </bpmndi:BPMNShape>
296 <bpmndi:BPMNShape id="ExclusiveGateway_0189gqf_di" bpmnElement="ExclusiveGateway_0189gqf" isMarkerVisible="true">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700297 <dc:Bounds x="1271" y="365" width="50" height="50" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700298 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700299 <dc:Bounds x="1302" y="319" width="54" height="36" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700300 </bpmndi:BPMNLabel>
301 </bpmndi:BPMNShape>
302 <bpmndi:BPMNEdge id="SequenceFlow_1p4ycii_di" bpmnElement="SequenceFlow_1p4ycii">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700303 <di:waypoint xsi:type="dc:Point" x="1748" y="31" />
304 <di:waypoint xsi:type="dc:Point" x="1904" y="31" />
305 <di:waypoint xsi:type="dc:Point" x="1904" y="62" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700306 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700307 <dc:Bounds x="1826" y="16" width="0" height="0" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700308 </bpmndi:BPMNLabel>
309 </bpmndi:BPMNEdge>
310 <bpmndi:BPMNEdge id="SequenceFlow_0t4yszi_di" bpmnElement="SequenceFlow_0t4yszi">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700311 <di:waypoint xsi:type="dc:Point" x="1904" y="142" />
312 <di:waypoint xsi:type="dc:Point" x="1904" y="225" />
313 <di:waypoint xsi:type="dc:Point" x="1321" y="225" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700314 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700315 <dc:Bounds x="1919" y="183.5" width="0" height="0" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700316 </bpmndi:BPMNLabel>
317 </bpmndi:BPMNEdge>
318 <bpmndi:BPMNEdge id="SequenceFlow_1936oc0_di" bpmnElement="SequenceFlow_1936oc0">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700319 <di:waypoint xsi:type="dc:Point" x="1296" y="250" />
320 <di:waypoint xsi:type="dc:Point" x="1296" y="365" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700321 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700322 <dc:Bounds x="1270" y="305.40625" width="12" height="12" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700323 </bpmndi:BPMNLabel>
324 </bpmndi:BPMNEdge>
325 <bpmndi:BPMNEdge id="SequenceFlow_05ujwz8_di" bpmnElement="SequenceFlow_05ujwz8">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700326 <di:waypoint xsi:type="dc:Point" x="1321" y="390" />
327 <di:waypoint xsi:type="dc:Point" x="1812" y="390" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700328 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700329 <dc:Bounds x="1361" y="362" width="12" height="12" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700330 </bpmndi:BPMNLabel>
331 </bpmndi:BPMNEdge>
332 <bpmndi:BPMNEdge id="SequenceFlow_1uqlr6b_di" bpmnElement="SequenceFlow_1uqlr6b">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700333 <di:waypoint xsi:type="dc:Point" x="1912" y="390" />
334 <di:waypoint xsi:type="dc:Point" x="1983" y="390" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700335 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700336 <dc:Bounds x="1948" y="375" width="0" height="0" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700337 </bpmndi:BPMNLabel>
338 </bpmndi:BPMNEdge>
339 <bpmndi:BPMNShape id="ScriptTask_12xsp2f_di" bpmnElement="QueryVnf">
340 <dc:Bounds x="512" y="187" width="100" height="80" />
341 </bpmndi:BPMNShape>
342 <bpmndi:BPMNShape id="ScriptTask_01c9qas_di" bpmnElement="PrepareModuleList">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700343 <dc:Bounds x="1368" y="62" width="100" height="80" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700344 </bpmndi:BPMNShape>
345 <bpmndi:BPMNEdge id="SequenceFlow_0lu7b1v_di" bpmnElement="SequenceFlow_0lu7b1v">
346 <di:waypoint xsi:type="dc:Point" x="612" y="227" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700347 <di:waypoint xsi:type="dc:Point" x="701" y="227" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700348 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700349 <dc:Bounds x="657" y="212" width="0" height="0" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700350 </bpmndi:BPMNLabel>
351 </bpmndi:BPMNEdge>
352 <bpmndi:BPMNEdge id="SequenceFlow_1qoor0l_di" bpmnElement="SequenceFlow_1qoor0l">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700353 <di:waypoint xsi:type="dc:Point" x="1468" y="102" />
354 <di:waypoint xsi:type="dc:Point" x="1525" y="102" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700355 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700356 <dc:Bounds x="1497" y="87" width="0" height="0" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700357 </bpmndi:BPMNLabel>
358 </bpmndi:BPMNEdge>
359 <bpmndi:BPMNShape id="ScriptTask_11i0rnd_di" bpmnElement="PostProcessDeleteVfModule">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700360 <dc:Bounds x="1854" y="62" width="100" height="80" />
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700361 </bpmndi:BPMNShape>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700362 <bpmndi:BPMNShape id="ExclusiveGateway_027lai5_di" bpmnElement="ExclusiveGateway_027lai5" isMarkerVisible="true">
363 <dc:Bounds x="701" y="202" width="50" height="50" />
364 <bpmndi:BPMNLabel>
365 <dc:Bounds x="699" y="145" width="54" height="36" />
366 </bpmndi:BPMNLabel>
367 </bpmndi:BPMNShape>
368 <bpmndi:BPMNEdge id="SequenceFlow_1tt31qu_di" bpmnElement="SequenceFlow_1tt31qu">
369 <di:waypoint xsi:type="dc:Point" x="751" y="227" />
370 <di:waypoint xsi:type="dc:Point" x="1271" y="225" />
371 <bpmndi:BPMNLabel>
372 <dc:Bounds x="1005" y="201" width="12" height="12" />
373 </bpmndi:BPMNLabel>
374 </bpmndi:BPMNEdge>
375 <bpmndi:BPMNEdge id="SequenceFlow_04lnhgt_di" bpmnElement="SDNCInteractionEnabled1">
376 <di:waypoint xsi:type="dc:Point" x="726" y="252" />
377 <di:waypoint xsi:type="dc:Point" x="726" y="337" />
378 <di:waypoint xsi:type="dc:Point" x="776" y="337" />
379 <bpmndi:BPMNLabel>
380 <dc:Bounds x="694" y="280.5" width="18" height="12" />
381 </bpmndi:BPMNLabel>
382 </bpmndi:BPMNEdge>
383 <bpmndi:BPMNEdge id="SequenceFlow_0fhhsyo_di" bpmnElement="SequenceFlow_0fhhsyo">
384 <di:waypoint xsi:type="dc:Point" x="876" y="337" />
385 <di:waypoint xsi:type="dc:Point" x="926" y="337" />
386 <bpmndi:BPMNLabel>
387 <dc:Bounds x="901" y="322" width="0" height="0" />
388 </bpmndi:BPMNLabel>
389 </bpmndi:BPMNEdge>
390 <bpmndi:BPMNEdge id="SequenceFlow_0qdn8k4_di" bpmnElement="SequenceFlow_0qdn8k4">
391 <di:waypoint xsi:type="dc:Point" x="1026" y="337" />
392 <di:waypoint xsi:type="dc:Point" x="1070" y="337" />
393 <bpmndi:BPMNLabel>
394 <dc:Bounds x="1048" y="322" width="0" height="0" />
395 </bpmndi:BPMNLabel>
396 </bpmndi:BPMNEdge>
397 <bpmndi:BPMNEdge id="SequenceFlow_1fccvli_di" bpmnElement="SequenceFlow_1fccvli">
398 <di:waypoint xsi:type="dc:Point" x="1170" y="337" />
399 <di:waypoint xsi:type="dc:Point" x="1225" y="337" />
400 <di:waypoint xsi:type="dc:Point" x="1225" y="225" />
401 <di:waypoint xsi:type="dc:Point" x="1271" y="225" />
402 <bpmndi:BPMNLabel>
403 <dc:Bounds x="1240" y="281" width="0" height="0" />
404 </bpmndi:BPMNLabel>
405 </bpmndi:BPMNEdge>
406 <bpmndi:BPMNShape id="ScriptTask_1cj4pgd_di" bpmnElement="preProcessSDNCDeactivateRequest">
407 <dc:Bounds x="776" y="297" width="100" height="80" />
408 </bpmndi:BPMNShape>
409 <bpmndi:BPMNShape id="ScriptTask_1nug5hb_di" bpmnElement="postProcessSDNCDeactivateRequest">
410 <dc:Bounds x="1070" y="297" width="100" height="80" />
411 </bpmndi:BPMNShape>
412 <bpmndi:BPMNShape id="CallActivity_0sl24xf_di" bpmnElement="callSDNCAdapterTopologyDeactivate">
413 <dc:Bounds x="926" y="297" width="100" height="80" />
414 </bpmndi:BPMNShape>
415 <bpmndi:BPMNEdge id="SequenceFlow_0ftrgor_di" bpmnElement="SDNCInteractionEnabled2">
416 <di:waypoint xsi:type="dc:Point" x="1296" y="415" />
417 <di:waypoint xsi:type="dc:Point" x="1296" y="501" />
418 <di:waypoint xsi:type="dc:Point" x="1356" y="501" />
419 <bpmndi:BPMNLabel>
420 <dc:Bounds x="1266" y="445.36046511627904" width="18" height="12" />
421 </bpmndi:BPMNLabel>
422 </bpmndi:BPMNEdge>
423 <bpmndi:BPMNEdge id="SequenceFlow_001uxa1_di" bpmnElement="SequenceFlow_001uxa1">
424 <di:waypoint xsi:type="dc:Point" x="1456" y="501" />
425 <di:waypoint xsi:type="dc:Point" x="1517" y="501" />
426 <bpmndi:BPMNLabel>
427 <dc:Bounds x="1487" y="486" width="0" height="0" />
428 </bpmndi:BPMNLabel>
429 </bpmndi:BPMNEdge>
430 <bpmndi:BPMNEdge id="SequenceFlow_1x29mht_di" bpmnElement="SequenceFlow_1x29mht">
431 <di:waypoint xsi:type="dc:Point" x="1617" y="501" />
432 <di:waypoint xsi:type="dc:Point" x="1678" y="501" />
433 <bpmndi:BPMNLabel>
434 <dc:Bounds x="1648" y="486" width="0" height="0" />
435 </bpmndi:BPMNLabel>
436 </bpmndi:BPMNEdge>
437 <bpmndi:BPMNEdge id="SequenceFlow_1x25m7t_di" bpmnElement="SequenceFlow_1x25m7t">
438 <di:waypoint xsi:type="dc:Point" x="1778" y="501" />
439 <di:waypoint xsi:type="dc:Point" x="1862" y="501" />
440 <di:waypoint xsi:type="dc:Point" x="1862" y="430" />
441 <bpmndi:BPMNLabel>
442 <dc:Bounds x="1820" y="486" width="0" height="0" />
443 </bpmndi:BPMNLabel>
444 </bpmndi:BPMNEdge>
445 <bpmndi:BPMNShape id="ScriptTask_167oslm_di" bpmnElement="preProcessSDNCUnassignRequest">
446 <dc:Bounds x="1356" y="461" width="100" height="80" />
447 </bpmndi:BPMNShape>
448 <bpmndi:BPMNShape id="CallActivity_0cv258c_di" bpmnElement="callSDNCAdapterTopologyUnassign">
449 <dc:Bounds x="1517" y="461" width="100" height="80" />
450 </bpmndi:BPMNShape>
451 <bpmndi:BPMNShape id="ScriptTask_1gb4lqf_di" bpmnElement="postProcessSDNCUnassignRequest">
452 <dc:Bounds x="1678" y="461" width="100" height="80" />
453 </bpmndi:BPMNShape>
454 <bpmndi:BPMNShape id="ExclusiveGateway_0b36mti_di" bpmnElement="ExclusiveGateway_0b36mti" isMarkerVisible="true">
455 <dc:Bounds x="1525" y="77" width="50" height="50" />
456 <bpmndi:BPMNLabel>
457 <dc:Bounds x="1581" y="84" width="54" height="36" />
458 </bpmndi:BPMNLabel>
459 </bpmndi:BPMNShape>
460 <bpmndi:BPMNShape id="CallActivity_1y4alqc_di" bpmnElement="DoDeleteVfModuleFromVnf">
461 <dc:Bounds x="1648" y="121" width="100" height="80" />
462 </bpmndi:BPMNShape>
463 <bpmndi:BPMNEdge id="SequenceFlow_1xujrk5_di" bpmnElement="SequenceFlow_1xujrk5">
464 <di:waypoint xsi:type="dc:Point" x="1550" y="77" />
465 <di:waypoint xsi:type="dc:Point" x="1550" y="31" />
466 <di:waypoint xsi:type="dc:Point" x="1648" y="31" />
467 <bpmndi:BPMNLabel>
468 <dc:Bounds x="1524" y="42" width="12" height="12" />
469 </bpmndi:BPMNLabel>
470 </bpmndi:BPMNEdge>
471 <bpmndi:BPMNEdge id="SequenceFlow_1laeenc_di" bpmnElement="SequenceFlow_1laeenc">
472 <di:waypoint xsi:type="dc:Point" x="1550" y="127" />
473 <di:waypoint xsi:type="dc:Point" x="1550" y="161" />
474 <di:waypoint xsi:type="dc:Point" x="1648" y="161" />
475 <bpmndi:BPMNLabel>
476 <dc:Bounds x="1523" y="135" width="18" height="12" />
477 </bpmndi:BPMNLabel>
478 </bpmndi:BPMNEdge>
479 <bpmndi:BPMNEdge id="SequenceFlow_0xl033m_di" bpmnElement="SequenceFlow_0xl033m">
480 <di:waypoint xsi:type="dc:Point" x="1748" y="161" />
481 <di:waypoint xsi:type="dc:Point" x="1828" y="161" />
482 <di:waypoint xsi:type="dc:Point" x="1828" y="102" />
483 <di:waypoint xsi:type="dc:Point" x="1854" y="102" />
484 <bpmndi:BPMNLabel>
485 <dc:Bounds x="1843" y="131.5" width="0" height="0" />
486 </bpmndi:BPMNLabel>
487 </bpmndi:BPMNEdge>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700488 </bpmndi:BPMNPlane>
489 </bpmndi:BPMNDiagram>
490</bpmn2:definitions>