blob: 29116a67fc9c53c6c80fa114bff577f9ff32cbab [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0" encoding="UTF-8"?>
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">
3 <bpmn2:process id="DoCreateServiceInstance" name="DoCreateServiceInstance" isExecutable="true">
4 <bpmn2:startEvent id="createSI_startEvent" name="Start Flow">
5 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6 </bpmn2:startEvent>
7 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createSI_startEvent" targetRef="preProcessRequest_ScriptTask" />
8 <bpmn2:scriptTask id="getAAICustomerById_scriptTask" name="Get AAI Customer By globalCustomerId " scriptFormat="groovy">
9 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
10 <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
11 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
12def dcsi = new DoCreateServiceInstance()
13dcsi.getAAICustomerById(execution)]]></bpmn2:script>
14 </bpmn2:scriptTask>
15 <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="getAAICustomerById_scriptTask" targetRef="ExclusiveGateway_09wkav2" />
16 <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
17 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
18 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
19 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
20def dcsi = new DoCreateServiceInstance()
21dcsi.preProcessRequest(execution)
22]]></bpmn2:script>
23 </bpmn2:scriptTask>
24 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="callGenericGetService" targetRef="ScriptTask_0i8cqdy" />
25 <bpmn2:scriptTask id="PreProcessSDNCAssignRequest" name="PreProcess SDNC Assign Request" scriptFormat="groovy">
26 <bpmn2:incoming>SequenceFlow_156ih25</bpmn2:incoming>
27 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
28 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
29def dcsi = new DoCreateServiceInstance()
30dcsi.preProcessSDNCAssignRequest(execution)]]></bpmn2:script>
31 </bpmn2:scriptTask>
32 <bpmn2:scriptTask id="PostProcessSDNCAssignRequest" name="Post Process SDNC Assign Request" scriptFormat="groovy">
33 <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
34 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
35 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
36def dcsi = new DoCreateServiceInstance()
37dcsi.postProcessSDNCAssign(execution)]]></bpmn2:script>
38 </bpmn2:scriptTask>
39 <bpmn2:callActivity id="CallSDNCAdapterServiceTopologyAssign" name="Call SDNC Adapter Service Topology Assign" calledElement="sdncAdapter">
40 <bpmn2:extensionElements>
41 <camunda:in source="sdncAssignRequest" target="sdncAdapterWorkflowRequest" />
42 <camunda:in source="msoRequestId" target="mso-request-id" />
43 <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
44 <camunda:out source="WorkflowException" target="WorkflowException" />
45 <camunda:out source="sdncAdapterResponse" target="sdncAdapterResponse" />
46 <camunda:out source="SDNCA_SuccessIndicator" target="SDNCA_SuccessIndicator" />
47 </bpmn2:extensionElements>
48 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
49 <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
50 </bpmn2:callActivity>
51 <bpmn2:endEvent id="EndEvent_3">
52 <bpmn2:incoming>SequenceFlow_01q6pl4</bpmn2:incoming>
53 </bpmn2:endEvent>
54 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="getAAICustomerById_scriptTask" />
55 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="PreProcessSDNCAssignRequest" targetRef="CallSDNCAdapterServiceTopologyAssign" />
56 <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="CallSDNCAdapterServiceTopologyAssign" targetRef="PostProcessSDNCAssignRequest" />
57 <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PostProcessSDNCAssignRequest" targetRef="CallActivity_1707jgc" />
58 <bpmn2:callActivity id="callGenericGetService" name="Call GenericGetService" calledElement="GenericGetService">
59 <bpmn2:extensionElements>
60 <camunda:in source="serviceInstanceName" target="GENGS_serviceInstanceName" />
61 <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
62 <camunda:in sourceExpression="service-instance" target="GENGS_type" />
63 <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
64 <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
65 <camunda:out source="WorkflowException" target="WorkflowException" />
66 </bpmn2:extensionElements>
67 <bpmn2:incoming>SequenceFlow_11fnnkb</bpmn2:incoming>
68 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
69 </bpmn2:callActivity>
70 <bpmn2:callActivity id="callGenericPutService" name="Call Generic Put Service" calledElement="GenericPutService">
71 <bpmn2:extensionElements>
72 <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />
73 <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />
74 <camunda:in source="subscriptionServiceType" target="GENPS_serviceType" />
75 <camunda:in sourceExpression="service-instance" target="GENPS_type" />
76 <camunda:in source="serviceInstanceData" target="GENPS_payload" />
77 <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />
78 <camunda:in source="msoRequestId" target="GENPS_requesId" />
79 <camunda:out source="WorkflowException" target="WorkflowException" />
80 </bpmn2:extensionElements>
81 <bpmn2:incoming>SequenceFlow_1uw2p9a</bpmn2:incoming>
82 <bpmn2:incoming>SequenceFlow_1w01tqs</bpmn2:incoming>
83 <bpmn2:outgoing>SequenceFlow_1jhzmzn</bpmn2:outgoing>
84 </bpmn2:callActivity>
85 <bpmn2:exclusiveGateway id="ExclusiveGateway_09wkav2" name="need to check SI name in AAI?" default="SequenceFlow_1uw2p9a">
86 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
87 <bpmn2:outgoing>SequenceFlow_11fnnkb</bpmn2:outgoing>
88 <bpmn2:outgoing>SequenceFlow_1uw2p9a</bpmn2:outgoing>
89 </bpmn2:exclusiveGateway>
90 <bpmn2:sequenceFlow id="SequenceFlow_11fnnkb" name="yes" sourceRef="ExclusiveGateway_09wkav2" targetRef="callGenericGetService">
91 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{ execution.getVariable("checkAAI" ) == true }]]></bpmn2:conditionExpression>
92 </bpmn2:sequenceFlow>
93 <bpmn2:sequenceFlow id="SequenceFlow_1uw2p9a" name="no" sourceRef="ExclusiveGateway_09wkav2" targetRef="callGenericPutService" />
94 <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true">
95 <bpmn2:startEvent id="StartEvent_0yljq9y">
96 <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing>
97 <bpmn2:errorEventDefinition errorRef="Error_2" />
98 </bpmn2:startEvent>
99 <bpmn2:endEvent id="EndEvent_117lkk3">
100 <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming>
101 </bpmn2:endEvent>
102 <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateServiceInstanceRollback" calledElement="DoCreateServiceInstanceRollback">
103 <bpmn2:extensionElements>
104 <camunda:in source="msoRequestId" target="mso-request-id" />
105 <camunda:in source="rollbackData" target="rollbackData" />
106 <camunda:out source="rolledBack" target="rolledBack" />
107 <camunda:in source="disableRollback" target="disableRollback" />
108 <camunda:out source="rollbackError" target="rollbackErrror" />
109 </bpmn2:extensionElements>
110 <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming>
111 <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing>
112 </bpmn2:callActivity>
113 <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" />
114 <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" />
115 <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy">
116 <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming>
117 <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing>
118 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
119def dcsi = new DoCreateServiceInstance()
120dcsi.preProcessRollback(execution)
121]]></bpmn2:script>
122 </bpmn2:scriptTask>
123 <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" />
124 <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy">
125 <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming>
126 <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing>
127 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
128def dcsi = new DoCreateServiceInstance()
129dcsi.postProcessRollback(execution)
130]]></bpmn2:script>
131 </bpmn2:scriptTask>
132 <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" />
133 </bpmn2:subProcess>
134 <bpmn2:exclusiveGateway id="ExclusiveGateway_1nk6aol" name="sdncVersion is 1610 and not port mirror?" default="SequenceFlow_156ih25">
135 <bpmn2:incoming>SequenceFlow_0w5i6vf</bpmn2:incoming>
136 <bpmn2:outgoing>SequenceFlow_156ih25</bpmn2:outgoing>
137 <bpmn2:outgoing>SequenceFlow_00v4npo</bpmn2:outgoing>
138 </bpmn2:exclusiveGateway>
139 <bpmn2:sequenceFlow id="SequenceFlow_156ih25" name="no" sourceRef="ExclusiveGateway_1nk6aol" targetRef="PreProcessSDNCAssignRequest" />
140 <bpmn2:endEvent id="EndEvent_10659gr">
141 <bpmn2:incoming>SequenceFlow_00v4npo</bpmn2:incoming>
142 </bpmn2:endEvent>
143 <bpmn2:sequenceFlow id="SequenceFlow_00v4npo" name="yes" sourceRef="ExclusiveGateway_1nk6aol" targetRef="EndEvent_10659gr">
144 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{!execution.getVariable("sendToSDNC")}]]></bpmn2:conditionExpression>
145 </bpmn2:sequenceFlow>
146 <bpmn2:scriptTask id="ScriptTask_0i8cqdy" name="Post Process AAI GET" scriptFormat="groovy">
147 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
148 <bpmn2:outgoing>SequenceFlow_1w01tqs</bpmn2:outgoing>
149 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
150def dcsi = new DoCreateServiceInstance()
151dcsi.postProcessAAIGET(execution)]]></bpmn2:script>
152 </bpmn2:scriptTask>
153 <bpmn2:sequenceFlow id="SequenceFlow_1w01tqs" sourceRef="ScriptTask_0i8cqdy" targetRef="callGenericPutService" />
154 <bpmn2:callActivity id="CallActivity_1707jgc" name="Call GenericGetService2" calledElement="GenericGetService">
155 <bpmn2:extensionElements>
156 <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
157 <camunda:in sourceExpression="service-instance" target="GENGS_type" />
158 <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
159 <camunda:in source="subscriptionServiceType" target="GENGS_serviceType" />
160 <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
161 <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
162 <camunda:out source="WorkflowException" target="WorkflowException" />
163 <camunda:out source="GENGS_service" target="GENGS_service" />
164 </bpmn2:extensionElements>
165 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
166 <bpmn2:outgoing>SequenceFlow_0tx5frq</bpmn2:outgoing>
167 </bpmn2:callActivity>
168 <bpmn2:sequenceFlow id="SequenceFlow_0tx5frq" sourceRef="CallActivity_1707jgc" targetRef="ScriptTask_1tp0fcx" />
169 <bpmn2:sequenceFlow id="SequenceFlow_01q6pl4" sourceRef="ScriptTask_1tp0fcx" targetRef="EndEvent_3" />
170 <bpmn2:scriptTask id="ScriptTask_1tp0fcx" name="Post Process AAI GET2" scriptFormat="groovy">
171 <bpmn2:incoming>SequenceFlow_0tx5frq</bpmn2:incoming>
172 <bpmn2:outgoing>SequenceFlow_01q6pl4</bpmn2:outgoing>
173 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
174def dcsi = new DoCreateServiceInstance()
175dcsi.postProcessAAIGET2(execution)]]></bpmn2:script>
176 </bpmn2:scriptTask>
177 <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="Post Process AAI PUT" scriptFormat="groovy">
178 <bpmn2:incoming>SequenceFlow_1jhzmzn</bpmn2:incoming>
179 <bpmn2:outgoing>SequenceFlow_16sdyz9</bpmn2:outgoing>
180 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
181def ddsi = new DoCreateServiceInstance()
182ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>
183 </bpmn2:scriptTask>
184 <bpmn2:sequenceFlow id="SequenceFlow_0k0wn03" sourceRef="Task_0wj9ajs" targetRef="Task_1g8wthf" />
185 <bpmn2:scriptTask id="Task_0wj9ajs" name="Create Project" scriptFormat="groovy">
186 <bpmn2:incoming>SequenceFlow_16sdyz9</bpmn2:incoming>
187 <bpmn2:outgoing>SequenceFlow_0k0wn03</bpmn2:outgoing>
188 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
189def dcsi = new DoCreateServiceInstance()
190dcsi.createProject(execution)]]></bpmn2:script>
191 </bpmn2:scriptTask>
192 <bpmn2:scriptTask id="Task_1g8wthf" name="Create Owning Entity" scriptFormat="groovy">
193 <bpmn2:incoming>SequenceFlow_0k0wn03</bpmn2:incoming>
194 <bpmn2:outgoing>SequenceFlow_0w5i6vf</bpmn2:outgoing>
195 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
196def dcsi = new DoCreateServiceInstance()
197dcsi.createOwningEntity(execution)]]></bpmn2:script>
198 </bpmn2:scriptTask>
199 <bpmn2:sequenceFlow id="SequenceFlow_1jhzmzn" sourceRef="callGenericPutService" targetRef="ScriptTask_0q37vn9" />
200 <bpmn2:sequenceFlow id="SequenceFlow_0w5i6vf" sourceRef="Task_1g8wthf" targetRef="ExclusiveGateway_1nk6aol" />
201 <bpmn2:sequenceFlow id="SequenceFlow_16sdyz9" sourceRef="ScriptTask_0q37vn9" targetRef="Task_0wj9ajs" />
202 <bpmn2:subProcess id="SubProcess_1awd8cm" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
203 <bpmn2:scriptTask id="ScriptTask_1thtxi5" name="Log / Print Unexpected Error" scriptFormat="groovy">
204 <bpmn2:incoming>SequenceFlow_0x48any</bpmn2:incoming>
205 <bpmn2:outgoing>SequenceFlow_052o4xc</bpmn2:outgoing>
206 <bpmn2:script><![CDATA[import org.onap.so.bpmn.infrastructure.scripts.*
207def dcsi = new DoCreateServiceInstance()
208dcsi.processJavaException(execution)]]></bpmn2:script>
209 </bpmn2:scriptTask>
210 <bpmn2:startEvent id="StartEvent_0xjnqhv">
211 <bpmn2:outgoing>SequenceFlow_0x48any</bpmn2:outgoing>
212 <bpmn2:errorEventDefinition errorRef="Error_1" />
213 </bpmn2:startEvent>
214 <bpmn2:endEvent id="EndEvent_0eikrc1">
215 <bpmn2:incoming>SequenceFlow_052o4xc</bpmn2:incoming>
216 </bpmn2:endEvent>
217 <bpmn2:sequenceFlow id="SequenceFlow_0x48any" name="" sourceRef="StartEvent_0xjnqhv" targetRef="ScriptTask_1thtxi5" />
218 <bpmn2:sequenceFlow id="SequenceFlow_052o4xc" name="" sourceRef="ScriptTask_1thtxi5" targetRef="EndEvent_0eikrc1" />
219 </bpmn2:subProcess>
220 </bpmn2:process>
221 <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
222 <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
223 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
224 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateServiceInstance">
225 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
226 <dc:Bounds x="152" y="79" width="36" height="36" />
227 <bpmndi:BPMNLabel>
228 <dc:Bounds x="147" y="120" width="48" height="14" />
229 </bpmndi:BPMNLabel>
230 </bpmndi:BPMNShape>
231 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
232 <dc:Bounds x="245" y="57" width="100" height="80" />
233 </bpmndi:BPMNShape>
234 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
235 <di:waypoint xsi:type="dc:Point" x="188" y="97" />
236 <di:waypoint xsi:type="dc:Point" x="245" y="97" />
237 <bpmndi:BPMNLabel>
238 <dc:Bounds x="217" y="82" width="0" height="0" />
239 </bpmndi:BPMNLabel>
240 </bpmndi:BPMNEdge>
241 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="getAAICustomerById_scriptTask">
242 <dc:Bounds x="393" y="57" width="100" height="80" />
243 </bpmndi:BPMNShape>
244 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_62">
245 <di:waypoint xsi:type="dc:Point" x="493" y="97" />
246 <di:waypoint xsi:type="dc:Point" x="565" y="97" />
247 <bpmndi:BPMNLabel>
248 <dc:Bounds x="529" y="82" width="0" height="0" />
249 </bpmndi:BPMNLabel>
250 </bpmndi:BPMNEdge>
251 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">
252 <dc:Bounds x="1122" y="1297" width="36" height="36" />
253 <bpmndi:BPMNLabel>
254 <dc:Bounds x="1095" y="1338" width="90" height="0" />
255 </bpmndi:BPMNLabel>
256 </bpmndi:BPMNShape>
257 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4">
258 <di:waypoint xsi:type="dc:Point" x="839" y="94" />
259 <di:waypoint xsi:type="dc:Point" x="971" y="94" />
260 <bpmndi:BPMNLabel>
261 <dc:Bounds x="905" y="79" width="0" height="0" />
262 </bpmndi:BPMNLabel>
263 </bpmndi:BPMNEdge>
264 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_334" bpmnElement="PreProcessSDNCAssignRequest">
265 <dc:Bounds x="972" y="810" width="100" height="80" />
266 </bpmndi:BPMNShape>
267 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_335" bpmnElement="PostProcessSDNCAssignRequest">
268 <dc:Bounds x="972" y="1054" width="100" height="80" />
269 </bpmndi:BPMNShape>
270 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_74" bpmnElement="CallSDNCAdapterServiceTopologyAssign">
271 <dc:Bounds x="972" y="930" width="100" height="80" />
272 </bpmndi:BPMNShape>
273 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_62">
274 <di:waypoint xsi:type="dc:Point" x="345" y="97" />
275 <di:waypoint xsi:type="dc:Point" x="393" y="97" />
276 <bpmndi:BPMNLabel>
277 <dc:Bounds x="369" y="82" width="0" height="0" />
278 </bpmndi:BPMNLabel>
279 </bpmndi:BPMNEdge>
280 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_334" targetElement="_BPMNShape_CallActivity_74">
281 <di:waypoint xsi:type="dc:Point" x="1020" y="890" />
282 <di:waypoint xsi:type="dc:Point" x="1020" y="930" />
283 <bpmndi:BPMNLabel>
284 <dc:Bounds x="990" y="910" width="90" height="0" />
285 </bpmndi:BPMNLabel>
286 </bpmndi:BPMNEdge>
287 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_CallActivity_74" targetElement="_BPMNShape_ScriptTask_335">
288 <di:waypoint xsi:type="dc:Point" x="1022" y="1010" />
289 <di:waypoint xsi:type="dc:Point" x="1022" y="1054" />
290 <bpmndi:BPMNLabel>
291 <dc:Bounds x="992" y="1032" width="90" height="0" />
292 </bpmndi:BPMNLabel>
293 </bpmndi:BPMNEdge>
294 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_335">
295 <di:waypoint xsi:type="dc:Point" x="1024" y="1134" />
296 <di:waypoint xsi:type="dc:Point" x="1024" y="1162" />
297 <bpmndi:BPMNLabel>
298 <dc:Bounds x="994" y="1148" width="90" height="0" />
299 </bpmndi:BPMNLabel>
300 </bpmndi:BPMNEdge>
301 <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="callGenericGetService">
302 <dc:Bounds x="739" y="57" width="100" height="80" />
303 </bpmndi:BPMNShape>
304 <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="callGenericPutService">
305 <dc:Bounds x="972" y="206" width="100" height="80" />
306 </bpmndi:BPMNShape>
307 <bpmndi:BPMNShape id="ExclusiveGateway_09wkav2_di" bpmnElement="ExclusiveGateway_09wkav2" isMarkerVisible="true">
308 <dc:Bounds x="565" y="72" width="50" height="50" />
309 <bpmndi:BPMNLabel>
310 <dc:Bounds x="547" y="27" width="85" height="24" />
311 </bpmndi:BPMNLabel>
312 </bpmndi:BPMNShape>
313 <bpmndi:BPMNEdge id="SequenceFlow_11fnnkb_di" bpmnElement="SequenceFlow_11fnnkb">
314 <di:waypoint xsi:type="dc:Point" x="615" y="97" />
315 <di:waypoint xsi:type="dc:Point" x="739" y="97" />
316 <bpmndi:BPMNLabel>
317 <dc:Bounds x="635" y="76" width="18" height="14" />
318 </bpmndi:BPMNLabel>
319 </bpmndi:BPMNEdge>
320 <bpmndi:BPMNEdge id="SequenceFlow_1uw2p9a_di" bpmnElement="SequenceFlow_1uw2p9a">
321 <di:waypoint xsi:type="dc:Point" x="590" y="122" />
322 <di:waypoint xsi:type="dc:Point" x="590" y="246" />
323 <di:waypoint xsi:type="dc:Point" x="972" y="246" />
324 <bpmndi:BPMNLabel>
325 <dc:Bounds x="594" y="132.89706349694825" width="12" height="14" />
326 </bpmndi:BPMNLabel>
327 </bpmndi:BPMNEdge>
328 <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">
329 <dc:Bounds x="99" y="531" width="783" height="195" />
330 </bpmndi:BPMNShape>
331 <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">
332 <dc:Bounds x="195" y="608" width="36" height="36" />
333 <bpmndi:BPMNLabel>
334 <dc:Bounds x="213" y="649" width="0" height="0" />
335 </bpmndi:BPMNLabel>
336 </bpmndi:BPMNShape>
337 <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">
338 <dc:Bounds x="828" y="608" width="36" height="36" />
339 <bpmndi:BPMNLabel>
340 <dc:Bounds x="846" y="649" width="0" height="0" />
341 </bpmndi:BPMNLabel>
342 </bpmndi:BPMNShape>
343 <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">
344 <dc:Bounds x="493" y="586" width="100" height="80" />
345 </bpmndi:BPMNShape>
346 <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">
347 <di:waypoint xsi:type="dc:Point" x="593" y="626" />
348 <di:waypoint xsi:type="dc:Point" x="661" y="626" />
349 <bpmndi:BPMNLabel>
350 <dc:Bounds x="627" y="611" width="0" height="0" />
351 </bpmndi:BPMNLabel>
352 </bpmndi:BPMNEdge>
353 <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">
354 <di:waypoint xsi:type="dc:Point" x="231" y="626" />
355 <di:waypoint xsi:type="dc:Point" x="330" y="626" />
356 <bpmndi:BPMNLabel>
357 <dc:Bounds x="281" y="611" width="0" height="0" />
358 </bpmndi:BPMNLabel>
359 </bpmndi:BPMNEdge>
360 <bpmndi:BPMNShape id="ExclusiveGateway_1nk6aol_di" bpmnElement="ExclusiveGateway_1nk6aol" isMarkerVisible="true">
361 <dc:Bounds x="997" y="717" width="50" height="50" />
362 <bpmndi:BPMNLabel>
363 <dc:Bounds x="898" y="729" width="86" height="36" />
364 </bpmndi:BPMNLabel>
365 </bpmndi:BPMNShape>
366 <bpmndi:BPMNEdge id="SequenceFlow_156ih25_di" bpmnElement="SequenceFlow_156ih25">
367 <di:waypoint xsi:type="dc:Point" x="1022" y="767" />
368 <di:waypoint xsi:type="dc:Point" x="1022" y="810" />
369 <bpmndi:BPMNLabel>
370 <dc:Bounds x="1039" y="770" width="12" height="12" />
371 </bpmndi:BPMNLabel>
372 </bpmndi:BPMNEdge>
373 <bpmndi:BPMNShape id="EndEvent_10659gr_di" bpmnElement="EndEvent_10659gr">
374 <dc:Bounds x="1105" y="724" width="36" height="36" />
375 <bpmndi:BPMNLabel>
376 <dc:Bounds x="1078" y="765" width="90" height="0" />
377 </bpmndi:BPMNLabel>
378 </bpmndi:BPMNShape>
379 <bpmndi:BPMNEdge id="SequenceFlow_00v4npo_di" bpmnElement="SequenceFlow_00v4npo">
380 <di:waypoint xsi:type="dc:Point" x="1047" y="742" />
381 <di:waypoint xsi:type="dc:Point" x="1075" y="742" />
382 <di:waypoint xsi:type="dc:Point" x="1075" y="742" />
383 <di:waypoint xsi:type="dc:Point" x="1105" y="742" />
384 <bpmndi:BPMNLabel>
385 <dc:Bounds x="1050.5" y="718" width="18" height="12" />
386 </bpmndi:BPMNLabel>
387 </bpmndi:BPMNEdge>
388 <bpmndi:BPMNShape id="ScriptTask_0i8cqdy_di" bpmnElement="ScriptTask_0i8cqdy">
389 <dc:Bounds x="971" y="57" width="100" height="80" />
390 </bpmndi:BPMNShape>
391 <bpmndi:BPMNEdge id="SequenceFlow_1w01tqs_di" bpmnElement="SequenceFlow_1w01tqs">
392 <di:waypoint xsi:type="dc:Point" x="1021" y="137" />
393 <di:waypoint xsi:type="dc:Point" x="1021" y="172" />
394 <di:waypoint xsi:type="dc:Point" x="1021" y="172" />
395 <di:waypoint xsi:type="dc:Point" x="1021" y="206" />
396 <bpmndi:BPMNLabel>
397 <dc:Bounds x="1036" y="172" width="0" height="0" />
398 </bpmndi:BPMNLabel>
399 </bpmndi:BPMNEdge>
400 <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">
401 <dc:Bounds x="330" y="586" width="100" height="80" />
402 </bpmndi:BPMNShape>
403 <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">
404 <di:waypoint xsi:type="dc:Point" x="430" y="626" />
405 <di:waypoint xsi:type="dc:Point" x="493" y="626" />
406 <bpmndi:BPMNLabel>
407 <dc:Bounds x="462" y="611" width="0" height="0" />
408 </bpmndi:BPMNLabel>
409 </bpmndi:BPMNEdge>
410 <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">
411 <dc:Bounds x="661" y="586" width="100" height="80" />
412 </bpmndi:BPMNShape>
413 <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">
414 <di:waypoint xsi:type="dc:Point" x="761" y="626" />
415 <di:waypoint xsi:type="dc:Point" x="793" y="626" />
416 <di:waypoint xsi:type="dc:Point" x="793" y="626" />
417 <di:waypoint xsi:type="dc:Point" x="828" y="626" />
418 <bpmndi:BPMNLabel>
419 <dc:Bounds x="808" y="626" width="0" height="0" />
420 </bpmndi:BPMNLabel>
421 </bpmndi:BPMNEdge>
422 <bpmndi:BPMNShape id="CallActivity_1707jgc_di" bpmnElement="CallActivity_1707jgc">
423 <dc:Bounds x="972" y="1162" width="100" height="80" />
424 </bpmndi:BPMNShape>
425 <bpmndi:BPMNEdge id="SequenceFlow_0tx5frq_di" bpmnElement="SequenceFlow_0tx5frq">
426 <di:waypoint xsi:type="dc:Point" x="1022" y="1242" />
427 <di:waypoint xsi:type="dc:Point" x="1022" y="1275" />
428 <bpmndi:BPMNLabel>
429 <dc:Bounds x="992" y="1258.5" width="90" height="0" />
430 </bpmndi:BPMNLabel>
431 </bpmndi:BPMNEdge>
432 <bpmndi:BPMNEdge id="SequenceFlow_01q6pl4_di" bpmnElement="SequenceFlow_01q6pl4">
433 <di:waypoint xsi:type="dc:Point" x="1072" y="1315" />
434 <di:waypoint xsi:type="dc:Point" x="1094" y="1315" />
435 <di:waypoint xsi:type="dc:Point" x="1094" y="1315" />
436 <di:waypoint xsi:type="dc:Point" x="1122" y="1315" />
437 <bpmndi:BPMNLabel>
438 <dc:Bounds x="1064" y="1315" width="90" height="0" />
439 </bpmndi:BPMNLabel>
440 </bpmndi:BPMNEdge>
441 <bpmndi:BPMNShape id="ScriptTask_1tp0fcx_di" bpmnElement="ScriptTask_1tp0fcx">
442 <dc:Bounds x="972" y="1275" width="100" height="80" />
443 </bpmndi:BPMNShape>
444 <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9">
445 <dc:Bounds x="972" y="336" width="100" height="80" />
446 </bpmndi:BPMNShape>
447 <bpmndi:BPMNEdge id="SequenceFlow_0k0wn03_di" bpmnElement="SequenceFlow_0k0wn03">
448 <di:waypoint xsi:type="dc:Point" x="1022" y="541" />
449 <di:waypoint xsi:type="dc:Point" x="1022" y="589" />
450 <bpmndi:BPMNLabel>
451 <dc:Bounds x="992" y="559" width="90" height="12" />
452 </bpmndi:BPMNLabel>
453 </bpmndi:BPMNEdge>
454 <bpmndi:BPMNShape id="ScriptTask_0v8y3ex_di" bpmnElement="Task_0wj9ajs">
455 <dc:Bounds x="972" y="461" width="100" height="80" />
456 </bpmndi:BPMNShape>
457 <bpmndi:BPMNShape id="ScriptTask_0lndrbk_di" bpmnElement="Task_1g8wthf">
458 <dc:Bounds x="972" y="589" width="100" height="80" />
459 </bpmndi:BPMNShape>
460 <bpmndi:BPMNEdge id="SequenceFlow_1jhzmzn_di" bpmnElement="SequenceFlow_1jhzmzn">
461 <di:waypoint xsi:type="dc:Point" x="1022" y="286" />
462 <di:waypoint xsi:type="dc:Point" x="1022" y="336" />
463 <bpmndi:BPMNLabel>
464 <dc:Bounds x="1037" y="305" width="0" height="12" />
465 </bpmndi:BPMNLabel>
466 </bpmndi:BPMNEdge>
467 <bpmndi:BPMNEdge id="SequenceFlow_0w5i6vf_di" bpmnElement="SequenceFlow_0w5i6vf">
468 <di:waypoint xsi:type="dc:Point" x="1022" y="669" />
469 <di:waypoint xsi:type="dc:Point" x="1022" y="717" />
470 <bpmndi:BPMNLabel>
471 <dc:Bounds x="1037" y="687" width="0" height="12" />
472 </bpmndi:BPMNLabel>
473 </bpmndi:BPMNEdge>
474 <bpmndi:BPMNEdge id="SequenceFlow_16sdyz9_di" bpmnElement="SequenceFlow_16sdyz9">
475 <di:waypoint xsi:type="dc:Point" x="1022" y="416" />
476 <di:waypoint xsi:type="dc:Point" x="1022" y="461" />
477 <bpmndi:BPMNLabel>
478 <dc:Bounds x="1037" y="432.5" width="0" height="12" />
479 </bpmndi:BPMNLabel>
480 </bpmndi:BPMNEdge>
481 <bpmndi:BPMNShape id="SubProcess_1awd8cm_di" bpmnElement="SubProcess_1awd8cm" isExpanded="true">
482 <dc:Bounds x="98" y="304" width="394" height="188" />
483 </bpmndi:BPMNShape>
484 <bpmndi:BPMNShape id="ScriptTask_1thtxi5_di" bpmnElement="ScriptTask_1thtxi5">
485 <dc:Bounds x="246" y="359" width="100" height="80" />
486 </bpmndi:BPMNShape>
487 <bpmndi:BPMNShape id="StartEvent_0xjnqhv_di" bpmnElement="StartEvent_0xjnqhv">
488 <dc:Bounds x="131" y="381" width="36" height="36" />
489 <bpmndi:BPMNLabel>
490 <dc:Bounds x="149" y="422" width="0" height="0" />
491 </bpmndi:BPMNLabel>
492 </bpmndi:BPMNShape>
493 <bpmndi:BPMNShape id="EndEvent_0eikrc1_di" bpmnElement="EndEvent_0eikrc1">
494 <dc:Bounds x="407" y="381" width="36" height="36" />
495 <bpmndi:BPMNLabel>
496 <dc:Bounds x="425" y="422" width="0" height="0" />
497 </bpmndi:BPMNLabel>
498 </bpmndi:BPMNShape>
499 <bpmndi:BPMNEdge id="SequenceFlow_0x48any_di" bpmnElement="SequenceFlow_0x48any">
500 <di:waypoint xsi:type="dc:Point" x="167" y="399" />
501 <di:waypoint xsi:type="dc:Point" x="246" y="399" />
502 <bpmndi:BPMNLabel>
503 <dc:Bounds x="209" y="399" width="0" height="0" />
504 </bpmndi:BPMNLabel>
505 </bpmndi:BPMNEdge>
506 <bpmndi:BPMNEdge id="SequenceFlow_052o4xc_di" bpmnElement="SequenceFlow_052o4xc">
507 <di:waypoint xsi:type="dc:Point" x="346" y="399" />
508 <di:waypoint xsi:type="dc:Point" x="407" y="399" />
509 <bpmndi:BPMNLabel>
510 <dc:Bounds x="381" y="399" width="0" height="0" />
511 </bpmndi:BPMNLabel>
512 </bpmndi:BPMNEdge>
513 </bpmndi:BPMNPlane>
514 </bpmndi:BPMNDiagram>
515</bpmn2:definitions>