Initial OpenECOMP MSO commit
[so.git] / bpmn / MSOGammaBPMN / src / main / resources / subprocess / GenericGetService.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: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="_D5VzAHElEeaJwpcpVN5gXw" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://activiti.org/bpmn">\r
3   <bpmn2:process id="GenericGetService" name="GenericGetService" isExecutable="true">\r
4     <bpmn2:scriptTask id="intialization" name="Initialization" scriptFormat="groovy">\r
5       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
6       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
7       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
8 GenericGetService getService = new GenericGetService()\r
9 getService.preProcessRequest(execution)\r
10 ]]></bpmn2:script>\r
11     </bpmn2:scriptTask>\r
12     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="intialization" targetRef="getUrl"/>\r
13     <bpmn2:exclusiveGateway id="getUrl" name="Get Url?" default="getUrlNo">\r
14       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
15       <bpmn2:outgoing>getUrlYes</bpmn2:outgoing>\r
16       <bpmn2:outgoing>getUrlNo</bpmn2:outgoing>\r
17     </bpmn2:exclusiveGateway>\r
18     <bpmn2:sequenceFlow id="getUrlYes" name="Yes" sourceRef="getUrl" targetRef="obtain">\r
19       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGS_obtainServiceInstanceUrl" ) == true}]]></bpmn2:conditionExpression>\r
20     </bpmn2:sequenceFlow>\r
21     <bpmn2:sequenceFlow id="getUrlNo" name="No" sourceRef="getUrl" targetRef="ExclusiveGateway_2"/>\r
22     <bpmn2:subProcess id="bpmnExceptionHandlingSubProcess" name="Error Handling Sub Process" triggeredByEvent="true">\r
23       <bpmn2:scriptTask id="processBPMNException" name="Process Error" scriptFormat="groovy">\r
24         <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>\r
25         <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>\r
26         <bpmn2:script><![CDATA[import com.att.bpm.scripts.*
27
28 ExceptionUtil ex = new ExceptionUtil()
29 ex.processSubflowsBPMNException(execution)]]></bpmn2:script>\r
30       </bpmn2:scriptTask>\r
31       <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="processBPMNException" targetRef="EndEvent_2"/>\r
32       <bpmn2:startEvent id="StartEvent_2">\r
33         <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>\r
34         <bpmn2:errorEventDefinition id="ErrorEventDefinition_1"/>\r
35       </bpmn2:startEvent>\r
36       <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="StartEvent_2" targetRef="processBPMNException"/>\r
37       <bpmn2:endEvent id="EndEvent_2">\r
38         <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>\r
39       </bpmn2:endEvent>\r
40     </bpmn2:subProcess>\r
41     <bpmn2:scriptTask id="toggleSuccess" name="Toggle Success Indicator" scriptFormat="groovy">\r
42       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>\r
43       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>\r
44       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
45 GenericGetService getService = new GenericGetService()\r
46 getService.setSuccessIndicator(execution, true)\r
47 ]]></bpmn2:script>\r
48     </bpmn2:scriptTask>\r
49     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="toggleSuccess" targetRef="EndEvent_1"/>\r
50     <bpmn2:scriptTask id="getServiceInstance" name="GET&#xD;&#xA;Service Instance" scriptFormat="groovy">\r
51       <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>\r
52       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>\r
53       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
54 GenericGetService getService = new GenericGetService()\r
55 getService.getServiceObject(execution)]]></bpmn2:script>\r
56     </bpmn2:scriptTask>\r
57     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="getServiceInstance" targetRef="toggleSuccess"/>\r
58     <bpmn2:exclusiveGateway id="ExclusiveGateway_2">\r
59       <bpmn2:incoming>getUrlNo</bpmn2:incoming>\r
60       <bpmn2:incoming>foundYes</bpmn2:incoming>\r
61       <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>\r
62     </bpmn2:exclusiveGateway>\r
63     <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ExclusiveGateway_2" targetRef="getServiceInstance"/>\r
64     <bpmn2:scriptTask id="obtainServiceUrlById" name="Obtain Service URL Using&#xD;&#xA;Id" scriptFormat="groovy">\r
65       <bpmn2:incoming>obtainById</bpmn2:incoming>\r
66       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
67       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
68 GenericGetService getService = new GenericGetService()\r
69 getService.obtainServiceInstanceUrlById(execution)]]></bpmn2:script>\r
70     </bpmn2:scriptTask>\r
71     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="obtainServiceUrlById" targetRef="ExclusiveGateway_3"/>\r
72     <bpmn2:scriptTask id="obtainServiceUrlByName" name="Obtain Service Url Using&#xD;&#xA;Name" scriptFormat="groovy">\r
73       <bpmn2:incoming>obtainByName</bpmn2:incoming>\r
74       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>\r
75       <bpmn2:script><![CDATA[import com.att.bpm.scripts.*\r
76 GenericGetService getService = new GenericGetService()\r
77 getService.obtainServiceInstanceUrlByName(execution)]]></bpmn2:script>\r
78     </bpmn2:scriptTask>\r
79     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="obtainServiceUrlByName" targetRef="ExclusiveGateway_3"/>\r
80     <bpmn2:exclusiveGateway id="obtain" name="Obtain By?" default="obtainById">\r
81       <bpmn2:incoming>getUrlYes</bpmn2:incoming>\r
82       <bpmn2:outgoing>obtainById</bpmn2:outgoing>\r
83       <bpmn2:outgoing>obtainByName</bpmn2:outgoing>\r
84     </bpmn2:exclusiveGateway>\r
85     <bpmn2:sequenceFlow id="obtainById" name="Id" sourceRef="obtain" targetRef="obtainServiceUrlById"/>\r
86     <bpmn2:sequenceFlow id="obtainByName" name="Name" sourceRef="obtain" targetRef="obtainServiceUrlByName">\r
87       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGS_obtainServiceInstanceUrlByName" ) == true}]]></bpmn2:conditionExpression>\r
88     </bpmn2:sequenceFlow>\r
89     <bpmn2:exclusiveGateway id="serviceFoundCheck" name="Service Exist?" default="notFound">\r
90       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>\r
91       <bpmn2:outgoing>foundYes</bpmn2:outgoing>\r
92       <bpmn2:outgoing>notFound</bpmn2:outgoing>\r
93     </bpmn2:exclusiveGateway>\r
94     <bpmn2:sequenceFlow id="foundYes" name="Yes" sourceRef="serviceFoundCheck" targetRef="ExclusiveGateway_2">\r
95       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("GENGS_FoundIndicator" ) == true}]]></bpmn2:conditionExpression>\r
96     </bpmn2:sequenceFlow>\r
97     <bpmn2:sequenceFlow id="notFound" name="No" sourceRef="serviceFoundCheck" targetRef="EndEvent_3"/>\r
98     <bpmn2:endEvent id="EndEvent_3">\r
99       <bpmn2:incoming>notFound</bpmn2:incoming>\r
100       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_29"/>\r
101     </bpmn2:endEvent>\r
102     <bpmn2:exclusiveGateway id="ExclusiveGateway_3">\r
103       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
104       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>\r
105       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>\r
106     </bpmn2:exclusiveGateway>\r
107     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ExclusiveGateway_3" targetRef="serviceFoundCheck"/>\r
108     <bpmn2:endEvent id="EndEvent_1">\r
109       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>\r
110       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_26"/>\r
111     </bpmn2:endEvent>\r
112     <bpmn2:startEvent id="StartEvent_1">\r
113       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
114     </bpmn2:startEvent>\r
115     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="intialization"/>\r
116   </bpmn2:process>\r
117   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
118     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="GenericGetService">\r
119       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_69" bpmnElement="StartEvent_1">\r
120         <dc:Bounds height="36.0" width="36.0" x="108.0" y="264.0"/>\r
121         <bpmndi:BPMNLabel>\r
122           <dc:Bounds height="0.0" width="0.0" x="126.0" y="305.0"/>\r
123         </bpmndi:BPMNLabel>\r
124       </bpmndi:BPMNShape>\r
125       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_288" bpmnElement="intialization">\r
126         <dc:Bounds height="80.0" width="100.0" x="228.0" y="242.0"/>\r
127       </bpmndi:BPMNShape>\r
128       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_69" targetElement="_BPMNShape_ScriptTask_288">\r
129         <di:waypoint xsi:type="dc:Point" x="144.0" y="282.0"/>\r
130         <di:waypoint xsi:type="dc:Point" x="228.0" y="282.0"/>\r
131         <bpmndi:BPMNLabel>\r
132           <dc:Bounds height="6.0" width="6.0" x="177.0" y="282.0"/>\r
133         </bpmndi:BPMNLabel>\r
134       </bpmndi:BPMNEdge>\r
135       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_227" bpmnElement="getUrl" isMarkerVisible="true">\r
136         <dc:Bounds height="50.0" width="50.0" x="372.0" y="256.0"/>\r
137         <bpmndi:BPMNLabel>\r
138           <dc:Bounds height="22.0" width="70.0" x="408.0" y="286.0"/>\r
139         </bpmndi:BPMNLabel>\r
140       </bpmndi:BPMNShape>\r
141       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_288" targetElement="_BPMNShape_ExclusiveGateway_227">\r
142         <di:waypoint xsi:type="dc:Point" x="328.0" y="282.0"/>\r
143         <di:waypoint xsi:type="dc:Point" x="372.0" y="281.0"/>\r
144         <bpmndi:BPMNLabel>\r
145           <dc:Bounds height="6.0" width="6.0" x="350.0" y="281.0"/>\r
146         </bpmndi:BPMNLabel>\r
147       </bpmndi:BPMNEdge>\r
148       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_289" bpmnElement="obtainServiceUrlById">\r
149         <dc:Bounds height="80.0" width="100.0" x="528.0" y="197.0"/>\r
150       </bpmndi:BPMNShape>\r
151       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_228" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true">\r
152         <dc:Bounds height="50.0" width="50.0" x="738.0" y="256.0"/>\r
153         <bpmndi:BPMNLabel>\r
154           <dc:Bounds height="0.0" width="0.0" x="763.0" y="311.0"/>\r
155         </bpmndi:BPMNLabel>\r
156       </bpmndi:BPMNShape>\r
157       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_290" bpmnElement="getServiceInstance">\r
158         <dc:Bounds height="80.0" width="100.0" x="820.0" y="242.0"/>\r
159       </bpmndi:BPMNShape>\r
160       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="getUrlYes" sourceElement="_BPMNShape_ExclusiveGateway_227" targetElement="_BPMNShape_ExclusiveGateway_233">\r
161         <di:waypoint xsi:type="dc:Point" x="397.0" y="256.0"/>\r
162         <di:waypoint xsi:type="dc:Point" x="397.0" y="170.0"/>\r
163         <di:waypoint xsi:type="dc:Point" x="446.0" y="170.0"/>\r
164         <bpmndi:BPMNLabel>\r
165           <dc:Bounds height="22.0" width="29.0" x="397.0" y="213.0"/>\r
166         </bpmndi:BPMNLabel>\r
167       </bpmndi:BPMNEdge>\r
168       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_289" targetElement="_BPMNShape_ExclusiveGateway_234">\r
169         <di:waypoint xsi:type="dc:Point" x="628.0" y="237.0"/>\r
170         <di:waypoint xsi:type="dc:Point" x="671.0" y="237.0"/>\r
171         <di:waypoint xsi:type="dc:Point" x="671.0" y="195.0"/>\r
172         <bpmndi:BPMNLabel>\r
173           <dc:Bounds height="6.0" width="6.0" x="668.0" y="221.0"/>\r
174         </bpmndi:BPMNLabel>\r
175       </bpmndi:BPMNEdge>\r
176       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ExclusiveGateway_228" targetElement="_BPMNShape_ScriptTask_290">\r
177         <di:waypoint xsi:type="dc:Point" x="788.0" y="281.0"/>\r
178         <di:waypoint xsi:type="dc:Point" x="820.0" y="282.0"/>\r
179         <bpmndi:BPMNLabel>\r
180           <dc:Bounds height="6.0" width="6.0" x="798.0" y="281.0"/>\r
181         </bpmndi:BPMNLabel>\r
182       </bpmndi:BPMNEdge>\r
183       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="getUrlNo" sourceElement="_BPMNShape_ExclusiveGateway_227" targetElement="_BPMNShape_ExclusiveGateway_228">\r
184         <di:waypoint xsi:type="dc:Point" x="397.0" y="306.0"/>\r
185         <di:waypoint xsi:type="dc:Point" x="397.0" y="370.0"/>\r
186         <di:waypoint xsi:type="dc:Point" x="763.0" y="370.0"/>\r
187         <di:waypoint xsi:type="dc:Point" x="763.0" y="306.0"/>\r
188         <bpmndi:BPMNLabel>\r
189           <dc:Bounds height="22.0" width="22.0" x="400.0" y="324.0"/>\r
190         </bpmndi:BPMNLabel>\r
191       </bpmndi:BPMNEdge>\r
192       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_291" bpmnElement="toggleSuccess">\r
193         <dc:Bounds height="80.0" width="100.0" x="960.0" y="242.0"/>\r
194       </bpmndi:BPMNShape>\r
195       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_290" targetElement="_BPMNShape_ScriptTask_291">\r
196         <di:waypoint xsi:type="dc:Point" x="920.0" y="282.0"/>\r
197         <di:waypoint xsi:type="dc:Point" x="960.0" y="282.0"/>\r
198         <bpmndi:BPMNLabel>\r
199           <dc:Bounds height="6.0" width="6.0" x="937.0" y="282.0"/>\r
200         </bpmndi:BPMNLabel>\r
201       </bpmndi:BPMNEdge>\r
202       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_223" bpmnElement="EndEvent_1">\r
203         <dc:Bounds height="36.0" width="36.0" x="1133.0" y="264.0"/>\r
204         <bpmndi:BPMNLabel>\r
205           <dc:Bounds height="0.0" width="0.0" x="1151.0" y="305.0"/>\r
206         </bpmndi:BPMNLabel>\r
207       </bpmndi:BPMNShape>\r
208       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_291" targetElement="_BPMNShape_EndEvent_223">\r
209         <di:waypoint xsi:type="dc:Point" x="1060.0" y="282.0"/>\r
210         <di:waypoint xsi:type="dc:Point" x="1133.0" y="282.0"/>\r
211         <bpmndi:BPMNLabel>\r
212           <dc:Bounds height="6.0" width="6.0" x="1100.0" y="282.0"/>\r
213         </bpmndi:BPMNLabel>\r
214       </bpmndi:BPMNEdge>\r
215       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_25" bpmnElement="bpmnExceptionHandlingSubProcess" isExpanded="true">\r
216         <dc:Bounds height="169.0" width="325.0" x="152.0" y="468.0"/>\r
217       </bpmndi:BPMNShape>\r
218       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_70" bpmnElement="StartEvent_2">\r
219         <dc:Bounds height="36.0" width="36.0" x="176.0" y="535.0"/>\r
220         <bpmndi:BPMNLabel>\r
221           <dc:Bounds height="0.0" width="0.0" x="194.0" y="576.0"/>\r
222         </bpmndi:BPMNLabel>\r
223       </bpmndi:BPMNShape>\r
224       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_224" bpmnElement="EndEvent_2">\r
225         <dc:Bounds height="36.0" width="36.0" x="416.0" y="535.0"/>\r
226         <bpmndi:BPMNLabel>\r
227           <dc:Bounds height="0.0" width="0.0" x="434.0" y="576.0"/>\r
228         </bpmndi:BPMNLabel>\r
229       </bpmndi:BPMNShape>\r
230       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_292" bpmnElement="processBPMNException">\r
231         <dc:Bounds height="80.0" width="100.0" x="265.0" y="513.0"/>\r
232       </bpmndi:BPMNShape>\r
233       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_StartEvent_70" targetElement="_BPMNShape_ScriptTask_292">\r
234         <di:waypoint xsi:type="dc:Point" x="212.0" y="553.0"/>\r
235         <di:waypoint xsi:type="dc:Point" x="265.0" y="553.0"/>\r
236         <bpmndi:BPMNLabel>\r
237           <dc:Bounds height="6.0" width="6.0" x="233.0" y="553.0"/>\r
238         </bpmndi:BPMNLabel>\r
239       </bpmndi:BPMNEdge>\r
240       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_292" targetElement="_BPMNShape_EndEvent_224">\r
241         <di:waypoint xsi:type="dc:Point" x="365.0" y="553.0"/>\r
242         <di:waypoint xsi:type="dc:Point" x="416.0" y="553.0"/>\r
243         <bpmndi:BPMNLabel>\r
244           <dc:Bounds height="6.0" width="6.0" x="385.0" y="553.0"/>\r
245         </bpmndi:BPMNLabel>\r
246       </bpmndi:BPMNEdge>\r
247       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_301" bpmnElement="obtainServiceUrlByName">\r
248         <dc:Bounds height="80.0" width="100.0" x="528.0" y="59.0"/>\r
249       </bpmndi:BPMNShape>\r
250       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_233" bpmnElement="obtain" isMarkerVisible="true">\r
251         <dc:Bounds height="50.0" width="50.0" x="446.0" y="145.0"/>\r
252         <bpmndi:BPMNLabel>\r
253           <dc:Bounds height="22.0" width="71.0" x="496.0" y="162.0"/>\r
254         </bpmndi:BPMNLabel>\r
255       </bpmndi:BPMNShape>\r
256       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_234" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">\r
257         <dc:Bounds height="50.0" width="50.0" x="646.0" y="145.0"/>\r
258         <bpmndi:BPMNLabel>\r
259           <dc:Bounds height="0.0" width="0.0" x="671.0" y="200.0"/>\r
260         </bpmndi:BPMNLabel>\r
261       </bpmndi:BPMNShape>\r
262       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="obtainById" sourceElement="_BPMNShape_ExclusiveGateway_233" targetElement="_BPMNShape_ScriptTask_289">\r
263         <di:waypoint xsi:type="dc:Point" x="471.0" y="195.0"/>\r
264         <di:waypoint xsi:type="dc:Point" x="471.0" y="236.0"/>\r
265         <di:waypoint xsi:type="dc:Point" x="528.0" y="237.0"/>\r
266         <bpmndi:BPMNLabel>\r
267           <dc:Bounds height="22.0" width="16.0" x="476.0" y="207.0"/>\r
268         </bpmndi:BPMNLabel>\r
269       </bpmndi:BPMNEdge>\r
270       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="obtainByName" sourceElement="_BPMNShape_ExclusiveGateway_233" targetElement="_BPMNShape_ScriptTask_301">\r
271         <di:waypoint xsi:type="dc:Point" x="471.0" y="145.0"/>\r
272         <di:waypoint xsi:type="dc:Point" x="471.0" y="99.0"/>\r
273         <di:waypoint xsi:type="dc:Point" x="528.0" y="99.0"/>\r
274         <bpmndi:BPMNLabel>\r
275           <dc:Bounds height="22.0" width="40.0" x="471.0" y="115.0"/>\r
276         </bpmndi:BPMNLabel>\r
277       </bpmndi:BPMNEdge>\r
278       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_301" targetElement="_BPMNShape_ExclusiveGateway_234">\r
279         <di:waypoint xsi:type="dc:Point" x="628.0" y="99.0"/>\r
280         <di:waypoint xsi:type="dc:Point" x="671.0" y="99.0"/>\r
281         <di:waypoint xsi:type="dc:Point" x="671.0" y="145.0"/>\r
282         <bpmndi:BPMNLabel>\r
283           <dc:Bounds height="6.0" width="6.0" x="665.0" y="99.0"/>\r
284         </bpmndi:BPMNLabel>\r
285       </bpmndi:BPMNEdge>\r
286       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_235" bpmnElement="serviceFoundCheck" isMarkerVisible="true">\r
287         <dc:Bounds height="50.0" width="50.0" x="738.0" y="145.0"/>\r
288         <bpmndi:BPMNLabel>\r
289           <dc:Bounds height="22.0" width="59.0" x="735.0" y="125.0"/>\r
290         </bpmndi:BPMNLabel>\r
291       </bpmndi:BPMNShape>\r
292       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ExclusiveGateway_234" targetElement="_BPMNShape_ExclusiveGateway_235">\r
293         <di:waypoint xsi:type="dc:Point" x="696.0" y="170.0"/>\r
294         <di:waypoint xsi:type="dc:Point" x="738.0" y="170.0"/>\r
295         <bpmndi:BPMNLabel>\r
296           <dc:Bounds height="6.0" width="6.0" x="704.0" y="170.0"/>\r
297         </bpmndi:BPMNLabel>\r
298       </bpmndi:BPMNEdge>\r
299       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="foundYes" sourceElement="_BPMNShape_ExclusiveGateway_235" targetElement="_BPMNShape_ExclusiveGateway_228">\r
300         <di:waypoint xsi:type="dc:Point" x="763.0" y="195.0"/>\r
301         <di:waypoint xsi:type="dc:Point" x="763.0" y="256.0"/>\r
302         <bpmndi:BPMNLabel>\r
303           <dc:Bounds height="22.0" width="29.0" x="762.0" y="205.0"/>\r
304         </bpmndi:BPMNLabel>\r
305       </bpmndi:BPMNEdge>\r
306       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="notFound" sourceElement="_BPMNShape_ExclusiveGateway_235" targetElement="_BPMNShape_EndEvent_229">\r
307         <di:waypoint xsi:type="dc:Point" x="788.0" y="170.0"/>\r
308         <di:waypoint xsi:type="dc:Point" x="877.0" y="171.0"/>\r
309         <bpmndi:BPMNLabel>\r
310           <dc:Bounds height="22.0" width="22.0" x="798.0" y="170.0"/>\r
311         </bpmndi:BPMNLabel>\r
312       </bpmndi:BPMNEdge>\r
313       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_229" bpmnElement="EndEvent_3">\r
314         <dc:Bounds height="36.0" width="36.0" x="877.0" y="153.0"/>\r
315         <bpmndi:BPMNLabel>\r
316           <dc:Bounds height="0.0" width="0.0" x="895.0" y="194.0"/>\r
317         </bpmndi:BPMNLabel>\r
318       </bpmndi:BPMNShape>\r
319     </bpmndi:BPMNPlane>\r
320   </bpmndi:BPMNDiagram>\r
321 </bpmn2:definitions>