Initial OpenECOMP MSO commit
[so.git] / bpmn / MSOGammaBPMN / src / main / resources / subprocess / VfModularity / CreateAAIVfModule.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="CreateAAIVfModule" name="CreateAAIVfModule" isExecutable="true">\r
4     <bpmn2:exclusiveGateway id="ExclusiveGateway_5" default="SequenceFlow_7">\r
5       <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>\r
6       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>\r
7       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>\r
8       <bpmn2:outgoing>SequenceFlow_28</bpmn2:outgoing>\r
9     </bpmn2:exclusiveGateway>\r
10     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ExclusiveGateway_5" targetRef="ExclusiveGateway_6">\r
11       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("CAAIVfMod_newGenericVnf") == true && execution.getVariable("CAAIVfMod_queryGenericVnfResponseCode") == 404) || execution.getVariable("CAAIVfMod_isBaseVfModule") == true}]]></bpmn2:conditionExpression>\r
12     </bpmn2:sequenceFlow>\r
13     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ExclusiveGateway_5" targetRef="ScriptTask_2"/>\r
14     <bpmn2:exclusiveGateway id="ExclusiveGateway_3" default="SequenceFlow_22">\r
15       <bpmn2:incoming>SequenceFlow_39</bpmn2:incoming>\r
16       <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>\r
17       <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>\r
18     </bpmn2:exclusiveGateway>\r
19     <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ExclusiveGateway_3" targetRef="ProcessAAISearch"/>\r
20     <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="ExclusiveGateway_3" targetRef="AAIQueryFailure">\r
21       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CAAIVfMod_queryGenericVnfResponseCode") != 200 && execution.getVariable("CAAIVfMod_queryGenericVnfResponseCode") != 404}]]></bpmn2:conditionExpression>\r
22     </bpmn2:sequenceFlow>\r
23     <bpmn2:scriptTask id="AAIQueryFailure" name="AAI Query Failure" scriptFormat="groovy">\r
24       <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>\r
25       <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>\r
26       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
27 def cvm = new CreateAAIVfModule()\r
28 cvm.handleAAIQueryFailure(execution)]]></bpmn2:script>\r
29     </bpmn2:scriptTask>\r
30     <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="AAIQueryFailure" targetRef="EndEvent_7"/>\r
31     <bpmn2:endEvent id="EndEvent_7">\r
32       <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>\r
33       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_68" errorRef="Error_1"/>\r
34     </bpmn2:endEvent>\r
35     <bpmn2:scriptTask id="ProcessAAISearch" name="Process AAI Generic Vnf Query" scriptFormat="groovy">\r
36       <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>\r
37       <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>\r
38       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
39 def cvm = new CreateAAIVfModule()\r
40 cvm.processAAIGenericVnfQuery(execution)]]></bpmn2:script>\r
41     </bpmn2:scriptTask>\r
42     <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="ProcessAAISearch" targetRef="ExclusiveGateway_5"/>\r
43     <bpmn2:exclusiveGateway id="ExclusiveGateway_1" default="SequenceFlow_5">\r
44       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>\r
45       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>\r
46       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>\r
47     </bpmn2:exclusiveGateway>\r
48     <bpmn2:exclusiveGateway id="ExclusiveGateway_7">\r
49       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
50       <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming>\r
51       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>\r
52     </bpmn2:exclusiveGateway>\r
53     <bpmn2:sequenceFlow id="SequenceFlow_28" name="Generic Vnf does not exist&#xD;&#xA; and Vnf Id != null or&#xD;&#xA;Generic Vnf does exist&#xD;&#xA;and Vnf Id == null" sourceRef="ExclusiveGateway_5" targetRef="CreateGenericVnfFailure">\r
54       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("CAAIVfMod_newGenericVnf") == false && execution.getVariable("CAAIVfMod_queryGenericVnfResponseCode") == 404) || (execution.getVariable("CAAIVfMod_newGenericVnf") == true && execution.getVariable("CAAIVfMod_queryGenericVnfResponseCode") == 200)}]]></bpmn2:conditionExpression>\r
55     </bpmn2:sequenceFlow>\r
56     <bpmn2:scriptTask id="CreateGenericVnfFailure" name="Create Generic Vnf Failure" scriptFormat="groovy">\r
57       <bpmn2:incoming>SequenceFlow_28</bpmn2:incoming>\r
58       <bpmn2:incoming>SequenceFlow_26</bpmn2:incoming>\r
59       <bpmn2:incoming>SequenceFlow_33</bpmn2:incoming>\r
60       <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>\r
61       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
62 def cvm = new CreateAAIVfModule()\r
63 cvm.handleCreateVfModuleFailure(execution)]]></bpmn2:script>\r
64     </bpmn2:scriptTask>\r
65     <bpmn2:endEvent id="EndEvent_8">\r
66       <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>\r
67       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_69" errorRef="Error_1"/>\r
68     </bpmn2:endEvent>\r
69     <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="CreateGenericVnfFailure" targetRef="EndEvent_8"/>\r
70     <bpmn2:scriptTask id="ScriptTask_2" name="Parse For Add-on Module" scriptFormat="groovy">\r
71       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>\r
72       <bpmn2:outgoing>SequenceFlow_31</bpmn2:outgoing>\r
73       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
74 def cvm = new CreateAAIVfModule()\r
75 cvm.parseForAddOnModule(execution)]]></bpmn2:script>\r
76     </bpmn2:scriptTask>\r
77     <bpmn2:sequenceFlow id="SequenceFlow_31" name="" sourceRef="ScriptTask_2" targetRef="ExclusiveGateway_4"/>\r
78     <bpmn2:scriptTask id="ScriptTask_8" name="Create Add-on Module" scriptFormat="groovy">\r
79       <bpmn2:incoming>SequenceFlow_34</bpmn2:incoming>\r
80       <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing>\r
81       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
82 def cvm = new CreateAAIVfModule()\r
83 cvm.createVfModule(execution, false)]]></bpmn2:script>\r
84     </bpmn2:scriptTask>\r
85     <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="ScriptTask_8" targetRef="ExclusiveGateway_7"/>\r
86     <bpmn2:exclusiveGateway id="ExclusiveGateway_4" default="SequenceFlow_33">\r
87       <bpmn2:incoming>SequenceFlow_31</bpmn2:incoming>\r
88       <bpmn2:outgoing>SequenceFlow_33</bpmn2:outgoing>\r
89       <bpmn2:outgoing>SequenceFlow_34</bpmn2:outgoing>\r
90     </bpmn2:exclusiveGateway>\r
91     <bpmn2:sequenceFlow id="SequenceFlow_33" name="Vnf Module Exists&#xD;&#xA;" sourceRef="ExclusiveGateway_4" targetRef="CreateGenericVnfFailure"/>\r
92     <bpmn2:sequenceFlow id="SequenceFlow_34" name="" sourceRef="ExclusiveGateway_4" targetRef="ScriptTask_8">\r
93       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CAAIVfMod_moduleExists") != true}]]></bpmn2:conditionExpression>\r
94     </bpmn2:sequenceFlow>\r
95     <bpmn2:scriptTask id="QueryAAIForGenericVnf" name="Query AAI for&#xD;&#xA;Generic Vnf" scriptFormat="groovy">\r
96       <bpmn2:incoming>SequenceFlow_38</bpmn2:incoming>\r
97       <bpmn2:outgoing>SequenceFlow_39</bpmn2:outgoing>\r
98       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
99 def cvm = new CreateAAIVfModule()\r
100 cvm.queryAAIForGenericVnf(execution)]]></bpmn2:script>\r
101     </bpmn2:scriptTask>\r
102     <bpmn2:sequenceFlow id="SequenceFlow_39" name="" sourceRef="QueryAAIForGenericVnf" targetRef="ExclusiveGateway_3"/>\r
103     <bpmn2:scriptTask id="InitializeVariables" name="Initialize Variables" scriptFormat="groovy">\r
104       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
105       <bpmn2:outgoing>SequenceFlow_38</bpmn2:outgoing>\r
106       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
107 def cvm = new CreateAAIVfModule()\r
108 cvm.preProcessRequest(execution)]]></bpmn2:script>\r
109     </bpmn2:scriptTask>\r
110     <bpmn2:sequenceFlow id="SequenceFlow_38" name="" sourceRef="InitializeVariables" targetRef="QueryAAIForGenericVnf"/>\r
111     <bpmn2:endEvent id="EndEvent_2">\r
112       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
113       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_50" errorRef="Error_1"/>\r
114     </bpmn2:endEvent>\r
115     <bpmn2:scriptTask id="CreateVfModuleFailure" name="Create Vf Module Failure" scriptFormat="groovy">\r
116       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>\r
117       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
118       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
119 def cvm = new CreateAAIVfModule()\r
120 cvm.handleCreateVfModuleFailure(execution)]]></bpmn2:script>\r
121     </bpmn2:scriptTask>\r
122     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="CreateVfModuleFailure" targetRef="EndEvent_2"/>\r
123     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ExclusiveGateway_1" targetRef="CreateVfModuleFailure"/>\r
124     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ExclusiveGateway_7" targetRef="ExclusiveGateway_1"/>\r
125     <bpmn2:endEvent id="EndEvent_1">\r
126       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>\r
127     </bpmn2:endEvent>\r
128     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="ExclusiveGateway_1" targetRef="EndEvent_1">\r
129       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CAAIVfMod_createVfModuleResponseCode") == 200 || execution.getVariable("CAAIVfMod_createVfModuleResponseCode") == 201}]]></bpmn2:conditionExpression>\r
130     </bpmn2:sequenceFlow>\r
131     <bpmn2:exclusiveGateway id="ExclusiveGateway_2" default="SequenceFlow_26">\r
132       <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming>\r
133       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>\r
134       <bpmn2:outgoing>SequenceFlow_26</bpmn2:outgoing>\r
135       <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing>\r
136     </bpmn2:exclusiveGateway>\r
137     <bpmn2:sequenceFlow id="SequenceFlow_26" name="Create Generic Vnf&#xD;&#xA;Failure" sourceRef="ExclusiveGateway_2" targetRef="CreateGenericVnfFailure"/>\r
138     <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="ExclusiveGateway_2" targetRef="ScriptTask_4">\r
139       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CAAIVfMod_createGenericVnfResponseCode") == 200 || execution.getVariable("CAAIVfMod_createGenericVnfResponseCode") == 201}]]></bpmn2:conditionExpression>\r
140     </bpmn2:sequenceFlow>\r
141     <bpmn2:exclusiveGateway id="ExclusiveGateway_6" name="Is VID Request?" default="SequenceFlow_9">\r
142       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>\r
143       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>\r
144       <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>\r
145     </bpmn2:exclusiveGateway>\r
146     <bpmn2:sequenceFlow id="SequenceFlow_9" name="No" sourceRef="ExclusiveGateway_6" targetRef="ScriptTask_3"/>\r
147     <bpmn2:scriptTask id="ScriptTask_3" name="Create Generic Vnf" scriptFormat="groovy">\r
148       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>\r
149       <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing>\r
150       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
151 def cvm = new CreateAAIVfModule()\r
152 cvm.createGenericVnf(execution)]]></bpmn2:script>\r
153     </bpmn2:scriptTask>\r
154     <bpmn2:sequenceFlow id="SequenceFlow_20" name="" sourceRef="ScriptTask_3" targetRef="ExclusiveGateway_2"/>\r
155     <bpmn2:sequenceFlow id="SequenceFlow_11" name="Yes" sourceRef="ExclusiveGateway_6" targetRef="ScriptTask_1">\r
156       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("isVidRequest") =="true"}]]></bpmn2:conditionExpression>\r
157     </bpmn2:sequenceFlow>\r
158     <bpmn2:scriptTask id="ScriptTask_4" name="Create Base Module" scriptFormat="groovy">\r
159       <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming>\r
160       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>\r
161       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
162       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
163 def cvm = new CreateAAIVfModule()\r
164 cvm.createVfModule(execution, true)]]></bpmn2:script>\r
165     </bpmn2:scriptTask>\r
166     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ScriptTask_4" targetRef="ExclusiveGateway_7"/>\r
167     <bpmn2:startEvent id="StartEvent_1">\r
168       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
169       <bpmn2:messageEventDefinition id="_MessageEventDefinition_6" messageRef="Message_1"/>\r
170     </bpmn2:startEvent>\r
171     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="InitializeVariables"/>\r
172     <bpmn2:scriptTask id="ScriptTask_1" name="Parse for Base Module" scriptFormat="groovy">\r
173       <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>\r
174       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>\r
175       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
176 def cvm = new CreateAAIVfModule()\r
177 cvm.parseForBaseModule(execution)]]></bpmn2:script>\r
178     </bpmn2:scriptTask>\r
179     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="ScriptTask_1" targetRef="ExclusiveGateway_8"/>\r
180     <bpmn2:exclusiveGateway id="ExclusiveGateway_8" default="SequenceFlow_13">\r
181       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>\r
182       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>\r
183       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>\r
184     </bpmn2:exclusiveGateway>\r
185     <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="ExclusiveGateway_8" targetRef="ScriptTask_4">\r
186       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("CAAIVfMod_baseModuleConflict") != true) && (execution.getVariable("CAAIVfMod_moduleExists") != true)}]]></bpmn2:conditionExpression>\r
187     </bpmn2:sequenceFlow>\r
188     <bpmn2:sequenceFlow id="SequenceFlow_13" name="Base Module Conflict" sourceRef="ExclusiveGateway_8" targetRef="ExclusiveGateway_2"/>\r
189   </bpmn2:process>\r
190   <bpmn2:message id="Message_1" name="CreateAAIVfModuleRequest"/>\r
191   <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSO Workflow Exception"/>\r
192   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
193     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateAAIVfModule">\r
194       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_37" bpmnElement="StartEvent_1">\r
195         <dc:Bounds height="36.0" width="36.0" x="65.0" y="240.0"/>\r
196         <bpmndi:BPMNLabel>\r
197           <dc:Bounds height="0.0" width="0.0" x="83.0" y="281.0"/>\r
198         </bpmndi:BPMNLabel>\r
199       </bpmndi:BPMNShape>\r
200       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="InitializeVariables">\r
201         <dc:Bounds height="80.0" width="100.0" x="204.0" y="216.0"/>\r
202       </bpmndi:BPMNShape>\r
203       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_37" targetElement="_BPMNShape_ScriptTask_22">\r
204         <di:waypoint xsi:type="dc:Point" x="101.0" y="258.0"/>\r
205         <di:waypoint xsi:type="dc:Point" x="160.0" y="258.0"/>\r
206         <di:waypoint xsi:type="dc:Point" x="160.0" y="256.0"/>\r
207         <di:waypoint xsi:type="dc:Point" x="204.0" y="256.0"/>\r
208         <bpmndi:BPMNLabel>\r
209           <dc:Bounds height="6.0" width="6.0" x="123.0" y="258.0"/>\r
210         </bpmndi:BPMNLabel>\r
211       </bpmndi:BPMNEdge>\r
212       <bpmndi:BPMNShape id="_BPMNShape_Task_2" bpmnElement="ProcessAAISearch">\r
213         <dc:Bounds height="80.0" width="100.0" x="518.0" y="117.0"/>\r
214       </bpmndi:BPMNShape>\r
215       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_50" bpmnElement="ExclusiveGateway_5" isMarkerVisible="true">\r
216         <dc:Bounds height="50.0" width="50.0" x="630.0" y="230.0"/>\r
217         <bpmndi:BPMNLabel>\r
218           <dc:Bounds height="0.0" width="0.0" x="655.0" y="285.0"/>\r
219         </bpmndi:BPMNLabel>\r
220       </bpmndi:BPMNShape>\r
221       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_52" bpmnElement="ExclusiveGateway_7" isMarkerVisible="true">\r
222         <dc:Bounds height="50.0" width="50.0" x="1120.0" y="230.0"/>\r
223         <bpmndi:BPMNLabel>\r
224           <dc:Bounds height="0.0" width="0.0" x="1145.0" y="285.0"/>\r
225         </bpmndi:BPMNLabel>\r
226       </bpmndi:BPMNShape>\r
227       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_47" bpmnElement="ScriptTask_3">\r
228         <dc:Bounds height="80.0" width="100.0" x="718.0" y="93.0"/>\r
229       </bpmndi:BPMNShape>\r
230       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ExclusiveGateway_50" targetElement="_BPMNShape_ExclusiveGateway_225">\r
231         <di:waypoint xsi:type="dc:Point" x="655.0" y="230.0"/>\r
232         <di:waypoint xsi:type="dc:Point" x="655.0" y="88.0"/>\r
233         <bpmndi:BPMNLabel>\r
234           <dc:Bounds height="6.0" width="6.0" x="601.0" y="133.0"/>\r
235         </bpmndi:BPMNLabel>\r
236       </bpmndi:BPMNEdge>\r
237       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_48" bpmnElement="ScriptTask_2">\r
238         <dc:Bounds height="80.0" width="100.0" x="695.0" y="391.0"/>\r
239       </bpmndi:BPMNShape>\r
240       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ExclusiveGateway_50" targetElement="_BPMNShape_ScriptTask_48">\r
241         <di:waypoint xsi:type="dc:Point" x="655.0" y="280.0"/>\r
242         <di:waypoint xsi:type="dc:Point" x="655.0" y="431.0"/>\r
243         <di:waypoint xsi:type="dc:Point" x="695.0" y="431.0"/>\r
244         <bpmndi:BPMNLabel>\r
245           <dc:Bounds height="6.0" width="6.0" x="574.0" y="256.0"/>\r
246         </bpmndi:BPMNLabel>\r
247       </bpmndi:BPMNEdge>\r
248       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_54" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">\r
249         <dc:Bounds height="50.0" width="50.0" x="1216.0" y="230.0"/>\r
250         <bpmndi:BPMNLabel>\r
251           <dc:Bounds height="0.0" width="0.0" x="1241.0" y="285.0"/>\r
252         </bpmndi:BPMNLabel>\r
253       </bpmndi:BPMNShape>\r
254       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_120" bpmnElement="EndEvent_2">\r
255         <dc:Bounds height="36.0" width="36.0" x="1224.0" y="454.0"/>\r
256         <bpmndi:BPMNLabel>\r
257           <dc:Bounds height="0.0" width="0.0" x="1242.0" y="495.0"/>\r
258         </bpmndi:BPMNLabel>\r
259       </bpmndi:BPMNShape>\r
260       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_115" bpmnElement="ScriptTask_4">\r
261         <dc:Bounds height="80.0" width="100.0" x="996.0" y="24.0"/>\r
262       </bpmndi:BPMNShape>\r
263       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_115" targetElement="_BPMNShape_ExclusiveGateway_52">\r
264         <di:waypoint xsi:type="dc:Point" x="1096.0" y="64.0"/>\r
265         <di:waypoint xsi:type="dc:Point" x="1145.0" y="64.0"/>\r
266         <di:waypoint xsi:type="dc:Point" x="1145.0" y="177.0"/>\r
267         <di:waypoint xsi:type="dc:Point" x="1145.0" y="230.0"/>\r
268         <bpmndi:BPMNLabel>\r
269           <dc:Bounds height="6.0" width="6.0" x="1282.0" y="51.0"/>\r
270         </bpmndi:BPMNLabel>\r
271       </bpmndi:BPMNEdge>\r
272       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_86" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">\r
273         <dc:Bounds height="50.0" width="50.0" x="468.0" y="229.0"/>\r
274         <bpmndi:BPMNLabel>\r
275           <dc:Bounds height="0.0" width="0.0" x="493.0" y="284.0"/>\r
276         </bpmndi:BPMNLabel>\r
277       </bpmndi:BPMNShape>\r
278       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ExclusiveGateway_86" targetElement="_BPMNShape_Task_2">\r
279         <di:waypoint xsi:type="dc:Point" x="493.0" y="229.0"/>\r
280         <di:waypoint xsi:type="dc:Point" x="493.0" y="158.0"/>\r
281         <di:waypoint xsi:type="dc:Point" x="518.0" y="158.0"/>\r
282         <bpmndi:BPMNLabel>\r
283           <dc:Bounds height="6.0" width="6.0" x="490.0" y="192.0"/>\r
284         </bpmndi:BPMNLabel>\r
285       </bpmndi:BPMNEdge>\r
286       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_155" bpmnElement="AAIQueryFailure">\r
287         <dc:Bounds height="80.0" width="100.0" x="518.0" y="335.0"/>\r
288       </bpmndi:BPMNShape>\r
289       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ExclusiveGateway_86" targetElement="_BPMNShape_ScriptTask_155">\r
290         <di:waypoint xsi:type="dc:Point" x="493.0" y="279.0"/>\r
291         <di:waypoint xsi:type="dc:Point" x="493.0" y="297.0"/>\r
292         <di:waypoint xsi:type="dc:Point" x="568.0" y="297.0"/>\r
293         <di:waypoint xsi:type="dc:Point" x="568.0" y="335.0"/>\r
294         <bpmndi:BPMNLabel>\r
295           <dc:Bounds height="6.0" width="6.0" x="547.0" y="297.0"/>\r
296         </bpmndi:BPMNLabel>\r
297       </bpmndi:BPMNEdge>\r
298       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_Task_2" targetElement="_BPMNShape_ExclusiveGateway_50">\r
299         <di:waypoint xsi:type="dc:Point" x="568.0" y="197.0"/>\r
300         <di:waypoint xsi:type="dc:Point" x="568.0" y="255.0"/>\r
301         <di:waypoint xsi:type="dc:Point" x="630.0" y="255.0"/>\r
302         <bpmndi:BPMNLabel>\r
303           <dc:Bounds height="6.0" width="6.0" x="565.0" y="250.0"/>\r
304         </bpmndi:BPMNLabel>\r
305       </bpmndi:BPMNEdge>\r
306       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_160" bpmnElement="EndEvent_7">\r
307         <dc:Bounds height="36.0" width="36.0" x="550.0" y="454.0"/>\r
308         <bpmndi:BPMNLabel>\r
309           <dc:Bounds height="0.0" width="0.0" x="568.0" y="495.0"/>\r
310         </bpmndi:BPMNLabel>\r
311       </bpmndi:BPMNShape>\r
312       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_155" targetElement="_BPMNShape_EndEvent_160">\r
313         <di:waypoint xsi:type="dc:Point" x="568.0" y="415.0"/>\r
314         <di:waypoint xsi:type="dc:Point" x="568.0" y="454.0"/>\r
315         <bpmndi:BPMNLabel>\r
316           <dc:Bounds height="6.0" width="6.0" x="565.0" y="426.0"/>\r
317         </bpmndi:BPMNLabel>\r
318       </bpmndi:BPMNEdge>\r
319       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_158" bpmnElement="CreateGenericVnfFailure">\r
320         <dc:Bounds height="80.0" width="100.0" x="837.0" y="213.0"/>\r
321       </bpmndi:BPMNShape>\r
322       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_99" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">\r
323         <dc:Bounds height="50.0" width="50.0" x="861.0" y="107.0"/>\r
324         <bpmndi:BPMNLabel>\r
325           <dc:Bounds height="0.0" width="0.0" x="886.0" y="162.0"/>\r
326         </bpmndi:BPMNLabel>\r
327       </bpmndi:BPMNShape>\r
328       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ScriptTask_47" targetElement="_BPMNShape_ExclusiveGateway_99">\r
329         <di:waypoint xsi:type="dc:Point" x="818.0" y="133.0"/>\r
330         <di:waypoint xsi:type="dc:Point" x="839.0" y="133.0"/>\r
331         <di:waypoint xsi:type="dc:Point" x="839.0" y="132.0"/>\r
332         <di:waypoint xsi:type="dc:Point" x="861.0" y="132.0"/>\r
333         <bpmndi:BPMNLabel>\r
334           <dc:Bounds height="6.0" width="6.0" x="839.0" y="132.0"/>\r
335         </bpmndi:BPMNLabel>\r
336       </bpmndi:BPMNEdge>\r
337       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_26" sourceElement="_BPMNShape_ExclusiveGateway_99" targetElement="_BPMNShape_ScriptTask_158">\r
338         <di:waypoint xsi:type="dc:Point" x="886.0" y="157.0"/>\r
339         <di:waypoint xsi:type="dc:Point" x="887.0" y="213.0"/>\r
340         <bpmndi:BPMNLabel>\r
341           <dc:Bounds height="38.0" width="126.0" x="899.0" y="162.0"/>\r
342         </bpmndi:BPMNLabel>\r
343       </bpmndi:BPMNEdge>\r
344       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_27" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ExclusiveGateway_99" targetElement="_BPMNShape_ScriptTask_115">\r
345         <di:waypoint xsi:type="dc:Point" x="911.0" y="132.0"/>\r
346         <di:waypoint xsi:type="dc:Point" x="953.0" y="132.0"/>\r
347         <di:waypoint xsi:type="dc:Point" x="1045.0" y="132.0"/>\r
348         <di:waypoint xsi:type="dc:Point" x="1045.0" y="104.0"/>\r
349         <bpmndi:BPMNLabel>\r
350           <dc:Bounds height="6.0" width="6.0" x="959.0" y="132.0"/>\r
351         </bpmndi:BPMNLabel>\r
352       </bpmndi:BPMNEdge>\r
353       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_28" sourceElement="_BPMNShape_ExclusiveGateway_50" targetElement="_BPMNShape_ScriptTask_158">\r
354         <di:waypoint xsi:type="dc:Point" x="680.0" y="255.0"/>\r
355         <di:waypoint xsi:type="dc:Point" x="758.0" y="255.0"/>\r
356         <di:waypoint xsi:type="dc:Point" x="758.0" y="253.0"/>\r
357         <di:waypoint xsi:type="dc:Point" x="837.0" y="253.0"/>\r
358         <bpmndi:BPMNLabel>\r
359           <dc:Bounds height="38.0" width="170.0" x="669.0" y="260.0"/>\r
360         </bpmndi:BPMNLabel>\r
361       </bpmndi:BPMNEdge>\r
362       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_161" bpmnElement="EndEvent_8">\r
363         <dc:Bounds height="36.0" width="36.0" x="987.0" y="235.0"/>\r
364       </bpmndi:BPMNShape>\r
365       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_29" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_158" targetElement="_BPMNShape_EndEvent_161">\r
366         <di:waypoint xsi:type="dc:Point" x="937.0" y="253.0"/>\r
367         <di:waypoint xsi:type="dc:Point" x="987.0" y="253.0"/>\r
368       </bpmndi:BPMNEdge>\r
369       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_100" bpmnElement="ExclusiveGateway_4" isMarkerVisible="true">\r
370         <dc:Bounds height="50.0" width="50.0" x="863.0" y="403.0"/>\r
371         <bpmndi:BPMNLabel>\r
372           <dc:Bounds height="0.0" width="0.0" x="888.0" y="458.0"/>\r
373         </bpmndi:BPMNLabel>\r
374       </bpmndi:BPMNShape>\r
375       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_31" bpmnElement="SequenceFlow_31" sourceElement="_BPMNShape_ScriptTask_48" targetElement="_BPMNShape_ExclusiveGateway_100">\r
376         <di:waypoint xsi:type="dc:Point" x="795.0" y="431.0"/>\r
377         <di:waypoint xsi:type="dc:Point" x="822.0" y="431.0"/>\r
378         <di:waypoint xsi:type="dc:Point" x="822.0" y="428.0"/>\r
379         <di:waypoint xsi:type="dc:Point" x="863.0" y="428.0"/>\r
380         <bpmndi:BPMNLabel>\r
381           <dc:Bounds height="6.0" width="6.0" x="817.0" y="431.0"/>\r
382         </bpmndi:BPMNLabel>\r
383       </bpmndi:BPMNEdge>\r
384       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_33" bpmnElement="SequenceFlow_33" sourceElement="_BPMNShape_ExclusiveGateway_100" targetElement="_BPMNShape_ScriptTask_158">\r
385         <di:waypoint xsi:type="dc:Point" x="888.0" y="403.0"/>\r
386         <di:waypoint xsi:type="dc:Point" x="888.0" y="348.0"/>\r
387         <di:waypoint xsi:type="dc:Point" x="887.0" y="348.0"/>\r
388         <di:waypoint xsi:type="dc:Point" x="887.0" y="293.0"/>\r
389         <bpmndi:BPMNLabel>\r
390           <dc:Bounds height="22.0" width="122.0" x="889.0" y="344.0"/>\r
391         </bpmndi:BPMNLabel>\r
392       </bpmndi:BPMNEdge>\r
393       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_159" bpmnElement="ScriptTask_8">\r
394         <dc:Bounds height="80.0" width="100.0" x="996.0" y="389.0"/>\r
395       </bpmndi:BPMNShape>\r
396       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_34" bpmnElement="SequenceFlow_34" sourceElement="_BPMNShape_ExclusiveGateway_100" targetElement="_BPMNShape_ScriptTask_159">\r
397         <di:waypoint xsi:type="dc:Point" x="913.0" y="428.0"/>\r
398         <di:waypoint xsi:type="dc:Point" x="954.0" y="428.0"/>\r
399         <di:waypoint xsi:type="dc:Point" x="954.0" y="429.0"/>\r
400         <di:waypoint xsi:type="dc:Point" x="996.0" y="429.0"/>\r
401         <bpmndi:BPMNLabel>\r
402           <dc:Bounds height="6.0" width="6.0" x="955.0" y="429.0"/>\r
403         </bpmndi:BPMNLabel>\r
404       </bpmndi:BPMNEdge>\r
405       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_ScriptTask_159" targetElement="_BPMNShape_ExclusiveGateway_52">\r
406         <di:waypoint xsi:type="dc:Point" x="1096.0" y="429.0"/>\r
407         <di:waypoint xsi:type="dc:Point" x="1108.0" y="429.0"/>\r
408         <di:waypoint xsi:type="dc:Point" x="1145.0" y="429.0"/>\r
409         <di:waypoint xsi:type="dc:Point" x="1145.0" y="280.0"/>\r
410         <bpmndi:BPMNLabel>\r
411           <dc:Bounds height="6.0" width="6.0" x="1142.0" y="379.0"/>\r
412         </bpmndi:BPMNLabel>\r
413       </bpmndi:BPMNEdge>\r
414       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="QueryAAIForGenericVnf">\r
415         <dc:Bounds height="80.0" width="100.0" x="336.0" y="216.0"/>\r
416       </bpmndi:BPMNShape>\r
417       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_38" sourceElement="_BPMNShape_ScriptTask_22" targetElement="_BPMNShape_ScriptTask_160">\r
418         <di:waypoint xsi:type="dc:Point" x="304.0" y="256.0"/>\r
419         <di:waypoint xsi:type="dc:Point" x="336.0" y="256.0"/>\r
420         <bpmndi:BPMNLabel>\r
421           <dc:Bounds height="6.0" width="6.0" x="324.0" y="256.0"/>\r
422         </bpmndi:BPMNLabel>\r
423       </bpmndi:BPMNEdge>\r
424       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_39" bpmnElement="SequenceFlow_39" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_ExclusiveGateway_86">\r
425         <di:waypoint xsi:type="dc:Point" x="436.0" y="256.0"/>\r
426         <di:waypoint xsi:type="dc:Point" x="452.0" y="256.0"/>\r
427         <di:waypoint xsi:type="dc:Point" x="452.0" y="254.0"/>\r
428         <di:waypoint xsi:type="dc:Point" x="468.0" y="254.0"/>\r
429         <bpmndi:BPMNLabel>\r
430           <dc:Bounds height="6.0" width="6.0" x="449.0" y="255.0"/>\r
431         </bpmndi:BPMNLabel>\r
432       </bpmndi:BPMNEdge>\r
433       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_161" bpmnElement="CreateVfModuleFailure">\r
434         <dc:Bounds height="80.0" width="100.0" x="1192.0" y="324.0"/>\r
435       </bpmndi:BPMNShape>\r
436       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_161" targetElement="_BPMNShape_EndEvent_120">\r
437         <di:waypoint xsi:type="dc:Point" x="1242.0" y="404.0"/>\r
438         <di:waypoint xsi:type="dc:Point" x="1242.0" y="454.0"/>\r
439       </bpmndi:BPMNEdge>\r
440       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ExclusiveGateway_54" targetElement="_BPMNShape_ScriptTask_161">\r
441         <di:waypoint xsi:type="dc:Point" x="1241.0" y="280.0"/>\r
442         <di:waypoint xsi:type="dc:Point" x="1241.0" y="302.0"/>\r
443         <di:waypoint xsi:type="dc:Point" x="1242.0" y="302.0"/>\r
444         <di:waypoint xsi:type="dc:Point" x="1242.0" y="324.0"/>\r
445       </bpmndi:BPMNEdge>\r
446       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ExclusiveGateway_52" targetElement="_BPMNShape_ExclusiveGateway_54">\r
447         <di:waypoint xsi:type="dc:Point" x="1170.0" y="255.0"/>\r
448         <di:waypoint xsi:type="dc:Point" x="1216.0" y="255.0"/>\r
449       </bpmndi:BPMNEdge>\r
450       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_164" bpmnElement="EndEvent_1">\r
451         <dc:Bounds height="36.0" width="36.0" x="1316.0" y="237.0"/>\r
452       </bpmndi:BPMNShape>\r
453       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ExclusiveGateway_54" targetElement="_BPMNShape_EndEvent_164">\r
454         <di:waypoint xsi:type="dc:Point" x="1266.0" y="255.0"/>\r
455         <di:waypoint xsi:type="dc:Point" x="1316.0" y="255.0"/>\r
456       </bpmndi:BPMNEdge>\r
457       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_225" bpmnElement="ExclusiveGateway_6" isMarkerVisible="true">\r
458         <dc:Bounds height="50.0" width="50.0" x="630.0" y="38.0"/>\r
459         <bpmndi:BPMNLabel>\r
460           <dc:Bounds height="22.0" width="100.0" x="617.0" y="18.0"/>\r
461         </bpmndi:BPMNLabel>\r
462       </bpmndi:BPMNShape>\r
463       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ExclusiveGateway_225" targetElement="_BPMNShape_ScriptTask_47">\r
464         <di:waypoint xsi:type="dc:Point" x="680.0" y="64.0"/>\r
465         <di:waypoint xsi:type="dc:Point" x="699.0" y="64.0"/>\r
466         <di:waypoint xsi:type="dc:Point" x="699.0" y="133.0"/>\r
467         <di:waypoint xsi:type="dc:Point" x="718.0" y="133.0"/>\r
468         <bpmndi:BPMNLabel>\r
469           <dc:Bounds height="22.0" width="22.0" x="669.0" y="93.0"/>\r
470         </bpmndi:BPMNLabel>\r
471       </bpmndi:BPMNEdge>\r
472       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ExclusiveGateway_225" targetElement="_BPMNShape_ScriptTask_162">\r
473         <di:waypoint xsi:type="dc:Point" x="680.0" y="63.0"/>\r
474         <di:waypoint xsi:type="dc:Point" x="702.0" y="63.0"/>\r
475         <di:waypoint xsi:type="dc:Point" x="702.0" y="40.0"/>\r
476         <di:waypoint xsi:type="dc:Point" x="724.0" y="40.0"/>\r
477         <bpmndi:BPMNLabel>\r
478           <dc:Bounds height="22.0" width="29.0" x="688.0" y="54.0"/>\r
479         </bpmndi:BPMNLabel>\r
480       </bpmndi:BPMNEdge>\r
481       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_226" bpmnElement="ExclusiveGateway_8" isMarkerVisible="true">\r
482         <dc:Bounds height="50.0" width="50.0" x="863.0" y="14.0"/>\r
483         <bpmndi:BPMNLabel>\r
484           <dc:Bounds height="0.0" width="0.0" x="888.0" y="69.0"/>\r
485         </bpmndi:BPMNLabel>\r
486       </bpmndi:BPMNShape>\r
487       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_162" bpmnElement="ScriptTask_1">\r
488         <dc:Bounds height="80.0" width="100.0" x="724.0" y="0.0"/>\r
489       </bpmndi:BPMNShape>\r
490       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_162" targetElement="_BPMNShape_ExclusiveGateway_226">\r
491         <di:waypoint xsi:type="dc:Point" x="824.0" y="40.0"/>\r
492         <di:waypoint xsi:type="dc:Point" x="843.0" y="40.0"/>\r
493         <di:waypoint xsi:type="dc:Point" x="843.0" y="39.0"/>\r
494         <di:waypoint xsi:type="dc:Point" x="863.0" y="39.0"/>\r
495         <bpmndi:BPMNLabel>\r
496           <dc:Bounds height="6.0" width="6.0" x="840.0" y="39.0"/>\r
497         </bpmndi:BPMNLabel>\r
498       </bpmndi:BPMNEdge>\r
499       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ExclusiveGateway_226" targetElement="_BPMNShape_ScriptTask_115">\r
500         <di:waypoint xsi:type="dc:Point" x="913.0" y="39.0"/>\r
501         <di:waypoint xsi:type="dc:Point" x="954.0" y="39.0"/>\r
502         <di:waypoint xsi:type="dc:Point" x="954.0" y="64.0"/>\r
503         <di:waypoint xsi:type="dc:Point" x="996.0" y="64.0"/>\r
504         <bpmndi:BPMNLabel>\r
505           <dc:Bounds height="6.0" width="6.0" x="951.0" y="52.0"/>\r
506         </bpmndi:BPMNLabel>\r
507       </bpmndi:BPMNEdge>\r
508       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ExclusiveGateway_226" targetElement="_BPMNShape_ExclusiveGateway_99">\r
509         <di:waypoint xsi:type="dc:Point" x="888.0" y="64.0"/>\r
510         <di:waypoint xsi:type="dc:Point" x="888.0" y="85.0"/>\r
511         <di:waypoint xsi:type="dc:Point" x="886.0" y="85.0"/>\r
512         <di:waypoint xsi:type="dc:Point" x="886.0" y="107.0"/>\r
513         <bpmndi:BPMNLabel>\r
514           <dc:Bounds height="6.0" width="6.0" x="884.0" y="85.0"/>\r
515         </bpmndi:BPMNLabel>\r
516       </bpmndi:BPMNEdge>\r
517     </bpmndi:BPMNPlane>\r
518   </bpmndi:BPMNDiagram>\r
519 </bpmn2:definitions>