bd16398e1af941de925635f5ae40bb821f329d21
[so.git] / bpmn / MSOGammaBPMN / src / main / resources / subprocess / VfModularity / PrepareUpdateAAIVfModule.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="PrepareUpdateAAIVfModule" name="PrepareUpdateAAIVfModule" isExecutable="true">\r
4     <bpmn2:documentation><![CDATA[This flow expects its incoming request to be in the variable 'PrepareUpdateAAIVfModuleRequest'.  This flow has 2 outputs: The heat stack ID is placed in the variable 'PUAAIVfMod_heatStackId'.
5 and the updated VF Module (type=VfModule) is placed in the variable 'PUAAIVfMod_outVfModule'.]]></bpmn2:documentation>\r
6     <bpmn2:scriptTask id="QueryAAIForGenericVnf" name="Query AAI for Generic Vnf" scriptFormat="groovy">\r
7       <bpmn2:incoming>SequenceFlow_38</bpmn2:incoming>\r
8       <bpmn2:outgoing>SequenceFlow_39</bpmn2:outgoing>\r
9       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
10 def puvm = new PrepareUpdateAAIVfModule()
11 puvm.getGenericVnf(execution)]]></bpmn2:script>\r
12     </bpmn2:scriptTask>\r
13     <bpmn2:sequenceFlow id="SequenceFlow_39" name="" sourceRef="QueryAAIForGenericVnf" targetRef="ExclusiveGateway_3"/>\r
14     <bpmn2:exclusiveGateway id="ExclusiveGateway_3" default="SequenceFlow_23">\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="ScriptTask_1">\r
20       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable('PUAAIVfMod_getVnfResponseCode') == 200}</bpmn2:conditionExpression>\r
21     </bpmn2:sequenceFlow>\r
22     <bpmn2:sequenceFlow id="SequenceFlow_23" name="AAI Query failure or&#xD;&#xA;Generic Vnf not  found" sourceRef="ExclusiveGateway_3" targetRef="VnfNotFound"/>\r
23     <bpmn2:scriptTask id="ScriptTask_1" name="Validate VF Module" scriptFormat="groovy">\r
24       <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>\r
25       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>\r
26       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
27 def puvm= new PrepareUpdateAAIVfModule()
28 puvm.validateVfModule(execution)]]></bpmn2:script>\r
29     </bpmn2:scriptTask>\r
30     <bpmn2:scriptTask id="VnfNotFound" name="Handle Generic Vnf Not found" scriptFormat="groovy">\r
31       <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>\r
32       <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>\r
33       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
34 def puvm= new PrepareUpdateAAIVfModule()
35 puvm.handleVnfNotFound(execution)]]></bpmn2:script>\r
36     </bpmn2:scriptTask>\r
37     <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="VnfNotFound" targetRef="EndEvent_7"/>\r
38     <bpmn2:endEvent id="EndEvent_7">\r
39       <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>\r
40       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_68" errorRef="Error_1"/>\r
41     </bpmn2:endEvent>\r
42     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="ScriptTask_1" targetRef="ExclusiveGateway_2"/>\r
43     <bpmn2:exclusiveGateway id="ExclusiveGateway_2" default="SequenceFlow_12">\r
44       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>\r
45       <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>\r
46       <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>\r
47     </bpmn2:exclusiveGateway>\r
48     <bpmn2:scriptTask id="ScriptTask_2" name="Handle VF Module Validation Error" scriptFormat="groovy">\r
49       <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>\r
50       <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>\r
51       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
52 def puvm= new PrepareUpdateAAIVfModule()
53 puvm.handleVfModuleValidationError(execution)]]></bpmn2:script>\r
54     </bpmn2:scriptTask>\r
55     <bpmn2:sequenceFlow id="SequenceFlow_12" name="VF Module invalid or&#xD;&#xA;not found" sourceRef="ExclusiveGateway_2" targetRef="ScriptTask_2"/>\r
56     <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="ScriptTask_2" targetRef="EndEvent_1"/>\r
57     <bpmn2:endEvent id="EndEvent_1">\r
58       <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>\r
59       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_69" errorRef="Error_1"/>\r
60     </bpmn2:endEvent>\r
61     <bpmn2:exclusiveGateway id="ExclusiveGateway_1" default="SequenceFlow_4">\r
62       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>\r
63       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>\r
64       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
65     </bpmn2:exclusiveGateway>\r
66     <bpmn2:sequenceFlow id="SequenceFlow_13" sourceRef="ExclusiveGateway_1" targetRef="EndEvent_4">\r
67       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable('PUAAIVfMod_updateVfModuleResponseCode') == 200}</bpmn2:conditionExpression>\r
68     </bpmn2:sequenceFlow>\r
69     <bpmn2:sequenceFlow id="SequenceFlow_4" name="Update VF Module Failure" sourceRef="ExclusiveGateway_1" targetRef="HandleUpdateVfModuleFailure"/>\r
70     <bpmn2:endEvent id="EndEvent_2">\r
71       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>\r
72       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_50" errorRef="Error_1"/>\r
73     </bpmn2:endEvent>\r
74     <bpmn2:endEvent id="EndEvent_4" name="TheEnd">\r
75       <bpmn2:extensionElements>\r
76         <camunda:connector>\r
77           <camunda:inputOutput>\r
78             <camunda:outputParameter name="CreateCustomerV1Response"><![CDATA[<aetgt:CreateCustomerResponse xmlns:aetgt="http://ecomp.att.com/mso/workflow/schema/v1"                   xmlns:ns="http://ecomp.att.com/mso/workflow/schema/v1">
79  <ns:GlobalCustomerId>${CCV1_subscriberglobalid}</ns:GlobalCustomerId>
80    </aetgt:CreateCustomerResponse>]]></camunda:outputParameter>\r
81           </camunda:inputOutput>\r
82         </camunda:connector>\r
83       </bpmn2:extensionElements>\r
84       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>\r
85     </bpmn2:endEvent>\r
86     <bpmn2:scriptTask id="HandleUpdateVfModuleFailure" name="Handle Update VF Module Failure" scriptFormat="groovy">\r
87       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
88       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>\r
89       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
90 def puvm= new PrepareUpdateAAIVfModule()
91 puvm.handleUpdateVfModuleFailure(execution)]]></bpmn2:script>\r
92     </bpmn2:scriptTask>\r
93     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="HandleUpdateVfModuleFailure" targetRef="EndEvent_2"/>\r
94     <bpmn2:scriptTask id="UpdateVfModule" name="Update VF Module" scriptFormat="groovy">\r
95       <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>\r
96       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>\r
97       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
98 def puvm= new PrepareUpdateAAIVfModule()
99 puvm.updateVfModule(execution)]]></bpmn2:script>\r
100     </bpmn2:scriptTask>\r
101     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="UpdateVfModule" targetRef="ExclusiveGateway_1"/>\r
102     <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="ExclusiveGateway_2" targetRef="UpdateVfModule">\r
103       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable('PUAAIVfMod_vfModuleOK')}</bpmn2:conditionExpression>\r
104     </bpmn2:sequenceFlow>\r
105     <bpmn2:startEvent id="StartEvent_1" name="Start">\r
106       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
107     </bpmn2:startEvent>\r
108     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="ProcessReceivedRequest"/>\r
109     <bpmn2:scriptTask id="ProcessReceivedRequest" name="Process Received Request" scriptFormat="groovy">\r
110       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
111       <bpmn2:outgoing>SequenceFlow_38</bpmn2:outgoing>\r
112       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
113 def puvm= new PrepareUpdateAAIVfModule()
114 puvm.preProcessRequest(execution)]]></bpmn2:script>\r
115     </bpmn2:scriptTask>\r
116     <bpmn2:sequenceFlow id="SequenceFlow_38" name="" sourceRef="ProcessReceivedRequest" targetRef="QueryAAIForGenericVnf"/>\r
117   </bpmn2:process>\r
118   <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSO Workflow Exception"/>\r
119   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
120     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="PrepareUpdateAAIVfModule">\r
121       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_37" bpmnElement="StartEvent_1">\r
122         <dc:Bounds height="36.0" width="36.0" x="37.0" y="212.0"/>\r
123         <bpmndi:BPMNLabel>\r
124           <dc:Bounds height="22.0" width="34.0" x="38.0" y="253.0"/>\r
125         </bpmndi:BPMNLabel>\r
126       </bpmndi:BPMNShape>\r
127       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_22" bpmnElement="ProcessReceivedRequest">\r
128         <dc:Bounds height="80.0" width="100.0" x="181.0" y="190.0"/>\r
129       </bpmndi:BPMNShape>\r
130       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_37" targetElement="_BPMNShape_ScriptTask_22">\r
131         <di:waypoint xsi:type="dc:Point" x="73.0" y="230.0"/>\r
132         <di:waypoint xsi:type="dc:Point" x="181.0" y="230.0"/>\r
133         <bpmndi:BPMNLabel>\r
134           <dc:Bounds height="6.0" width="6.0" x="95.0" y="230.0"/>\r
135         </bpmndi:BPMNLabel>\r
136       </bpmndi:BPMNEdge>\r
137       <bpmndi:BPMNShape id="_BPMNShape_Task_2" bpmnElement="UpdateVfModule">\r
138         <dc:Bounds height="80.0" width="100.0" x="81.0" y="540.0"/>\r
139       </bpmndi:BPMNShape>\r
140       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_92" bpmnElement="EndEvent_4">\r
141         <dc:Bounds height="36.0" width="36.0" x="425.0" y="560.0"/>\r
142         <bpmndi:BPMNLabel>\r
143           <dc:Bounds height="22.0" width="50.0" x="418.0" y="601.0"/>\r
144         </bpmndi:BPMNLabel>\r
145       </bpmndi:BPMNShape>\r
146       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_54" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">\r
147         <dc:Bounds height="50.0" width="50.0" x="250.0" y="554.0"/>\r
148         <bpmndi:BPMNLabel>\r
149           <dc:Bounds height="0.0" width="0.0" x="275.0" y="609.0"/>\r
150         </bpmndi:BPMNLabel>\r
151       </bpmndi:BPMNShape>\r
152       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ExclusiveGateway_54" targetElement="_BPMNShape_EndEvent_92">\r
153         <di:waypoint xsi:type="dc:Point" x="300.0" y="579.0"/>\r
154         <di:waypoint xsi:type="dc:Point" x="402.0" y="579.0"/>\r
155         <di:waypoint xsi:type="dc:Point" x="402.0" y="578.0"/>\r
156         <di:waypoint xsi:type="dc:Point" x="425.0" y="578.0"/>\r
157         <bpmndi:BPMNLabel>\r
158           <dc:Bounds height="0.0" width="0.0" x="338.0" y="579.0"/>\r
159         </bpmndi:BPMNLabel>\r
160       </bpmndi:BPMNEdge>\r
161       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_120" bpmnElement="EndEvent_2">\r
162         <dc:Bounds height="36.0" width="36.0" x="257.0" y="348.0"/>\r
163         <bpmndi:BPMNLabel>\r
164           <dc:Bounds height="0.0" width="0.0" x="275.0" y="389.0"/>\r
165         </bpmndi:BPMNLabel>\r
166       </bpmndi:BPMNShape>\r
167       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_86" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">\r
168         <dc:Bounds height="50.0" width="50.0" x="499.0" y="206.0"/>\r
169         <bpmndi:BPMNLabel>\r
170           <dc:Bounds height="0.0" width="0.0" x="524.0" y="261.0"/>\r
171         </bpmndi:BPMNLabel>\r
172       </bpmndi:BPMNShape>\r
173       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ExclusiveGateway_86" targetElement="_BPMNShape_ScriptTask_162">\r
174         <di:waypoint xsi:type="dc:Point" x="549.0" y="231.0"/>\r
175         <di:waypoint xsi:type="dc:Point" x="601.0" y="231.0"/>\r
176         <di:waypoint xsi:type="dc:Point" x="601.0" y="230.0"/>\r
177         <di:waypoint xsi:type="dc:Point" x="661.0" y="230.0"/>\r
178         <bpmndi:BPMNLabel>\r
179           <dc:Bounds height="6.0" width="6.0" x="564.0" y="231.0"/>\r
180         </bpmndi:BPMNLabel>\r
181       </bpmndi:BPMNEdge>\r
182       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_155" bpmnElement="VnfNotFound">\r
183         <dc:Bounds height="80.0" width="100.0" x="475.0" y="72.0"/>\r
184       </bpmndi:BPMNShape>\r
185       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ExclusiveGateway_86" targetElement="_BPMNShape_ScriptTask_155">\r
186         <di:waypoint xsi:type="dc:Point" x="524.0" y="206.0"/>\r
187         <di:waypoint xsi:type="dc:Point" x="524.0" y="173.0"/>\r
188         <di:waypoint xsi:type="dc:Point" x="525.0" y="173.0"/>\r
189         <di:waypoint xsi:type="dc:Point" x="525.0" y="152.0"/>\r
190         <bpmndi:BPMNLabel>\r
191           <dc:Bounds height="38.0" width="135.0" x="526.0" y="160.0"/>\r
192         </bpmndi:BPMNLabel>\r
193       </bpmndi:BPMNEdge>\r
194       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_160" bpmnElement="EndEvent_7">\r
195         <dc:Bounds height="36.0" width="36.0" x="507.0" y="5.0"/>\r
196         <bpmndi:BPMNLabel>\r
197           <dc:Bounds height="0.0" width="0.0" x="525.0" y="46.0"/>\r
198         </bpmndi:BPMNLabel>\r
199       </bpmndi:BPMNShape>\r
200       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_155" targetElement="_BPMNShape_EndEvent_160">\r
201         <di:waypoint xsi:type="dc:Point" x="525.0" y="72.0"/>\r
202         <di:waypoint xsi:type="dc:Point" x="525.0" y="41.0"/>\r
203         <bpmndi:BPMNLabel>\r
204           <dc:Bounds height="6.0" width="6.0" x="522.0" y="61.0"/>\r
205         </bpmndi:BPMNLabel>\r
206       </bpmndi:BPMNEdge>\r
207       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="QueryAAIForGenericVnf">\r
208         <dc:Bounds height="80.0" width="100.0" x="336.0" y="190.0"/>\r
209       </bpmndi:BPMNShape>\r
210       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_38" sourceElement="_BPMNShape_ScriptTask_22" targetElement="_BPMNShape_ScriptTask_160">\r
211         <di:waypoint xsi:type="dc:Point" x="281.0" y="230.0"/>\r
212         <di:waypoint xsi:type="dc:Point" x="336.0" y="230.0"/>\r
213         <bpmndi:BPMNLabel>\r
214           <dc:Bounds height="6.0" width="6.0" x="301.0" y="230.0"/>\r
215         </bpmndi:BPMNLabel>\r
216       </bpmndi:BPMNEdge>\r
217       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_39" bpmnElement="SequenceFlow_39" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_ExclusiveGateway_86">\r
218         <di:waypoint xsi:type="dc:Point" x="436.0" y="230.0"/>\r
219         <di:waypoint xsi:type="dc:Point" x="452.0" y="230.0"/>\r
220         <di:waypoint xsi:type="dc:Point" x="452.0" y="231.0"/>\r
221         <di:waypoint xsi:type="dc:Point" x="499.0" y="231.0"/>\r
222         <bpmndi:BPMNLabel>\r
223           <dc:Bounds height="6.0" width="6.0" x="449.0" y="231.0"/>\r
224         </bpmndi:BPMNLabel>\r
225       </bpmndi:BPMNEdge>\r
226       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_161" bpmnElement="HandleUpdateVfModuleFailure">\r
227         <dc:Bounds height="80.0" width="100.0" x="225.0" y="408.0"/>\r
228       </bpmndi:BPMNShape>\r
229       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_161" targetElement="_BPMNShape_EndEvent_120">\r
230         <di:waypoint xsi:type="dc:Point" x="275.0" y="408.0"/>\r
231         <di:waypoint xsi:type="dc:Point" x="275.0" y="384.0"/>\r
232         <bpmndi:BPMNLabel>\r
233           <dc:Bounds height="6.0" width="6.0" x="300.0" y="740.0"/>\r
234         </bpmndi:BPMNLabel>\r
235       </bpmndi:BPMNEdge>\r
236       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_Task_2" targetElement="_BPMNShape_ExclusiveGateway_54">\r
237         <di:waypoint xsi:type="dc:Point" x="181.0" y="580.0"/>\r
238         <di:waypoint xsi:type="dc:Point" x="206.0" y="580.0"/>\r
239         <di:waypoint xsi:type="dc:Point" x="206.0" y="579.0"/>\r
240         <di:waypoint xsi:type="dc:Point" x="250.0" y="579.0"/>\r
241         <bpmndi:BPMNLabel>\r
242           <dc:Bounds height="6.0" width="6.0" x="174.0" y="711.0"/>\r
243         </bpmndi:BPMNLabel>\r
244       </bpmndi:BPMNEdge>\r
245       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ExclusiveGateway_54" targetElement="_BPMNShape_ScriptTask_161">\r
246         <di:waypoint xsi:type="dc:Point" x="275.0" y="554.0"/>\r
247         <di:waypoint xsi:type="dc:Point" x="275.0" y="520.0"/>\r
248         <di:waypoint xsi:type="dc:Point" x="276.0" y="520.0"/>\r
249         <di:waypoint xsi:type="dc:Point" x="276.0" y="488.0"/>\r
250         <bpmndi:BPMNLabel>\r
251           <dc:Bounds height="22.0" width="157.0" x="280.0" y="504.0"/>\r
252         </bpmndi:BPMNLabel>\r
253       </bpmndi:BPMNEdge>\r
254       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_162" bpmnElement="ScriptTask_1">\r
255         <dc:Bounds height="80.0" width="100.0" x="661.0" y="190.0"/>\r
256       </bpmndi:BPMNShape>\r
257       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_87" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">\r
258         <dc:Bounds height="50.0" width="50.0" x="829.0" y="204.0"/>\r
259         <bpmndi:BPMNLabel>\r
260           <dc:Bounds height="0.0" width="0.0" x="854.0" y="259.0"/>\r
261         </bpmndi:BPMNLabel>\r
262       </bpmndi:BPMNShape>\r
263       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_162" targetElement="_BPMNShape_ExclusiveGateway_87">\r
264         <di:waypoint xsi:type="dc:Point" x="761.0" y="230.0"/>\r
265         <di:waypoint xsi:type="dc:Point" x="795.0" y="230.0"/>\r
266         <di:waypoint xsi:type="dc:Point" x="795.0" y="229.0"/>\r
267         <di:waypoint xsi:type="dc:Point" x="829.0" y="229.0"/>\r
268         <bpmndi:BPMNLabel>\r
269           <dc:Bounds height="6.0" width="6.0" x="792.0" y="230.0"/>\r
270         </bpmndi:BPMNLabel>\r
271       </bpmndi:BPMNEdge>\r
272       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_163" bpmnElement="ScriptTask_2">\r
273         <dc:Bounds height="80.0" width="100.0" x="805.0" y="72.0"/>\r
274       </bpmndi:BPMNShape>\r
275       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_161" bpmnElement="EndEvent_1">\r
276         <dc:Bounds height="36.0" width="36.0" x="837.0" y="5.0"/>\r
277         <bpmndi:BPMNLabel>\r
278           <dc:Bounds height="0.0" width="0.0" x="855.0" y="46.0"/>\r
279         </bpmndi:BPMNLabel>\r
280       </bpmndi:BPMNShape>\r
281       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ExclusiveGateway_87" targetElement="_BPMNShape_ScriptTask_163">\r
282         <di:waypoint xsi:type="dc:Point" x="854.0" y="204.0"/>\r
283         <di:waypoint xsi:type="dc:Point" x="854.0" y="178.0"/>\r
284         <di:waypoint xsi:type="dc:Point" x="855.0" y="178.0"/>\r
285         <di:waypoint xsi:type="dc:Point" x="855.0" y="152.0"/>\r
286         <bpmndi:BPMNLabel>\r
287           <dc:Bounds height="38.0" width="133.0" x="864.0" y="160.0"/>\r
288         </bpmndi:BPMNLabel>\r
289       </bpmndi:BPMNEdge>\r
290       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ScriptTask_163" targetElement="_BPMNShape_EndEvent_161">\r
291         <di:waypoint xsi:type="dc:Point" x="855.0" y="72.0"/>\r
292         <di:waypoint xsi:type="dc:Point" x="855.0" y="41.0"/>\r
293         <bpmndi:BPMNLabel>\r
294           <dc:Bounds height="6.0" width="6.0" x="852.0" y="54.0"/>\r
295         </bpmndi:BPMNLabel>\r
296       </bpmndi:BPMNEdge>\r
297       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ExclusiveGateway_87" targetElement="_BPMNShape_Task_2">\r
298         <di:waypoint xsi:type="dc:Point" x="854.0" y="254.0"/>\r
299         <di:waypoint xsi:type="dc:Point" x="854.0" y="302.0"/>\r
300         <di:waypoint xsi:type="dc:Point" x="131.0" y="302.0"/>\r
301         <di:waypoint xsi:type="dc:Point" x="131.0" y="540.0"/>\r
302         <bpmndi:BPMNLabel>\r
303           <dc:Bounds height="6.0" width="6.0" x="399.0" y="302.0"/>\r
304         </bpmndi:BPMNLabel>\r
305       </bpmndi:BPMNEdge>\r
306     </bpmndi:BPMNPlane>\r
307   </bpmndi:BPMNDiagram>\r
308 </bpmn2:definitions>