06aeafb9264a27b1cd85d1e2179ad011f4dc55c2
[so.git] / bpmn / MSOGammaBPMN / src / main / resources / subprocess / VfModularity / DoDeleteVfModule.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>\r
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://activiti.org/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_Wblj8GyfEeWUWLTvug7ZOg" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://activiti.org/bpmn">\r
3   <bpmn2:process id="DoDeleteVfModule" name="DoDeleteVfModule" isExecutable="true">\r
4     <bpmn2:scriptTask id="UpdateAAIVfModulePrep" name="UpdateAAIVfModule&#xD;&#xA;Prep" scriptFormat="groovy">\r
5       <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>\r
6       <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>\r
7       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
8 def dvm = new DoDeleteVfModule()
9 dvm.prepUpdateAAIVfModule(execution)]]></bpmn2:script>\r
10     </bpmn2:scriptTask>\r
11     <bpmn2:sequenceFlow id="SequenceFlow_28" name="" sourceRef="UpdateAAIVfModulePrep" targetRef="InvokeUpdateAAIVfModule"/>\r
12     <bpmn2:callActivity id="InvokeUpdateAAIVfModule" name="Invoke&#xD;&#xA;UpdateAAIVfModule" calledElement="UpdateAAIVfModule">\r
13       <bpmn2:extensionElements>\r
14         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
15         <camunda:in source="UpdateAAIVfModuleRequest" target="UpdateAAIVfModuleRequest"/>\r
16         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
17       </bpmn2:extensionElements>\r
18       <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>\r
19       <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing>\r
20     </bpmn2:callActivity>\r
21     <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="InvokeUpdateAAIVfModule" targetRef="SDNCAdapterPrep2"/>\r
22     <bpmn2:callActivity id="InvokePrepareUpdateAAIVfModule" name="Invoke&#xD;&#xA;PrepareUpdateAAIVfModule" calledElement="PrepareUpdateAAIVfModule">\r
23       <bpmn2:extensionElements>\r
24         <camunda:in source="PrepareUpdateAAIVfModuleRequest" target="PrepareUpdateAAIVfModuleRequest"/>\r
25         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
26         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
27         <camunda:out source="PUAAIVfMod_heatStackId" target="DoDVfMod_heatStackId"/>\r
28         <camunda:out source="PUAAIVfMod_outVfModule" target="DoDVfMod_vfModuleFromAAI"/>\r
29       </bpmn2:extensionElements>\r
30       <bpmn2:incoming>SequenceFlow_42</bpmn2:incoming>\r
31       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
32     </bpmn2:callActivity>\r
33     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="InvokePrepareUpdateAAIVfModule" targetRef="VNFAdapterPrep"/>\r
34     <bpmn2:callActivity id="InvokeSDNCAdapterV1_2" name="Invoke&#xD;&#xA;SDNCAdapterV1" calledElement="sdncAdapter">\r
35       <bpmn2:extensionElements>\r
36         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
37         <camunda:in source="sdncAdapterWorkflowRequest" target="sdncAdapterWorkflowRequest"/>\r
38         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
39         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
40         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
41         <camunda:out source="sdncAdapterResponse" target="DoDVfMod_doDeleteVfModuleResponse"/>\r
42         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator"/>\r
43       </bpmn2:extensionElements>\r
44       <bpmn2:incoming>SequenceFlow_32</bpmn2:incoming>\r
45       <bpmn2:outgoing>SequenceFlow_33</bpmn2:outgoing>\r
46     </bpmn2:callActivity>\r
47     <bpmn2:sequenceFlow id="SequenceFlow_33" name="" sourceRef="InvokeSDNCAdapterV1_2" targetRef="validateSDNCResponse"/>\r
48     <bpmn2:scriptTask id="VNFAdapterPrep" name="VNFAdapter&#xD;&#xA;Prep" scriptFormat="groovy">\r
49       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
50       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>\r
51       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
52 def dvm = new DoDeleteVfModule()
53 dvm.prepVNFAdapterRequest(execution)]]></bpmn2:script>\r
54     </bpmn2:scriptTask>\r
55     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="VNFAdapterPrep" targetRef="InvokeVNFAdapterRestV1"/>\r
56     <bpmn2:scriptTask id="SDNCAdapterPrep2" name="SDNCAdapter&#xD;&#xA;Prep" scriptFormat="groovy">\r
57       <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming>\r
58       <bpmn2:outgoing>SequenceFlow_32</bpmn2:outgoing>\r
59       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
60 def dvm = new DoDeleteVfModule()
61 dvm.prepSDNCAdapterRequest(execution, "delete")]]></bpmn2:script>\r
62     </bpmn2:scriptTask>\r
63     <bpmn2:sequenceFlow id="SequenceFlow_32" name="" sourceRef="SDNCAdapterPrep2" targetRef="InvokeSDNCAdapterV1_2"/>\r
64     <bpmn2:callActivity id="InvokeVNFAdapterRestV1" name="Invoke&#xD;&#xA;VNFAdapterRestV1" calledElement="vnfAdapterRestV1">\r
65       <bpmn2:extensionElements>\r
66         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
67         <camunda:in source="vnfAdapterRestV1Request" target="vnfAdapterRestV1Request"/>\r
68         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
69         <camunda:out source="vnfAdapterRestV1Response" target="DoDVfMod_doDeleteVfModuleResponse"/>\r
70         <camunda:in source="att-mso-request-id" target="att-mso-request-id"/>\r
71         <camunda:in source="att-mso-service-instance-id" target="att-mso-service-instance-id"/>\r
72       </bpmn2:extensionElements>\r
73       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>\r
74       <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>\r
75     </bpmn2:callActivity>\r
76     <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="InvokeVNFAdapterRestV1" targetRef="UpdateAAIVfModulePrep"/>\r
77     <bpmn2:endEvent id="EndEvent_9">\r
78       <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>\r
79     </bpmn2:endEvent>\r
80     <bpmn2:callActivity id="InvokeDeleteAAIVfModule" name="Invoke&#xD;&#xA;DeleteAAIVfModule" calledElement="DeleteAAIVfModule">\r
81       <bpmn2:extensionElements>\r
82         <camunda:in source="DeleteAAIVfModuleRequest" target="DeleteAAIVfModuleRequest"/>\r
83         <camunda:in source="isVidRequest" target="isVidRequest"/>\r
84         <camunda:out source="WorkflowException" target="WorkflowException"/>\r
85         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>\r
86       </bpmn2:extensionElements>\r
87       <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming>\r
88       <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>\r
89     </bpmn2:callActivity>\r
90     <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="InvokeDeleteAAIVfModule" targetRef="EndEvent_9"/>\r
91     <bpmn2:scriptTask id="DeleteAAIVfModulePrep" name="DeleteAAIVfModule&#xD;&#xA;Prep" scriptFormat="groovy">\r
92       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
93       <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing>\r
94       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
95 def dvm = new DoDeleteVfModule()
96 dvm.prepDeleteAAIVfModule(execution)]]></bpmn2:script>\r
97     </bpmn2:scriptTask>\r
98     <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="DeleteAAIVfModulePrep" targetRef="InvokeDeleteAAIVfModule"/>\r
99     <bpmn2:scriptTask id="validateSDNCResponse" name="Validate SDNC Response" scriptFormat="groovy">\r
100       <bpmn2:incoming>SequenceFlow_33</bpmn2:incoming>\r
101       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
102       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
103 def dvm = new DoDeleteVfModule()
104 dvm.sdncValidateResponse(execution, DoDVfMod_doDeleteVfModuleResponse)]]></bpmn2:script>\r
105     </bpmn2:scriptTask>\r
106     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="validateSDNCResponse" targetRef="DeleteAAIVfModulePrep"/>\r
107     <bpmn2:scriptTask id="InitializeVariables" name="Initialize Variables" scriptFormat="groovy">\r
108       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
109       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>\r
110       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
111 def dvm = new DoDeleteVfModule()
112 dvm.preProcessRequest(execution)]]></bpmn2:script>\r
113     </bpmn2:scriptTask>\r
114     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="InitializeVariables" targetRef="PrepareUpdateAAIVfModulePrep"/>\r
115     <bpmn2:scriptTask id="PrepareUpdateAAIVfModulePrep" name="PrepareUpdateAAIVfModule Prep" scriptFormat="groovy">\r
116       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>\r
117       <bpmn2:outgoing>SequenceFlow_42</bpmn2:outgoing>\r
118       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
119 def dvm = new DoDeleteVfModule()
120 dvm.preProcessRequest(execution)]]></bpmn2:script>\r
121     </bpmn2:scriptTask>\r
122     <bpmn2:sequenceFlow id="SequenceFlow_42" name="" sourceRef="PrepareUpdateAAIVfModulePrep" targetRef="InvokePrepareUpdateAAIVfModule"/>\r
123     <bpmn2:startEvent id="StartEvent_1">\r
124       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
125       <bpmn2:messageEventDefinition id="_MessageEventDefinition_6" messageRef="Message_1"/>\r
126     </bpmn2:startEvent>\r
127     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="InitializeVariables"/>\r
128   </bpmn2:process>\r
129   <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSO Workflow Exception"/>\r
130   <bpmn2:message id="Message_1" name="DoDeleteVfModuleRequest"/>\r
131   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
132     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoDeleteVfModule">\r
133       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_37" bpmnElement="StartEvent_1">\r
134         <dc:Bounds height="36.0" width="36.0" x="34.0" y="57.0"/>\r
135         <bpmndi:BPMNLabel>\r
136           <dc:Bounds height="0.0" width="0.0" x="52.0" y="98.0"/>\r
137         </bpmndi:BPMNLabel>\r
138       </bpmndi:BPMNShape>\r
139       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="InitializeVariables">\r
140         <dc:Bounds height="80.0" width="100.0" x="144.0" y="36.0"/>\r
141       </bpmndi:BPMNShape>\r
142       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_37" targetElement="_BPMNShape_ScriptTask_22">\r
143         <di:waypoint xsi:type="dc:Point" x="70.0" y="75.0"/>\r
144         <di:waypoint xsi:type="dc:Point" x="144.0" y="76.0"/>\r
145         <bpmndi:BPMNLabel>\r
146           <dc:Bounds height="6.0" width="6.0" x="104.0" y="0.0"/>\r
147         </bpmndi:BPMNLabel>\r
148       </bpmndi:BPMNEdge>\r
149       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="InvokePrepareUpdateAAIVfModule">\r
150         <dc:Bounds height="80.0" width="100.0" x="480.0" y="36.0"/>\r
151       </bpmndi:BPMNShape>\r
152       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_168" bpmnElement="PrepareUpdateAAIVfModulePrep">\r
153         <dc:Bounds height="80.0" width="100.0" x="315.0" y="36.0"/>\r
154       </bpmndi:BPMNShape>\r
155       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_22" targetElement="_BPMNShape_ScriptTask_168">\r
156         <di:waypoint xsi:type="dc:Point" x="244.0" y="76.0"/>\r
157         <di:waypoint xsi:type="dc:Point" x="315.0" y="76.0"/>\r
158         <bpmndi:BPMNLabel>\r
159           <dc:Bounds height="6.0" width="6.0" x="269.0" y="0.0"/>\r
160         </bpmndi:BPMNLabel>\r
161       </bpmndi:BPMNEdge>\r
162       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_170" bpmnElement="VNFAdapterPrep">\r
163         <dc:Bounds height="80.0" width="100.0" x="83.0" y="187.0"/>\r
164       </bpmndi:BPMNShape>\r
165       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_13" bpmnElement="InvokeVNFAdapterRestV1">\r
166         <dc:Bounds height="80.0" width="100.0" x="216.0" y="188.0"/>\r
167       </bpmndi:BPMNShape>\r
168       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_170" targetElement="_BPMNShape_CallActivity_13">\r
169         <di:waypoint xsi:type="dc:Point" x="183.0" y="227.0"/>\r
170         <di:waypoint xsi:type="dc:Point" x="216.0" y="228.0"/>\r
171         <bpmndi:BPMNLabel>\r
172           <dc:Bounds height="6.0" width="6.0" x="24.0" y="81.0"/>\r
173         </bpmndi:BPMNLabel>\r
174       </bpmndi:BPMNEdge>\r
175       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_171" bpmnElement="UpdateAAIVfModulePrep">\r
176         <dc:Bounds height="80.0" width="100.0" x="347.0" y="187.0"/>\r
177       </bpmndi:BPMNShape>\r
178       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_CallActivity_13" targetElement="_BPMNShape_ScriptTask_171">\r
179         <di:waypoint xsi:type="dc:Point" x="316.0" y="228.0"/>\r
180         <di:waypoint xsi:type="dc:Point" x="331.0" y="228.0"/>\r
181         <di:waypoint xsi:type="dc:Point" x="331.0" y="227.0"/>\r
182         <di:waypoint xsi:type="dc:Point" x="347.0" y="227.0"/>\r
183         <bpmndi:BPMNLabel>\r
184           <dc:Bounds height="6.0" width="6.0" x="44.0" y="79.0"/>\r
185         </bpmndi:BPMNLabel>\r
186       </bpmndi:BPMNEdge>\r
187       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_14" bpmnElement="InvokeUpdateAAIVfModule">\r
188         <dc:Bounds height="80.0" width="100.0" x="479.0" y="187.0"/>\r
189       </bpmndi:BPMNShape>\r
190       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ScriptTask_171" targetElement="_BPMNShape_CallActivity_14">\r
191         <di:waypoint xsi:type="dc:Point" x="447.0" y="227.0"/>\r
192         <di:waypoint xsi:type="dc:Point" x="479.0" y="227.0"/>\r
193         <bpmndi:BPMNLabel>\r
194           <dc:Bounds height="6.0" width="6.0" x="76.0" y="79.0"/>\r
195         </bpmndi:BPMNLabel>\r
196       </bpmndi:BPMNEdge>\r
197       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_172" bpmnElement="SDNCAdapterPrep2">\r
198         <dc:Bounds height="80.0" width="100.0" x="84.0" y="343.0"/>\r
199       </bpmndi:BPMNShape>\r
200       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_15" bpmnElement="InvokeSDNCAdapterV1_2">\r
201         <dc:Bounds height="80.0" width="100.0" x="216.0" y="343.0"/>\r
202       </bpmndi:BPMNShape>\r
203       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_173" bpmnElement="DeleteAAIVfModulePrep">\r
204         <dc:Bounds height="80.0" width="100.0" x="480.0" y="343.0"/>\r
205       </bpmndi:BPMNShape>\r
206       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_16" bpmnElement="InvokeDeleteAAIVfModule">\r
207         <dc:Bounds height="80.0" width="100.0" x="605.0" y="343.0"/>\r
208       </bpmndi:BPMNShape>\r
209       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_CallActivity_14" targetElement="_BPMNShape_ScriptTask_172">\r
210         <di:waypoint xsi:type="dc:Point" x="579.0" y="227.0"/>\r
211         <di:waypoint xsi:type="dc:Point" x="623.0" y="227.0"/>\r
212         <di:waypoint xsi:type="dc:Point" x="623.0" y="308.0"/>\r
213         <di:waypoint xsi:type="dc:Point" x="53.0" y="308.0"/>\r
214         <di:waypoint xsi:type="dc:Point" x="53.0" y="383.0"/>\r
215         <di:waypoint xsi:type="dc:Point" x="84.0" y="383.0"/>\r
216         <bpmndi:BPMNLabel>\r
217           <dc:Bounds height="6.0" width="6.0" x="596.0" y="139.0"/>\r
218         </bpmndi:BPMNLabel>\r
219       </bpmndi:BPMNEdge>\r
220       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_32" bpmnElement="SequenceFlow_32" sourceElement="_BPMNShape_ScriptTask_172" targetElement="_BPMNShape_CallActivity_15">\r
221         <di:waypoint xsi:type="dc:Point" x="184.0" y="383.0"/>\r
222         <di:waypoint xsi:type="dc:Point" x="200.0" y="383.0"/>\r
223         <di:waypoint xsi:type="dc:Point" x="200.0" y="384.0"/>\r
224         <di:waypoint xsi:type="dc:Point" x="216.0" y="384.0"/>\r
225         <bpmndi:BPMNLabel>\r
226           <dc:Bounds height="6.0" width="6.0" x="209.0" y="236.0"/>\r
227         </bpmndi:BPMNLabel>\r
228       </bpmndi:BPMNEdge>\r
229       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_33" sourceElement="_BPMNShape_CallActivity_15" targetElement="_BPMNShape_ScriptTask_251">\r
230         <di:waypoint xsi:type="dc:Point" x="316.0" y="383.0"/>\r
231         <di:waypoint xsi:type="dc:Point" x="348.0" y="383.0"/>\r
232         <bpmndi:BPMNLabel>\r
233           <dc:Bounds height="6.0" width="6.0" x="329.0" y="383.0"/>\r
234         </bpmndi:BPMNLabel>\r
235       </bpmndi:BPMNEdge>\r
236       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_ScriptTask_173" targetElement="_BPMNShape_CallActivity_16">\r
237         <di:waypoint xsi:type="dc:Point" x="580.0" y="383.0"/>\r
238         <di:waypoint xsi:type="dc:Point" x="605.0" y="383.0"/>\r
239         <bpmndi:BPMNLabel>\r
240           <dc:Bounds height="6.0" width="6.0" x="593.0" y="383.0"/>\r
241         </bpmndi:BPMNLabel>\r
242       </bpmndi:BPMNEdge>\r
243       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_169" bpmnElement="EndEvent_9">\r
244         <dc:Bounds height="36.0" width="36.0" x="738.0" y="365.0"/>\r
245         <bpmndi:BPMNLabel>\r
246           <dc:Bounds height="0.0" width="0.0" x="756.0" y="406.0"/>\r
247         </bpmndi:BPMNLabel>\r
248       </bpmndi:BPMNShape>\r
249       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_CallActivity_16" targetElement="_BPMNShape_EndEvent_169">\r
250         <di:waypoint xsi:type="dc:Point" x="705.0" y="383.0"/>\r
251         <di:waypoint xsi:type="dc:Point" x="738.0" y="383.0"/>\r
252         <bpmndi:BPMNLabel>\r
253           <dc:Bounds height="6.0" width="6.0" x="730.0" y="383.0"/>\r
254         </bpmndi:BPMNLabel>\r
255       </bpmndi:BPMNEdge>\r
256       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_42" sourceElement="_BPMNShape_ScriptTask_168" targetElement="_BPMNShape_ScriptTask_160">\r
257         <di:waypoint xsi:type="dc:Point" x="415.0" y="76.0"/>\r
258         <di:waypoint xsi:type="dc:Point" x="480.0" y="76.0"/>\r
259         <bpmndi:BPMNLabel>\r
260           <dc:Bounds height="6.0" width="6.0" x="440.0" y="0.0"/>\r
261         </bpmndi:BPMNLabel>\r
262       </bpmndi:BPMNEdge>\r
263       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_ScriptTask_170">\r
264         <di:waypoint xsi:type="dc:Point" x="580.0" y="76.0"/>\r
265         <di:waypoint xsi:type="dc:Point" x="620.0" y="76.0"/>\r
266         <di:waypoint xsi:type="dc:Point" x="620.0" y="156.0"/>\r
267         <di:waypoint xsi:type="dc:Point" x="48.0" y="156.0"/>\r
268         <di:waypoint xsi:type="dc:Point" x="48.0" y="199.0"/>\r
269         <di:waypoint xsi:type="dc:Point" x="48.0" y="227.0"/>\r
270         <di:waypoint xsi:type="dc:Point" x="83.0" y="227.0"/>\r
271         <bpmndi:BPMNLabel>\r
272           <dc:Bounds height="6.0" width="6.0" x="596.0" y="0.0"/>\r
273         </bpmndi:BPMNLabel>\r
274       </bpmndi:BPMNEdge>\r
275       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_251" bpmnElement="validateSDNCResponse">\r
276         <dc:Bounds height="80.0" width="100.0" x="348.0" y="343.0"/>\r
277       </bpmndi:BPMNShape>\r
278       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_251" targetElement="_BPMNShape_ScriptTask_173">\r
279         <di:waypoint xsi:type="dc:Point" x="448.0" y="383.0"/>\r
280         <di:waypoint xsi:type="dc:Point" x="480.0" y="383.0"/>\r
281         <bpmndi:BPMNLabel>\r
282           <dc:Bounds height="6.0" width="6.0" x="453.0" y="383.0"/>\r
283         </bpmndi:BPMNLabel>\r
284       </bpmndi:BPMNEdge>\r
285     </bpmndi:BPMNPlane>\r
286   </bpmndi:BPMNDiagram>\r
287 </bpmn2:definitions>