Merge "Update .gitreview with onap URL"
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / subprocess / DoCreateServiceInstance.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://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_MagIIMOUEeW8asg-vCEgWQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">\r
3   <bpmn2:process id="DoCreateServiceInstance" name="DoCreateServiceInstance" isExecutable="true">\r
4     <bpmn2:startEvent id="createSI_startEvent" name="Start Flow">\r
5       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>\r
6     </bpmn2:startEvent>\r
7     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" />\r
8     <bpmn2:scriptTask id="getAAICustomerById_scriptTask" name="Get AAI Customer By globalCustomerId " scriptFormat="groovy">\r
9       <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>\r
10       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>\r
11       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
12 def dcsi = new DoCreateServiceInstance()\r
13 dcsi.getAAICustomerById(execution)]]></bpmn2:script>\r
14     </bpmn2:scriptTask>\r
15     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="getAAICustomerById_scriptTask" targetRef="ExclusiveGateway_09wkav2" />\r
16     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">\r
17       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>\r
18       <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>\r
19       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
20 def dcsi = new DoCreateServiceInstance()\r
21 dcsi.preProcessRequest(execution)\r
22 ]]></bpmn2:script>\r
23     </bpmn2:scriptTask>\r
24     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="callGenericGetService" targetRef="ScriptTask_0i8cqdy" />\r
25     <bpmn2:scriptTask id="PreProcessSDNCAssignRequest" name="PreProcess SDNC Assign Request" scriptFormat="groovy">\r
26       <bpmn2:incoming>SequenceFlow_156ih25</bpmn2:incoming>\r
27       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>\r
28       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
29 def dcsi = new DoCreateServiceInstance()\r
30 dcsi.preProcessSDNCAssignRequest(execution)]]></bpmn2:script>\r
31     </bpmn2:scriptTask>\r
32     <bpmn2:scriptTask id="PostProcessSDNCAssignRequest" name="Post Process SDNC Assign Request" scriptFormat="groovy">\r
33       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>\r
34       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>\r
35       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
36 def dcsi = new DoCreateServiceInstance()\r
37 dcsi.postProcessSDNCAssign(execution)]]></bpmn2:script>\r
38     </bpmn2:scriptTask>\r
39     <bpmn2:callActivity id="CallSDNCAdapterServiceTopologyAssign" name="Call SDNC Adapter Service Topology Assign" calledElement="sdncAdapter">\r
40       <bpmn2:extensionElements>\r
41         <camunda:in source="sdncAssignRequest" target="sdncAdapterWorkflowRequest" />\r
42         <camunda:in source="msoRequestId" target="mso-request-id" />\r
43         <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />\r
44         <camunda:out source="WorkflowException" target="WorkflowException" />\r
45         <camunda:out source="sdncAdapterResponse" target="sdncAdapterResponse" />\r
46         <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />\r
47       </bpmn2:extensionElements>\r
48       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>\r
49       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>\r
50     </bpmn2:callActivity>\r
51     <bpmn2:endEvent id="EndEvent_3">\r
52       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>\r
53     </bpmn2:endEvent>\r
54     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="getAAICustomerById_scriptTask" />\r
55     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="PreProcessSDNCAssignRequest" targetRef="CallSDNCAdapterServiceTopologyAssign" />\r
56     <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="CallSDNCAdapterServiceTopologyAssign" targetRef="PostProcessSDNCAssignRequest" />\r
57     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PostProcessSDNCAssignRequest" targetRef="EndEvent_3" />\r
58     <bpmn2:callActivity id="callGenericGetService" name="Call GenericGetService" calledElement="GenericGetService">\r
59       <bpmn2:extensionElements>\r
60         <camunda:in source="serviceInstanceName" target="GENGS_serviceInstanceName" />\r
61         <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />\r
62         <camunda:in sourceExpression="service-instance" target="GENGS_type" />\r
63         <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />\r
64         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />\r
65         <camunda:out source="WorkflowException" target="WorkflowException" />\r
66       </bpmn2:extensionElements>\r
67       <bpmn2:incoming>SequenceFlow_11fnnkb</bpmn2:incoming>\r
68       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>\r
69     </bpmn2:callActivity>\r
70     <bpmn2:callActivity id="callGenericPutService" name="Call Generic Put Service" calledElement="GenericPutService">\r
71       <bpmn2:extensionElements>\r
72         <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />\r
73         <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />\r
74         <camunda:in source="subscriptionServiceType" target="GENPS_serviceType" />\r
75         <camunda:in sourceExpression="service-instance" target="GENPS_type" />\r
76         <camunda:in source="serviceInstanceData" target="GENPS_payload" />\r
77         <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />\r
78         <camunda:in source="msoRequestId" target="GENPS_requesId" />\r
79         <camunda:out source="WorkflowException" target="WorkflowException" />\r
80       </bpmn2:extensionElements>\r
81       <bpmn2:incoming>SequenceFlow_1uw2p9a</bpmn2:incoming>\r
82       <bpmn2:incoming>SequenceFlow_1w01tqs</bpmn2:incoming>\r
83       <bpmn2:outgoing>SequenceFlow_129ih1g</bpmn2:outgoing>\r
84     </bpmn2:callActivity>\r
85     <bpmn2:sequenceFlow id="SequenceFlow_129ih1g" sourceRef="callGenericPutService" targetRef="ScriptTask_0q37vn9" />\r
86     <bpmn2:exclusiveGateway id="ExclusiveGateway_09wkav2" name="sdncVersion is 1610 or serviceInstance name is populated?" default="SequenceFlow_1uw2p9a">\r
87       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>\r
88       <bpmn2:outgoing>SequenceFlow_11fnnkb</bpmn2:outgoing>\r
89       <bpmn2:outgoing>SequenceFlow_1uw2p9a</bpmn2:outgoing>\r
90     </bpmn2:exclusiveGateway>\r
91     <bpmn2:sequenceFlow id="SequenceFlow_11fnnkb" name="yes" sourceRef="ExclusiveGateway_09wkav2" targetRef="callGenericGetService">\r
92       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("serviceInstanceName" )  != null && execution.getVariable("serviceInstanceName" )  != "" ) || execution.getVariable("sdncVersion" )   == "1610" }]]></bpmn2:conditionExpression>\r
93     </bpmn2:sequenceFlow>\r
94     <bpmn2:sequenceFlow id="SequenceFlow_1uw2p9a" name="no" sourceRef="ExclusiveGateway_09wkav2" targetRef="callGenericPutService" />\r
95     <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true">\r
96       <bpmn2:startEvent id="StartEvent_0yljq9y">\r
97         <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing>\r
98         <bpmn2:errorEventDefinition />\r
99       </bpmn2:startEvent>\r
100       <bpmn2:endEvent id="EndEvent_117lkk3">\r
101         <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming>\r
102       </bpmn2:endEvent>\r
103       <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateServiceInstanceRollback" calledElement="DoCreateServiceInstanceRollback">\r
104         <bpmn2:extensionElements>\r
105           <camunda:in source="msoRequestId" target="mso-request-id" />\r
106           <camunda:in source="rollbackData" target="rollbackData" />\r
107           <camunda:out source="rolledBack" target="rolledBack" />\r
108           <camunda:in source="disableRollback" target="disableRollback" />\r
109           <camunda:out source="rollbackError" target="rollbackErrror" />\r
110         </bpmn2:extensionElements>\r
111         <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming>\r
112         <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing>\r
113       </bpmn2:callActivity>\r
114       <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" />\r
115       <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" />\r
116       <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy">\r
117         <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming>\r
118         <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing>\r
119         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
120 def dcsi = new DoCreateServiceInstance()\r
121 dcsi.preProcessRollback(execution)\r
122 ]]></bpmn2:script>\r
123       </bpmn2:scriptTask>\r
124       <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" />\r
125       <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy">\r
126         <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming>\r
127         <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing>\r
128         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
129 def dcsi = new DoCreateServiceInstance()\r
130 dcsi.postProcessRollback(execution)\r
131 ]]></bpmn2:script>\r
132       </bpmn2:scriptTask>\r
133       <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" />\r
134     </bpmn2:subProcess>\r
135     <bpmn2:exclusiveGateway id="ExclusiveGateway_1nk6aol" name="sdncVersion is 1610?" default="SequenceFlow_156ih25">\r
136       <bpmn2:incoming>SequenceFlow_1dd86x8</bpmn2:incoming>\r
137       <bpmn2:outgoing>SequenceFlow_156ih25</bpmn2:outgoing>\r
138       <bpmn2:outgoing>SequenceFlow_00v4npo</bpmn2:outgoing>\r
139     </bpmn2:exclusiveGateway>\r
140     <bpmn2:sequenceFlow id="SequenceFlow_156ih25" name="no" sourceRef="ExclusiveGateway_1nk6aol" targetRef="PreProcessSDNCAssignRequest" />\r
141     <bpmn2:endEvent id="EndEvent_10659gr">\r
142       <bpmn2:incoming>SequenceFlow_00v4npo</bpmn2:incoming>\r
143     </bpmn2:endEvent>\r
144     <bpmn2:sequenceFlow id="SequenceFlow_00v4npo" name="yes" sourceRef="ExclusiveGateway_1nk6aol" targetRef="EndEvent_10659gr">\r
145       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("sdncVersion" ) == "1610"}]]></bpmn2:conditionExpression>\r
146     </bpmn2:sequenceFlow>\r
147     <bpmn2:scriptTask id="ScriptTask_0i8cqdy" name="Post Process AAI GET" scriptFormat="groovy">\r
148       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>\r
149       <bpmn2:outgoing>SequenceFlow_1w01tqs</bpmn2:outgoing>\r
150       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
151 def dcsi = new DoCreateServiceInstance()\r
152 dcsi.postProcessAAIGET(execution)]]></bpmn2:script>\r
153     </bpmn2:scriptTask>\r
154     <bpmn2:sequenceFlow id="SequenceFlow_1w01tqs" sourceRef="ScriptTask_0i8cqdy" targetRef="callGenericPutService" />\r
155     <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="Post Process AAI PUT" scriptFormat="groovy">\r
156       <bpmn2:incoming>SequenceFlow_129ih1g</bpmn2:incoming>\r
157       <bpmn2:outgoing>SequenceFlow_1dd86x8</bpmn2:outgoing>\r
158       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*\r
159 def ddsi = new DoCreateServiceInstance()\r
160 ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>\r
161     </bpmn2:scriptTask>\r
162     <bpmn2:sequenceFlow id="SequenceFlow_1dd86x8" sourceRef="ScriptTask_0q37vn9" targetRef="ExclusiveGateway_1nk6aol" />\r
163   </bpmn2:process>\r
164   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />\r
165   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />\r
166   <bpmndi:BPMNDiagram id="BPMNDiagram_1">\r
167     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateServiceInstance">\r
168       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">\r
169         <dc:Bounds x="152" y="79" width="36" height="36" />\r
170         <bpmndi:BPMNLabel>\r
171           <dc:Bounds x="147" y="120" width="48" height="14" />\r
172         </bpmndi:BPMNLabel>\r
173       </bpmndi:BPMNShape>\r
174       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">\r
175         <dc:Bounds x="245" y="57" width="100" height="80" />\r
176       </bpmndi:BPMNShape>\r
177       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">\r
178         <di:waypoint xsi:type="dc:Point" x="188" y="97" />\r
179         <di:waypoint xsi:type="dc:Point" x="245" y="97" />\r
180         <bpmndi:BPMNLabel>\r
181           <dc:Bounds x="217" y="82" width="0" height="0" />\r
182         </bpmndi:BPMNLabel>\r
183       </bpmndi:BPMNEdge>\r
184       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="getAAICustomerById_scriptTask">\r
185         <dc:Bounds x="393" y="57" width="100" height="80" />\r
186       </bpmndi:BPMNShape>\r
187       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_62">\r
188         <di:waypoint xsi:type="dc:Point" x="493" y="97" />\r
189         <di:waypoint xsi:type="dc:Point" x="565" y="97" />\r
190         <bpmndi:BPMNLabel>\r
191           <dc:Bounds x="529" y="82" width="0" height="0" />\r
192         </bpmndi:BPMNLabel>\r
193       </bpmndi:BPMNEdge>\r
194       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">\r
195         <dc:Bounds x="1142" y="886" width="36" height="36" />\r
196         <bpmndi:BPMNLabel>\r
197           <dc:Bounds x="1160" y="927" width="0" height="0" />\r
198         </bpmndi:BPMNLabel>\r
199       </bpmndi:BPMNShape>\r
200       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4">\r
201         <di:waypoint xsi:type="dc:Point" x="839" y="94" />\r
202         <di:waypoint xsi:type="dc:Point" x="971" y="94" />\r
203         <bpmndi:BPMNLabel>\r
204           <dc:Bounds x="905" y="79" width="0" height="0" />\r
205         </bpmndi:BPMNLabel>\r
206       </bpmndi:BPMNEdge>\r
207       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_334" bpmnElement="PreProcessSDNCAssignRequest">\r
208         <dc:Bounds x="972" y="578" width="100" height="80" />\r
209       </bpmndi:BPMNShape>\r
210       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_335" bpmnElement="PostProcessSDNCAssignRequest">\r
211         <dc:Bounds x="972" y="864" width="100" height="80" />\r
212       </bpmndi:BPMNShape>\r
213       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_74" bpmnElement="CallSDNCAdapterServiceTopologyAssign">\r
214         <dc:Bounds x="972" y="721" width="100" height="80" />\r
215       </bpmndi:BPMNShape>\r
216       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_62">\r
217         <di:waypoint xsi:type="dc:Point" x="345" y="97" />\r
218         <di:waypoint xsi:type="dc:Point" x="393" y="97" />\r
219         <bpmndi:BPMNLabel>\r
220           <dc:Bounds x="369" y="82" width="0" height="0" />\r
221         </bpmndi:BPMNLabel>\r
222       </bpmndi:BPMNEdge>\r
223       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_334" targetElement="_BPMNShape_CallActivity_74">\r
224         <di:waypoint xsi:type="dc:Point" x="1020" y="658" />\r
225         <di:waypoint xsi:type="dc:Point" x="1020" y="692" />\r
226         <di:waypoint xsi:type="dc:Point" x="1020" y="692" />\r
227         <di:waypoint xsi:type="dc:Point" x="1020" y="715" />\r
228         <bpmndi:BPMNLabel>\r
229           <dc:Bounds x="1035" y="692" width="0" height="0" />\r
230         </bpmndi:BPMNLabel>\r
231       </bpmndi:BPMNEdge>\r
232       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_CallActivity_74" targetElement="_BPMNShape_ScriptTask_335">\r
233         <di:waypoint xsi:type="dc:Point" x="1022" y="801" />\r
234         <di:waypoint xsi:type="dc:Point" x="1022" y="840" />\r
235         <di:waypoint xsi:type="dc:Point" x="1022" y="840" />\r
236         <di:waypoint xsi:type="dc:Point" x="1022" y="864" />\r
237         <bpmndi:BPMNLabel>\r
238           <dc:Bounds x="1037" y="840" width="0" height="0" />\r
239         </bpmndi:BPMNLabel>\r
240       </bpmndi:BPMNEdge>\r
241       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_335">\r
242         <di:waypoint xsi:type="dc:Point" x="1072" y="904" />\r
243         <di:waypoint xsi:type="dc:Point" x="1111" y="904" />\r
244         <di:waypoint xsi:type="dc:Point" x="1111" y="904" />\r
245         <di:waypoint xsi:type="dc:Point" x="1142" y="904" />\r
246         <bpmndi:BPMNLabel>\r
247           <dc:Bounds x="1126" y="904" width="0" height="0" />\r
248         </bpmndi:BPMNLabel>\r
249       </bpmndi:BPMNEdge>\r
250       <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="callGenericGetService">\r
251         <dc:Bounds x="739" y="57" width="100" height="80" />\r
252       </bpmndi:BPMNShape>\r
253       <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="callGenericPutService">\r
254         <dc:Bounds x="972" y="206" width="100" height="80" />\r
255       </bpmndi:BPMNShape>\r
256       <bpmndi:BPMNEdge id="SequenceFlow_129ih1g_di" bpmnElement="SequenceFlow_129ih1g">\r
257         <di:waypoint xsi:type="dc:Point" x="1023" y="286" />\r
258         <di:waypoint xsi:type="dc:Point" x="1022" y="336" />\r
259         <bpmndi:BPMNLabel>\r
260           <dc:Bounds x="1023" y="296" width="0" height="0" />\r
261         </bpmndi:BPMNLabel>\r
262       </bpmndi:BPMNEdge>\r
263       <bpmndi:BPMNShape id="ExclusiveGateway_09wkav2_di" bpmnElement="ExclusiveGateway_09wkav2" isMarkerVisible="true">\r
264         <dc:Bounds x="565" y="72" width="50" height="50" />\r
265         <bpmndi:BPMNLabel>\r
266           <dc:Bounds x="547" y="7" width="81" height="62" />\r
267         </bpmndi:BPMNLabel>\r
268       </bpmndi:BPMNShape>\r
269       <bpmndi:BPMNEdge id="SequenceFlow_11fnnkb_di" bpmnElement="SequenceFlow_11fnnkb">\r
270         <di:waypoint xsi:type="dc:Point" x="615" y="97" />\r
271         <di:waypoint xsi:type="dc:Point" x="739" y="97" />\r
272         <bpmndi:BPMNLabel>\r
273           <dc:Bounds x="635" y="76" width="18" height="14" />\r
274         </bpmndi:BPMNLabel>\r
275       </bpmndi:BPMNEdge>\r
276       <bpmndi:BPMNEdge id="SequenceFlow_1uw2p9a_di" bpmnElement="SequenceFlow_1uw2p9a">\r
277         <di:waypoint xsi:type="dc:Point" x="590" y="122" />\r
278         <di:waypoint xsi:type="dc:Point" x="590" y="246" />\r
279         <di:waypoint xsi:type="dc:Point" x="972" y="246" />\r
280         <bpmndi:BPMNLabel>\r
281           <dc:Bounds x="594" y="132.89706349694825" width="12" height="14" />\r
282         </bpmndi:BPMNLabel>\r
283       </bpmndi:BPMNEdge>\r
284       <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">\r
285         <dc:Bounds x="99" y="531" width="783" height="195" />\r
286       </bpmndi:BPMNShape>\r
287       <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">\r
288         <dc:Bounds x="195" y="608" width="36" height="36" />\r
289         <bpmndi:BPMNLabel>\r
290           <dc:Bounds x="213" y="649" width="0" height="0" />\r
291         </bpmndi:BPMNLabel>\r
292       </bpmndi:BPMNShape>\r
293       <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">\r
294         <dc:Bounds x="828" y="608" width="36" height="36" />\r
295         <bpmndi:BPMNLabel>\r
296           <dc:Bounds x="846" y="649" width="0" height="0" />\r
297         </bpmndi:BPMNLabel>\r
298       </bpmndi:BPMNShape>\r
299       <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">\r
300         <dc:Bounds x="493" y="586" width="100" height="80" />\r
301       </bpmndi:BPMNShape>\r
302       <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">\r
303         <di:waypoint xsi:type="dc:Point" x="593" y="626" />\r
304         <di:waypoint xsi:type="dc:Point" x="661" y="626" />\r
305         <bpmndi:BPMNLabel>\r
306           <dc:Bounds x="627" y="611" width="0" height="0" />\r
307         </bpmndi:BPMNLabel>\r
308       </bpmndi:BPMNEdge>\r
309       <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">\r
310         <di:waypoint xsi:type="dc:Point" x="231" y="626" />\r
311         <di:waypoint xsi:type="dc:Point" x="330" y="626" />\r
312         <bpmndi:BPMNLabel>\r
313           <dc:Bounds x="281" y="611" width="0" height="0" />\r
314         </bpmndi:BPMNLabel>\r
315       </bpmndi:BPMNEdge>\r
316       <bpmndi:BPMNShape id="ExclusiveGateway_1nk6aol_di" bpmnElement="ExclusiveGateway_1nk6aol" isMarkerVisible="true">\r
317         <dc:Bounds x="997" y="460" width="50" height="50" />\r
318         <bpmndi:BPMNLabel>\r
319           <dc:Bounds x="903" y="472" width="75" height="24" />\r
320         </bpmndi:BPMNLabel>\r
321       </bpmndi:BPMNShape>\r
322       <bpmndi:BPMNEdge id="SequenceFlow_156ih25_di" bpmnElement="SequenceFlow_156ih25">\r
323         <di:waypoint xsi:type="dc:Point" x="1022" y="510" />\r
324         <di:waypoint xsi:type="dc:Point" x="1022" y="545" />\r
325         <di:waypoint xsi:type="dc:Point" x="1022" y="545" />\r
326         <di:waypoint xsi:type="dc:Point" x="1022" y="575" />\r
327         <bpmndi:BPMNLabel>\r
328           <dc:Bounds x="1039" y="510.8721806797853" width="12" height="12" />\r
329         </bpmndi:BPMNLabel>\r
330       </bpmndi:BPMNEdge>\r
331       <bpmndi:BPMNShape id="EndEvent_10659gr_di" bpmnElement="EndEvent_10659gr">\r
332         <dc:Bounds x="1103" y="467" width="36" height="36" />\r
333         <bpmndi:BPMNLabel>\r
334           <dc:Bounds x="1121" y="508" width="0" height="0" />\r
335         </bpmndi:BPMNLabel>\r
336       </bpmndi:BPMNShape>\r
337       <bpmndi:BPMNEdge id="SequenceFlow_00v4npo_di" bpmnElement="SequenceFlow_00v4npo">\r
338         <di:waypoint xsi:type="dc:Point" x="1047" y="485" />\r
339         <di:waypoint xsi:type="dc:Point" x="1103" y="485" />\r
340         <bpmndi:BPMNLabel>\r
341           <dc:Bounds x="1063" y="461" width="18" height="12" />\r
342         </bpmndi:BPMNLabel>\r
343       </bpmndi:BPMNEdge>\r
344       <bpmndi:BPMNShape id="ScriptTask_0i8cqdy_di" bpmnElement="ScriptTask_0i8cqdy">\r
345         <dc:Bounds x="971" y="57" width="100" height="80" />\r
346       </bpmndi:BPMNShape>\r
347       <bpmndi:BPMNEdge id="SequenceFlow_1w01tqs_di" bpmnElement="SequenceFlow_1w01tqs">\r
348         <di:waypoint xsi:type="dc:Point" x="1021" y="137" />\r
349         <di:waypoint xsi:type="dc:Point" x="1021" y="172" />\r
350         <di:waypoint xsi:type="dc:Point" x="1021" y="172" />\r
351         <di:waypoint xsi:type="dc:Point" x="1021" y="206" />\r
352         <bpmndi:BPMNLabel>\r
353           <dc:Bounds x="1036" y="172" width="0" height="0" />\r
354         </bpmndi:BPMNLabel>\r
355       </bpmndi:BPMNEdge>\r
356       <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9">\r
357         <dc:Bounds x="972" y="336" width="100" height="80" />\r
358       </bpmndi:BPMNShape>\r
359       <bpmndi:BPMNEdge id="SequenceFlow_1dd86x8_di" bpmnElement="SequenceFlow_1dd86x8">\r
360         <di:waypoint xsi:type="dc:Point" x="1022" y="416" />\r
361         <di:waypoint xsi:type="dc:Point" x="1022" y="460" />\r
362         <bpmndi:BPMNLabel>\r
363           <dc:Bounds x="1037" y="438" width="0" height="0" />\r
364         </bpmndi:BPMNLabel>\r
365       </bpmndi:BPMNEdge>\r
366       <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">\r
367         <dc:Bounds x="330" y="586" width="100" height="80" />\r
368       </bpmndi:BPMNShape>\r
369       <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">\r
370         <di:waypoint xsi:type="dc:Point" x="430" y="626" />\r
371         <di:waypoint xsi:type="dc:Point" x="493" y="626" />\r
372         <bpmndi:BPMNLabel>\r
373           <dc:Bounds x="462" y="611" width="0" height="0" />\r
374         </bpmndi:BPMNLabel>\r
375       </bpmndi:BPMNEdge>\r
376       <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">\r
377         <dc:Bounds x="661" y="586" width="100" height="80" />\r
378       </bpmndi:BPMNShape>\r
379       <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">\r
380         <di:waypoint xsi:type="dc:Point" x="761" y="626" />\r
381         <di:waypoint xsi:type="dc:Point" x="793" y="626" />\r
382         <di:waypoint xsi:type="dc:Point" x="793" y="626" />\r
383         <di:waypoint xsi:type="dc:Point" x="828" y="626" />\r
384         <bpmndi:BPMNLabel>\r
385           <dc:Bounds x="808" y="626" width="0" height="0" />\r
386         </bpmndi:BPMNLabel>\r
387       </bpmndi:BPMNEdge>\r
388     </bpmndi:BPMNPlane>\r
389   </bpmndi:BPMNDiagram>\r
390 </bpmn2:definitions>\r