blob: a4532baf63e217a5108db6ac4ecc537f181de027 [file] [log] [blame]
Seshu-Kumar-M5709d432017-09-18 15:08:16 +05301<?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.10.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.openecomp.mso.bpmn.infrastructure.scripts.*
12def dcsi = new DoCreateE2EServiceInstance()
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.openecomp.mso.bpmn.infrastructure.scripts.*
20def dcsi = new DoCreateE2EServiceInstance()
21dcsi.preProcessRequest(execution)
22]]></bpmn2:script>
23 </bpmn2:scriptTask>
24 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="callCustomE2EGetService" 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.openecomp.mso.bpmn.infrastructure.scripts.*
29def dcsi = new DoCreateE2EServiceInstance()
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.openecomp.mso.bpmn.infrastructure.scripts.*
36def dcsi = new DoCreateE2EServiceInstance()
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="callCustomE2EGetService" name="Call Custom E2E Get Service" calledElement="CustomE2EGetService">
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="callCustomE2EPutService" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService">
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_129ih1g</bpmn2:outgoing>
84 </bpmn2:callActivity>
85 <bpmn2:sequenceFlow id="SequenceFlow_129ih1g" sourceRef="callCustomE2EPutService" targetRef="ScriptTask_0q37vn9" />
86 <bpmn2:exclusiveGateway id="ExclusiveGateway_09wkav2" name="sdncVersion is 1610 or serviceInstance name is populated?" default="SequenceFlow_1uw2p9a">
87 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
88 <bpmn2:outgoing>SequenceFlow_11fnnkb</bpmn2:outgoing>
89 <bpmn2:outgoing>SequenceFlow_1uw2p9a</bpmn2:outgoing>
90 </bpmn2:exclusiveGateway>
91 <bpmn2:sequenceFlow id="SequenceFlow_11fnnkb" name="yes" sourceRef="ExclusiveGateway_09wkav2" targetRef="callCustomE2EGetService">
92 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("serviceInstanceName" ) != null && execution.getVariable("serviceInstanceName" ) != "" ) || execution.getVariable("sdncVersion" ) == "1610" }]]></bpmn2:conditionExpression>
93 </bpmn2:sequenceFlow>
94 <bpmn2:sequenceFlow id="SequenceFlow_1uw2p9a" name="no" sourceRef="ExclusiveGateway_09wkav2" targetRef="callCustomE2EPutService" />
95 <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true">
96 <bpmn2:startEvent id="StartEvent_0yljq9y">
97 <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing>
98 <bpmn2:errorEventDefinition />
99 </bpmn2:startEvent>
100 <bpmn2:endEvent id="EndEvent_117lkk3">
101 <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming>
102 </bpmn2:endEvent>
103 <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback">
104 <bpmn2:extensionElements>
105 <camunda:in source="msoRequestId" target="mso-request-id" />
106 <camunda:in source="rollbackData" target="rollbackData" />
107 <camunda:out source="rolledBack" target="rolledBack" />
108 <camunda:in source="disableRollback" target="disableRollback" />
109 <camunda:out source="rollbackError" target="rollbackErrror" />
110 </bpmn2:extensionElements>
111 <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming>
112 <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing>
113 </bpmn2:callActivity>
114 <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" />
115 <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" />
116 <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy">
117 <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming>
118 <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing>
119 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
120def dcsi = new DoCreateE2EServiceInstance()
121dcsi.preProcessRollback(execution)
122]]></bpmn2:script>
123 </bpmn2:scriptTask>
124 <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" />
125 <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy">
126 <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming>
127 <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing>
128 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
129def dcsi = new DoCreateE2EServiceInstance()
130dcsi.postProcessRollback(execution)
131]]></bpmn2:script>
132 </bpmn2:scriptTask>
133 <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" />
134 </bpmn2:subProcess>
135 <bpmn2:exclusiveGateway id="ExclusiveGateway_1nk6aol" name="sdncVersion is 1610?" default="SequenceFlow_156ih25">
136 <bpmn2:incoming>SequenceFlow_1dd86x8</bpmn2:incoming>
137 <bpmn2:outgoing>SequenceFlow_156ih25</bpmn2:outgoing>
138 <bpmn2:outgoing>SequenceFlow_00v4npo</bpmn2:outgoing>
139 </bpmn2:exclusiveGateway>
140 <bpmn2:sequenceFlow id="SequenceFlow_156ih25" name="no" sourceRef="ExclusiveGateway_1nk6aol" targetRef="PreProcessSDNCAssignRequest" />
141 <bpmn2:endEvent id="EndEvent_10659gr">
142 <bpmn2:incoming>SequenceFlow_00v4npo</bpmn2:incoming>
143 </bpmn2:endEvent>
144 <bpmn2:sequenceFlow id="SequenceFlow_00v4npo" name="yes" sourceRef="ExclusiveGateway_1nk6aol" targetRef="EndEvent_10659gr">
145 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("sdncVersion" ) == "1610"}]]></bpmn2:conditionExpression>
146 </bpmn2:sequenceFlow>
147 <bpmn2:scriptTask id="ScriptTask_0i8cqdy" name="Post Process AAI GET" scriptFormat="groovy">
148 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
149 <bpmn2:outgoing>SequenceFlow_1w01tqs</bpmn2:outgoing>
150 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
151def dcsi = new DoCreateE2EServiceInstance()
152dcsi.postProcessAAIGET(execution)]]></bpmn2:script>
153 </bpmn2:scriptTask>
154 <bpmn2:sequenceFlow id="SequenceFlow_1w01tqs" sourceRef="ScriptTask_0i8cqdy" targetRef="callCustomE2EPutService" />
155 <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="Post Process AAI PUT" scriptFormat="groovy">
156 <bpmn2:incoming>SequenceFlow_129ih1g</bpmn2:incoming>
157 <bpmn2:outgoing>SequenceFlow_1dd86x8</bpmn2:outgoing>
158 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
159def ddsi = new DoCreateE2EServiceInstance()
160ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>
161 </bpmn2:scriptTask>
162 <bpmn2:sequenceFlow id="SequenceFlow_1dd86x8" sourceRef="ScriptTask_0q37vn9" targetRef="ExclusiveGateway_1nk6aol" />
163 <bpmn2:callActivity id="CallActivity_1707jgc" name="Call CustomE2EGetService2" calledElement="CustomE2EGetService">
164 <bpmn2:extensionElements>
165 <camunda:in source="serviceInstanceId" target="GENGS_serviceInstanceId" />
166 <camunda:in sourceExpression="service-instance" target="GENGS_type" />
167 <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
168 <camunda:in source="subscriptionServiceType" target="GENGS_serviceType" />
169 <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
170 <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
171 <camunda:out source="WorkflowException" target="WorkflowException" />
172 <camunda:out source="GENGS_service" target="GENGS_service" />
173 </bpmn2:extensionElements>
174 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
175 <bpmn2:outgoing>SequenceFlow_0tx5frq</bpmn2:outgoing>
176 </bpmn2:callActivity>
177 <bpmn2:sequenceFlow id="SequenceFlow_0tx5frq" sourceRef="CallActivity_1707jgc" targetRef="ScriptTask_1tp0fcx" />
178 <bpmn2:sequenceFlow id="SequenceFlow_01q6pl4" sourceRef="ScriptTask_1tp0fcx" targetRef="EndEvent_3" />
179 <bpmn2:scriptTask id="ScriptTask_1tp0fcx" name="Post Process AAI GET2" scriptFormat="groovy">
180 <bpmn2:incoming>SequenceFlow_0tx5frq</bpmn2:incoming>
181 <bpmn2:outgoing>SequenceFlow_01q6pl4</bpmn2:outgoing>
182 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
183def dcsi = new DoCreateE2EServiceInstance()
184dcsi.postProcessAAIGET2(execution)]]></bpmn2:script>
185 </bpmn2:scriptTask>
186 </bpmn2:process>
187 <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
188 <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
189 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
190 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateServiceInstance">
191 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
192 <dc:Bounds x="152" y="79" width="36" height="36" />
193 <bpmndi:BPMNLabel>
194 <dc:Bounds x="147" y="120" width="48" height="14" />
195 </bpmndi:BPMNLabel>
196 </bpmndi:BPMNShape>
197 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
198 <dc:Bounds x="245" y="57" width="100" height="80" />
199 </bpmndi:BPMNShape>
200 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
201 <di:waypoint xsi:type="dc:Point" x="188" y="97" />
202 <di:waypoint xsi:type="dc:Point" x="245" y="97" />
203 <bpmndi:BPMNLabel>
204 <dc:Bounds x="217" y="82" width="0" height="0" />
205 </bpmndi:BPMNLabel>
206 </bpmndi:BPMNEdge>
207 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="getAAICustomerById_scriptTask">
208 <dc:Bounds x="393" y="57" width="100" height="80" />
209 </bpmndi:BPMNShape>
210 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_62">
211 <di:waypoint xsi:type="dc:Point" x="493" y="97" />
212 <di:waypoint xsi:type="dc:Point" x="565" y="97" />
213 <bpmndi:BPMNLabel>
214 <dc:Bounds x="529" y="82" width="0" height="0" />
215 </bpmndi:BPMNLabel>
216 </bpmndi:BPMNEdge>
217 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">
218 <dc:Bounds x="1115" y="1165" width="36" height="36" />
219 <bpmndi:BPMNLabel>
220 <dc:Bounds x="1133" y="1206" width="0" height="0" />
221 </bpmndi:BPMNLabel>
222 </bpmndi:BPMNShape>
223 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4">
224 <di:waypoint xsi:type="dc:Point" x="839" y="94" />
225 <di:waypoint xsi:type="dc:Point" x="971" y="94" />
226 <bpmndi:BPMNLabel>
227 <dc:Bounds x="905" y="79" width="0" height="0" />
228 </bpmndi:BPMNLabel>
229 </bpmndi:BPMNEdge>
230 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_334" bpmnElement="PreProcessSDNCAssignRequest">
231 <dc:Bounds x="972" y="578" width="100" height="80" />
232 </bpmndi:BPMNShape>
233 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_335" bpmnElement="PostProcessSDNCAssignRequest">
234 <dc:Bounds x="972" y="864" width="100" height="80" />
235 </bpmndi:BPMNShape>
236 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_74" bpmnElement="CallSDNCAdapterServiceTopologyAssign">
237 <dc:Bounds x="972" y="721" width="100" height="80" />
238 </bpmndi:BPMNShape>
239 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_62">
240 <di:waypoint xsi:type="dc:Point" x="345" y="97" />
241 <di:waypoint xsi:type="dc:Point" x="393" y="97" />
242 <bpmndi:BPMNLabel>
243 <dc:Bounds x="369" y="82" width="0" height="0" />
244 </bpmndi:BPMNLabel>
245 </bpmndi:BPMNEdge>
246 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_334" targetElement="_BPMNShape_CallActivity_74">
247 <di:waypoint xsi:type="dc:Point" x="1020" y="658" />
248 <di:waypoint xsi:type="dc:Point" x="1020" y="692" />
249 <di:waypoint xsi:type="dc:Point" x="1020" y="692" />
250 <di:waypoint xsi:type="dc:Point" x="1020" y="715" />
251 <bpmndi:BPMNLabel>
252 <dc:Bounds x="1035" y="692" width="0" height="0" />
253 </bpmndi:BPMNLabel>
254 </bpmndi:BPMNEdge>
255 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_CallActivity_74" targetElement="_BPMNShape_ScriptTask_335">
256 <di:waypoint xsi:type="dc:Point" x="1022" y="801" />
257 <di:waypoint xsi:type="dc:Point" x="1022" y="840" />
258 <di:waypoint xsi:type="dc:Point" x="1022" y="840" />
259 <di:waypoint xsi:type="dc:Point" x="1022" y="864" />
260 <bpmndi:BPMNLabel>
261 <dc:Bounds x="1037" y="840" width="0" height="0" />
262 </bpmndi:BPMNLabel>
263 </bpmndi:BPMNEdge>
264 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_335">
265 <di:waypoint xsi:type="dc:Point" x="1024" y="944" />
266 <di:waypoint xsi:type="dc:Point" x="1024" y="994" />
267 <bpmndi:BPMNLabel>
268 <dc:Bounds x="1039" y="969" width="0" height="0" />
269 </bpmndi:BPMNLabel>
270 </bpmndi:BPMNEdge>
271 <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="callCustomE2EGetService">
272 <dc:Bounds x="739" y="57" width="100" height="80" />
273 </bpmndi:BPMNShape>
274 <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="callCustomE2EPutService">
275 <dc:Bounds x="972" y="206" width="100" height="80" />
276 </bpmndi:BPMNShape>
277 <bpmndi:BPMNEdge id="SequenceFlow_129ih1g_di" bpmnElement="SequenceFlow_129ih1g">
278 <di:waypoint xsi:type="dc:Point" x="1023" y="286" />
279 <di:waypoint xsi:type="dc:Point" x="1022" y="336" />
280 <bpmndi:BPMNLabel>
281 <dc:Bounds x="1023" y="296" width="0" height="0" />
282 </bpmndi:BPMNLabel>
283 </bpmndi:BPMNEdge>
284 <bpmndi:BPMNShape id="ExclusiveGateway_09wkav2_di" bpmnElement="ExclusiveGateway_09wkav2" isMarkerVisible="true">
285 <dc:Bounds x="565" y="72" width="50" height="50" />
286 <bpmndi:BPMNLabel>
287 <dc:Bounds x="547" y="7" width="81" height="62" />
288 </bpmndi:BPMNLabel>
289 </bpmndi:BPMNShape>
290 <bpmndi:BPMNEdge id="SequenceFlow_11fnnkb_di" bpmnElement="SequenceFlow_11fnnkb">
291 <di:waypoint xsi:type="dc:Point" x="615" y="97" />
292 <di:waypoint xsi:type="dc:Point" x="739" y="97" />
293 <bpmndi:BPMNLabel>
294 <dc:Bounds x="635" y="76" width="18" height="14" />
295 </bpmndi:BPMNLabel>
296 </bpmndi:BPMNEdge>
297 <bpmndi:BPMNEdge id="SequenceFlow_1uw2p9a_di" bpmnElement="SequenceFlow_1uw2p9a">
298 <di:waypoint xsi:type="dc:Point" x="590" y="122" />
299 <di:waypoint xsi:type="dc:Point" x="590" y="246" />
300 <di:waypoint xsi:type="dc:Point" x="972" y="246" />
301 <bpmndi:BPMNLabel>
302 <dc:Bounds x="594" y="132.89706349694825" width="12" height="14" />
303 </bpmndi:BPMNLabel>
304 </bpmndi:BPMNEdge>
305 <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">
306 <dc:Bounds x="99" y="531" width="783" height="195" />
307 </bpmndi:BPMNShape>
308 <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">
309 <dc:Bounds x="195" y="608" width="36" height="36" />
310 <bpmndi:BPMNLabel>
311 <dc:Bounds x="213" y="649" width="0" height="0" />
312 </bpmndi:BPMNLabel>
313 </bpmndi:BPMNShape>
314 <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">
315 <dc:Bounds x="828" y="608" width="36" height="36" />
316 <bpmndi:BPMNLabel>
317 <dc:Bounds x="846" y="649" width="0" height="0" />
318 </bpmndi:BPMNLabel>
319 </bpmndi:BPMNShape>
320 <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">
321 <dc:Bounds x="493" y="586" width="100" height="80" />
322 </bpmndi:BPMNShape>
323 <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">
324 <di:waypoint xsi:type="dc:Point" x="593" y="626" />
325 <di:waypoint xsi:type="dc:Point" x="661" y="626" />
326 <bpmndi:BPMNLabel>
327 <dc:Bounds x="627" y="611" width="0" height="0" />
328 </bpmndi:BPMNLabel>
329 </bpmndi:BPMNEdge>
330 <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">
331 <di:waypoint xsi:type="dc:Point" x="231" y="626" />
332 <di:waypoint xsi:type="dc:Point" x="330" y="626" />
333 <bpmndi:BPMNLabel>
334 <dc:Bounds x="281" y="611" width="0" height="0" />
335 </bpmndi:BPMNLabel>
336 </bpmndi:BPMNEdge>
337 <bpmndi:BPMNShape id="ExclusiveGateway_1nk6aol_di" bpmnElement="ExclusiveGateway_1nk6aol" isMarkerVisible="true">
338 <dc:Bounds x="997" y="460" width="50" height="50" />
339 <bpmndi:BPMNLabel>
340 <dc:Bounds x="903" y="472" width="75" height="24" />
341 </bpmndi:BPMNLabel>
342 </bpmndi:BPMNShape>
343 <bpmndi:BPMNEdge id="SequenceFlow_156ih25_di" bpmnElement="SequenceFlow_156ih25">
344 <di:waypoint xsi:type="dc:Point" x="1022" y="510" />
345 <di:waypoint xsi:type="dc:Point" x="1022" y="545" />
346 <di:waypoint xsi:type="dc:Point" x="1022" y="545" />
347 <di:waypoint xsi:type="dc:Point" x="1022" y="575" />
348 <bpmndi:BPMNLabel>
349 <dc:Bounds x="1039" y="510.8721806797853" width="12" height="12" />
350 </bpmndi:BPMNLabel>
351 </bpmndi:BPMNEdge>
352 <bpmndi:BPMNShape id="EndEvent_10659gr_di" bpmnElement="EndEvent_10659gr">
353 <dc:Bounds x="1103" y="467" width="36" height="36" />
354 <bpmndi:BPMNLabel>
355 <dc:Bounds x="1121" y="508" width="0" height="0" />
356 </bpmndi:BPMNLabel>
357 </bpmndi:BPMNShape>
358 <bpmndi:BPMNEdge id="SequenceFlow_00v4npo_di" bpmnElement="SequenceFlow_00v4npo">
359 <di:waypoint xsi:type="dc:Point" x="1047" y="485" />
360 <di:waypoint xsi:type="dc:Point" x="1103" y="485" />
361 <bpmndi:BPMNLabel>
362 <dc:Bounds x="1063" y="461" width="18" height="12" />
363 </bpmndi:BPMNLabel>
364 </bpmndi:BPMNEdge>
365 <bpmndi:BPMNShape id="ScriptTask_0i8cqdy_di" bpmnElement="ScriptTask_0i8cqdy">
366 <dc:Bounds x="971" y="57" width="100" height="80" />
367 </bpmndi:BPMNShape>
368 <bpmndi:BPMNEdge id="SequenceFlow_1w01tqs_di" bpmnElement="SequenceFlow_1w01tqs">
369 <di:waypoint xsi:type="dc:Point" x="1021" y="137" />
370 <di:waypoint xsi:type="dc:Point" x="1021" y="172" />
371 <di:waypoint xsi:type="dc:Point" x="1021" y="172" />
372 <di:waypoint xsi:type="dc:Point" x="1021" y="206" />
373 <bpmndi:BPMNLabel>
374 <dc:Bounds x="1036" y="172" width="0" height="0" />
375 </bpmndi:BPMNLabel>
376 </bpmndi:BPMNEdge>
377 <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9">
378 <dc:Bounds x="972" y="336" width="100" height="80" />
379 </bpmndi:BPMNShape>
380 <bpmndi:BPMNEdge id="SequenceFlow_1dd86x8_di" bpmnElement="SequenceFlow_1dd86x8">
381 <di:waypoint xsi:type="dc:Point" x="1022" y="416" />
382 <di:waypoint xsi:type="dc:Point" x="1022" y="460" />
383 <bpmndi:BPMNLabel>
384 <dc:Bounds x="1037" y="438" width="0" height="0" />
385 </bpmndi:BPMNLabel>
386 </bpmndi:BPMNEdge>
387 <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">
388 <dc:Bounds x="330" y="586" width="100" height="80" />
389 </bpmndi:BPMNShape>
390 <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">
391 <di:waypoint xsi:type="dc:Point" x="430" y="626" />
392 <di:waypoint xsi:type="dc:Point" x="493" y="626" />
393 <bpmndi:BPMNLabel>
394 <dc:Bounds x="462" y="611" width="0" height="0" />
395 </bpmndi:BPMNLabel>
396 </bpmndi:BPMNEdge>
397 <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">
398 <dc:Bounds x="661" y="586" width="100" height="80" />
399 </bpmndi:BPMNShape>
400 <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">
401 <di:waypoint xsi:type="dc:Point" x="761" y="626" />
402 <di:waypoint xsi:type="dc:Point" x="793" y="626" />
403 <di:waypoint xsi:type="dc:Point" x="793" y="626" />
404 <di:waypoint xsi:type="dc:Point" x="828" y="626" />
405 <bpmndi:BPMNLabel>
406 <dc:Bounds x="808" y="626" width="0" height="0" />
407 </bpmndi:BPMNLabel>
408 </bpmndi:BPMNEdge>
409 <bpmndi:BPMNShape id="CallActivity_1707jgc_di" bpmnElement="CallActivity_1707jgc">
410 <dc:Bounds x="972" y="994" width="100" height="80" />
411 </bpmndi:BPMNShape>
412 <bpmndi:BPMNEdge id="SequenceFlow_0tx5frq_di" bpmnElement="SequenceFlow_0tx5frq">
413 <di:waypoint xsi:type="dc:Point" x="1022" y="1074" />
414 <di:waypoint xsi:type="dc:Point" x="1022" y="1143" />
415 <bpmndi:BPMNLabel>
416 <dc:Bounds x="1037" y="1108.5" width="0" height="0" />
417 </bpmndi:BPMNLabel>
418 </bpmndi:BPMNEdge>
419 <bpmndi:BPMNEdge id="SequenceFlow_01q6pl4_di" bpmnElement="SequenceFlow_01q6pl4">
420 <di:waypoint xsi:type="dc:Point" x="1072" y="1183" />
421 <di:waypoint xsi:type="dc:Point" x="1115" y="1183" />
422 <bpmndi:BPMNLabel>
423 <dc:Bounds x="1094" y="1168" width="0" height="0" />
424 </bpmndi:BPMNLabel>
425 </bpmndi:BPMNEdge>
426 <bpmndi:BPMNShape id="ScriptTask_1tp0fcx_di" bpmnElement="ScriptTask_1tp0fcx">
427 <dc:Bounds x="972" y="1143" width="100" height="80" />
428 </bpmndi:BPMNShape>
429 </bpmndi:BPMNPlane>
430 </bpmndi:BPMNDiagram>
431</bpmn2:definitions>