blob: cb6538c73a059eedd18c0374147d7e08f3b5bb0a [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<?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="DoCreateVfModuleRollback" name="DoCreateVfModuleRollback" 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="InitializeVariables" />
8 <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="Rollback PrepareUpdateAAIVfModule?" default="SequenceFlow_9">
Arthur Martella62cd6aa2017-09-08 13:27:46 -04009 <bpmn2:incoming>SequenceFlow_11er1t8</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +020010 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
11 <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
12 </bpmn2:exclusiveGateway>
13 <bpmn2:scriptTask id="PrepareUpdateAAIVfModulePrep" name="PrepareUpdateAAIVfModule Prep" scriptFormat="groovy">
14 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
15 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
16 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
17def dcvfmr = new DoCreateVfModuleRollback()
18dcvfmr.preProcessRequest(execution)]]></bpmn2:script>
19 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040020 <bpmn2:callActivity id="InvokePrepareUpdateAAIVfModule" name="Invoke&#10;PrepareUpdateAAIVfModule" calledElement="PrepareUpdateAAIVfModule">
xg353yb6b7bef2017-04-11 13:30:42 +020021 <bpmn2:extensionElements>
22 <camunda:in source="PrepareUpdateAAIVfModuleRequest" target="PrepareUpdateAAIVfModuleRequest" />
23 <camunda:out source="WorkflowException" target="WorkflowException" />
24 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
25 <camunda:out source="PUAAIVfMod_heatStackId" target="DCVFMR_heatStackId" />
26 </bpmn2:extensionElements>
27 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
28 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
29 </bpmn2:callActivity>
30 <bpmn2:sequenceFlow id="SequenceFlow_6" name="yes" sourceRef="ExclusiveGateway_1" targetRef="PrepareUpdateAAIVfModulePrep">
31 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackPrepareUpdateVfModule") == "true"}]]></bpmn2:conditionExpression>
32 </bpmn2:sequenceFlow>
33 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="PrepareUpdateAAIVfModulePrep" targetRef="InvokePrepareUpdateAAIVfModule" />
34 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="InvokePrepareUpdateAAIVfModule" targetRef="ExclusiveGateway_2" />
35 <bpmn2:sequenceFlow id="SequenceFlow_9" name="no" sourceRef="ExclusiveGateway_1" targetRef="ExclusiveGateway_2" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040036 <bpmn2:exclusiveGateway id="ExclusiveGateway_2" name="Rollback 1707 SDNC Activate?" default="SequenceFlow_15">
xg353yb6b7bef2017-04-11 13:30:42 +020037 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
38 <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
39 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
40 <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
41 </bpmn2:exclusiveGateway>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040042 <bpmn2:scriptTask id="VNFAdapterPrep" name="VNFAdapter&#10;Prep" scriptFormat="groovy">
xg353yb6b7bef2017-04-11 13:30:42 +020043 <bpmn2:incoming>SequenceFlow_1p0v6yk</bpmn2:incoming>
44 <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
45 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
46def dcvfmr = new DoCreateVfModuleRollback()
47dcvfmr.prepVNFAdapterRequest(execution)]]></bpmn2:script>
48 </bpmn2:scriptTask>
49 <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="VNFAdapterPrep" targetRef="InvokeVNFAdapterRestV1" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040050 <bpmn2:callActivity id="InvokeVNFAdapterRestV1" name="Invoke&#10;VNFAdapterRestV1" calledElement="vnfAdapterRestV1">
xg353yb6b7bef2017-04-11 13:30:42 +020051 <bpmn2:extensionElements>
52 <camunda:out source="WorkflowException" target="WorkflowException" />
53 <camunda:in source="vnfAdapterRestV1Request" target="vnfAdapterRestV1Request" />
54 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
55 <camunda:out source="vnfAdapterRestV1Response" target="DoDVfMod_DoCreateVfModuleRollbackResponse" />
56 <camunda:in source="mso-request-id" target="mso-request-id" />
57 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
58 </bpmn2:extensionElements>
59 <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
60 <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
61 </bpmn2:callActivity>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040062 <bpmn2:sequenceFlow id="SequenceFlow_10" name="yes" sourceRef="ExclusiveGateway_2" targetRef="PrepareSDNCDeactivateRequest">
63 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackSDNCRequestActivate") == "true" && execution.getVariable("sdncVersion") == "1707"}]]></bpmn2:conditionExpression>
xg353yb6b7bef2017-04-11 13:30:42 +020064 </bpmn2:sequenceFlow>
65 <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="InvokeVNFAdapterRestV1" targetRef="ExclusiveGateway_3" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040066 <bpmn2:sequenceFlow id="SequenceFlow_15" name="no" sourceRef="ExclusiveGateway_2" targetRef="ExclusiveGateway_1938vz9" />
67 <bpmn2:scriptTask id="UpdateAAIVfModulePrep" name="UpdateAAIVfModule&#10;Prep" scriptFormat="groovy">
xg353yb6b7bef2017-04-11 13:30:42 +020068 <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
69 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
70 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
71def dcvfmr = new DoCreateVfModuleRollback()
72dcvfmr.prepUpdateAAIVfModule(execution)]]></bpmn2:script>
73 </bpmn2:scriptTask>
74 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="UpdateAAIVfModulePrep" targetRef="InvokeUpdateAAIVfModule" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040075 <bpmn2:callActivity id="InvokeUpdateAAIVfModule" name="Invoke&#10;UpdateAAIVfModule" calledElement="UpdateAAIVfModule">
xg353yb6b7bef2017-04-11 13:30:42 +020076 <bpmn2:extensionElements>
77 <camunda:out source="WorkflowException" target="WorkflowException" />
78 <camunda:in source="UpdateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest" />
79 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
80 </bpmn2:extensionElements>
81 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
82 <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
83 </bpmn2:callActivity>
84 <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="InvokeUpdateAAIVfModule" targetRef="ExclusiveGateway_4" />
85 <bpmn2:exclusiveGateway id="ExclusiveGateway_3" name="Rollback Update AAI Vf Module?" default="SequenceFlow_17">
86 <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
87 <bpmn2:incoming>SequenceFlow_03i4czf</bpmn2:incoming>
88 <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
89 <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
90 </bpmn2:exclusiveGateway>
91 <bpmn2:sequenceFlow id="SequenceFlow_13" name="yes" sourceRef="ExclusiveGateway_3" targetRef="UpdateAAIVfModulePrep">
92 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackUpdateAAIVfModule") == "true"}]]></bpmn2:conditionExpression>
93 </bpmn2:sequenceFlow>
94 <bpmn2:sequenceFlow id="SequenceFlow_17" name="no" sourceRef="ExclusiveGateway_3" targetRef="ExclusiveGateway_4" />
95 <bpmn2:exclusiveGateway id="ExclusiveGateway_4" name="Rollback SDNC Request?" default="SequenceFlow_20">
96 <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
97 <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
98 <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
99 <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing>
100 </bpmn2:exclusiveGateway>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400101 <bpmn2:sequenceFlow id="SequenceFlow_19" name="yes" sourceRef="ExclusiveGateway_4" targetRef="ExclusiveGateway_1h87hhh">
xg353yb6b7bef2017-04-11 13:30:42 +0200102 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackSDNCRequestAssign") == "true" || execution.getVariable("DCVFMR_rollbackSDNCRequestActivate") == "true"}]]></bpmn2:conditionExpression>
103 </bpmn2:sequenceFlow>
104 <bpmn2:sequenceFlow id="SequenceFlow_20" name="no" sourceRef="ExclusiveGateway_4" targetRef="ExclusiveGateway_5" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400105 <bpmn2:scriptTask id="SDNCAdapterPrep2" name="SDNCAdapter&#10;Prep" scriptFormat="groovy">
106 <bpmn2:incoming>SequenceFlow_1rpg6ac</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200107 <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>
108 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
109def dcvfmr = new DoCreateVfModuleRollback()
110dcvfmr.prepSDNCAdapterRequest(execution)]]></bpmn2:script>
111 </bpmn2:scriptTask>
112 <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="SDNCAdapterPrep2" targetRef="InvokeSDNCAdapterV1_2" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400113 <bpmn2:callActivity id="InvokeSDNCAdapterV1_2" name="Invoke&#10;SDNCAdapterV1" calledElement="sdncAdapter">
xg353yb6b7bef2017-04-11 13:30:42 +0200114 <bpmn2:extensionElements>
115 <camunda:out source="WorkflowException" target="WorkflowException" />
116 <camunda:in source="sdncAdapterWorkflowRequest" target="sdncAdapterWorkflowRequest" />
117 <camunda:in source="mso-request-id" target="mso-request-id" />
118 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
119 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
120 <camunda:out source="sdncAdapterResponse" target="DCVFMR_DoCreateVfModuleRollbackResponse" />
121 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
122 </bpmn2:extensionElements>
123 <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>
124 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
125 </bpmn2:callActivity>
126 <bpmn2:exclusiveGateway id="ExclusiveGateway_5" name="Delete AAI VF Modlue?" default="SequenceFlow_21">
127 <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming>
128 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400129 <bpmn2:incoming>SequenceFlow_12otwa4</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200130 <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>
131 <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>
132 </bpmn2:exclusiveGateway>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400133 <bpmn2:sequenceFlow id="SequenceFlow_21" name="no" sourceRef="ExclusiveGateway_5" targetRef="SetSuccessfulRollbackStatus" />
xg353yb6b7bef2017-04-11 13:30:42 +0200134 <bpmn2:sequenceFlow id="SequenceFlow_24" name="yes" sourceRef="ExclusiveGateway_5" targetRef="DeleteAAIVfModulePrep">
135 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackCreateAAIVfModule") == "true"}]]></bpmn2:conditionExpression>
136 </bpmn2:sequenceFlow>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400137 <bpmn2:callActivity id="InvokeDeleteAAIVfModule" name="Invoke&#10;DeleteAAIVfModule" calledElement="DeleteAAIVfModule">
xg353yb6b7bef2017-04-11 13:30:42 +0200138 <bpmn2:extensionElements>
139 <camunda:in source="DeleteAAIVfModuleRequest" target="DeleteAAIVfModuleRequest" />
140 <camunda:in source="isVidRequest" target="isVidRequest" />
141 <camunda:out source="WorkflowException" target="WorkflowException" />
142 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
143 </bpmn2:extensionElements>
144 <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming>
145 <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>
146 </bpmn2:callActivity>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400147 <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="InvokeDeleteAAIVfModule" targetRef="SetSuccessfulRollbackStatus" />
xg353yb6b7bef2017-04-11 13:30:42 +0200148 <bpmn2:endEvent id="EndEvent_9">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400149 <bpmn2:incoming>SequenceFlow_0ggp8wz</bpmn2:incoming>
150 <bpmn2:incoming>SequenceFlow_1h8ve60</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200151 </bpmn2:endEvent>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400152 <bpmn2:scriptTask id="DeleteAAIVfModulePrep" name="DeleteAAIVfModule&#10;Prep" scriptFormat="groovy">
xg353yb6b7bef2017-04-11 13:30:42 +0200153 <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>
154 <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing>
155 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
156def dcvfmr = new DoCreateVfModuleRollback()
157dcvfmr.prepDeleteAAIVfModule(execution)]]></bpmn2:script>
158 </bpmn2:scriptTask>
159 <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="DeleteAAIVfModulePrep" targetRef="InvokeDeleteAAIVfModule" />
160 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="InvokeSDNCAdapterV1_2" targetRef="ScriptTask_1" />
161 <bpmn2:scriptTask id="ScriptTask_1" name="Validate SDNC Response" scriptFormat="groovy">
162 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
163 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
164 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
165def dcvfmr = new DoCreateVfModuleRollback()
166dcvfmr.sdncValidateResponse(execution, DCVFMR_DoCreateVfModuleRollbackResponse)]]></bpmn2:script>
167 </bpmn2:scriptTask>
168 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ScriptTask_1" targetRef="ExclusiveGateway_5" />
169 <bpmn2:subProcess id="SubProcess_1" name="Rollback Error Handling" triggeredByEvent="true">
170 <bpmn2:startEvent id="CatchExceptions" name="Catch Exceptions">
171 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
172 <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
173 </bpmn2:startEvent>
174 <bpmn2:endEvent id="EndEvent_1">
175 <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
176 </bpmn2:endEvent>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400177 <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="LogSaveWorkflowException" targetRef="EndEvent_1" />
178 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="CatchExceptions" targetRef="SetFailedRollbackStatus" />
xg353yb6b7bef2017-04-11 13:30:42 +0200179 <bpmn2:scriptTask id="LogSaveWorkflowException" name="Log and Save Workflow Exception" scriptFormat="groovy">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400180 <bpmn2:incoming>SequenceFlow_02fx6z6</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200181 <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
182 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
183def dcvfmr = new DoCreateVfModuleRollback()
184dcvfmr.logWorkflowException(execution, 'DoCreateVfModuleRollback caught an event')
185dcvfmr.saveWorkflowException(execution, 'DCVFMR_CaughtWorkflowException1')]]></bpmn2:script>
186 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400187 <bpmn2:sequenceFlow id="SequenceFlow_02fx6z6" sourceRef="SetFailedRollbackStatus" targetRef="LogSaveWorkflowException" />
188 <bpmn2:scriptTask id="SetFailedRollbackStatus" name="Set Failed Rollback Status" scriptFormat="groovy">
189 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
190 <bpmn2:outgoing>SequenceFlow_02fx6z6</bpmn2:outgoing>
191 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
192def dcvfmr = new DoCreateVfModuleRollback()
193dcvfmr.setFailedRollbackStatus(execution)]]></bpmn2:script>
194 </bpmn2:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +0200195 </bpmn2:subProcess>
196 <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="SubProcess_1">
197 <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
198 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_86" />
199 </bpmn2:boundaryEvent>
200 <bpmn2:endEvent id="EndEvent_2">
201 <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
202 </bpmn2:endEvent>
203 <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_2" />
204 <bpmn2:scriptTask id="InitializeVariables" name="Initialize Variables" scriptFormat="groovy">
205 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
206 <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
207 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
208def dcvfmr = new DoCreateVfModuleRollback()
209dcvfmr.preProcessRequest(execution)]]></bpmn2:script>
210 </bpmn2:scriptTask>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400211 <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="InitializeVariables" targetRef="ExclusiveGateway_1yozzae" />
xg353yb6b7bef2017-04-11 13:30:42 +0200212 <bpmn2:exclusiveGateway id="ExclusiveGateway_0a0hroy" name="Rollback Update AAI Generic VNF?" default="SequenceFlow_185bo77">
213 <bpmn2:incoming>SequenceFlow_0djpj3r</bpmn2:incoming>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400214 <bpmn2:incoming>SequenceFlow_0n58kg1</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200215 <bpmn2:outgoing>SequenceFlow_185bo77</bpmn2:outgoing>
216 <bpmn2:outgoing>SequenceFlow_111l1he</bpmn2:outgoing>
217 </bpmn2:exclusiveGateway>
218 <bpmn2:scriptTask id="Task_08csf14" name="Delete Network Policies from AAI" scriptFormat="groovy">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400219 <bpmn2:incoming>SequenceFlow_0unumxv</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200220 <bpmn2:outgoing>SequenceFlow_0djpj3r</bpmn2:outgoing>
221 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
222def dcvfmr = new DoCreateVfModuleRollback()
223dcvfmr.deleteNetworkPoliciesFromAAI(execution)]]></bpmn2:script>
224 </bpmn2:scriptTask>
225 <bpmn2:scriptTask id="Task_18r7u02" name="PreProcess Update AAI Generic VNF" scriptFormat="groovy">
226 <bpmn2:incoming>SequenceFlow_111l1he</bpmn2:incoming>
227 <bpmn2:outgoing>SequenceFlow_0ca4brn</bpmn2:outgoing>
228 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
229def dcvfmr = new DoCreateVfModuleRollback()
230dcvfmr.preProcessUpdateAAIGenericVnf(execution)]]></bpmn2:script>
231 </bpmn2:scriptTask>
232 <bpmn2:callActivity id="Task_01ajtiy" name="Update AAI Generic VNF" calledElement="UpdateAAIGenericVnf">
233 <bpmn2:extensionElements>
234 <camunda:in source="DCVFMR_updateAAIGenericVnfRequest" target="UpdateAAIGenericVnfRequest" />
235 <camunda:in source="mso-request-id" target="mso-request-id" />
236 <camunda:in source="mso-service-id" target="mso-service-id" />
237 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
238 <camunda:out source="WorkflowException" target="WorkflowException" />
239 </bpmn2:extensionElements>
240 <bpmn2:incoming>SequenceFlow_0ca4brn</bpmn2:incoming>
241 <bpmn2:outgoing>SequenceFlow_19r2uus</bpmn2:outgoing>
242 </bpmn2:callActivity>
243 <bpmn2:sequenceFlow id="SequenceFlow_0djpj3r" sourceRef="Task_08csf14" targetRef="ExclusiveGateway_0a0hroy" />
244 <bpmn2:exclusiveGateway id="ExclusiveGateway_0uvarlv" name="Rollback VNF Adapter Create?" default="SequenceFlow_03i4czf">
245 <bpmn2:incoming>SequenceFlow_185bo77</bpmn2:incoming>
246 <bpmn2:incoming>SequenceFlow_19r2uus</bpmn2:incoming>
247 <bpmn2:outgoing>SequenceFlow_1p0v6yk</bpmn2:outgoing>
248 <bpmn2:outgoing>SequenceFlow_03i4czf</bpmn2:outgoing>
249 </bpmn2:exclusiveGateway>
250 <bpmn2:sequenceFlow id="SequenceFlow_185bo77" name="no" sourceRef="ExclusiveGateway_0a0hroy" targetRef="ExclusiveGateway_0uvarlv" />
251 <bpmn2:sequenceFlow id="SequenceFlow_111l1he" name="yes" sourceRef="ExclusiveGateway_0a0hroy" targetRef="Task_18r7u02">
252 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackUpdateVnfAAI") == "true"}]]></bpmn2:conditionExpression>
253 </bpmn2:sequenceFlow>
254 <bpmn2:sequenceFlow id="SequenceFlow_0ca4brn" sourceRef="Task_18r7u02" targetRef="Task_01ajtiy" />
255 <bpmn2:sequenceFlow id="SequenceFlow_19r2uus" sourceRef="Task_01ajtiy" targetRef="ExclusiveGateway_0uvarlv" />
256 <bpmn2:sequenceFlow id="SequenceFlow_1p0v6yk" name="yes&#10;&#10;" sourceRef="ExclusiveGateway_0uvarlv" targetRef="VNFAdapterPrep">
257 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackVnfAdapterCreate") == "true"}]]></bpmn2:conditionExpression>
258 </bpmn2:sequenceFlow>
259 <bpmn2:sequenceFlow id="SequenceFlow_03i4czf" name="no" sourceRef="ExclusiveGateway_0uvarlv" targetRef="ExclusiveGateway_3" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400260 <bpmn2:exclusiveGateway id="ExclusiveGateway_1yozzae" name="Skip Rollback?" default="SequenceFlow_11er1t8">
261 <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
262 <bpmn2:outgoing>SequenceFlow_11er1t8</bpmn2:outgoing>
263 <bpmn2:outgoing>SequenceFlow_0ggp8wz</bpmn2:outgoing>
264 </bpmn2:exclusiveGateway>
265 <bpmn2:sequenceFlow id="SequenceFlow_11er1t8" name="no" sourceRef="ExclusiveGateway_1yozzae" targetRef="ExclusiveGateway_1" />
266 <bpmn2:sequenceFlow id="SequenceFlow_0ggp8wz" name="yes" sourceRef="ExclusiveGateway_1yozzae" targetRef="EndEvent_9">
267 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("skipRollback" ) == true}]]></bpmn2:conditionExpression>
268 </bpmn2:sequenceFlow>
269 <bpmn2:exclusiveGateway id="ExclusiveGateway_1938vz9" name="Rollback Network Policies Creation?" default="SequenceFlow_0n58kg1">
270 <bpmn2:incoming>SequenceFlow_06rm0hg</bpmn2:incoming>
271 <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
272 <bpmn2:outgoing>SequenceFlow_0n58kg1</bpmn2:outgoing>
273 <bpmn2:outgoing>SequenceFlow_0unumxv</bpmn2:outgoing>
274 </bpmn2:exclusiveGateway>
275 <bpmn2:scriptTask id="PrepareSDNCDeactivateRequest" name="Prepare SDNC Deactivate Request" scriptFormat="groovy">
276 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
277 <bpmn2:outgoing>SequenceFlow_0ugalf8</bpmn2:outgoing>
278 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
279def dcvfmr = new DoCreateVfModuleRollback()
280dcvfmr.preProcessSDNCDeactivateRequest(execution)]]></bpmn2:script>
281 </bpmn2:scriptTask>
282 <bpmn2:callActivity id="CallSDNCDeactivate" name="Call SDNC Adapter Deactivate" calledElement="sdncAdapter">
283 <bpmn2:extensionElements>
284 <camunda:in source="DCVFMR_deactivateSDNCRequest" target="sdncAdapterWorkflowRequest" />
285 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
286 <camunda:in source="mso-request-id" target="mso-request-id" />
287 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
288 <camunda:out source="WorkflowException" target="WorkflowException" />
289 <camunda:out source="sdncAdapterResponse" target="DCVFMR_deactivateSDNCAdapterResponse" />
290 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
291 </bpmn2:extensionElements>
292 <bpmn2:incoming>SequenceFlow_0ugalf8</bpmn2:incoming>
293 <bpmn2:outgoing>SequenceFlow_0n78x37</bpmn2:outgoing>
294 </bpmn2:callActivity>
295 <bpmn2:scriptTask id="PostProcessSDNCDeactivateRequest" name="PostProcess SDNC Deactivate Request" scriptFormat="groovy">
296 <bpmn2:incoming>SequenceFlow_0n78x37</bpmn2:incoming>
297 <bpmn2:outgoing>SequenceFlow_06rm0hg</bpmn2:outgoing>
298 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
299def dcvfmr = new DoCreateVfModuleRollback()
300String response = execution.getVariable("DCVFMR_deactivateSDNCAdapterResponse")
301dcvfmr.sdncValidateResponse(execution, response)]]></bpmn2:script>
302 </bpmn2:scriptTask>
303 <bpmn2:sequenceFlow id="SequenceFlow_0ugalf8" sourceRef="PrepareSDNCDeactivateRequest" targetRef="CallSDNCDeactivate" />
304 <bpmn2:sequenceFlow id="SequenceFlow_0n78x37" sourceRef="CallSDNCDeactivate" targetRef="PostProcessSDNCDeactivateRequest" />
305 <bpmn2:sequenceFlow id="SequenceFlow_06rm0hg" sourceRef="PostProcessSDNCDeactivateRequest" targetRef="ExclusiveGateway_1938vz9" />
306 <bpmn2:sequenceFlow id="SequenceFlow_0n58kg1" name="no" sourceRef="ExclusiveGateway_1938vz9" targetRef="ExclusiveGateway_0a0hroy" />
307 <bpmn2:sequenceFlow id="SequenceFlow_0unumxv" name="yes" sourceRef="ExclusiveGateway_1938vz9" targetRef="Task_08csf14">
308 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackCreateNetworkPoliciesAAI") == "true"}]]></bpmn2:conditionExpression>
309 </bpmn2:sequenceFlow>
310 <bpmn2:sequenceFlow id="SequenceFlow_1iufuuu" sourceRef="PrepareSDNCUnassignRequest" targetRef="CallSDNCAdapterUnassign" />
311 <bpmn2:sequenceFlow id="SequenceFlow_1l4n37b" sourceRef="CallSDNCAdapterUnassign" targetRef="PostProcessSDNCUnassignRequest" />
312 <bpmn2:scriptTask id="PrepareSDNCUnassignRequest" name="Prepare SDNC Unassign Request" scriptFormat="groovy">
313 <bpmn2:incoming>SequenceFlow_16ghmax</bpmn2:incoming>
314 <bpmn2:outgoing>SequenceFlow_1iufuuu</bpmn2:outgoing>
315 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
316def dcvfmr = new DoCreateVfModuleRollback()
317dcvfmr.preProcessSDNCUnassignRequest(execution)]]></bpmn2:script>
318 </bpmn2:scriptTask>
319 <bpmn2:callActivity id="CallSDNCAdapterUnassign" name="Call SDNC Adapter Unassign" calledElement="sdncAdapter">
320 <bpmn2:extensionElements>
321 <camunda:in source="DCVFMR_unassignSDNCRequest" target="sdncAdapterWorkflowRequest" />
322 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
323 <camunda:in source="mso-request-id" target="mso-request-id" />
324 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
325 <camunda:out source="WorkflowException" target="WorkflowException" />
326 <camunda:out source="sdncAdapterResponse" target="DCVFMR_unassignSDNCAdapterResponse" />
327 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
328 </bpmn2:extensionElements>
329 <bpmn2:incoming>SequenceFlow_1iufuuu</bpmn2:incoming>
330 <bpmn2:outgoing>SequenceFlow_1l4n37b</bpmn2:outgoing>
331 </bpmn2:callActivity>
332 <bpmn2:scriptTask id="PostProcessSDNCUnassignRequest" name="PostProcess SDNC Unassign Request" scriptFormat="groovy">
333 <bpmn2:incoming>SequenceFlow_1l4n37b</bpmn2:incoming>
334 <bpmn2:outgoing>SequenceFlow_12otwa4</bpmn2:outgoing>
335 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
336def dcvfmr = new DoCreateVfModuleRollback()
337String response = execution.getVariable("DCVFMR_unassignSDNCAdapterResponse")
338dcvfmr.sdncValidateResponse(execution, response)]]></bpmn2:script>
339 </bpmn2:scriptTask>
340 <bpmn2:exclusiveGateway id="ExclusiveGateway_1h87hhh" name="Rollback 1707 SDNC Activate?" default="SequenceFlow_1rpg6ac">
341 <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
342 <bpmn2:outgoing>SequenceFlow_1rpg6ac</bpmn2:outgoing>
343 <bpmn2:outgoing>SequenceFlow_16ghmax</bpmn2:outgoing>
344 </bpmn2:exclusiveGateway>
345 <bpmn2:sequenceFlow id="SequenceFlow_1rpg6ac" name="no" sourceRef="ExclusiveGateway_1h87hhh" targetRef="SDNCAdapterPrep2" />
346 <bpmn2:sequenceFlow id="SequenceFlow_16ghmax" name="yes" sourceRef="ExclusiveGateway_1h87hhh" targetRef="PrepareSDNCUnassignRequest">
347 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("DCVFMR_rollbackSDNCRequestAssign") == "true" && execution.getVariable("sdncVersion") == "1707"}]]></bpmn2:conditionExpression>
348 </bpmn2:sequenceFlow>
349 <bpmn2:sequenceFlow id="SequenceFlow_12otwa4" sourceRef="PostProcessSDNCUnassignRequest" targetRef="ExclusiveGateway_5" />
350 <bpmn2:sequenceFlow id="SequenceFlow_1h8ve60" sourceRef="SetSuccessfulRollbackStatus" targetRef="EndEvent_9" />
351 <bpmn2:scriptTask id="SetSuccessfulRollbackStatus" name="Set Successful Rollback Status" scriptFormat="groovy">
352 <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>
353 <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>
354 <bpmn2:outgoing>SequenceFlow_1h8ve60</bpmn2:outgoing>
355 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
356def dcvfmr = new DoCreateVfModuleRollback()
357dcvfmr.setSuccessfulRollbackStatus(execution)]]></bpmn2:script>
358 </bpmn2:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +0200359 </bpmn2:process>
360 <bpmn2:error id="Error_1" name="MSO Workflow Exception" errorCode="MSOWorkflowException" />
361 <bpmn2:message id="Message_1" name="DoCreateVfModuleRollbackRequest" />
362 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
363 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateVfModuleRollback">
364 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_37" bpmnElement="StartEvent_1">
365 <dc:Bounds x="13" y="100" width="36" height="36" />
366 <bpmndi:BPMNLabel>
367 <dc:Bounds x="31" y="141" width="0" height="0" />
368 </bpmndi:BPMNLabel>
369 </bpmndi:BPMNShape>
370 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="InitializeVariables">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400371 <dc:Bounds x="115" y="78" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200372 </bpmndi:BPMNShape>
373 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_37" targetElement="_BPMNShape_ScriptTask_22">
374 <di:waypoint xsi:type="dc:Point" x="49" y="118" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400375 <di:waypoint xsi:type="dc:Point" x="115" y="118" />
xg353yb6b7bef2017-04-11 13:30:42 +0200376 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400377 <dc:Bounds x="82" y="103" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200378 </bpmndi:BPMNLabel>
379 </bpmndi:BPMNEdge>
380 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="InvokePrepareUpdateAAIVfModule">
381 <dc:Bounds x="725" y="23" width="100" height="80" />
382 </bpmndi:BPMNShape>
383 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_168" bpmnElement="PrepareUpdateAAIVfModulePrep">
384 <dc:Bounds x="552" y="23" width="100" height="80" />
385 </bpmndi:BPMNShape>
386 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_170" bpmnElement="VNFAdapterPrep">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400387 <dc:Bounds x="104" y="763" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200388 </bpmndi:BPMNShape>
389 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_13" bpmnElement="InvokeVNFAdapterRestV1">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400390 <dc:Bounds x="262" y="763" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200391 </bpmndi:BPMNShape>
392 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_170" targetElement="_BPMNShape_CallActivity_13">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400393 <di:waypoint xsi:type="dc:Point" x="204" y="803" />
394 <di:waypoint xsi:type="dc:Point" x="262" y="803" />
xg353yb6b7bef2017-04-11 13:30:42 +0200395 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400396 <dc:Bounds x="225" y="803" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200397 </bpmndi:BPMNLabel>
398 </bpmndi:BPMNEdge>
399 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_171" bpmnElement="UpdateAAIVfModulePrep">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400400 <dc:Bounds x="552" y="758" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200401 </bpmndi:BPMNShape>
402 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_14" bpmnElement="InvokeUpdateAAIVfModule">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400403 <dc:Bounds x="732" y="758" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200404 </bpmndi:BPMNShape>
405 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="SDNCAdapterPrep2">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400406 <dc:Bounds x="187" y="995" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200407 </bpmndi:BPMNShape>
408 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_15" bpmnElement="InvokeSDNCAdapterV1_2">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400409 <dc:Bounds x="327" y="995" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200410 </bpmndi:BPMNShape>
411 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="DeleteAAIVfModulePrep">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400412 <dc:Bounds x="704" y="998" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200413 </bpmndi:BPMNShape>
414 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_16" bpmnElement="InvokeDeleteAAIVfModule">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400415 <dc:Bounds x="860" y="998" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200416 </bpmndi:BPMNShape>
417 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_CallActivity_15">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400418 <di:waypoint xsi:type="dc:Point" x="287" y="1035" />
419 <di:waypoint xsi:type="dc:Point" x="327" y="1035" />
xg353yb6b7bef2017-04-11 13:30:42 +0200420 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400421 <dc:Bounds x="307" y="1035" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200422 </bpmndi:BPMNLabel>
423 </bpmndi:BPMNEdge>
424 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_CallActivity_16">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400425 <di:waypoint xsi:type="dc:Point" x="804" y="1038" />
426 <di:waypoint xsi:type="dc:Point" x="860" y="1038" />
xg353yb6b7bef2017-04-11 13:30:42 +0200427 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400428 <dc:Bounds x="820" y="1038" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200429 </bpmndi:BPMNLabel>
430 </bpmndi:BPMNEdge>
431 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_169" bpmnElement="EndEvent_9">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400432 <dc:Bounds x="1159" y="1105" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200433 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400434 <dc:Bounds x="1177" y="1146" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200435 </bpmndi:BPMNLabel>
436 </bpmndi:BPMNShape>
437 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_CallActivity_16" targetElement="_BPMNShape_EndEvent_169">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400438 <di:waypoint xsi:type="dc:Point" x="960" y="1038" />
439 <di:waypoint xsi:type="dc:Point" x="1078" y="1038" />
440 <di:waypoint xsi:type="dc:Point" x="1078" y="1083" />
xg353yb6b7bef2017-04-11 13:30:42 +0200441 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400442 <dc:Bounds x="1019" y="1023" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200443 </bpmndi:BPMNLabel>
444 </bpmndi:BPMNEdge>
445 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_223" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
446 <dc:Bounds x="404" y="92" width="50" height="50" />
447 <bpmndi:BPMNLabel>
448 <dc:Bounds x="326" y="167" width="228" height="22" />
449 </bpmndi:BPMNLabel>
450 </bpmndi:BPMNShape>
451 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_22" targetElement="_BPMNShape_ExclusiveGateway_223">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400452 <di:waypoint xsi:type="dc:Point" x="215" y="118" />
453 <di:waypoint xsi:type="dc:Point" x="278" y="118" />
xg353yb6b7bef2017-04-11 13:30:42 +0200454 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400455 <dc:Bounds x="247" y="103" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200456 </bpmndi:BPMNLabel>
457 </bpmndi:BPMNEdge>
458 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_224" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">
459 <dc:Bounds x="912" y="92" width="50" height="50" />
460 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400461 <dc:Bounds x="897" y="152" width="79" height="24" />
xg353yb6b7bef2017-04-11 13:30:42 +0200462 </bpmndi:BPMNLabel>
463 </bpmndi:BPMNShape>
464 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_ScriptTask_168">
465 <di:waypoint xsi:type="dc:Point" x="429" y="92" />
466 <di:waypoint xsi:type="dc:Point" x="429" y="63" />
467 <di:waypoint xsi:type="dc:Point" x="503" y="63" />
468 <di:waypoint xsi:type="dc:Point" x="552" y="63" />
469 <bpmndi:BPMNLabel>
470 <dc:Bounds x="473" y="63" width="6" height="6" />
471 </bpmndi:BPMNLabel>
472 </bpmndi:BPMNEdge>
473 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_168" targetElement="_BPMNShape_ScriptTask_160">
474 <di:waypoint xsi:type="dc:Point" x="652" y="63" />
475 <di:waypoint xsi:type="dc:Point" x="725" y="63" />
476 </bpmndi:BPMNEdge>
477 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_ExclusiveGateway_224">
478 <di:waypoint xsi:type="dc:Point" x="825" y="63" />
479 <di:waypoint xsi:type="dc:Point" x="862" y="63" />
480 <di:waypoint xsi:type="dc:Point" x="937" y="63" />
481 <di:waypoint xsi:type="dc:Point" x="937" y="92" />
482 <bpmndi:BPMNLabel>
483 <dc:Bounds x="888" y="63" width="6" height="6" />
484 </bpmndi:BPMNLabel>
485 </bpmndi:BPMNEdge>
486 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_ExclusiveGateway_224">
487 <di:waypoint xsi:type="dc:Point" x="454" y="117" />
488 <di:waypoint xsi:type="dc:Point" x="912" y="117" />
489 <bpmndi:BPMNLabel>
490 <dc:Bounds x="676" y="117" width="6" height="6" />
491 </bpmndi:BPMNLabel>
492 </bpmndi:BPMNEdge>
493 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ExclusiveGateway_224" targetElement="_BPMNShape_ScriptTask_170">
494 <di:waypoint xsi:type="dc:Point" x="937" y="142" />
495 <di:waypoint xsi:type="dc:Point" x="937" y="229" />
496 <di:waypoint xsi:type="dc:Point" x="29" y="229" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400497 <di:waypoint xsi:type="dc:Point" x="29" y="321" />
498 <di:waypoint xsi:type="dc:Point" x="203" y="321" />
xg353yb6b7bef2017-04-11 13:30:42 +0200499 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400500 <dc:Bounds x="501" y="235" width="18" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200501 </bpmndi:BPMNLabel>
502 </bpmndi:BPMNEdge>
503 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_225" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400504 <dc:Bounds x="414" y="837" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200505 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400506 <dc:Bounds x="398" y="892" width="84" height="26" />
xg353yb6b7bef2017-04-11 13:30:42 +0200507 </bpmndi:BPMNLabel>
508 </bpmndi:BPMNShape>
509 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_CallActivity_13" targetElement="_BPMNShape_ExclusiveGateway_225">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400510 <di:waypoint xsi:type="dc:Point" x="362" y="803" />
511 <di:waypoint xsi:type="dc:Point" x="383" y="803" />
512 <di:waypoint xsi:type="dc:Point" x="439" y="803" />
513 <di:waypoint xsi:type="dc:Point" x="439" y="837" />
xg353yb6b7bef2017-04-11 13:30:42 +0200514 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400515 <dc:Bounds x="424" y="803" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200516 </bpmndi:BPMNLabel>
517 </bpmndi:BPMNEdge>
518 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ExclusiveGateway_225" targetElement="_BPMNShape_ScriptTask_171">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400519 <di:waypoint xsi:type="dc:Point" x="464" y="862" />
520 <di:waypoint xsi:type="dc:Point" x="485" y="862" />
521 <di:waypoint xsi:type="dc:Point" x="485" y="798" />
522 <di:waypoint xsi:type="dc:Point" x="552" y="798" />
xg353yb6b7bef2017-04-11 13:30:42 +0200523 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400524 <dc:Bounds x="507" y="803" width="18" height="14" />
xg353yb6b7bef2017-04-11 13:30:42 +0200525 </bpmndi:BPMNLabel>
526 </bpmndi:BPMNEdge>
527 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_171" targetElement="_BPMNShape_CallActivity_14">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400528 <di:waypoint xsi:type="dc:Point" x="652" y="798" />
529 <di:waypoint xsi:type="dc:Point" x="732" y="798" />
xg353yb6b7bef2017-04-11 13:30:42 +0200530 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400531 <dc:Bounds x="663" y="798" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200532 </bpmndi:BPMNLabel>
533 </bpmndi:BPMNEdge>
534 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_226" bpmnElement="ExclusiveGateway_4" isMarkerVisible="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400535 <dc:Bounds x="912" y="837" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200536 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400537 <dc:Bounds x="898" y="892" width="80" height="26" />
xg353yb6b7bef2017-04-11 13:30:42 +0200538 </bpmndi:BPMNLabel>
539 </bpmndi:BPMNShape>
540 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ExclusiveGateway_224" targetElement="_BPMNShape_ExclusiveGateway_225">
541 <di:waypoint xsi:type="dc:Point" x="962" y="117" />
542 <di:waypoint xsi:type="dc:Point" x="1025" y="117" />
543 <di:waypoint xsi:type="dc:Point" x="1025" y="212" />
544 <di:waypoint xsi:type="dc:Point" x="19" y="212" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400545 <di:waypoint xsi:type="dc:Point" x="19" y="382" />
546 <di:waypoint xsi:type="dc:Point" x="922" y="382" />
xg353yb6b7bef2017-04-11 13:30:42 +0200547 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400548 <dc:Bounds x="501" y="187" width="12" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200549 </bpmndi:BPMNLabel>
550 </bpmndi:BPMNEdge>
551 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ExclusiveGateway_225" targetElement="_BPMNShape_ExclusiveGateway_226">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400552 <di:waypoint xsi:type="dc:Point" x="464" y="862" />
553 <di:waypoint xsi:type="dc:Point" x="912" y="862" />
xg353yb6b7bef2017-04-11 13:30:42 +0200554 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400555 <dc:Bounds x="675" y="862" width="12" height="14" />
xg353yb6b7bef2017-04-11 13:30:42 +0200556 </bpmndi:BPMNLabel>
557 </bpmndi:BPMNEdge>
558 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_CallActivity_14" targetElement="_BPMNShape_ExclusiveGateway_226">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400559 <di:waypoint xsi:type="dc:Point" x="832" y="798" />
560 <di:waypoint xsi:type="dc:Point" x="937" y="798" />
561 <di:waypoint xsi:type="dc:Point" x="937" y="837" />
xg353yb6b7bef2017-04-11 13:30:42 +0200562 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400563 <dc:Bounds x="910" y="798" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200564 </bpmndi:BPMNLabel>
565 </bpmndi:BPMNEdge>
566 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ExclusiveGateway_226" targetElement="_BPMNShape_ScriptTask_172">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400567 <di:waypoint xsi:type="dc:Point" x="937" y="887" />
568 <di:waypoint xsi:type="dc:Point" x="937" y="958" />
569 <di:waypoint xsi:type="dc:Point" x="34" y="958" />
570 <di:waypoint xsi:type="dc:Point" x="34" y="1103" />
571 <di:waypoint xsi:type="dc:Point" x="54" y="1103" />
xg353yb6b7bef2017-04-11 13:30:42 +0200572 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400573 <dc:Bounds x="222" y="958" width="18" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200574 </bpmndi:BPMNLabel>
575 </bpmndi:BPMNEdge>
576 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_227" bpmnElement="ExclusiveGateway_5" isMarkerVisible="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400577 <dc:Bounds x="589" y="1098" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200578 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400579 <dc:Bounds x="578" y="1153" width="71" height="24" />
xg353yb6b7bef2017-04-11 13:30:42 +0200580 </bpmndi:BPMNLabel>
581 </bpmndi:BPMNShape>
582 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ExclusiveGateway_226" targetElement="_BPMNShape_ExclusiveGateway_227">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400583 <di:waypoint xsi:type="dc:Point" x="962" y="862" />
584 <di:waypoint xsi:type="dc:Point" x="1029" y="862" />
585 <di:waypoint xsi:type="dc:Point" x="1029" y="942" />
586 <di:waypoint xsi:type="dc:Point" x="25" y="942" />
587 <di:waypoint xsi:type="dc:Point" x="25" y="1246" />
588 <di:waypoint xsi:type="dc:Point" x="614" y="1246" />
589 <di:waypoint xsi:type="dc:Point" x="614" y="1148" />
xg353yb6b7bef2017-04-11 13:30:42 +0200590 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400591 <dc:Bounds x="796" y="912" width="12" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200592 </bpmndi:BPMNLabel>
593 </bpmndi:BPMNEdge>
594 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ExclusiveGateway_227" targetElement="_BPMNShape_EndEvent_169">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400595 <di:waypoint xsi:type="dc:Point" x="639" y="1123" />
596 <di:waypoint xsi:type="dc:Point" x="1028" y="1123" />
xg353yb6b7bef2017-04-11 13:30:42 +0200597 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400598 <dc:Bounds x="811" y="1123" width="12" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200599 </bpmndi:BPMNLabel>
600 </bpmndi:BPMNEdge>
601 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ExclusiveGateway_227" targetElement="_BPMNShape_ScriptTask_173">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400602 <di:waypoint xsi:type="dc:Point" x="639" y="1123" />
603 <di:waypoint xsi:type="dc:Point" x="664" y="1123" />
604 <di:waypoint xsi:type="dc:Point" x="664" y="1067" />
605 <di:waypoint xsi:type="dc:Point" x="664" y="1038" />
606 <di:waypoint xsi:type="dc:Point" x="704" y="1038" />
xg353yb6b7bef2017-04-11 13:30:42 +0200607 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400608 <dc:Bounds x="679" y="1044" width="18" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200609 </bpmndi:BPMNLabel>
610 </bpmndi:BPMNEdge>
611 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_255" bpmnElement="ScriptTask_1">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400612 <dc:Bounds x="461" y="995" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200613 </bpmndi:BPMNShape>
614 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_CallActivity_15" targetElement="_BPMNShape_ScriptTask_255">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400615 <di:waypoint xsi:type="dc:Point" x="427" y="1035" />
616 <di:waypoint xsi:type="dc:Point" x="461" y="1035" />
xg353yb6b7bef2017-04-11 13:30:42 +0200617 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400618 <dc:Bounds x="446" y="1035" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200619 </bpmndi:BPMNLabel>
620 </bpmndi:BPMNEdge>
621 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_255" targetElement="_BPMNShape_ExclusiveGateway_227">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400622 <di:waypoint xsi:type="dc:Point" x="561" y="1035" />
623 <di:waypoint xsi:type="dc:Point" x="614" y="1035" />
624 <di:waypoint xsi:type="dc:Point" x="614" y="1098" />
xg353yb6b7bef2017-04-11 13:30:42 +0200625 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400626 <dc:Bounds x="614" y="1040" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200627 </bpmndi:BPMNLabel>
628 </bpmndi:BPMNEdge>
629 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_22" bpmnElement="SubProcess_1" isExpanded="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400630 <dc:Bounds x="0" y="1362" width="699" height="159" />
xg353yb6b7bef2017-04-11 13:30:42 +0200631 </bpmndi:BPMNShape>
632 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_59" bpmnElement="CatchExceptions">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400633 <dc:Bounds x="20" y="1413" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200634 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400635 <dc:Bounds x="26" y="1458" width="86" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200636 </bpmndi:BPMNLabel>
637 </bpmndi:BPMNShape>
638 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_281" bpmnElement="LogSaveWorkflowException">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400639 <dc:Bounds x="364" y="1391" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200640 </bpmndi:BPMNShape>
641 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_188" bpmnElement="EndEvent_1">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400642 <dc:Bounds x="538" y="1413" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200643 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400644 <dc:Bounds x="556" y="1449" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200645 </bpmndi:BPMNLabel>
646 </bpmndi:BPMNShape>
647 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_55" bpmnElement="BoundaryEvent_1">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400648 <dc:Bounds x="681" y="1412" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200649 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400650 <dc:Bounds x="699" y="1448" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200651 </bpmndi:BPMNLabel>
652 </bpmndi:BPMNShape>
653 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_189" bpmnElement="EndEvent_2">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400654 <dc:Bounds x="835" y="1412" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200655 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400656 <dc:Bounds x="853" y="1453" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200657 </bpmndi:BPMNLabel>
658 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200659 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_BoundaryEvent_55" targetElement="_BPMNShape_EndEvent_189">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400660 <di:waypoint xsi:type="dc:Point" x="717" y="1430" />
661 <di:waypoint xsi:type="dc:Point" x="835" y="1430" />
xg353yb6b7bef2017-04-11 13:30:42 +0200662 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400663 <dc:Bounds x="776" y="1415" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200664 </bpmndi:BPMNLabel>
665 </bpmndi:BPMNEdge>
666 <bpmndi:BPMNShape id="ExclusiveGateway_0a0hroy_di" bpmnElement="ExclusiveGateway_0a0hroy" isMarkerVisible="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400667 <dc:Bounds x="413" y="588" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200668 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400669 <dc:Bounds x="397" y="638" width="84" height="38" />
xg353yb6b7bef2017-04-11 13:30:42 +0200670 </bpmndi:BPMNLabel>
671 </bpmndi:BPMNShape>
672 <bpmndi:BPMNShape id="ScriptTask_0mnb4d7_di" bpmnElement="Task_08csf14">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400673 <dc:Bounds x="212" y="507" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200674 </bpmndi:BPMNShape>
675 <bpmndi:BPMNShape id="ScriptTask_1shi2a6_di" bpmnElement="Task_18r7u02">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400676 <dc:Bounds x="552" y="507" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200677 </bpmndi:BPMNShape>
678 <bpmndi:BPMNShape id="CallActivity_0zvct4i_di" bpmnElement="Task_01ajtiy">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400679 <dc:Bounds x="747" y="507" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200680 </bpmndi:BPMNShape>
681 <bpmndi:BPMNEdge id="SequenceFlow_0djpj3r_di" bpmnElement="SequenceFlow_0djpj3r">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400682 <di:waypoint xsi:type="dc:Point" x="312" y="547" />
683 <di:waypoint xsi:type="dc:Point" x="438" y="547" />
684 <di:waypoint xsi:type="dc:Point" x="438" y="589" />
xg353yb6b7bef2017-04-11 13:30:42 +0200685 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400686 <dc:Bounds x="375" y="532" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200687 </bpmndi:BPMNLabel>
688 </bpmndi:BPMNEdge>
689 <bpmndi:BPMNShape id="ExclusiveGateway_0uvarlv_di" bpmnElement="ExclusiveGateway_0uvarlv" isMarkerVisible="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400690 <dc:Bounds x="921" y="588" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200691 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400692 <dc:Bounds x="907" y="638" width="78" height="26" />
xg353yb6b7bef2017-04-11 13:30:42 +0200693 </bpmndi:BPMNLabel>
694 </bpmndi:BPMNShape>
695 <bpmndi:BPMNEdge id="SequenceFlow_185bo77_di" bpmnElement="SequenceFlow_185bo77">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400696 <di:waypoint xsi:type="dc:Point" x="463" y="613" />
697 <di:waypoint xsi:type="dc:Point" x="692" y="613" />
698 <di:waypoint xsi:type="dc:Point" x="692" y="613" />
699 <di:waypoint xsi:type="dc:Point" x="921" y="613" />
xg353yb6b7bef2017-04-11 13:30:42 +0200700 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400701 <dc:Bounds x="701" y="613" width="12" height="14" />
xg353yb6b7bef2017-04-11 13:30:42 +0200702 </bpmndi:BPMNLabel>
703 </bpmndi:BPMNEdge>
704 <bpmndi:BPMNEdge id="SequenceFlow_111l1he_di" bpmnElement="SequenceFlow_111l1he">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400705 <di:waypoint xsi:type="dc:Point" x="463" y="613" />
706 <di:waypoint xsi:type="dc:Point" x="493" y="613" />
707 <di:waypoint xsi:type="dc:Point" x="493" y="547" />
708 <di:waypoint xsi:type="dc:Point" x="552" y="547" />
xg353yb6b7bef2017-04-11 13:30:42 +0200709 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400710 <dc:Bounds x="508" y="553" width="18" height="14" />
xg353yb6b7bef2017-04-11 13:30:42 +0200711 </bpmndi:BPMNLabel>
712 </bpmndi:BPMNEdge>
713 <bpmndi:BPMNEdge id="SequenceFlow_0ca4brn_di" bpmnElement="SequenceFlow_0ca4brn">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400714 <di:waypoint xsi:type="dc:Point" x="652" y="547" />
715 <di:waypoint xsi:type="dc:Point" x="693" y="547" />
716 <di:waypoint xsi:type="dc:Point" x="693" y="547" />
717 <di:waypoint xsi:type="dc:Point" x="747" y="547" />
xg353yb6b7bef2017-04-11 13:30:42 +0200718 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400719 <dc:Bounds x="708" y="547" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200720 </bpmndi:BPMNLabel>
721 </bpmndi:BPMNEdge>
722 <bpmndi:BPMNEdge id="SequenceFlow_19r2uus_di" bpmnElement="SequenceFlow_19r2uus">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400723 <di:waypoint xsi:type="dc:Point" x="847" y="547" />
724 <di:waypoint xsi:type="dc:Point" x="946" y="547" />
725 <di:waypoint xsi:type="dc:Point" x="946" y="588" />
xg353yb6b7bef2017-04-11 13:30:42 +0200726 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400727 <dc:Bounds x="897" y="532" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200728 </bpmndi:BPMNLabel>
729 </bpmndi:BPMNEdge>
730 <bpmndi:BPMNEdge id="SequenceFlow_1p0v6yk_di" bpmnElement="SequenceFlow_1p0v6yk">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400731 <di:waypoint xsi:type="dc:Point" x="946" y="638" />
732 <di:waypoint xsi:type="dc:Point" x="946" y="724" />
733 <di:waypoint xsi:type="dc:Point" x="47" y="724" />
734 <di:waypoint xsi:type="dc:Point" x="47" y="803" />
735 <di:waypoint xsi:type="dc:Point" x="104" y="803" />
xg353yb6b7bef2017-04-11 13:30:42 +0200736 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400737 <dc:Bounds x="507" y="732" width="18" height="14" />
xg353yb6b7bef2017-04-11 13:30:42 +0200738 </bpmndi:BPMNLabel>
739 </bpmndi:BPMNEdge>
740 <bpmndi:BPMNEdge id="SequenceFlow_03i4czf_di" bpmnElement="SequenceFlow_03i4czf">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400741 <di:waypoint xsi:type="dc:Point" x="971" y="613" />
742 <di:waypoint xsi:type="dc:Point" x="1036" y="613" />
743 <di:waypoint xsi:type="dc:Point" x="1036" y="709" />
744 <di:waypoint xsi:type="dc:Point" x="30" y="709" />
745 <di:waypoint xsi:type="dc:Point" x="30" y="862" />
746 <di:waypoint xsi:type="dc:Point" x="414" y="862" />
xg353yb6b7bef2017-04-11 13:30:42 +0200747 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400748 <dc:Bounds x="508" y="683" width="12" height="14" />
xg353yb6b7bef2017-04-11 13:30:42 +0200749 </bpmndi:BPMNLabel>
750 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400751 <bpmndi:BPMNShape id="ExclusiveGateway_1yozzae_di" bpmnElement="ExclusiveGateway_1yozzae" isMarkerVisible="true">
752 <dc:Bounds x="278" y="93" width="50" height="50" />
753 <bpmndi:BPMNLabel>
754 <dc:Bounds x="267" y="143" width="72" height="12" />
755 </bpmndi:BPMNLabel>
756 </bpmndi:BPMNShape>
757 <bpmndi:BPMNEdge id="SequenceFlow_11er1t8_di" bpmnElement="SequenceFlow_11er1t8">
758 <di:waypoint xsi:type="dc:Point" x="328" y="118" />
759 <di:waypoint xsi:type="dc:Point" x="404" y="117" />
760 <bpmndi:BPMNLabel>
761 <dc:Bounds x="360" y="93.5" width="12" height="12" />
762 </bpmndi:BPMNLabel>
763 </bpmndi:BPMNEdge>
764 <bpmndi:BPMNEdge id="SequenceFlow_0ggp8wz_di" bpmnElement="SequenceFlow_0ggp8wz">
765 <di:waypoint xsi:type="dc:Point" x="303" y="93" />
766 <di:waypoint xsi:type="dc:Point" x="303" y="-11" />
767 <di:waypoint xsi:type="dc:Point" x="1152" y="-11" />
768 <di:waypoint xsi:type="dc:Point" x="1177" y="1105" />
769 <bpmndi:BPMNLabel>
770 <dc:Bounds x="719" y="-26" width="18" height="12" />
771 </bpmndi:BPMNLabel>
772 </bpmndi:BPMNEdge>
773 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_281" targetElement="_BPMNShape_EndEvent_188">
774 <di:waypoint xsi:type="dc:Point" x="464" y="1431" />
775 <di:waypoint xsi:type="dc:Point" x="538" y="1431" />
776 <bpmndi:BPMNLabel>
777 <dc:Bounds x="501" y="1416" width="0" height="0" />
778 </bpmndi:BPMNLabel>
779 </bpmndi:BPMNEdge>
780 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_StartEvent_59" targetElement="_BPMNShape_ScriptTask_281">
781 <di:waypoint xsi:type="dc:Point" x="56" y="1431" />
782 <di:waypoint xsi:type="dc:Point" x="171" y="1431" />
783 <bpmndi:BPMNLabel>
784 <dc:Bounds x="114" y="1416" width="0" height="0" />
785 </bpmndi:BPMNLabel>
786 </bpmndi:BPMNEdge>
787 <bpmndi:BPMNShape id="ExclusiveGateway_1938vz9_di" bpmnElement="ExclusiveGateway_1938vz9" isMarkerVisible="true">
788 <dc:Bounds x="921.561377245509" y="357" width="50" height="50" />
789 <bpmndi:BPMNLabel>
790 <dc:Bounds x="902" y="407" width="90" height="24" />
791 </bpmndi:BPMNLabel>
792 </bpmndi:BPMNShape>
793 <bpmndi:BPMNShape id="ScriptTask_17dmaj7_di" bpmnElement="PrepareSDNCDeactivateRequest">
794 <dc:Bounds x="204" y="281" width="100" height="80" />
795 </bpmndi:BPMNShape>
796 <bpmndi:BPMNShape id="CallActivity_0ouj5y6_di" bpmnElement="CallSDNCDeactivate">
797 <dc:Bounds x="401" y="280" width="100" height="80" />
798 </bpmndi:BPMNShape>
799 <bpmndi:BPMNShape id="ScriptTask_1fmh02z_di" bpmnElement="PostProcessSDNCDeactivateRequest">
800 <dc:Bounds x="613" y="280" width="100" height="80" />
801 </bpmndi:BPMNShape>
802 <bpmndi:BPMNEdge id="SequenceFlow_0ugalf8_di" bpmnElement="SequenceFlow_0ugalf8">
803 <di:waypoint xsi:type="dc:Point" x="304" y="321" />
804 <di:waypoint xsi:type="dc:Point" x="401" y="320" />
805 <bpmndi:BPMNLabel>
806 <dc:Bounds x="353" y="295.5" width="0" height="0" />
807 </bpmndi:BPMNLabel>
808 </bpmndi:BPMNEdge>
809 <bpmndi:BPMNEdge id="SequenceFlow_0n78x37_di" bpmnElement="SequenceFlow_0n78x37">
810 <di:waypoint xsi:type="dc:Point" x="501" y="320" />
811 <di:waypoint xsi:type="dc:Point" x="613" y="320" />
812 <bpmndi:BPMNLabel>
813 <dc:Bounds x="557" y="295" width="0" height="0" />
814 </bpmndi:BPMNLabel>
815 </bpmndi:BPMNEdge>
816 <bpmndi:BPMNEdge id="SequenceFlow_06rm0hg_di" bpmnElement="SequenceFlow_06rm0hg">
817 <di:waypoint xsi:type="dc:Point" x="713" y="320" />
818 <di:waypoint xsi:type="dc:Point" x="947" y="320" />
819 <di:waypoint xsi:type="dc:Point" x="947" y="357" />
820 <bpmndi:BPMNLabel>
821 <dc:Bounds x="830" y="305" width="0" height="0" />
822 </bpmndi:BPMNLabel>
823 </bpmndi:BPMNEdge>
824 <bpmndi:BPMNEdge id="SequenceFlow_0n58kg1_di" bpmnElement="SequenceFlow_0n58kg1">
825 <di:waypoint xsi:type="dc:Point" x="972" y="382" />
826 <di:waypoint xsi:type="dc:Point" x="1033" y="382" />
827 <di:waypoint xsi:type="dc:Point" x="1033" y="466" />
828 <di:waypoint xsi:type="dc:Point" x="14" y="466" />
829 <di:waypoint xsi:type="dc:Point" x="14" y="613" />
830 <di:waypoint xsi:type="dc:Point" x="413" y="613" />
831 <bpmndi:BPMNLabel>
832 <dc:Bounds x="508" y="444" width="12" height="12" />
833 </bpmndi:BPMNLabel>
834 </bpmndi:BPMNEdge>
835 <bpmndi:BPMNEdge id="SequenceFlow_0unumxv_di" bpmnElement="SequenceFlow_0unumxv">
836 <di:waypoint xsi:type="dc:Point" x="947" y="407" />
837 <di:waypoint xsi:type="dc:Point" x="947" y="482" />
838 <di:waypoint xsi:type="dc:Point" x="32" y="482" />
839 <di:waypoint xsi:type="dc:Point" x="32" y="547" />
840 <di:waypoint xsi:type="dc:Point" x="211" y="547" />
841 <bpmndi:BPMNLabel>
842 <dc:Bounds x="506" y="493" width="18" height="12" />
843 </bpmndi:BPMNLabel>
844 </bpmndi:BPMNEdge>
845 <bpmndi:BPMNEdge id="SequenceFlow_1iufuuu_di" bpmnElement="SequenceFlow_1iufuuu">
846 <di:waypoint xsi:type="dc:Point" x="287" y="1177" />
847 <di:waypoint xsi:type="dc:Point" x="328" y="1177" />
848 <bpmndi:BPMNLabel>
849 <dc:Bounds x="308" y="1162" width="0" height="0" />
850 </bpmndi:BPMNLabel>
851 </bpmndi:BPMNEdge>
852 <bpmndi:BPMNEdge id="SequenceFlow_1l4n37b_di" bpmnElement="SequenceFlow_1l4n37b">
853 <di:waypoint xsi:type="dc:Point" x="428" y="1177" />
854 <di:waypoint xsi:type="dc:Point" x="469" y="1176" />
855 <bpmndi:BPMNLabel>
856 <dc:Bounds x="449" y="1161.5" width="0" height="0" />
857 </bpmndi:BPMNLabel>
858 </bpmndi:BPMNEdge>
859 <bpmndi:BPMNShape id="ScriptTask_0qvylv2_di" bpmnElement="PrepareSDNCUnassignRequest">
860 <dc:Bounds x="187" y="1138" width="100" height="80" />
861 </bpmndi:BPMNShape>
862 <bpmndi:BPMNShape id="CallActivity_1stidyk_di" bpmnElement="CallSDNCAdapterUnassign">
863 <dc:Bounds x="328" y="1137" width="100" height="80" />
864 </bpmndi:BPMNShape>
865 <bpmndi:BPMNShape id="ScriptTask_1ub9z2k_di" bpmnElement="PostProcessSDNCUnassignRequest">
866 <dc:Bounds x="469" y="1136" width="100" height="80" />
867 </bpmndi:BPMNShape>
868 <bpmndi:BPMNShape id="ExclusiveGateway_1h87hhh_di" bpmnElement="ExclusiveGateway_1h87hhh" isMarkerVisible="true">
869 <dc:Bounds x="55.989141164856846" y="1077.9259624876604" width="50" height="50" />
870 <bpmndi:BPMNLabel>
871 <dc:Bounds x="41" y="1127.9259624876604" width="79" height="24" />
872 </bpmndi:BPMNLabel>
873 </bpmndi:BPMNShape>
874 <bpmndi:BPMNEdge id="SequenceFlow_1rpg6ac_di" bpmnElement="SequenceFlow_1rpg6ac">
875 <di:waypoint xsi:type="dc:Point" x="81" y="1078" />
876 <di:waypoint xsi:type="dc:Point" x="81" y="1035" />
877 <di:waypoint xsi:type="dc:Point" x="187" y="1035" />
878 <bpmndi:BPMNLabel>
879 <dc:Bounds x="100" y="1010.5" width="12" height="12" />
880 </bpmndi:BPMNLabel>
881 </bpmndi:BPMNEdge>
882 <bpmndi:BPMNEdge id="SequenceFlow_16ghmax_di" bpmnElement="SequenceFlow_16ghmax">
883 <di:waypoint xsi:type="dc:Point" x="81" y="1128" />
884 <di:waypoint xsi:type="dc:Point" x="81" y="1178" />
885 <di:waypoint xsi:type="dc:Point" x="187" y="1178" />
886 <bpmndi:BPMNLabel>
887 <dc:Bounds x="92" y="1182" width="18" height="12" />
888 </bpmndi:BPMNLabel>
889 </bpmndi:BPMNEdge>
890 <bpmndi:BPMNEdge id="SequenceFlow_12otwa4_di" bpmnElement="SequenceFlow_12otwa4">
891 <di:waypoint xsi:type="dc:Point" x="569" y="1176" />
892 <di:waypoint xsi:type="dc:Point" x="579" y="1176" />
893 <di:waypoint xsi:type="dc:Point" x="579" y="1123" />
894 <di:waypoint xsi:type="dc:Point" x="589" y="1123" />
895 <bpmndi:BPMNLabel>
896 <dc:Bounds x="594" y="1139.5" width="0" height="0" />
897 </bpmndi:BPMNLabel>
898 </bpmndi:BPMNEdge>
899 <bpmndi:BPMNEdge id="SequenceFlow_1h8ve60_di" bpmnElement="SequenceFlow_1h8ve60">
900 <di:waypoint xsi:type="dc:Point" x="1128" y="1123" />
901 <di:waypoint xsi:type="dc:Point" x="1159" y="1123" />
902 <bpmndi:BPMNLabel>
903 <dc:Bounds x="1144" y="1108" width="0" height="0" />
904 </bpmndi:BPMNLabel>
905 </bpmndi:BPMNEdge>
906 <bpmndi:BPMNShape id="ScriptTask_0lrbhgj_di" bpmnElement="SetSuccessfulRollbackStatus">
907 <dc:Bounds x="1028" y="1083" width="100" height="80" />
908 </bpmndi:BPMNShape>
909 <bpmndi:BPMNEdge id="SequenceFlow_02fx6z6_di" bpmnElement="SequenceFlow_02fx6z6">
910 <di:waypoint xsi:type="dc:Point" x="271" y="1431" />
911 <di:waypoint xsi:type="dc:Point" x="364" y="1431" />
912 <bpmndi:BPMNLabel>
913 <dc:Bounds x="318" y="1416" width="0" height="0" />
914 </bpmndi:BPMNLabel>
915 </bpmndi:BPMNEdge>
916 <bpmndi:BPMNShape id="ScriptTask_0cd144f_di" bpmnElement="SetFailedRollbackStatus">
917 <dc:Bounds x="171" y="1391" width="100" height="80" />
918 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200919 </bpmndi:BPMNPlane>
920 </bpmndi:BPMNDiagram>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400921</bpmn2:definitions>