Add E2E service BPMNs resolve conflicts
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / resources / subprocess / DoCreateE2EServiceInstance.bpmn
1 <?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.6.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="DoCreateE2EServiceInstance" name="DoCreateE2EServiceInstance" 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.*
12 def dcsi = new DoCreateE2EServiceInstance()
13 dcsi.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.*
20 def dcsi = new DoCreateE2EServiceInstance()
21 dcsi.preProcessRequest(execution)
22 ]]></bpmn2:script>
23     </bpmn2:scriptTask>
24     <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="CustomE2EGetService" targetRef="ScriptTask_0i8cqdy" />
25     <bpmn2:endEvent id="EndEvent_3" />
26     <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="getAAICustomerById_scriptTask" />
27     <bpmn2:callActivity id="CustomE2EGetService" name="Call Custom E2E Get Service" calledElement="CustomE2EGetService">
28       <bpmn2:extensionElements>
29         <camunda:in source="serviceInstanceName" target="GENGS_serviceInstanceName" />
30         <camunda:in source="globalSubscriberId" target="GENGS_globalCustomerId" />
31         <camunda:in sourceExpression="service-instance" target="GENGS_type" />
32         <camunda:out source="GENGS_FoundIndicator" target="GENGS_FoundIndicator" />
33         <camunda:out source="GENGS_SuccessIndicator" target="GENGS_SuccessIndicator" />
34         <camunda:out source="WorkflowException" target="WorkflowException" />
35       </bpmn2:extensionElements>
36       <bpmn2:incoming>SequenceFlow_11fnnkb</bpmn2:incoming>
37       <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
38     </bpmn2:callActivity>
39     <bpmn2:callActivity id="CustomE2EPutService" name="Call Custom E2E Put Service" calledElement="CustomE2EPutService">
40       <bpmn2:extensionElements>
41         <camunda:in source="globalSubscriberId" target="GENPS_globalSubscriberId" />
42         <camunda:in source="serviceInstanceId" target="GENPS_serviceInstanceId" />
43         <camunda:in source="subscriptionServiceType" target="GENPS_serviceType" />
44         <camunda:in sourceExpression="service-instance" target="GENPS_type" />
45         <camunda:in source="serviceInstanceData" target="GENPS_payload" />
46         <camunda:out source="GENPS_SuccessIndicator" target="GENPS_SuccessIndicator" />
47         <camunda:in source="msoRequestId" target="GENPS_requesId" />
48         <camunda:out source="WorkflowException" target="WorkflowException" />
49       </bpmn2:extensionElements>
50       <bpmn2:incoming>SequenceFlow_1uw2p9a</bpmn2:incoming>
51       <bpmn2:incoming>SequenceFlow_1w01tqs</bpmn2:incoming>
52       <bpmn2:outgoing>SequenceFlow_129ih1g</bpmn2:outgoing>
53     </bpmn2:callActivity>
54     <bpmn2:sequenceFlow id="SequenceFlow_129ih1g" sourceRef="CustomE2EPutService" targetRef="ScriptTask_0q37vn9" />
55     <bpmn2:exclusiveGateway id="ExclusiveGateway_09wkav2" name="sdncVersion is 1610 or serviceInstance name is populated?" default="SequenceFlow_1uw2p9a">
56       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
57       <bpmn2:outgoing>SequenceFlow_11fnnkb</bpmn2:outgoing>
58       <bpmn2:outgoing>SequenceFlow_1uw2p9a</bpmn2:outgoing>
59     </bpmn2:exclusiveGateway>
60     <bpmn2:sequenceFlow id="SequenceFlow_11fnnkb" name="yes" sourceRef="ExclusiveGateway_09wkav2" targetRef="CustomE2EGetService">
61       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{(execution.getVariable("serviceInstanceName" )  != null && execution.getVariable("serviceInstanceName" )  != "" ) || execution.getVariable("sdncVersion" )   == "1610" }]]></bpmn2:conditionExpression>
62     </bpmn2:sequenceFlow>
63     <bpmn2:sequenceFlow id="SequenceFlow_1uw2p9a" name="no" sourceRef="ExclusiveGateway_09wkav2" targetRef="CustomE2EPutService" />
64     <bpmn2:subProcess id="SubProcess_06d8lk8" name="Sub-process for Application Errors" triggeredByEvent="true">
65       <bpmn2:startEvent id="StartEvent_0yljq9y">
66         <bpmn2:outgoing>SequenceFlow_0tgrn11</bpmn2:outgoing>
67         <bpmn2:errorEventDefinition />
68       </bpmn2:startEvent>
69       <bpmn2:endEvent id="EndEvent_117lkk3">
70         <bpmn2:incoming>SequenceFlow_1xzgv5k</bpmn2:incoming>
71       </bpmn2:endEvent>
72       <bpmn2:callActivity id="CallActivity_1srx6p6" name="Call DoCreateE2EServiceInstanceRollback" calledElement="DoCreateE2EServiceInstanceRollback">
73         <bpmn2:extensionElements>
74           <camunda:in source="msoRequestId" target="mso-request-id" />
75           <camunda:in source="rollbackData" target="rollbackData" />
76           <camunda:out source="rolledBack" target="rolledBack" />
77           <camunda:in source="disableRollback" target="disableRollback" />
78           <camunda:out source="rollbackError" target="rollbackErrror" />
79         </bpmn2:extensionElements>
80         <bpmn2:incoming>SequenceFlow_1lqktwf</bpmn2:incoming>
81         <bpmn2:outgoing>SequenceFlow_0eumzpf</bpmn2:outgoing>
82       </bpmn2:callActivity>
83       <bpmn2:sequenceFlow id="SequenceFlow_0eumzpf" sourceRef="CallActivity_1srx6p6" targetRef="ScriptTask_1p0vyip" />
84       <bpmn2:sequenceFlow id="SequenceFlow_0tgrn11" sourceRef="StartEvent_0yljq9y" targetRef="ScriptTask_0ocetux" />
85       <bpmn2:scriptTask id="ScriptTask_0ocetux" name="Pre Process Rollback" scriptFormat="groovy">
86         <bpmn2:incoming>SequenceFlow_0tgrn11</bpmn2:incoming>
87         <bpmn2:outgoing>SequenceFlow_1lqktwf</bpmn2:outgoing>
88         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
89 def dcsi = new DoCreateE2EServiceInstance()
90 dcsi.preProcessRollback(execution)
91 ]]></bpmn2:script>
92       </bpmn2:scriptTask>
93       <bpmn2:sequenceFlow id="SequenceFlow_1lqktwf" sourceRef="ScriptTask_0ocetux" targetRef="CallActivity_1srx6p6" />
94       <bpmn2:scriptTask id="ScriptTask_1p0vyip" name="Post Process Rollback" scriptFormat="groovy">
95         <bpmn2:incoming>SequenceFlow_0eumzpf</bpmn2:incoming>
96         <bpmn2:outgoing>SequenceFlow_1xzgv5k</bpmn2:outgoing>
97         <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
98 def dcsi = new DoCreateE2EServiceInstance()
99 dcsi.postProcessRollback(execution)
100 ]]></bpmn2:script>
101       </bpmn2:scriptTask>
102       <bpmn2:sequenceFlow id="SequenceFlow_1xzgv5k" sourceRef="ScriptTask_1p0vyip" targetRef="EndEvent_117lkk3" />
103     </bpmn2:subProcess>
104     <bpmn2:exclusiveGateway id="ExclusiveGateway_1nk6aol" name="sdncVersion is 1610?" default="SequenceFlow_156ih25">
105       <bpmn2:incoming>SequenceFlow_1dd86x8</bpmn2:incoming>
106       <bpmn2:outgoing>SequenceFlow_156ih25</bpmn2:outgoing>
107       <bpmn2:outgoing>SequenceFlow_00v4npo</bpmn2:outgoing>
108     </bpmn2:exclusiveGateway>
109     <bpmn2:sequenceFlow id="SequenceFlow_156ih25" name="no" sourceRef="ExclusiveGateway_1nk6aol" targetRef="ParallelGateway_01c99ru" />
110     <bpmn2:endEvent id="EndEvent_10659gr">
111       <bpmn2:incoming>SequenceFlow_00v4npo</bpmn2:incoming>
112     </bpmn2:endEvent>
113     <bpmn2:sequenceFlow id="SequenceFlow_00v4npo" name="yes" sourceRef="ExclusiveGateway_1nk6aol" targetRef="EndEvent_10659gr">
114       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("sdncVersion" ) == "1610"}]]></bpmn2:conditionExpression>
115     </bpmn2:sequenceFlow>
116     <bpmn2:scriptTask id="ScriptTask_0i8cqdy" name="Post Process AAI GET" scriptFormat="groovy">
117       <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
118       <bpmn2:outgoing>SequenceFlow_1w01tqs</bpmn2:outgoing>
119       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
120 def dcsi = new DoCreateE2EServiceInstance()
121 dcsi.postProcessAAIGET(execution)]]></bpmn2:script>
122     </bpmn2:scriptTask>
123     <bpmn2:sequenceFlow id="SequenceFlow_1w01tqs" sourceRef="ScriptTask_0i8cqdy" targetRef="CustomE2EPutService" />
124     <bpmn2:scriptTask id="ScriptTask_0q37vn9" name="Post Process AAI PUT" scriptFormat="groovy">
125       <bpmn2:incoming>SequenceFlow_129ih1g</bpmn2:incoming>
126       <bpmn2:outgoing>SequenceFlow_1dd86x8</bpmn2:outgoing>
127       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
128 def ddsi = new DoCreateE2EServiceInstance()
129 ddsi.postProcessAAIPUT(execution)]]></bpmn2:script>
130     </bpmn2:scriptTask>
131     <bpmn2:sequenceFlow id="SequenceFlow_1dd86x8" sourceRef="ScriptTask_0q37vn9" targetRef="ExclusiveGateway_1nk6aol" />
132     <bpmn2:scriptTask id="ScriptTask_1tp0fcx" name="Post Process AAI GET2" scriptFormat="groovy">    <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
133 def dcsi = new DoCreateE2EServiceInstance()
134 dcsi.postProcessAAIGET2(execution)]]></bpmn2:script>
135 </bpmn2:scriptTask>
136     <bpmn2:parallelGateway id="ParallelGateway_01c99ru">
137       <bpmn2:incoming>SequenceFlow_156ih25</bpmn2:incoming>
138       <bpmn2:outgoing>SequenceFlow_09sdmg1</bpmn2:outgoing>
139       <bpmn2:outgoing>SequenceFlow_1a9kmos</bpmn2:outgoing>
140     </bpmn2:parallelGateway>
141     <bpmn2:scriptTask id="ScriptTask_0081lne" name="Prepare SDN-C Adaptor Data Request" scriptFormat="groovy">
142       <bpmn2:incoming>SequenceFlow_09sdmg1</bpmn2:incoming>
143       <bpmn2:outgoing>SequenceFlow_0ofqw6v</bpmn2:outgoing>
144       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
145 def csi = new  DoCreateE2EServiceInstance()
146 csi.preSDNCRequest(execution)]]></bpmn2:script>
147     </bpmn2:scriptTask>
148     <bpmn2:scriptTask id="ScriptTask_0wvq4t8" name="Prepare VF-C Adaptor Data Request" scriptFormat="groovy">
149       <bpmn2:incoming>SequenceFlow_1a9kmos</bpmn2:incoming>
150       <bpmn2:outgoing>SequenceFlow_15zgrcq</bpmn2:outgoing>
151       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
152 def csi = new  DoCreateE2EServiceInstance()
153 csi.preVFCRequest(execution)]]></bpmn2:script>
154     </bpmn2:scriptTask>
155     <bpmn2:callActivity id="CallActivity_09c3ajg" name="Call DoCreateNetworkInstance" calledElement="DoCreateNetworkInstance">
156       <bpmn2:incoming>SequenceFlow_0ofqw6v</bpmn2:incoming>
157       <bpmn2:outgoing>SequenceFlow_1vvdkcs</bpmn2:outgoing>
158     </bpmn2:callActivity>
159     <bpmn2:callActivity id="CallActivity_0uwm4l1" name="Call DoCreateNetworkServiceInstance" calledElement="DoCreateNetworkServiceInstance">
160       <bpmn2:incoming>SequenceFlow_15zgrcq</bpmn2:incoming>
161       <bpmn2:outgoing>SequenceFlow_1x8vphc</bpmn2:outgoing>
162     </bpmn2:callActivity>
163     <bpmn2:exclusiveGateway id="ExclusiveGateway_0lczgac" name="Sueecss?">
164       <bpmn2:incoming>SequenceFlow_1vvdkcs</bpmn2:incoming>
165       <bpmn2:outgoing>SequenceFlow_1yv1kef</bpmn2:outgoing>
166       <bpmn2:outgoing>SequenceFlow_1d4wn2y</bpmn2:outgoing>
167     </bpmn2:exclusiveGateway>
168     <bpmn2:exclusiveGateway id="ExclusiveGateway_0cdz77v" name="Success?">
169       <bpmn2:incoming>SequenceFlow_1x8vphc</bpmn2:incoming>
170       <bpmn2:outgoing>SequenceFlow_0ou0spo</bpmn2:outgoing>
171       <bpmn2:outgoing>SequenceFlow_1an6ial</bpmn2:outgoing>
172     </bpmn2:exclusiveGateway>
173     <bpmn2:parallelGateway id="ParallelGateway_0r1ne67">
174       <bpmn2:incoming>SequenceFlow_1d4wn2y</bpmn2:incoming>
175       <bpmn2:incoming>SequenceFlow_1an6ial</bpmn2:incoming>
176       <bpmn2:outgoing>SequenceFlow_0w7skxr</bpmn2:outgoing>
177     </bpmn2:parallelGateway>
178     <bpmn2:endEvent id="EndEvent_0kbbt94">
179       <bpmn2:incoming>SequenceFlow_092ghvu</bpmn2:incoming>
180       <bpmn2:terminateEventDefinition />
181     </bpmn2:endEvent>
182     <bpmn2:scriptTask id="ScriptTask_1xdjlzm" name="Post Config Service Instance Creation" scriptFormat="groovy">
183       <bpmn2:incoming>SequenceFlow_0w7skxr</bpmn2:incoming>
184       <bpmn2:outgoing>SequenceFlow_092ghvu</bpmn2:outgoing>
185       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
186 def csi = new  DoCreateE2EServiceInstance()
187 csi.postConfigRequest(execution)]]></bpmn2:script>
188     </bpmn2:scriptTask>
189     <bpmn2:endEvent id="EndEvent_11lmyvs">
190       <bpmn2:incoming>SequenceFlow_1yv1kef</bpmn2:incoming>
191       <bpmn2:terminateEventDefinition />
192     </bpmn2:endEvent>
193     <bpmn2:endEvent id="EndEvent_01h4q8z">
194       <bpmn2:incoming>SequenceFlow_0ou0spo</bpmn2:incoming>
195       <bpmn2:terminateEventDefinition />
196     </bpmn2:endEvent>
197     <bpmn2:sequenceFlow id="SequenceFlow_09sdmg1" sourceRef="ParallelGateway_01c99ru" targetRef="ScriptTask_0081lne" />
198     <bpmn2:sequenceFlow id="SequenceFlow_1a9kmos" sourceRef="ParallelGateway_01c99ru" targetRef="ScriptTask_0wvq4t8" />
199     <bpmn2:sequenceFlow id="SequenceFlow_0ofqw6v" sourceRef="ScriptTask_0081lne" targetRef="CallActivity_09c3ajg" />
200     <bpmn2:sequenceFlow id="SequenceFlow_15zgrcq" sourceRef="ScriptTask_0wvq4t8" targetRef="CallActivity_0uwm4l1" />
201     <bpmn2:sequenceFlow id="SequenceFlow_1vvdkcs" sourceRef="CallActivity_09c3ajg" targetRef="ExclusiveGateway_0lczgac" />
202     <bpmn2:sequenceFlow id="SequenceFlow_1x8vphc" sourceRef="CallActivity_0uwm4l1" targetRef="ExclusiveGateway_0cdz77v" />
203     <bpmn2:sequenceFlow id="SequenceFlow_1yv1kef" name="No" sourceRef="ExclusiveGateway_0lczgac" targetRef="EndEvent_11lmyvs">
204       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression>
205     </bpmn2:sequenceFlow>
206     <bpmn2:sequenceFlow id="SequenceFlow_1d4wn2y" name="Yes" sourceRef="ExclusiveGateway_0lczgac" targetRef="ParallelGateway_0r1ne67">
207       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression>
208     </bpmn2:sequenceFlow>
209     <bpmn2:sequenceFlow id="SequenceFlow_0ou0spo" name="No" sourceRef="ExclusiveGateway_0cdz77v" targetRef="EndEvent_01h4q8z">
210       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression>
211     </bpmn2:sequenceFlow>
212     <bpmn2:sequenceFlow id="SequenceFlow_1an6ial" name="Yes" sourceRef="ExclusiveGateway_0cdz77v" targetRef="ParallelGateway_0r1ne67">
213       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("WorkflowException") != null}]]></bpmn2:conditionExpression>
214     </bpmn2:sequenceFlow>
215     <bpmn2:sequenceFlow id="SequenceFlow_0w7skxr" sourceRef="ParallelGateway_0r1ne67" targetRef="ScriptTask_1xdjlzm" />
216     <bpmn2:sequenceFlow id="SequenceFlow_092ghvu" sourceRef="ScriptTask_1xdjlzm" targetRef="EndEvent_0kbbt94" />
217   </bpmn2:process>
218   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
219   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
220   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
221     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DoCreateE2EServiceInstance">
222       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createSI_startEvent">
223         <dc:Bounds x="152" y="79" width="36" height="36" />
224         <bpmndi:BPMNLabel>
225           <dc:Bounds x="147" y="120" width="48" height="14" />
226         </bpmndi:BPMNLabel>
227       </bpmndi:BPMNShape>
228       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
229         <dc:Bounds x="245" y="57" width="100" height="80" />
230       </bpmndi:BPMNShape>
231       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
232         <di:waypoint xsi:type="dc:Point" x="188" y="97" />
233         <di:waypoint xsi:type="dc:Point" x="245" y="97" />
234         <bpmndi:BPMNLabel>
235           <dc:Bounds x="217" y="82" width="0" height="0" />
236         </bpmndi:BPMNLabel>
237       </bpmndi:BPMNEdge>
238       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="getAAICustomerById_scriptTask">
239         <dc:Bounds x="393" y="57" width="100" height="80" />
240       </bpmndi:BPMNShape>
241       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_62">
242         <di:waypoint xsi:type="dc:Point" x="493" y="97" />
243         <di:waypoint xsi:type="dc:Point" x="565" y="97" />
244         <bpmndi:BPMNLabel>
245           <dc:Bounds x="529" y="82" width="0" height="0" />
246         </bpmndi:BPMNLabel>
247       </bpmndi:BPMNEdge>
248       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_3">
249         <dc:Bounds x="1670" y="1159" width="36" height="36" />
250         <bpmndi:BPMNLabel>
251           <dc:Bounds x="1643" y="1200" width="90" height="0" />
252         </bpmndi:BPMNLabel>
253       </bpmndi:BPMNShape>
254       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_4">
255         <di:waypoint xsi:type="dc:Point" x="839" y="94" />
256         <di:waypoint xsi:type="dc:Point" x="971" y="94" />
257         <bpmndi:BPMNLabel>
258           <dc:Bounds x="905" y="79" width="0" height="0" />
259         </bpmndi:BPMNLabel>
260       </bpmndi:BPMNEdge>
261       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_62">
262         <di:waypoint xsi:type="dc:Point" x="345" y="97" />
263         <di:waypoint xsi:type="dc:Point" x="393" y="97" />
264         <bpmndi:BPMNLabel>
265           <dc:Bounds x="369" y="82" width="0" height="0" />
266         </bpmndi:BPMNLabel>
267       </bpmndi:BPMNEdge>
268       <bpmndi:BPMNShape id="CallActivity_1md4kyb_di" bpmnElement="CustomE2EGetService">
269         <dc:Bounds x="739" y="57" width="100" height="80" />
270       </bpmndi:BPMNShape>
271       <bpmndi:BPMNShape id="CallActivity_0khp0qc_di" bpmnElement="CustomE2EPutService">
272         <dc:Bounds x="972" y="206" width="100" height="80" />
273       </bpmndi:BPMNShape>
274       <bpmndi:BPMNEdge id="SequenceFlow_129ih1g_di" bpmnElement="SequenceFlow_129ih1g">
275         <di:waypoint xsi:type="dc:Point" x="1023" y="286" />
276         <di:waypoint xsi:type="dc:Point" x="1022" y="336" />
277         <bpmndi:BPMNLabel>
278           <dc:Bounds x="1023" y="296" width="0" height="0" />
279         </bpmndi:BPMNLabel>
280       </bpmndi:BPMNEdge>
281       <bpmndi:BPMNShape id="ExclusiveGateway_09wkav2_di" bpmnElement="ExclusiveGateway_09wkav2" isMarkerVisible="true">
282         <dc:Bounds x="565" y="72" width="50" height="50" />
283         <bpmndi:BPMNLabel>
284           <dc:Bounds x="547" y="7" width="81" height="62" />
285         </bpmndi:BPMNLabel>
286       </bpmndi:BPMNShape>
287       <bpmndi:BPMNEdge id="SequenceFlow_11fnnkb_di" bpmnElement="SequenceFlow_11fnnkb">
288         <di:waypoint xsi:type="dc:Point" x="615" y="97" />
289         <di:waypoint xsi:type="dc:Point" x="739" y="97" />
290         <bpmndi:BPMNLabel>
291           <dc:Bounds x="635" y="76" width="18" height="14" />
292         </bpmndi:BPMNLabel>
293       </bpmndi:BPMNEdge>
294       <bpmndi:BPMNEdge id="SequenceFlow_1uw2p9a_di" bpmnElement="SequenceFlow_1uw2p9a">
295         <di:waypoint xsi:type="dc:Point" x="590" y="122" />
296         <di:waypoint xsi:type="dc:Point" x="590" y="246" />
297         <di:waypoint xsi:type="dc:Point" x="972" y="246" />
298         <bpmndi:BPMNLabel>
299           <dc:Bounds x="594" y="132.89706349694825" width="12" height="14" />
300         </bpmndi:BPMNLabel>
301       </bpmndi:BPMNEdge>
302       <bpmndi:BPMNShape id="SubProcess_06d8lk8_di" bpmnElement="SubProcess_06d8lk8" isExpanded="true">
303         <dc:Bounds x="-329" y="412" width="783" height="195" />
304       </bpmndi:BPMNShape>
305       <bpmndi:BPMNShape id="StartEvent_0yljq9y_di" bpmnElement="StartEvent_0yljq9y">
306         <dc:Bounds x="-233" y="489" width="36" height="36" />
307         <bpmndi:BPMNLabel>
308           <dc:Bounds x="-260" y="530" width="90" height="0" />
309         </bpmndi:BPMNLabel>
310       </bpmndi:BPMNShape>
311       <bpmndi:BPMNShape id="EndEvent_117lkk3_di" bpmnElement="EndEvent_117lkk3">
312         <dc:Bounds x="400" y="489" width="36" height="36" />
313         <bpmndi:BPMNLabel>
314           <dc:Bounds x="373" y="530" width="90" height="0" />
315         </bpmndi:BPMNLabel>
316       </bpmndi:BPMNShape>
317       <bpmndi:BPMNShape id="CallActivity_1srx6p6_di" bpmnElement="CallActivity_1srx6p6">
318         <dc:Bounds x="65" y="467" width="100" height="80" />
319       </bpmndi:BPMNShape>
320       <bpmndi:BPMNEdge id="SequenceFlow_0eumzpf_di" bpmnElement="SequenceFlow_0eumzpf">
321         <di:waypoint xsi:type="dc:Point" x="165" y="507" />
322         <di:waypoint xsi:type="dc:Point" x="233" y="507" />
323         <bpmndi:BPMNLabel>
324           <dc:Bounds x="154" y="492" width="90" height="0" />
325         </bpmndi:BPMNLabel>
326       </bpmndi:BPMNEdge>
327       <bpmndi:BPMNEdge id="SequenceFlow_0tgrn11_di" bpmnElement="SequenceFlow_0tgrn11">
328         <di:waypoint xsi:type="dc:Point" x="-197" y="507" />
329         <di:waypoint xsi:type="dc:Point" x="-98" y="507" />
330         <bpmndi:BPMNLabel>
331           <dc:Bounds x="-192" y="492" width="90" height="0" />
332         </bpmndi:BPMNLabel>
333       </bpmndi:BPMNEdge>
334       <bpmndi:BPMNShape id="ExclusiveGateway_1nk6aol_di" bpmnElement="ExclusiveGateway_1nk6aol" isMarkerVisible="true">
335         <dc:Bounds x="997" y="460" width="50" height="50" />
336         <bpmndi:BPMNLabel>
337           <dc:Bounds x="903" y="472" width="75" height="24" />
338         </bpmndi:BPMNLabel>
339       </bpmndi:BPMNShape>
340       <bpmndi:BPMNEdge id="SequenceFlow_156ih25_di" bpmnElement="SequenceFlow_156ih25">
341         <di:waypoint xsi:type="dc:Point" x="1022" y="510" />
342         <di:waypoint xsi:type="dc:Point" x="1021" y="716" />
343         <bpmndi:BPMNLabel>
344           <dc:Bounds x="990.6229572950259" y="581.6137587257341" width="15" height="12" />
345         </bpmndi:BPMNLabel>
346       </bpmndi:BPMNEdge>
347       <bpmndi:BPMNShape id="EndEvent_10659gr_di" bpmnElement="EndEvent_10659gr">
348         <dc:Bounds x="1103" y="467" width="36" height="36" />
349         <bpmndi:BPMNLabel>
350           <dc:Bounds x="1121" y="508" width="0" height="0" />
351         </bpmndi:BPMNLabel>
352       </bpmndi:BPMNShape>
353       <bpmndi:BPMNEdge id="SequenceFlow_00v4npo_di" bpmnElement="SequenceFlow_00v4npo">
354         <di:waypoint xsi:type="dc:Point" x="1047" y="485" />
355         <di:waypoint xsi:type="dc:Point" x="1103" y="485" />
356         <bpmndi:BPMNLabel>
357           <dc:Bounds x="1063" y="461" width="18" height="12" />
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNEdge>
360       <bpmndi:BPMNShape id="ScriptTask_0i8cqdy_di" bpmnElement="ScriptTask_0i8cqdy">
361         <dc:Bounds x="971" y="57" width="100" height="80" />
362       </bpmndi:BPMNShape>
363       <bpmndi:BPMNEdge id="SequenceFlow_1w01tqs_di" bpmnElement="SequenceFlow_1w01tqs">
364         <di:waypoint xsi:type="dc:Point" x="1021" y="137" />
365         <di:waypoint xsi:type="dc:Point" x="1021" y="172" />
366         <di:waypoint xsi:type="dc:Point" x="1021" y="172" />
367         <di:waypoint xsi:type="dc:Point" x="1021" y="206" />
368         <bpmndi:BPMNLabel>
369           <dc:Bounds x="1036" y="172" width="0" height="0" />
370         </bpmndi:BPMNLabel>
371       </bpmndi:BPMNEdge>
372       <bpmndi:BPMNShape id="ScriptTask_0q37vn9_di" bpmnElement="ScriptTask_0q37vn9">
373         <dc:Bounds x="972" y="336" width="100" height="80" />
374       </bpmndi:BPMNShape>
375       <bpmndi:BPMNEdge id="SequenceFlow_1dd86x8_di" bpmnElement="SequenceFlow_1dd86x8">
376         <di:waypoint xsi:type="dc:Point" x="1022" y="416" />
377         <di:waypoint xsi:type="dc:Point" x="1022" y="460" />
378         <bpmndi:BPMNLabel>
379           <dc:Bounds x="1037" y="438" width="0" height="0" />
380         </bpmndi:BPMNLabel>
381       </bpmndi:BPMNEdge>
382       <bpmndi:BPMNShape id="ScriptTask_0ocetux_di" bpmnElement="ScriptTask_0ocetux">
383         <dc:Bounds x="-98" y="467" width="100" height="80" />
384       </bpmndi:BPMNShape>
385       <bpmndi:BPMNEdge id="SequenceFlow_1lqktwf_di" bpmnElement="SequenceFlow_1lqktwf">
386         <di:waypoint xsi:type="dc:Point" x="2" y="507" />
387         <di:waypoint xsi:type="dc:Point" x="65" y="507" />
388         <bpmndi:BPMNLabel>
389           <dc:Bounds x="-11" y="492" width="90" height="0" />
390         </bpmndi:BPMNLabel>
391       </bpmndi:BPMNEdge>
392       <bpmndi:BPMNShape id="ScriptTask_1p0vyip_di" bpmnElement="ScriptTask_1p0vyip">
393         <dc:Bounds x="233" y="467" width="100" height="80" />
394       </bpmndi:BPMNShape>
395       <bpmndi:BPMNEdge id="SequenceFlow_1xzgv5k_di" bpmnElement="SequenceFlow_1xzgv5k">
396         <di:waypoint xsi:type="dc:Point" x="333" y="507" />
397         <di:waypoint xsi:type="dc:Point" x="365" y="507" />
398         <di:waypoint xsi:type="dc:Point" x="365" y="507" />
399         <di:waypoint xsi:type="dc:Point" x="400" y="507" />
400         <bpmndi:BPMNLabel>
401           <dc:Bounds x="335" y="507" width="90" height="0" />
402         </bpmndi:BPMNLabel>
403       </bpmndi:BPMNEdge>
404       <bpmndi:BPMNShape id="ScriptTask_1tp0fcx_di" bpmnElement="ScriptTask_1tp0fcx">
405         <dc:Bounds x="1527" y="1137" width="100" height="80" />
406       </bpmndi:BPMNShape>
407       <bpmndi:BPMNShape id="ParallelGateway_01c99ru_di" bpmnElement="ParallelGateway_01c99ru">
408         <dc:Bounds x="996" y="716" width="50" height="50" />
409         <bpmndi:BPMNLabel>
410           <dc:Bounds x="976" y="770" width="0" height="12" />
411         </bpmndi:BPMNLabel>
412       </bpmndi:BPMNShape>
413       <bpmndi:BPMNShape id="ScriptTask_0081lne_di" bpmnElement="ScriptTask_0081lne">
414         <dc:Bounds x="845" y="894" width="100" height="80" />
415       </bpmndi:BPMNShape>
416       <bpmndi:BPMNShape id="ScriptTask_0wvq4t8_di" bpmnElement="ScriptTask_0wvq4t8">
417         <dc:Bounds x="845" y="701" width="100" height="80" />
418       </bpmndi:BPMNShape>
419       <bpmndi:BPMNShape id="CallActivity_09c3ajg_di" bpmnElement="CallActivity_09c3ajg">
420         <dc:Bounds x="704" y="894" width="100" height="80" />
421       </bpmndi:BPMNShape>
422       <bpmndi:BPMNShape id="CallActivity_0uwm4l1_di" bpmnElement="CallActivity_0uwm4l1">
423         <dc:Bounds x="704" y="701" width="100" height="80" />
424       </bpmndi:BPMNShape>
425       <bpmndi:BPMNShape id="ExclusiveGateway_0lczgac_di" bpmnElement="ExclusiveGateway_0lczgac" isMarkerVisible="true">
426         <dc:Bounds x="566" y="909" width="50" height="50" />
427         <bpmndi:BPMNLabel>
428           <dc:Bounds x="565" y="884" width="51" height="12" />
429         </bpmndi:BPMNLabel>
430       </bpmndi:BPMNShape>
431       <bpmndi:BPMNShape id="ExclusiveGateway_0cdz77v_di" bpmnElement="ExclusiveGateway_0cdz77v" isMarkerVisible="true">
432         <dc:Bounds x="566" y="716" width="50" height="50" />
433         <bpmndi:BPMNLabel>
434           <dc:Bounds x="566" y="691" width="50" height="12" />
435         </bpmndi:BPMNLabel>
436       </bpmndi:BPMNShape>
437       <bpmndi:BPMNShape id="ParallelGateway_0r1ne67_di" bpmnElement="ParallelGateway_0r1ne67">
438         <dc:Bounds x="403" y="804" width="50" height="50" />
439         <bpmndi:BPMNLabel>
440           <dc:Bounds x="383" y="858" width="0" height="12" />
441         </bpmndi:BPMNLabel>
442       </bpmndi:BPMNShape>
443       <bpmndi:BPMNShape id="EndEvent_0kbbt94_di" bpmnElement="EndEvent_0kbbt94">
444         <dc:Bounds x="109" y="811" width="36" height="36" />
445         <bpmndi:BPMNLabel>
446           <dc:Bounds x="81" y="851" width="0" height="12" />
447         </bpmndi:BPMNLabel>
448       </bpmndi:BPMNShape>
449       <bpmndi:BPMNShape id="ScriptTask_1xdjlzm_di" bpmnElement="ScriptTask_1xdjlzm">
450         <dc:Bounds x="231" y="789" width="100" height="80" />
451       </bpmndi:BPMNShape>
452       <bpmndi:BPMNShape id="EndEvent_11lmyvs_di" bpmnElement="EndEvent_11lmyvs">
453         <dc:Bounds x="573" y="1003" width="36" height="36" />
454         <bpmndi:BPMNLabel>
455           <dc:Bounds x="546" y="1042" width="0" height="12" />
456         </bpmndi:BPMNLabel>
457       </bpmndi:BPMNShape>
458       <bpmndi:BPMNShape id="EndEvent_01h4q8z_di" bpmnElement="EndEvent_01h4q8z">
459         <dc:Bounds x="573" y="601" width="36" height="36" />
460         <bpmndi:BPMNLabel>
461           <dc:Bounds x="546" y="640" width="0" height="12" />
462         </bpmndi:BPMNLabel>
463       </bpmndi:BPMNShape>
464       <bpmndi:BPMNEdge id="SequenceFlow_09sdmg1_di" bpmnElement="SequenceFlow_09sdmg1">
465         <di:waypoint xsi:type="dc:Point" x="1021" y="766" />
466         <di:waypoint xsi:type="dc:Point" x="1021" y="934" />
467         <di:waypoint xsi:type="dc:Point" x="945" y="934" />
468         <bpmndi:BPMNLabel>
469           <dc:Bounds x="991" y="844" width="0" height="12" />
470         </bpmndi:BPMNLabel>
471       </bpmndi:BPMNEdge>
472       <bpmndi:BPMNEdge id="SequenceFlow_1a9kmos_di" bpmnElement="SequenceFlow_1a9kmos">
473         <di:waypoint xsi:type="dc:Point" x="996" y="741" />
474         <di:waypoint xsi:type="dc:Point" x="945" y="741" />
475         <bpmndi:BPMNLabel>
476           <dc:Bounds x="926.5" y="720" width="0" height="12" />
477         </bpmndi:BPMNLabel>
478       </bpmndi:BPMNEdge>
479       <bpmndi:BPMNEdge id="SequenceFlow_0ofqw6v_di" bpmnElement="SequenceFlow_0ofqw6v">
480         <di:waypoint xsi:type="dc:Point" x="845" y="934" />
481         <di:waypoint xsi:type="dc:Point" x="804" y="934" />
482         <bpmndi:BPMNLabel>
483           <dc:Bounds x="780.5" y="913" width="0" height="12" />
484         </bpmndi:BPMNLabel>
485       </bpmndi:BPMNEdge>
486       <bpmndi:BPMNEdge id="SequenceFlow_15zgrcq_di" bpmnElement="SequenceFlow_15zgrcq">
487         <di:waypoint xsi:type="dc:Point" x="845" y="741" />
488         <di:waypoint xsi:type="dc:Point" x="825" y="741" />
489         <di:waypoint xsi:type="dc:Point" x="825" y="741" />
490         <di:waypoint xsi:type="dc:Point" x="804" y="741" />
491         <bpmndi:BPMNLabel>
492           <dc:Bounds x="795" y="735" width="0" height="12" />
493         </bpmndi:BPMNLabel>
494       </bpmndi:BPMNEdge>
495       <bpmndi:BPMNEdge id="SequenceFlow_1vvdkcs_di" bpmnElement="SequenceFlow_1vvdkcs">
496         <di:waypoint xsi:type="dc:Point" x="704" y="934" />
497         <di:waypoint xsi:type="dc:Point" x="616" y="934" />
498         <bpmndi:BPMNLabel>
499           <dc:Bounds x="615" y="913" width="0" height="12" />
500         </bpmndi:BPMNLabel>
501       </bpmndi:BPMNEdge>
502       <bpmndi:BPMNEdge id="SequenceFlow_1x8vphc_di" bpmnElement="SequenceFlow_1x8vphc">
503         <di:waypoint xsi:type="dc:Point" x="704" y="741" />
504         <di:waypoint xsi:type="dc:Point" x="660" y="741" />
505         <di:waypoint xsi:type="dc:Point" x="660" y="741" />
506         <di:waypoint xsi:type="dc:Point" x="616" y="741" />
507         <bpmndi:BPMNLabel>
508           <dc:Bounds x="630" y="735" width="0" height="12" />
509         </bpmndi:BPMNLabel>
510       </bpmndi:BPMNEdge>
511       <bpmndi:BPMNEdge id="SequenceFlow_1yv1kef_di" bpmnElement="SequenceFlow_1yv1kef">
512         <di:waypoint xsi:type="dc:Point" x="591" y="959" />
513         <di:waypoint xsi:type="dc:Point" x="591" y="982" />
514         <di:waypoint xsi:type="dc:Point" x="591" y="982" />
515         <di:waypoint xsi:type="dc:Point" x="591" y="1003" />
516         <bpmndi:BPMNLabel>
517           <dc:Bounds x="583" y="970" width="16" height="12" />
518         </bpmndi:BPMNLabel>
519       </bpmndi:BPMNEdge>
520       <bpmndi:BPMNEdge id="SequenceFlow_1d4wn2y_di" bpmnElement="SequenceFlow_1d4wn2y">
521         <di:waypoint xsi:type="dc:Point" x="566" y="934" />
522         <di:waypoint xsi:type="dc:Point" x="428" y="934" />
523         <di:waypoint xsi:type="dc:Point" x="428" y="854" />
524         <bpmndi:BPMNLabel>
525           <dc:Bounds x="487" y="913" width="21" height="12" />
526         </bpmndi:BPMNLabel>
527       </bpmndi:BPMNEdge>
528       <bpmndi:BPMNEdge id="SequenceFlow_0ou0spo_di" bpmnElement="SequenceFlow_0ou0spo">
529         <di:waypoint xsi:type="dc:Point" x="591" y="716" />
530         <di:waypoint xsi:type="dc:Point" x="591" y="637" />
531         <bpmndi:BPMNLabel>
532           <dc:Bounds x="613" y="636.5" width="16" height="12" />
533         </bpmndi:BPMNLabel>
534       </bpmndi:BPMNEdge>
535       <bpmndi:BPMNEdge id="SequenceFlow_1an6ial_di" bpmnElement="SequenceFlow_1an6ial">
536         <di:waypoint xsi:type="dc:Point" x="566" y="741" />
537         <di:waypoint xsi:type="dc:Point" x="428" y="741" />
538         <di:waypoint xsi:type="dc:Point" x="428" y="804" />
539         <bpmndi:BPMNLabel>
540           <dc:Bounds x="487" y="720" width="21" height="12" />
541         </bpmndi:BPMNLabel>
542       </bpmndi:BPMNEdge>
543       <bpmndi:BPMNEdge id="SequenceFlow_0w7skxr_di" bpmnElement="SequenceFlow_0w7skxr">
544         <di:waypoint xsi:type="dc:Point" x="403" y="829" />
545         <di:waypoint xsi:type="dc:Point" x="331" y="829" />
546         <bpmndi:BPMNLabel>
547           <dc:Bounds x="322" y="808" width="0" height="12" />
548         </bpmndi:BPMNLabel>
549       </bpmndi:BPMNEdge>
550       <bpmndi:BPMNEdge id="SequenceFlow_092ghvu_di" bpmnElement="SequenceFlow_092ghvu">
551         <di:waypoint xsi:type="dc:Point" x="231" y="829" />
552         <di:waypoint xsi:type="dc:Point" x="145" y="829" />
553         <bpmndi:BPMNLabel>
554           <dc:Bounds x="143" y="808" width="0" height="12" />
555         </bpmndi:BPMNLabel>
556       </bpmndi:BPMNEdge>
557     </bpmndi:BPMNPlane>
558   </bpmndi:BPMNDiagram>
559 </bpmn2:definitions>