CorrelationId cleanup
[so.git] / bpmn / so-bpmn-infrastructure-flows / src / main / resources / process / CreateVcpeResCustService_simplified.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="2.0.3" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="CreateVcpeResCustService_simplified" name="CreateVcpeResCustService_simplified" isExecutable="true">
4     <bpmn2:scriptTask id="sendSyncAckResponse_ScriptTask" name="Send Sync Ack Response" scriptFormat="groovy">
5       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
6       <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
7       <bpmn2:script>import org.onap.so.bpmn.vcpe.scripts.*
8 def CreateVcpeResCustService = new CreateVcpeResCustService()
9 CreateVcpeResCustService.sendSyncResponse(execution)</bpmn2:script>
10     </bpmn2:scriptTask>
11     <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="sendSyncAckResponse_ScriptTask" targetRef="IntermediateThrowEvent_2" />
12     <bpmn2:startEvent id="createVCPE_startEvent" name="Start Flow">
13       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
14     </bpmn2:startEvent>
15     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="createVCPE_startEvent" targetRef="preProcessRequest_ScriptTask" />
16     <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy">
17       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
18       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
19       <bpmn2:script>import org.onap.so.bpmn.vcpe.scripts.*
20 def CreateVcpeResCustService = new CreateVcpeResCustService()
21 CreateVcpeResCustService.preProcessRequest(execution)</bpmn2:script>
22     </bpmn2:scriptTask>
23     <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="sendSyncAckResponse_ScriptTask" />
24     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_3" name="vCPE-RESCUST">
25       <bpmn2:outgoing>SequenceFlow_1eu60rt</bpmn2:outgoing>
26       <bpmn2:linkEventDefinition id="_LinkEventDefinition_37" name="vCPE-RESCUST" />
27     </bpmn2:intermediateCatchEvent>
28     <bpmn2:scriptTask id="postProcessAndCompletionRequest_ScriptTask" name="Post Process &#38; Completion Request" scriptFormat="groovy">
29       <bpmn2:incoming>SequenceFlow_0afe2pg</bpmn2:incoming>
30       <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing>
31       <bpmn2:script>import org.onap.so.bpmn.vcpe.scripts.*
32 def CreateVcpeResCustService = new CreateVcpeResCustService()
33 CreateVcpeResCustService.postProcessResponse(execution)</bpmn2:script>
34     </bpmn2:scriptTask>
35     <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="postProcessAndCompletionRequest_ScriptTask" targetRef="callCompleteMsoProcess_CallActivity" />
36     <bpmn2:callActivity id="callCompleteMsoProcess_CallActivity" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
37       <bpmn2:extensionElements>
38         <camunda:in variables="all" />
39         <camunda:out variables="all" />
40         <camunda:in source="CVRCS_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" />
41         <camunda:in source="mso-request-id" target="requestId" />
42         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
43         <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" />
44         <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
45         <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
46       </bpmn2:extensionElements>
47       <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming>
48       <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
49     </bpmn2:callActivity>
50     <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="callCompleteMsoProcess_CallActivity" targetRef="ScriptTask_2" />
51     <bpmn2:scriptTask id="ScriptTask_2" name="Set Success Indicator" scriptFormat="groovy">
52       <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
53       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
54       <bpmn2:script>// The following variable is checked by the unit test
55 execution.setVariable("CreateVcpeResCustServiceSuccessIndicator", true)</bpmn2:script>
56     </bpmn2:scriptTask>
57     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_2" targetRef="CreateVCPE_EndEvent" />
58     <bpmn2:endEvent id="CreateVCPE_EndEvent" name="End">
59       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
60       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_13" />
61     </bpmn2:endEvent>
62     <bpmn2:subProcess id="UnexpectedError_SubProcess_1" name="Sub-process for UnexpectedErrors" triggeredByEvent="true">
63       <bpmn2:startEvent id="StartEvent_1">
64         <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
65         <bpmn2:errorEventDefinition id="_ErrorEventDefinition_92" errorRef="Error_1" />
66       </bpmn2:startEvent>
67       <bpmn2:endEvent id="EndEvent_1">
68         <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
69       </bpmn2:endEvent>
70       <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_1" />
71       <bpmn2:scriptTask id="ScriptTask_1" name="Log / Print Unexpected Error" scriptFormat="groovy">
72         <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
73         <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
74         <bpmn2:script>import org.onap.so.bpmn.common.scripts.*
75 ExceptionUtil ex = new ExceptionUtil()
76 ex.processJavaException(execution)</bpmn2:script>
77       </bpmn2:scriptTask>
78       <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ScriptTask_1" targetRef="EndEvent_1" />
79     </bpmn2:subProcess>
80     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_4" name="FinishProcess">
81       <bpmn2:outgoing>SequenceFlow_12ilko1</bpmn2:outgoing>
82       <bpmn2:linkEventDefinition id="_LinkEventDefinition_39" name="FinishProcess" />
83     </bpmn2:intermediateCatchEvent>
84     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_2" name="GoTovCPE-RESCUST">
85       <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
86       <bpmn2:linkEventDefinition id="_LinkEventDefinition_38" name="vCPE-RESCUST" />
87     </bpmn2:intermediateThrowEvent>
88     <bpmn2:subProcess id="SubProcess_0s6hpty" name="Subprocess For Exception / FalloutHandler" triggeredByEvent="true">
89       <bpmn2:exclusiveGateway id="ExclusiveGateway_1vwgs6p" name="Is Rollback On?" default="SequenceFlow_0dhf2js">
90         <bpmn2:incoming>SequenceFlow_0zq7i3q</bpmn2:incoming>
91         <bpmn2:outgoing>SequenceFlow_0zpbskl</bpmn2:outgoing>
92         <bpmn2:outgoing>SequenceFlow_0dhf2js</bpmn2:outgoing>
93       </bpmn2:exclusiveGateway>
94       <bpmn2:startEvent id="StartEvent_1bwmffk" name="Fault Start">
95         <bpmn2:outgoing>SequenceFlow_0zq7i3q</bpmn2:outgoing>
96         <bpmn2:errorEventDefinition />
97       </bpmn2:startEvent>
98       <bpmn2:exclusiveGateway id="ExclusiveGateway_0ydrtdx" name="isPONR?" default="SequenceFlow_02o4yqx">
99         <bpmn2:incoming>SequenceFlow_0zpbskl</bpmn2:incoming>
100         <bpmn2:outgoing>SequenceFlow_1sx5llu</bpmn2:outgoing>
101         <bpmn2:outgoing>SequenceFlow_02o4yqx</bpmn2:outgoing>
102       </bpmn2:exclusiveGateway>
103       <bpmn2:exclusiveGateway id="ExclusiveGateway_1kvn1pz" name="is AR_TXC Ok?" default="SequenceFlow_19mxskt">
104         <bpmn2:incoming>SequenceFlow_0t3mtod</bpmn2:incoming>
105         <bpmn2:outgoing>SequenceFlow_19mxskt</bpmn2:outgoing>
106         <bpmn2:outgoing>SequenceFlow_1sl79hn</bpmn2:outgoing>
107       </bpmn2:exclusiveGateway>
108       <bpmn2:callActivity id="CallActivity_0jw5tqa" name="Call FalloutHandlerV1" calledElement="FalloutHandler">
109         <bpmn2:extensionElements>
110           <camunda:in source="CVRCS_falloutRequest" target="FalloutHandlerRequest" />
111           <camunda:in source="msoRequestId" target="mso-request-id" />
112           <camunda:in source="serviceInstanceId" target="mso-service-instance-id" />
113           <camunda:out source="FH_ResponseCode" target="FH_ResponseCode" />
114           <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" />
115           <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" />
116         </bpmn2:extensionElements>
117         <bpmn2:incoming>SequenceFlow_0807ukc</bpmn2:incoming>
118         <bpmn2:outgoing>SequenceFlow_19yywk8</bpmn2:outgoing>
119       </bpmn2:callActivity>
120       <bpmn2:endEvent id="EndEvent_04xute7">
121         <bpmn2:incoming>SequenceFlow_19yywk8</bpmn2:incoming>
122       </bpmn2:endEvent>
123       <bpmn2:scriptTask id="ScriptTask_0yk02h3" name="Prepare FalloutHandler" scriptFormat="groovy">
124         <bpmn2:incoming>SequenceFlow_0jg47xm</bpmn2:incoming>
125         <bpmn2:outgoing>SequenceFlow_0807ukc</bpmn2:outgoing>
126         <bpmn2:script>import org.onap.so.bpmn.vcpe.scripts.*
127 def CreateVcpeResCustService = new CreateVcpeResCustService()
128 CreateVcpeResCustService.prepareFalloutRequest(execution)</bpmn2:script>
129       </bpmn2:scriptTask>
130       <bpmn2:sequenceFlow id="SequenceFlow_0zpbskl" name="Yes" sourceRef="ExclusiveGateway_1vwgs6p" targetRef="ExclusiveGateway_0ydrtdx">
131         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("disableRollback") != true}</bpmn2:conditionExpression>
132       </bpmn2:sequenceFlow>
133       <bpmn2:sequenceFlow id="SequenceFlow_0dhf2js" name="No" sourceRef="ExclusiveGateway_1vwgs6p" targetRef="InclusiveGateway_0foywso" />
134       <bpmn2:sequenceFlow id="SequenceFlow_1sx5llu" name="Yes" sourceRef="ExclusiveGateway_0ydrtdx" targetRef="InclusiveGateway_0foywso">
135         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("PONR") == true}</bpmn2:conditionExpression>
136       </bpmn2:sequenceFlow>
137       <bpmn2:sequenceFlow id="SequenceFlow_02o4yqx" name="No" sourceRef="ExclusiveGateway_0ydrtdx" targetRef="ScriptTask_17doerz" />
138       <bpmn2:sequenceFlow id="SequenceFlow_19mxskt" name="No" sourceRef="ExclusiveGateway_1kvn1pz" targetRef="ExclusiveGateway_05indeh" />
139       <bpmn2:callActivity id="DoRollbackService_CallActivity" name="DoRollback&#10;Service&#10;" calledElement="DoCreateServiceInstanceRollback">
140         <bpmn2:extensionElements>
141           <camunda:in source="DCRESI_rollbackData" target="rollbackData" />
142           <camunda:in source="msoRequestId" target="msoRequestId" />
143           <camunda:out source="rolledBack" target="DCRESI_rolledBack" />
144           <camunda:out source="rollbackError" target="DCRESI_rollbackError" />
145           <camunda:in source="sdncVersion" target="sdncVersion" />
146         </bpmn2:extensionElements>
147         <bpmn2:incoming>SequenceFlow_1a7e8l1</bpmn2:incoming>
148         <bpmn2:outgoing>SequenceFlow_1f1hd3l</bpmn2:outgoing>
149       </bpmn2:callActivity>
150       <bpmn2:inclusiveGateway id="InclusiveGateway_0foywso">
151         <bpmn2:incoming>SequenceFlow_1sx5llu</bpmn2:incoming>
152         <bpmn2:incoming>SequenceFlow_0dhf2js</bpmn2:incoming>
153         <bpmn2:incoming>SequenceFlow_1rabks0</bpmn2:incoming>
154         <bpmn2:outgoing>SequenceFlow_0jg47xm</bpmn2:outgoing>
155       </bpmn2:inclusiveGateway>
156       <bpmn2:sequenceFlow id="SequenceFlow_1f1hd3l" sourceRef="DoRollbackService_CallActivity" targetRef="InclusiveGateway_0m9f5ka" />
157       <bpmn2:sequenceFlow id="SequenceFlow_0jg47xm" sourceRef="InclusiveGateway_0foywso" targetRef="ScriptTask_0yk02h3" />
158       <bpmn2:sequenceFlow id="SequenceFlow_0807ukc" sourceRef="ScriptTask_0yk02h3" targetRef="CallActivity_0jw5tqa" />
159       <bpmn2:sequenceFlow id="SequenceFlow_19yywk8" sourceRef="CallActivity_0jw5tqa" targetRef="EndEvent_04xute7" />
160       <bpmn2:exclusiveGateway id="ExclusiveGateway_05indeh" name="Service Rollback present?" default="SequenceFlow_0sezboq">
161         <bpmn2:incoming>SequenceFlow_19mxskt</bpmn2:incoming>
162         <bpmn2:incoming>SequenceFlow_17cz98f</bpmn2:incoming>
163         <bpmn2:outgoing>SequenceFlow_0sezboq</bpmn2:outgoing>
164         <bpmn2:outgoing>SequenceFlow_1a7e8l1</bpmn2:outgoing>
165       </bpmn2:exclusiveGateway>
166       <bpmn2:sequenceFlow id="SequenceFlow_0sezboq" name="No" sourceRef="ExclusiveGateway_05indeh" targetRef="InclusiveGateway_0m9f5ka" />
167       <bpmn2:sequenceFlow id="SequenceFlow_0zq7i3q" name="" sourceRef="StartEvent_1bwmffk" targetRef="ExclusiveGateway_1vwgs6p" />
168       <bpmn2:inclusiveGateway id="InclusiveGateway_0m9f5ka">
169         <bpmn2:incoming>SequenceFlow_1f1hd3l</bpmn2:incoming>
170         <bpmn2:incoming>SequenceFlow_0sezboq</bpmn2:incoming>
171         <bpmn2:incoming>SequenceFlow_1mbymcu</bpmn2:incoming>
172         <bpmn2:incoming>SequenceFlow_00by7l7</bpmn2:incoming>
173         <bpmn2:outgoing>SequenceFlow_1lv5ld6</bpmn2:outgoing>
174       </bpmn2:inclusiveGateway>
175       <bpmn2:scriptTask id="ScriptTask_17doerz" name="Pre Process Rollback" scriptFormat="groovy">
176         <bpmn2:incoming>SequenceFlow_02o4yqx</bpmn2:incoming>
177         <bpmn2:outgoing>SequenceFlow_0ftzjjm</bpmn2:outgoing>
178         <bpmn2:script>import org.onap.so.bpmn.vcpe.scripts.*
179 def CreateVcpeResCustService= new CreateVcpeResCustService()
180 CreateVcpeResCustService.preProcessRollback(execution)</bpmn2:script>
181       </bpmn2:scriptTask>
182       <bpmn2:scriptTask id="ScriptTask_0wyub4x" name="Post Process Rollback" scriptFormat="groovy">
183         <bpmn2:incoming>SequenceFlow_0dvsqpp</bpmn2:incoming>
184         <bpmn2:outgoing>SequenceFlow_1rabks0</bpmn2:outgoing>
185         <bpmn2:script>import org.onap.so.bpmn.vcpe.scripts.*
186 def CreateVcpeResCustService= new CreateVcpeResCustService()
187 CreateVcpeResCustService.postProcessRollback(execution)</bpmn2:script>
188       </bpmn2:scriptTask>
189       <bpmn2:sequenceFlow id="SequenceFlow_1rabks0" sourceRef="ScriptTask_0wyub4x" targetRef="InclusiveGateway_0foywso" />
190       <bpmn2:exclusiveGateway id="ExclusiveGateway_06gq6em" name="is AR_BRG Ok?" default="SequenceFlow_0ya1cr3">
191         <bpmn2:incoming>SequenceFlow_12dakwh</bpmn2:incoming>
192         <bpmn2:outgoing>SequenceFlow_0orpdrl</bpmn2:outgoing>
193         <bpmn2:outgoing>SequenceFlow_0ya1cr3</bpmn2:outgoing>
194       </bpmn2:exclusiveGateway>
195       <bpmn2:callActivity id="CallActivity_1bpuf2p" name="DoRollback&#10;BRG Allotted Resources&#10;" calledElement="DoCreateAllottedResourceBRGRollback">
196         <bpmn2:extensionElements>
197           <camunda:in source="msoRequestId" target="msoRequestId" />
198           <camunda:in source="DCARBRG_rollbackData" target="rollbackData" />
199           <camunda:in source="sdncVersion" target="sdncVersion" />
200           <camunda:out source="rolledBack" target="DCARBRG_rolledBack" />
201           <camunda:out source="rollbackError" target="DCARBRG_rollbackError" />
202         </bpmn2:extensionElements>
203         <bpmn2:incoming>SequenceFlow_0orpdrl</bpmn2:incoming>
204         <bpmn2:outgoing>SequenceFlow_1t3cnnx</bpmn2:outgoing>
205       </bpmn2:callActivity>
206       <bpmn2:inclusiveGateway id="InclusiveGateway_131ozdf">
207         <bpmn2:incoming>SequenceFlow_0ya1cr3</bpmn2:incoming>
208         <bpmn2:incoming>SequenceFlow_1sim44y</bpmn2:incoming>
209         <bpmn2:outgoing>SequenceFlow_027lz43</bpmn2:outgoing>
210       </bpmn2:inclusiveGateway>
211       <bpmn2:sequenceFlow id="SequenceFlow_0orpdrl" name="Yes" sourceRef="ExclusiveGateway_06gq6em" targetRef="CallActivity_1bpuf2p">
212         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("DCARBRG_rollbackData") != null }</bpmn2:conditionExpression>
213       </bpmn2:sequenceFlow>
214       <bpmn2:sequenceFlow id="SequenceFlow_1t3cnnx" sourceRef="CallActivity_1bpuf2p" targetRef="ExclusiveGateway_1mjdcct" />
215       <bpmn2:sequenceFlow id="SequenceFlow_0ya1cr3" name="No" sourceRef="ExclusiveGateway_06gq6em" targetRef="InclusiveGateway_131ozdf" />
216       <bpmn2:exclusiveGateway id="ExclusiveGateway_14tl857" name="is VNF Ok?" default="SequenceFlow_1kpdu1j">
217         <bpmn2:incoming>SequenceFlow_027lz43</bpmn2:incoming>
218         <bpmn2:outgoing>SequenceFlow_1kpdu1j</bpmn2:outgoing>
219         <bpmn2:outgoing>SequenceFlow_007p8k3</bpmn2:outgoing>
220       </bpmn2:exclusiveGateway>
221       <bpmn2:inclusiveGateway id="InclusiveGateway_142br6v">
222         <bpmn2:incoming>SequenceFlow_1kpdu1j</bpmn2:incoming>
223         <bpmn2:incoming>SequenceFlow_1quvahv</bpmn2:incoming>
224         <bpmn2:outgoing>SequenceFlow_0t3mtod</bpmn2:outgoing>
225       </bpmn2:inclusiveGateway>
226       <bpmn2:sequenceFlow id="SequenceFlow_1kpdu1j" name="No" sourceRef="ExclusiveGateway_14tl857" targetRef="InclusiveGateway_142br6v" />
227       <bpmn2:exclusiveGateway id="ExclusiveGateway_1mjdcct" name="Rollback success?" default="SequenceFlow_0dr2fem">
228         <bpmn2:incoming>SequenceFlow_1t3cnnx</bpmn2:incoming>
229         <bpmn2:outgoing>SequenceFlow_1sim44y</bpmn2:outgoing>
230         <bpmn2:outgoing>SequenceFlow_0dr2fem</bpmn2:outgoing>
231       </bpmn2:exclusiveGateway>
232       <bpmn2:sequenceFlow id="SequenceFlow_1sim44y" name="Yes" sourceRef="ExclusiveGateway_1mjdcct" targetRef="InclusiveGateway_131ozdf">
233         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{ execution.getVariable("DCARBRG_rolledBack") == true }</bpmn2:conditionExpression>
234       </bpmn2:sequenceFlow>
235       <bpmn2:sequenceFlow id="SequenceFlow_0dr2fem" name="No" sourceRef="ExclusiveGateway_1mjdcct" targetRef="InclusiveGateway_1xenadu" />
236       <bpmn2:exclusiveGateway id="ExclusiveGateway_05dg1m1" name="Rollback success?" default="SequenceFlow_1mbymcu">
237         <bpmn2:incoming>SequenceFlow_1mpsdaj</bpmn2:incoming>
238         <bpmn2:outgoing>SequenceFlow_1quvahv</bpmn2:outgoing>
239         <bpmn2:outgoing>SequenceFlow_1mbymcu</bpmn2:outgoing>
240       </bpmn2:exclusiveGateway>
241       <bpmn2:sequenceFlow id="SequenceFlow_1quvahv" name="Yes" sourceRef="ExclusiveGateway_05dg1m1" targetRef="InclusiveGateway_142br6v">
242         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{ execution.getVariable("DCVAM_rolledBack") ==true }</bpmn2:conditionExpression>
243       </bpmn2:sequenceFlow>
244       <bpmn2:sequenceFlow id="SequenceFlow_1mbymcu" name="No" sourceRef="ExclusiveGateway_05dg1m1" targetRef="InclusiveGateway_0m9f5ka" />
245       <bpmn2:exclusiveGateway id="ExclusiveGateway_0y7gtd9" name="rollback failed?" default="SequenceFlow_12dakwh">
246         <bpmn2:incoming>SequenceFlow_0ftzjjm</bpmn2:incoming>
247         <bpmn2:outgoing>SequenceFlow_12dakwh</bpmn2:outgoing>
248         <bpmn2:outgoing>SequenceFlow_09nn9a9</bpmn2:outgoing>
249       </bpmn2:exclusiveGateway>
250       <bpmn2:sequenceFlow id="SequenceFlow_0ftzjjm" sourceRef="ScriptTask_17doerz" targetRef="ExclusiveGateway_0y7gtd9" />
251       <bpmn2:sequenceFlow id="SequenceFlow_12dakwh" name="No" sourceRef="ExclusiveGateway_0y7gtd9" targetRef="ExclusiveGateway_06gq6em" />
252       <bpmn2:inclusiveGateway id="InclusiveGateway_1xenadu">
253         <bpmn2:incoming>SequenceFlow_1lv5ld6</bpmn2:incoming>
254         <bpmn2:incoming>SequenceFlow_09nn9a9</bpmn2:incoming>
255         <bpmn2:incoming>SequenceFlow_0dr2fem</bpmn2:incoming>
256         <bpmn2:outgoing>SequenceFlow_0dvsqpp</bpmn2:outgoing>
257       </bpmn2:inclusiveGateway>
258       <bpmn2:sequenceFlow id="SequenceFlow_1lv5ld6" sourceRef="InclusiveGateway_0m9f5ka" targetRef="InclusiveGateway_1xenadu" />
259       <bpmn2:sequenceFlow id="SequenceFlow_0dvsqpp" sourceRef="InclusiveGateway_1xenadu" targetRef="ScriptTask_0wyub4x" />
260       <bpmn2:sequenceFlow id="SequenceFlow_09nn9a9" name="Yes" sourceRef="ExclusiveGateway_0y7gtd9" targetRef="InclusiveGateway_1xenadu">
261         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("rolledBack") != null &amp;&amp; execution.getVariable("rolledBack") == false}</bpmn2:conditionExpression>
262       </bpmn2:sequenceFlow>
263       <bpmn2:sequenceFlow id="SequenceFlow_027lz43" sourceRef="InclusiveGateway_131ozdf" targetRef="ExclusiveGateway_14tl857" />
264       <bpmn2:sequenceFlow id="SequenceFlow_0t3mtod" sourceRef="InclusiveGateway_142br6v" targetRef="ExclusiveGateway_1kvn1pz" />
265       <bpmn2:callActivity id="CallActivity_071yaf8" name="DoRollback&#10;TXC Allotted Resources&#10;" calledElement="DoCreateAllottedResourceTXCRollback">
266         <bpmn2:extensionElements>
267           <camunda:in source="msoRequestId" target="msoRequestId" />
268           <camunda:in source="DCARTXC_rollbackData" target="rollbackData" />
269           <camunda:in source="sdncVersion" target="sdncVersion" />
270           <camunda:out source="rolledBack" target="DCARTXC_rolledBack" />
271           <camunda:out source="rollbackError" target="DCARTXC_rollbackError" />
272         </bpmn2:extensionElements>
273         <bpmn2:incoming>SequenceFlow_1sl79hn</bpmn2:incoming>
274         <bpmn2:outgoing>SequenceFlow_0ne9n0g</bpmn2:outgoing>
275       </bpmn2:callActivity>
276       <bpmn2:sequenceFlow id="SequenceFlow_1sl79hn" name="Yes" sourceRef="ExclusiveGateway_1kvn1pz" targetRef="CallActivity_071yaf8">
277         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("DCARTXC_rollbackData") != null }</bpmn2:conditionExpression>
278       </bpmn2:sequenceFlow>
279       <bpmn2:exclusiveGateway id="ExclusiveGateway_0y158bb" name="Rollback success?" default="SequenceFlow_00by7l7">
280         <bpmn2:incoming>SequenceFlow_0ne9n0g</bpmn2:incoming>
281         <bpmn2:outgoing>SequenceFlow_00by7l7</bpmn2:outgoing>
282         <bpmn2:outgoing>SequenceFlow_17cz98f</bpmn2:outgoing>
283       </bpmn2:exclusiveGateway>
284       <bpmn2:sequenceFlow id="SequenceFlow_0ne9n0g" sourceRef="CallActivity_071yaf8" targetRef="ExclusiveGateway_0y158bb" />
285       <bpmn2:sequenceFlow id="SequenceFlow_1a7e8l1" name="Yes" sourceRef="ExclusiveGateway_05indeh" targetRef="DoRollbackService_CallActivity">
286         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{ execution.getVariable("DCRESI_rollbackData") != null }</bpmn2:conditionExpression>
287       </bpmn2:sequenceFlow>
288       <bpmn2:sequenceFlow id="SequenceFlow_00by7l7" name="No" sourceRef="ExclusiveGateway_0y158bb" targetRef="InclusiveGateway_0m9f5ka" />
289       <bpmn2:sequenceFlow id="SequenceFlow_17cz98f" name="Yes" sourceRef="ExclusiveGateway_0y158bb" targetRef="ExclusiveGateway_05indeh">
290         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{ execution.getVariable("DCARTXC_rolledBack") == true }</bpmn2:conditionExpression>
291       </bpmn2:sequenceFlow>
292       <bpmn2:callActivity id="CallActivity_1cl4iu4" name="DoRollback&#10;VNF and Modules&#10;" calledElement="DoCreateVnfAndModulesRollback">
293         <bpmn2:extensionElements>
294           <camunda:in source="msoRequestId" target="msoRequestId" />
295           <camunda:in source="DCVAM_rollbackData" target="rollbackData" />
296           <camunda:out source="rolledBack" target="DCVAM_rolledBack" />
297           <camunda:out source="rollbackError" target="DCVAM_rollbackError" />
298           <camunda:in source="sdncVersion" target="sdncVersion" />
299         </bpmn2:extensionElements>
300         <bpmn2:incoming>SequenceFlow_007p8k3</bpmn2:incoming>
301         <bpmn2:outgoing>SequenceFlow_1mpsdaj</bpmn2:outgoing>
302       </bpmn2:callActivity>
303       <bpmn2:sequenceFlow id="SequenceFlow_1mpsdaj" sourceRef="CallActivity_1cl4iu4" targetRef="ExclusiveGateway_05dg1m1" />
304       <bpmn2:sequenceFlow id="SequenceFlow_007p8k3" name="Yes" sourceRef="ExclusiveGateway_14tl857" targetRef="CallActivity_1cl4iu4">
305         <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("DCVAM_rollbackData") != null }</bpmn2:conditionExpression>
306       </bpmn2:sequenceFlow>
307     </bpmn2:subProcess>
308     <bpmn2:scriptTask id="setPONR_ScriptTask" name="set PONR">
309       <bpmn2:incoming>SequenceFlow_12ilko1</bpmn2:incoming>
310       <bpmn2:outgoing>SequenceFlow_0afe2pg</bpmn2:outgoing>
311       <bpmn2:script>#{execution.setVariable("PONR", true)}</bpmn2:script>
312     </bpmn2:scriptTask>
313     <bpmn2:sequenceFlow id="SequenceFlow_12ilko1" sourceRef="IntermediateCatchEvent_4" targetRef="setPONR_ScriptTask" />
314     <bpmn2:sequenceFlow id="SequenceFlow_0afe2pg" sourceRef="setPONR_ScriptTask" targetRef="postProcessAndCompletionRequest_ScriptTask" />
315     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0prlju0" name="GoTo StartService">
316       <bpmn2:incoming>SequenceFlow_11efpvh</bpmn2:incoming>
317       <bpmn2:linkEventDefinition name="StartService" />
318     </bpmn2:intermediateThrowEvent>
319     <bpmn2:callActivity id="DecomposeService" name="Call Decompose Service" calledElement="DecomposeService">
320       <bpmn2:extensionElements>
321         <camunda:in source="msoRequestId" target="msoRequestId" />
322         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
323         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
324         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
325         <camunda:out source="serviceDecomposition" target="serviceDecomposition" />
326         <camunda:out source="WorkflowException" target="WorkflowException" />
327       </bpmn2:extensionElements>
328       <bpmn2:incoming>SequenceFlow_00h6hmd</bpmn2:incoming>
329       <bpmn2:outgoing>SequenceFlow_17g05fd</bpmn2:outgoing>
330     </bpmn2:callActivity>
331     <bpmn2:scriptTask id="ScriptTask_0cdtchu" name="Prepare&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
332       <bpmn2:incoming>SequenceFlow_1eu60rt</bpmn2:incoming>
333       <bpmn2:outgoing>SequenceFlow_00h6hmd</bpmn2:outgoing>
334       <bpmn2:script>import org.onap.so.bpmn.vcpe.scripts.*
335 def CreateVcpeResCustService = new CreateVcpeResCustService()
336 CreateVcpeResCustService.prepareDecomposeService(execution)</bpmn2:script>
337     </bpmn2:scriptTask>
338     <bpmn2:sequenceFlow id="SequenceFlow_1eu60rt" sourceRef="IntermediateCatchEvent_3" targetRef="ScriptTask_0cdtchu" />
339     <bpmn2:sequenceFlow id="SequenceFlow_00h6hmd" sourceRef="ScriptTask_0cdtchu" targetRef="DecomposeService" />
340     <bpmn2:sequenceFlow id="SequenceFlow_17g05fd" sourceRef="DecomposeService" targetRef="ScriptTask_0lpv2da" />
341     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_17pzn7m" name="PnfCreateAndActivate">
342       <bpmn2:outgoing>SequenceFlow_0gj4vud</bpmn2:outgoing>
343       <bpmn2:linkEventDefinition name="PnfCreateAndActivate" />
344     </bpmn2:intermediateCatchEvent>
345     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_0lt5ltv" name="GoToFinishProcess">
346       <bpmn2:incoming>SequenceFlow_0clhseq</bpmn2:incoming>
347       <bpmn2:linkEventDefinition name="FinishProcess" />
348     </bpmn2:intermediateThrowEvent>
349     <bpmn2:scriptTask id="ScriptTask_0lpv2da" name="PostProcess&#10;Decompose&#10;Service&#10;" scriptFormat="groovy">
350       <bpmn2:incoming>SequenceFlow_17g05fd</bpmn2:incoming>
351       <bpmn2:outgoing>SequenceFlow_11efpvh</bpmn2:outgoing>
352       <bpmn2:script>import org.onap.so.bpmn.vcpe.scripts.*
353 def CreateVcpeResCustService = new CreateVcpeResCustService()
354 CreateVcpeResCustService.processDecomposition(execution)</bpmn2:script>
355     </bpmn2:scriptTask>
356     <bpmn2:sequenceFlow id="SequenceFlow_11efpvh" sourceRef="ScriptTask_0lpv2da" targetRef="IntermediateThrowEvent_0prlju0" />
357     <bpmn2:sequenceFlow id="SequenceFlow_0gj4vud" sourceRef="IntermediateCatchEvent_17pzn7m" targetRef="GeneratePnfUuid" />
358     <bpmn2:sequenceFlow id="SequenceFlow_0clhseq" sourceRef="Task_14l19kv" targetRef="IntermediateThrowEvent_0lt5ltv" />
359     <bpmn2:callActivity id="Task_14l19kv" name="Create And Activate Pnf Resource" calledElement="CreateAndActivatePnfResource">
360       <bpmn2:extensionElements>
361         <camunda:in source="timeoutForPnfEntryNotification" target="timeoutForPnfEntryNotification" />
362         <camunda:in source="pnfCorrelationId" target="pnfCorrelationId" />
363         <camunda:in businessKey="#{execution.processBusinessKey}" />
364         <camunda:in source="pnfUuid" target="pnfUuid" />
365         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
366       </bpmn2:extensionElements>
367       <bpmn2:incoming>SequenceFlow_1yojilk</bpmn2:incoming>
368       <bpmn2:outgoing>SequenceFlow_0clhseq</bpmn2:outgoing>
369     </bpmn2:callActivity>
370     <bpmn2:callActivity id="CallActivity_1vc4jeh" name="Call Create &#10;ServiceInstance&#10;" calledElement="DoCreateServiceInstance">
371       <bpmn2:extensionElements>
372         <camunda:in source="msoRequestId" target="msoRequestId" />
373         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
374         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
375         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
376         <camunda:out source="rollbackData" target="DCRESI_rollbackData" />
377         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
378         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
379         <camunda:in source="failIfExists" target="failIfExists" />
380         <camunda:in source="disableRollback" target="disableRollback" />
381         <camunda:in source="serviceInputParams" target="serviceInputParams" />
382         <camunda:out source="rolledBack" target="rolledBack" />
383         <camunda:out source="WorkflowException" target="WorkflowException" />
384         <camunda:out source="serviceInstanceName" target="serviceInstanceName" />
385         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
386         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
387         <camunda:in source="productFamilyId" target="productFamilyId" />
388         <camunda:in source="sdncVersion" target="sdncVersion" />
389         <camunda:in source="bpmnRequest" target="requestJson" />
390       </bpmn2:extensionElements>
391       <bpmn2:incoming>SequenceFlow_0bt420h</bpmn2:incoming>
392       <bpmn2:outgoing>SequenceFlow_0ocy2qp</bpmn2:outgoing>
393     </bpmn2:callActivity>
394     <bpmn2:scriptTask id="ScriptTask_1y241p8" name="Prepare&#10;Create&#10;Service&#10;" scriptFormat="groovy">
395       <bpmn2:incoming>SequenceFlow_1429lyc</bpmn2:incoming>
396       <bpmn2:outgoing>SequenceFlow_0bt420h</bpmn2:outgoing>
397       <bpmn2:script>import org.onap.so.bpmn.vcpe.scripts.*
398 def CreateVcpeResCustService = new CreateVcpeResCustService()
399 CreateVcpeResCustService.prepareCreateServiceInstance(execution)</bpmn2:script>
400     </bpmn2:scriptTask>
401     <bpmn2:scriptTask id="ScriptTask_1y5lvl7" name="Post Process&#10;Create&#10;Service&#10;" scriptFormat="groovy">
402       <bpmn2:incoming>SequenceFlow_0ocy2qp</bpmn2:incoming>
403       <bpmn2:outgoing>SequenceFlow_11gw54u</bpmn2:outgoing>
404       <bpmn2:script>import org.onap.so.bpmn.vcpe.scripts.*
405 def CreateVcpeResCustService = new CreateVcpeResCustService()
406 CreateVcpeResCustService.postProcessServiceInstanceCreate(execution)</bpmn2:script>
407     </bpmn2:scriptTask>
408     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0m5yuay" name="StartService">
409       <bpmn2:outgoing>SequenceFlow_1429lyc</bpmn2:outgoing>
410       <bpmn2:linkEventDefinition name="StartService" />
411     </bpmn2:intermediateCatchEvent>
412     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_13xv36r" name="Go To PnfCreateAndActivate">
413       <bpmn2:incoming>SequenceFlow_11gw54u</bpmn2:incoming>
414       <bpmn2:linkEventDefinition name="PnfCreateAndActivate" />
415     </bpmn2:intermediateThrowEvent>
416     <bpmn2:sequenceFlow id="SequenceFlow_0bt420h" sourceRef="ScriptTask_1y241p8" targetRef="CallActivity_1vc4jeh" />
417     <bpmn2:sequenceFlow id="SequenceFlow_0ocy2qp" sourceRef="CallActivity_1vc4jeh" targetRef="ScriptTask_1y5lvl7" />
418     <bpmn2:sequenceFlow id="SequenceFlow_1429lyc" sourceRef="IntermediateCatchEvent_0m5yuay" targetRef="ScriptTask_1y241p8" />
419     <bpmn2:sequenceFlow id="SequenceFlow_11gw54u" sourceRef="ScriptTask_1y5lvl7" targetRef="IntermediateThrowEvent_13xv36r" />
420     <bpmn2:sequenceFlow id="SequenceFlow_1yojilk" sourceRef="GeneratePnfUuid" targetRef="Task_14l19kv" />
421     <bpmn2:serviceTask id="GeneratePnfUuid" name="Generate Pnf UUID" camunda:delegateExpression="${GeneratePnfUuidDelegate}">
422       <bpmn2:incoming>SequenceFlow_0gj4vud</bpmn2:incoming>
423       <bpmn2:outgoing>SequenceFlow_1yojilk</bpmn2:outgoing>
424     </bpmn2:serviceTask>
425   </bpmn2:process>
426   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
427   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
428   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
429     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVcpeResCustService_simplified">
430       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createVCPE_startEvent">
431         <dc:Bounds x="67" y="811" width="36" height="36" />
432         <bpmndi:BPMNLabel>
433           <dc:Bounds x="61" y="852" width="50" height="12" />
434         </bpmndi:BPMNLabel>
435       </bpmndi:BPMNShape>
436       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
437         <dc:Bounds x="256" y="789" width="100" height="80" />
438       </bpmndi:BPMNShape>
439       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
440         <di:waypoint x="103" y="829" />
441         <di:waypoint x="256" y="829" />
442         <bpmndi:BPMNLabel>
443           <dc:Bounds x="100" y="829" width="90" height="0" />
444         </bpmndi:BPMNLabel>
445       </bpmndi:BPMNEdge>
446       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_4" bpmnElement="callCompleteMsoProcess_CallActivity">
447         <dc:Bounds x="763" y="1432" width="100" height="80" />
448       </bpmndi:BPMNShape>
449       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_80" bpmnElement="postProcessAndCompletionRequest_ScriptTask">
450         <dc:Bounds x="490" y="1432" width="100" height="80" />
451       </bpmndi:BPMNShape>
452       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_127">
453         <di:waypoint x="356" y="829" />
454         <di:waypoint x="447" y="829" />
455         <bpmndi:BPMNLabel>
456           <dc:Bounds x="200" y="790" width="90" height="0" />
457         </bpmndi:BPMNLabel>
458       </bpmndi:BPMNEdge>
459       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="sendSyncAckResponse_ScriptTask">
460         <dc:Bounds x="447" y="789" width="100" height="80" />
461       </bpmndi:BPMNShape>
462       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_80" targetElement="_BPMNShape_CallActivity_4">
463         <di:waypoint x="590" y="1472" />
464         <di:waypoint x="763" y="1472" />
465         <bpmndi:BPMNLabel>
466           <dc:Bounds x="632" y="1457" width="90" height="0" />
467         </bpmndi:BPMNLabel>
468       </bpmndi:BPMNEdge>
469       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="CreateVCPE_EndEvent">
470         <dc:Bounds x="1262" y="1452" width="36" height="36" />
471         <bpmndi:BPMNLabel>
472           <dc:Bounds x="1270" y="1493" width="20" height="12" />
473         </bpmndi:BPMNLabel>
474       </bpmndi:BPMNShape>
475       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_CallActivity_4" targetElement="_BPMNShape_ScriptTask_337">
476         <di:waypoint x="863" y="1472" />
477         <di:waypoint x="1071" y="1471" />
478         <bpmndi:BPMNLabel>
479           <dc:Bounds x="922" y="1457" width="90" height="0" />
480         </bpmndi:BPMNLabel>
481       </bpmndi:BPMNEdge>
482       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_27" bpmnElement="UnexpectedError_SubProcess_1" isExpanded="true">
483         <dc:Bounds x="1257" y="1702" width="409" height="232" />
484       </bpmndi:BPMNShape>
485       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_70" bpmnElement="StartEvent_1">
486         <dc:Bounds x="1325" y="1807" width="36" height="36" />
487         <bpmndi:BPMNLabel>
488           <dc:Bounds x="1298" y="1848" width="90" height="0" />
489         </bpmndi:BPMNLabel>
490       </bpmndi:BPMNShape>
491       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_269" bpmnElement="ScriptTask_1">
492         <dc:Bounds x="1400" y="1785" width="100" height="80" />
493       </bpmndi:BPMNShape>
494       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_219" bpmnElement="EndEvent_1">
495         <dc:Bounds x="1553" y="1807" width="36" height="36" />
496         <bpmndi:BPMNLabel>
497           <dc:Bounds x="1526" y="1848" width="90" height="0" />
498         </bpmndi:BPMNLabel>
499       </bpmndi:BPMNShape>
500       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_StartEvent_70" targetElement="_BPMNShape_ScriptTask_269">
501         <di:waypoint x="1361" y="1825" />
502         <di:waypoint x="1400" y="1825" />
503         <bpmndi:BPMNLabel>
504           <dc:Bounds x="1344" y="1825" width="90" height="0" />
505         </bpmndi:BPMNLabel>
506       </bpmndi:BPMNEdge>
507       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_269" targetElement="_BPMNShape_EndEvent_219">
508         <di:waypoint x="1500" y="1825" />
509         <di:waypoint x="1533" y="1825" />
510         <di:waypoint x="1533" y="1825" />
511         <di:waypoint x="1553" y="1825" />
512         <bpmndi:BPMNLabel>
513           <dc:Bounds x="1503" y="1825" width="90" height="0" />
514         </bpmndi:BPMNLabel>
515       </bpmndi:BPMNEdge>
516       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_127">
517         <di:waypoint x="547" y="829" />
518         <di:waypoint x="699" y="829" />
519         <bpmndi:BPMNLabel>
520           <dc:Bounds x="578" y="814" width="90" height="0" />
521         </bpmndi:BPMNLabel>
522       </bpmndi:BPMNEdge>
523       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_337" bpmnElement="ScriptTask_2">
524         <dc:Bounds x="1071" y="1431" width="100" height="80" />
525       </bpmndi:BPMNShape>
526       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_337" targetElement="_BPMNShape_EndEvent_177">
527         <di:waypoint x="1171" y="1470" />
528         <di:waypoint x="1262" y="1470" />
529         <bpmndi:BPMNLabel>
530           <dc:Bounds x="1172" y="1455" width="90" height="0" />
531         </bpmndi:BPMNLabel>
532       </bpmndi:BPMNEdge>
533       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_35" bpmnElement="IntermediateCatchEvent_3">
534         <dc:Bounds x="67" y="966" width="36" height="36" />
535         <bpmndi:BPMNLabel>
536           <dc:Bounds x="43" y="1002" width="85" height="12" />
537         </bpmndi:BPMNLabel>
538       </bpmndi:BPMNShape>
539       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_36" bpmnElement="IntermediateCatchEvent_4">
540         <dc:Bounds x="60" y="1454" width="36" height="36" />
541         <bpmndi:BPMNLabel>
542           <dc:Bounds x="43" y="1490" width="70" height="12" />
543         </bpmndi:BPMNLabel>
544       </bpmndi:BPMNShape>
545       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_49" bpmnElement="IntermediateThrowEvent_2">
546         <dc:Bounds x="699" y="811" width="36" height="36" />
547         <bpmndi:BPMNLabel>
548           <dc:Bounds x="687" y="852" width="59" height="24" />
549         </bpmndi:BPMNLabel>
550       </bpmndi:BPMNShape>
551       <bpmndi:BPMNShape id="SubProcess_0s6hpty_di" bpmnElement="SubProcess_0s6hpty" isExpanded="true">
552         <dc:Bounds x="-266" y="1649" width="1482" height="1528" />
553       </bpmndi:BPMNShape>
554       <bpmndi:BPMNShape id="ExclusiveGateway_1vwgs6p_di" bpmnElement="ExclusiveGateway_1vwgs6p" isMarkerVisible="true">
555         <dc:Bounds x="50" y="2971" width="50" height="50" />
556         <bpmndi:BPMNLabel>
557           <dc:Bounds x="38" y="3031" width="78" height="12" />
558         </bpmndi:BPMNLabel>
559       </bpmndi:BPMNShape>
560       <bpmndi:BPMNShape id="StartEvent_1bwmffk_di" bpmnElement="StartEvent_1bwmffk">
561         <dc:Bounds x="-63" y="2979" width="36" height="36" />
562         <bpmndi:BPMNLabel>
563           <dc:Bounds x="-69" y="3020" width="51" height="12" />
564         </bpmndi:BPMNLabel>
565       </bpmndi:BPMNShape>
566       <bpmndi:BPMNShape id="ExclusiveGateway_0ydrtdx_di" bpmnElement="ExclusiveGateway_0ydrtdx" isMarkerVisible="true">
567         <dc:Bounds x="50" y="2888" width="50" height="50" />
568         <bpmndi:BPMNLabel>
569           <dc:Bounds x="-15" y="2903" width="46" height="12" />
570         </bpmndi:BPMNLabel>
571       </bpmndi:BPMNShape>
572       <bpmndi:BPMNShape id="ExclusiveGateway_1kvn1pz_di" bpmnElement="ExclusiveGateway_1kvn1pz" isMarkerVisible="true">
573         <dc:Bounds x="177" y="1821" width="50" height="50" />
574         <bpmndi:BPMNLabel>
575           <dc:Bounds x="110" y="1815" width="78" height="12" />
576         </bpmndi:BPMNLabel>
577       </bpmndi:BPMNShape>
578       <bpmndi:BPMNShape id="CallActivity_0jw5tqa_di" bpmnElement="CallActivity_0jw5tqa">
579         <dc:Bounds x="1023" y="2945" width="100" height="80" />
580       </bpmndi:BPMNShape>
581       <bpmndi:BPMNShape id="EndEvent_04xute7_di" bpmnElement="EndEvent_04xute7">
582         <dc:Bounds x="1160" y="2967" width="36" height="36" />
583         <bpmndi:BPMNLabel>
584           <dc:Bounds x="1133" y="3008" width="90" height="0" />
585         </bpmndi:BPMNLabel>
586       </bpmndi:BPMNShape>
587       <bpmndi:BPMNShape id="ScriptTask_0yk02h3_di" bpmnElement="ScriptTask_0yk02h3">
588         <dc:Bounds x="891" y="2945" width="100" height="80" />
589       </bpmndi:BPMNShape>
590       <bpmndi:BPMNEdge id="SequenceFlow_0zpbskl_di" bpmnElement="SequenceFlow_0zpbskl">
591         <di:waypoint x="75" y="2971" />
592         <di:waypoint x="75" y="2938" />
593         <bpmndi:BPMNLabel>
594           <dc:Bounds x="81" y="2958" width="19" height="12" />
595         </bpmndi:BPMNLabel>
596       </bpmndi:BPMNEdge>
597       <bpmndi:BPMNEdge id="SequenceFlow_0dhf2js_di" bpmnElement="SequenceFlow_0dhf2js">
598         <di:waypoint x="100" y="2996" />
599         <di:waypoint x="734" y="2996" />
600         <di:waypoint x="734" y="2938" />
601         <bpmndi:BPMNLabel>
602           <dc:Bounds x="140" y="3001" width="15" height="12" />
603         </bpmndi:BPMNLabel>
604       </bpmndi:BPMNEdge>
605       <bpmndi:BPMNEdge id="SequenceFlow_1sx5llu_di" bpmnElement="SequenceFlow_1sx5llu">
606         <di:waypoint x="100" y="2913" />
607         <di:waypoint x="405" y="2913" />
608         <di:waypoint x="405" y="2913" />
609         <di:waypoint x="709" y="2913" />
610         <bpmndi:BPMNLabel>
611           <dc:Bounds x="419" y="2917" width="19" height="12" />
612         </bpmndi:BPMNLabel>
613       </bpmndi:BPMNEdge>
614       <bpmndi:BPMNEdge id="SequenceFlow_02o4yqx_di" bpmnElement="SequenceFlow_02o4yqx">
615         <di:waypoint x="75" y="2888" />
616         <di:waypoint x="75" y="2866" />
617         <bpmndi:BPMNLabel>
618           <dc:Bounds x="86" y="2871" width="15" height="12" />
619         </bpmndi:BPMNLabel>
620       </bpmndi:BPMNEdge>
621       <bpmndi:BPMNEdge id="SequenceFlow_19mxskt_di" bpmnElement="SequenceFlow_19mxskt">
622         <di:waypoint x="202" y="1821" />
623         <di:waypoint x="202" y="1725" />
624         <di:waypoint x="681" y="1725" />
625         <di:waypoint x="681" y="1941" />
626         <bpmndi:BPMNLabel>
627           <dc:Bounds x="392" y="1704" width="15" height="12" />
628         </bpmndi:BPMNLabel>
629       </bpmndi:BPMNEdge>
630       <bpmndi:BPMNShape id="ScriptTask_11b4gmn_di" bpmnElement="setPONR_ScriptTask">
631         <dc:Bounds x="204" y="1432" width="100" height="80" />
632       </bpmndi:BPMNShape>
633       <bpmndi:BPMNEdge id="SequenceFlow_12ilko1_di" bpmnElement="SequenceFlow_12ilko1">
634         <di:waypoint x="96" y="1472" />
635         <di:waypoint x="204" y="1472" />
636         <bpmndi:BPMNLabel>
637           <dc:Bounds x="105" y="1447" width="90" height="0" />
638         </bpmndi:BPMNLabel>
639       </bpmndi:BPMNEdge>
640       <bpmndi:BPMNEdge id="SequenceFlow_0afe2pg_di" bpmnElement="SequenceFlow_0afe2pg">
641         <di:waypoint x="304" y="1472" />
642         <di:waypoint x="447" y="1472" />
643         <di:waypoint x="490" y="1472" />
644         <bpmndi:BPMNLabel>
645           <dc:Bounds x="331" y="1457" width="90" height="0" />
646         </bpmndi:BPMNLabel>
647       </bpmndi:BPMNEdge>
648       <bpmndi:BPMNShape id="CallActivity_0oh7wzu_di" bpmnElement="DoRollbackService_CallActivity">
649         <dc:Bounds x="976" y="1926" width="100" height="80" />
650       </bpmndi:BPMNShape>
651       <bpmndi:BPMNShape id="InclusiveGateway_0foywso_di" bpmnElement="InclusiveGateway_0foywso">
652         <dc:Bounds x="709" y="2888" width="50" height="50" />
653         <bpmndi:BPMNLabel>
654           <dc:Bounds x="689" y="2943" width="90" height="0" />
655         </bpmndi:BPMNLabel>
656       </bpmndi:BPMNShape>
657       <bpmndi:BPMNEdge id="SequenceFlow_1f1hd3l_di" bpmnElement="SequenceFlow_1f1hd3l">
658         <di:waypoint x="1026" y="2006" />
659         <di:waypoint x="1026" y="2103" />
660         <bpmndi:BPMNLabel>
661           <dc:Bounds x="996" y="2055" width="90" height="0" />
662         </bpmndi:BPMNLabel>
663       </bpmndi:BPMNEdge>
664       <bpmndi:BPMNEdge id="SequenceFlow_0jg47xm_di" bpmnElement="SequenceFlow_0jg47xm">
665         <di:waypoint x="759" y="2913" />
666         <di:waypoint x="941" y="2913" />
667         <di:waypoint x="941" y="2945" />
668         <bpmndi:BPMNLabel>
669           <dc:Bounds x="805" y="2898" width="90" height="0" />
670         </bpmndi:BPMNLabel>
671       </bpmndi:BPMNEdge>
672       <bpmndi:BPMNEdge id="SequenceFlow_0807ukc_di" bpmnElement="SequenceFlow_0807ukc">
673         <di:waypoint x="991" y="2985" />
674         <di:waypoint x="1023" y="2985" />
675         <bpmndi:BPMNLabel>
676           <dc:Bounds x="962" y="2970" width="90" height="0" />
677         </bpmndi:BPMNLabel>
678       </bpmndi:BPMNEdge>
679       <bpmndi:BPMNEdge id="SequenceFlow_19yywk8_di" bpmnElement="SequenceFlow_19yywk8">
680         <di:waypoint x="1123" y="2985" />
681         <di:waypoint x="1160" y="2985" />
682         <bpmndi:BPMNLabel>
683           <dc:Bounds x="1097" y="2970" width="90" height="0" />
684         </bpmndi:BPMNLabel>
685       </bpmndi:BPMNEdge>
686       <bpmndi:BPMNShape id="IntermediateThrowEvent_0prlju0_di" bpmnElement="IntermediateThrowEvent_0prlju0">
687         <dc:Bounds x="902" y="966" width="36" height="36" />
688         <bpmndi:BPMNLabel>
689           <dc:Bounds x="875" y="1007" width="90" height="12" />
690         </bpmndi:BPMNLabel>
691       </bpmndi:BPMNShape>
692       <bpmndi:BPMNShape id="ExclusiveGateway_05indeh_di" bpmnElement="ExclusiveGateway_05indeh" isMarkerVisible="true">
693         <dc:Bounds x="656" y="1941" width="50" height="50" />
694         <bpmndi:BPMNLabel>
695           <dc:Bounds x="718" y="1923" width="83" height="24" />
696         </bpmndi:BPMNLabel>
697       </bpmndi:BPMNShape>
698       <bpmndi:BPMNEdge id="SequenceFlow_0sezboq_di" bpmnElement="SequenceFlow_0sezboq">
699         <di:waypoint x="681" y="1991" />
700         <di:waypoint x="681" y="2128" />
701         <di:waypoint x="1001" y="2128" />
702         <bpmndi:BPMNLabel>
703           <dc:Bounds x="689" y="2045" width="15" height="12" />
704         </bpmndi:BPMNLabel>
705       </bpmndi:BPMNEdge>
706       <bpmndi:BPMNShape id="ScriptTask_17doerz_di" bpmnElement="ScriptTask_17doerz">
707         <dc:Bounds x="25" y="2786" width="100" height="80" />
708       </bpmndi:BPMNShape>
709       <bpmndi:BPMNEdge id="SequenceFlow_0zq7i3q_di" bpmnElement="SequenceFlow_0zq7i3q">
710         <di:waypoint x="-27" y="2997" />
711         <di:waypoint x="20" y="2997" />
712         <di:waypoint x="20" y="2996" />
713         <di:waypoint x="50" y="2996" />
714         <bpmndi:BPMNLabel>
715           <dc:Bounds x="-56" y="2998" width="90" height="0" />
716         </bpmndi:BPMNLabel>
717       </bpmndi:BPMNEdge>
718       <bpmndi:BPMNShape id="InclusiveGateway_0m9f5ka_di" bpmnElement="InclusiveGateway_0m9f5ka">
719         <dc:Bounds x="1001" y="2103" width="50" height="50" />
720         <bpmndi:BPMNLabel>
721           <dc:Bounds x="981" y="2158" width="90" height="0" />
722         </bpmndi:BPMNLabel>
723       </bpmndi:BPMNShape>
724       <bpmndi:BPMNShape id="ScriptTask_0wyub4x_di" bpmnElement="ScriptTask_0wyub4x">
725         <dc:Bounds x="684" y="2786" width="100" height="80" />
726       </bpmndi:BPMNShape>
727       <bpmndi:BPMNEdge id="SequenceFlow_1rabks0_di" bpmnElement="SequenceFlow_1rabks0">
728         <di:waypoint x="734" y="2866" />
729         <di:waypoint x="734" y="2888" />
730         <bpmndi:BPMNLabel>
731           <dc:Bounds x="704" y="2877" width="90" height="0" />
732         </bpmndi:BPMNLabel>
733       </bpmndi:BPMNEdge>
734       <bpmndi:BPMNShape id="CallActivity_0w2alah_di" bpmnElement="DecomposeService">
735         <dc:Bounds x="447" y="944" width="100" height="80" />
736       </bpmndi:BPMNShape>
737       <bpmndi:BPMNShape id="ScriptTask_0cdtchu_di" bpmnElement="ScriptTask_0cdtchu">
738         <dc:Bounds x="256" y="944" width="100" height="80" />
739       </bpmndi:BPMNShape>
740       <bpmndi:BPMNEdge id="SequenceFlow_1eu60rt_di" bpmnElement="SequenceFlow_1eu60rt">
741         <di:waypoint x="103" y="984" />
742         <di:waypoint x="256" y="984" />
743         <bpmndi:BPMNLabel>
744           <dc:Bounds x="135" y="969" width="90" height="0" />
745         </bpmndi:BPMNLabel>
746       </bpmndi:BPMNEdge>
747       <bpmndi:BPMNEdge id="SequenceFlow_00h6hmd_di" bpmnElement="SequenceFlow_00h6hmd">
748         <di:waypoint x="356" y="984" />
749         <di:waypoint x="447" y="984" />
750         <bpmndi:BPMNLabel>
751           <dc:Bounds x="357" y="969" width="90" height="0" />
752         </bpmndi:BPMNLabel>
753       </bpmndi:BPMNEdge>
754       <bpmndi:BPMNShape id="ExclusiveGateway_06gq6em_di" bpmnElement="ExclusiveGateway_06gq6em" isMarkerVisible="true">
755         <dc:Bounds x="50" y="2603" width="50" height="50" />
756         <bpmndi:BPMNLabel>
757           <dc:Bounds x="-37" y="2618" width="80" height="12" />
758         </bpmndi:BPMNLabel>
759       </bpmndi:BPMNShape>
760       <bpmndi:BPMNShape id="CallActivity_1bpuf2p_di" bpmnElement="CallActivity_1bpuf2p">
761         <dc:Bounds x="152" y="2518" width="100" height="80" />
762       </bpmndi:BPMNShape>
763       <bpmndi:BPMNShape id="InclusiveGateway_131ozdf_di" bpmnElement="InclusiveGateway_131ozdf">
764         <dc:Bounds x="50" y="2431" width="50" height="50" />
765         <bpmndi:BPMNLabel>
766           <dc:Bounds x="30" y="2486" width="90" height="0" />
767         </bpmndi:BPMNLabel>
768       </bpmndi:BPMNShape>
769       <bpmndi:BPMNEdge id="SequenceFlow_0orpdrl_di" bpmnElement="SequenceFlow_0orpdrl">
770         <di:waypoint x="100" y="2628" />
771         <di:waypoint x="202" y="2628" />
772         <di:waypoint x="202" y="2598" />
773         <bpmndi:BPMNLabel>
774           <dc:Bounds x="141" y="2613" width="19" height="12" />
775         </bpmndi:BPMNLabel>
776       </bpmndi:BPMNEdge>
777       <bpmndi:BPMNEdge id="SequenceFlow_1t3cnnx_di" bpmnElement="SequenceFlow_1t3cnnx">
778         <di:waypoint x="202" y="2518" />
779         <di:waypoint x="202" y="2481" />
780         <bpmndi:BPMNLabel>
781           <dc:Bounds x="172" y="2500" width="90" height="0" />
782         </bpmndi:BPMNLabel>
783       </bpmndi:BPMNEdge>
784       <bpmndi:BPMNEdge id="SequenceFlow_0ya1cr3_di" bpmnElement="SequenceFlow_0ya1cr3">
785         <di:waypoint x="75" y="2603" />
786         <di:waypoint x="75" y="2542" />
787         <di:waypoint x="75" y="2542" />
788         <di:waypoint x="75" y="2481" />
789         <bpmndi:BPMNLabel>
790           <dc:Bounds x="88" y="2508" width="15" height="12" />
791         </bpmndi:BPMNLabel>
792       </bpmndi:BPMNEdge>
793       <bpmndi:BPMNShape id="ExclusiveGateway_14tl857_di" bpmnElement="ExclusiveGateway_14tl857" isMarkerVisible="true">
794         <dc:Bounds x="50" y="2282" width="50" height="50" />
795         <bpmndi:BPMNLabel>
796           <dc:Bounds x="-24" y="2297" width="57" height="12" />
797         </bpmndi:BPMNLabel>
798       </bpmndi:BPMNShape>
799       <bpmndi:BPMNShape id="InclusiveGateway_142br6v_di" bpmnElement="InclusiveGateway_142br6v">
800         <dc:Bounds x="50" y="2103" width="50" height="50" />
801         <bpmndi:BPMNLabel>
802           <dc:Bounds x="30" y="2158" width="90" height="0" />
803         </bpmndi:BPMNLabel>
804       </bpmndi:BPMNShape>
805       <bpmndi:BPMNEdge id="SequenceFlow_1kpdu1j_di" bpmnElement="SequenceFlow_1kpdu1j">
806         <di:waypoint x="75" y="2282" />
807         <di:waypoint x="75" y="2153" />
808         <bpmndi:BPMNLabel>
809           <dc:Bounds x="83" y="2218" width="15" height="12" />
810         </bpmndi:BPMNLabel>
811       </bpmndi:BPMNEdge>
812       <bpmndi:BPMNShape id="ExclusiveGateway_1mjdcct_di" bpmnElement="ExclusiveGateway_1mjdcct" isMarkerVisible="true">
813         <dc:Bounds x="177" y="2431" width="50" height="50" />
814         <bpmndi:BPMNLabel>
815           <dc:Bounds x="179" y="2393" width="46" height="24" />
816         </bpmndi:BPMNLabel>
817       </bpmndi:BPMNShape>
818       <bpmndi:BPMNEdge id="SequenceFlow_1sim44y_di" bpmnElement="SequenceFlow_1sim44y">
819         <di:waypoint x="177" y="2456" />
820         <di:waypoint x="100" y="2456" />
821         <bpmndi:BPMNLabel>
822           <dc:Bounds x="107" y="2431" width="19" height="12" />
823         </bpmndi:BPMNLabel>
824       </bpmndi:BPMNEdge>
825       <bpmndi:BPMNEdge id="SequenceFlow_0dr2fem_di" bpmnElement="SequenceFlow_0dr2fem">
826         <di:waypoint x="226" y="2457" />
827         <di:waypoint x="734" y="2457" />
828         <di:waypoint x="734" y="2695" />
829         <bpmndi:BPMNLabel>
830           <dc:Bounds x="316" y="2436" width="15" height="12" />
831         </bpmndi:BPMNLabel>
832       </bpmndi:BPMNEdge>
833       <bpmndi:BPMNShape id="ExclusiveGateway_05dg1m1_di" bpmnElement="ExclusiveGateway_05dg1m1" isMarkerVisible="true">
834         <dc:Bounds x="177" y="2103" width="50" height="50" />
835         <bpmndi:BPMNLabel>
836           <dc:Bounds x="179" y="2064" width="46" height="24" />
837         </bpmndi:BPMNLabel>
838       </bpmndi:BPMNShape>
839       <bpmndi:BPMNEdge id="SequenceFlow_1quvahv_di" bpmnElement="SequenceFlow_1quvahv">
840         <di:waypoint x="177" y="2128" />
841         <di:waypoint x="100" y="2128" />
842         <bpmndi:BPMNLabel>
843           <dc:Bounds x="129" y="2103" width="19" height="12" />
844         </bpmndi:BPMNLabel>
845       </bpmndi:BPMNEdge>
846       <bpmndi:BPMNEdge id="SequenceFlow_1mbymcu_di" bpmnElement="SequenceFlow_1mbymcu">
847         <di:waypoint x="227" y="2128" />
848         <di:waypoint x="1001" y="2128" />
849         <bpmndi:BPMNLabel>
850           <dc:Bounds x="290" y="2097" width="15" height="12" />
851         </bpmndi:BPMNLabel>
852       </bpmndi:BPMNEdge>
853       <bpmndi:BPMNEdge id="SequenceFlow_17g05fd_di" bpmnElement="SequenceFlow_17g05fd">
854         <di:waypoint x="547" y="984" />
855         <di:waypoint x="638" y="984" />
856         <bpmndi:BPMNLabel>
857           <dc:Bounds x="548" y="969" width="90" height="0" />
858         </bpmndi:BPMNLabel>
859       </bpmndi:BPMNEdge>
860       <bpmndi:BPMNShape id="ExclusiveGateway_0y7gtd9_di" bpmnElement="ExclusiveGateway_0y7gtd9" isMarkerVisible="true">
861         <dc:Bounds x="50" y="2695" width="50" height="50" />
862         <bpmndi:BPMNLabel>
863           <dc:Bounds x="-40" y="2708" width="74" height="12" />
864         </bpmndi:BPMNLabel>
865       </bpmndi:BPMNShape>
866       <bpmndi:BPMNEdge id="SequenceFlow_0ftzjjm_di" bpmnElement="SequenceFlow_0ftzjjm">
867         <di:waypoint x="75" y="2786" />
868         <di:waypoint x="75" y="2745" />
869         <bpmndi:BPMNLabel>
870           <dc:Bounds x="45" y="2766" width="90" height="0" />
871         </bpmndi:BPMNLabel>
872       </bpmndi:BPMNEdge>
873       <bpmndi:BPMNEdge id="SequenceFlow_12dakwh_di" bpmnElement="SequenceFlow_12dakwh">
874         <di:waypoint x="75" y="2695" />
875         <di:waypoint x="75" y="2653" />
876         <bpmndi:BPMNLabel>
877           <dc:Bounds x="83" y="2666" width="15" height="12" />
878         </bpmndi:BPMNLabel>
879       </bpmndi:BPMNEdge>
880       <bpmndi:BPMNShape id="InclusiveGateway_1xenadu_di" bpmnElement="InclusiveGateway_1xenadu">
881         <dc:Bounds x="709" y="2695" width="50" height="50" />
882         <bpmndi:BPMNLabel>
883           <dc:Bounds x="689" y="2750" width="90" height="0" />
884         </bpmndi:BPMNLabel>
885       </bpmndi:BPMNShape>
886       <bpmndi:BPMNEdge id="SequenceFlow_1lv5ld6_di" bpmnElement="SequenceFlow_1lv5ld6">
887         <di:waypoint x="1026" y="2153" />
888         <di:waypoint x="1026" y="2720" />
889         <di:waypoint x="759" y="2720" />
890         <bpmndi:BPMNLabel>
891           <dc:Bounds x="996" y="2437" width="90" height="0" />
892         </bpmndi:BPMNLabel>
893       </bpmndi:BPMNEdge>
894       <bpmndi:BPMNEdge id="SequenceFlow_0dvsqpp_di" bpmnElement="SequenceFlow_0dvsqpp">
895         <di:waypoint x="734" y="2745" />
896         <di:waypoint x="734" y="2786" />
897         <bpmndi:BPMNLabel>
898           <dc:Bounds x="704" y="2766" width="90" height="0" />
899         </bpmndi:BPMNLabel>
900       </bpmndi:BPMNEdge>
901       <bpmndi:BPMNEdge id="SequenceFlow_09nn9a9_di" bpmnElement="SequenceFlow_09nn9a9">
902         <di:waypoint x="100" y="2720" />
903         <di:waypoint x="423" y="2720" />
904         <di:waypoint x="423" y="2720" />
905         <di:waypoint x="709" y="2720" />
906         <bpmndi:BPMNLabel>
907           <dc:Bounds x="144" y="2693" width="19" height="12" />
908         </bpmndi:BPMNLabel>
909       </bpmndi:BPMNEdge>
910       <bpmndi:BPMNEdge id="SequenceFlow_027lz43_di" bpmnElement="SequenceFlow_027lz43">
911         <di:waypoint x="75" y="2431" />
912         <di:waypoint x="75" y="2332" />
913         <bpmndi:BPMNLabel>
914           <dc:Bounds x="45" y="2372" width="90" height="0" />
915         </bpmndi:BPMNLabel>
916       </bpmndi:BPMNEdge>
917       <bpmndi:BPMNEdge id="SequenceFlow_0t3mtod_di" bpmnElement="SequenceFlow_0t3mtod">
918         <di:waypoint x="75" y="2103" />
919         <di:waypoint x="75" y="1846" />
920         <di:waypoint x="177" y="1846" />
921         <bpmndi:BPMNLabel>
922           <dc:Bounds x="45" y="1965" width="90" height="0" />
923         </bpmndi:BPMNLabel>
924       </bpmndi:BPMNEdge>
925       <bpmndi:BPMNShape id="IntermediateCatchEvent_17pzn7m_di" bpmnElement="IntermediateCatchEvent_17pzn7m">
926         <dc:Bounds x="67" y="1259" width="36" height="36" />
927         <bpmndi:BPMNLabel>
928           <dc:Bounds x="42" y="1295" width="88" height="24" />
929         </bpmndi:BPMNLabel>
930       </bpmndi:BPMNShape>
931       <bpmndi:BPMNShape id="IntermediateThrowEvent_0lt5ltv_di" bpmnElement="IntermediateThrowEvent_0lt5ltv">
932         <dc:Bounds x="725" y="1259" width="36" height="36" />
933         <bpmndi:BPMNLabel>
934           <dc:Bounds x="700" y="1306" width="85" height="27" />
935         </bpmndi:BPMNLabel>
936       </bpmndi:BPMNShape>
937       <bpmndi:BPMNShape id="CallActivity_071yaf8_di" bpmnElement="CallActivity_071yaf8">
938         <dc:Bounds x="321" y="1806" width="100" height="80" />
939       </bpmndi:BPMNShape>
940       <bpmndi:BPMNEdge id="SequenceFlow_1sl79hn_di" bpmnElement="SequenceFlow_1sl79hn">
941         <di:waypoint x="227" y="1846" />
942         <di:waypoint x="256" y="1846" />
943         <di:waypoint x="256" y="1846" />
944         <di:waypoint x="321" y="1846" />
945         <bpmndi:BPMNLabel>
946           <dc:Bounds x="271" y="1826" width="19" height="12" />
947         </bpmndi:BPMNLabel>
948       </bpmndi:BPMNEdge>
949       <bpmndi:BPMNShape id="ExclusiveGateway_0y158bb_di" bpmnElement="ExclusiveGateway_0y158bb" isMarkerVisible="true">
950         <dc:Bounds x="521" y="1821" width="50" height="50" />
951         <bpmndi:BPMNLabel>
952           <dc:Bounds x="523" y="1782" width="46" height="24" />
953         </bpmndi:BPMNLabel>
954       </bpmndi:BPMNShape>
955       <bpmndi:BPMNEdge id="SequenceFlow_0ne9n0g_di" bpmnElement="SequenceFlow_0ne9n0g">
956         <di:waypoint x="421" y="1846" />
957         <di:waypoint x="521" y="1846" />
958         <bpmndi:BPMNLabel>
959           <dc:Bounds x="426" y="1825" width="90" height="12" />
960         </bpmndi:BPMNLabel>
961       </bpmndi:BPMNEdge>
962       <bpmndi:BPMNEdge id="SequenceFlow_1a7e8l1_di" bpmnElement="SequenceFlow_1a7e8l1">
963         <di:waypoint x="706" y="1966" />
964         <di:waypoint x="976" y="1966" />
965         <bpmndi:BPMNLabel>
966           <dc:Bounds x="832" y="1945" width="19" height="12" />
967         </bpmndi:BPMNLabel>
968       </bpmndi:BPMNEdge>
969       <bpmndi:BPMNEdge id="SequenceFlow_00by7l7_di" bpmnElement="SequenceFlow_00by7l7">
970         <di:waypoint x="546" y="1871" />
971         <di:waypoint x="546" y="2128" />
972         <di:waypoint x="1001" y="2128" />
973         <bpmndi:BPMNLabel>
974           <dc:Bounds x="554" y="1994" width="15" height="12" />
975         </bpmndi:BPMNLabel>
976       </bpmndi:BPMNEdge>
977       <bpmndi:BPMNEdge id="SequenceFlow_17cz98f_di" bpmnElement="SequenceFlow_17cz98f">
978         <di:waypoint x="559" y="1858" />
979         <di:waypoint x="668" y="1954" />
980         <bpmndi:BPMNLabel>
981           <dc:Bounds x="615" y="1889" width="19" height="12" />
982         </bpmndi:BPMNLabel>
983       </bpmndi:BPMNEdge>
984       <bpmndi:BPMNShape id="CallActivity_1cl4iu4_di" bpmnElement="CallActivity_1cl4iu4">
985         <dc:Bounds x="152" y="2193" width="100" height="80" />
986       </bpmndi:BPMNShape>
987       <bpmndi:BPMNEdge id="SequenceFlow_1mpsdaj_di" bpmnElement="SequenceFlow_1mpsdaj">
988         <di:waypoint x="202" y="2193" />
989         <di:waypoint x="202" y="2153" />
990         <bpmndi:BPMNLabel>
991           <dc:Bounds x="172" y="2167" width="90" height="12" />
992         </bpmndi:BPMNLabel>
993       </bpmndi:BPMNEdge>
994       <bpmndi:BPMNEdge id="SequenceFlow_007p8k3_di" bpmnElement="SequenceFlow_007p8k3">
995         <di:waypoint x="100" y="2307" />
996         <di:waypoint x="202" y="2307" />
997         <di:waypoint x="202" y="2273" />
998         <bpmndi:BPMNLabel>
999           <dc:Bounds x="142" y="2286" width="19" height="12" />
1000         </bpmndi:BPMNLabel>
1001       </bpmndi:BPMNEdge>
1002       <bpmndi:BPMNShape id="ScriptTask_0lpv2da_di" bpmnElement="ScriptTask_0lpv2da">
1003         <dc:Bounds x="638" y="944" width="100" height="80" />
1004       </bpmndi:BPMNShape>
1005       <bpmndi:BPMNEdge id="SequenceFlow_11efpvh_di" bpmnElement="SequenceFlow_11efpvh">
1006         <di:waypoint x="738" y="984" />
1007         <di:waypoint x="902" y="984" />
1008         <bpmndi:BPMNLabel>
1009           <dc:Bounds x="775" y="963" width="90" height="12" />
1010         </bpmndi:BPMNLabel>
1011       </bpmndi:BPMNEdge>
1012       <bpmndi:BPMNEdge id="SequenceFlow_0gj4vud_di" bpmnElement="SequenceFlow_0gj4vud">
1013         <di:waypoint x="103" y="1277" />
1014         <di:waypoint x="256" y="1277" />
1015         <bpmndi:BPMNLabel>
1016           <dc:Bounds x="134.5" y="1257" width="90" height="10" />
1017         </bpmndi:BPMNLabel>
1018       </bpmndi:BPMNEdge>
1019       <bpmndi:BPMNEdge id="SequenceFlow_0clhseq_di" bpmnElement="SequenceFlow_0clhseq">
1020         <di:waypoint x="547" y="1277" />
1021         <di:waypoint x="725" y="1277" />
1022         <bpmndi:BPMNLabel>
1023           <dc:Bounds x="366" y="1257" width="90" height="10" />
1024         </bpmndi:BPMNLabel>
1025       </bpmndi:BPMNEdge>
1026       <bpmndi:BPMNShape id="CallActivity_1totpg4_di" bpmnElement="Task_14l19kv">
1027         <dc:Bounds x="447" y="1237" width="100" height="80" />
1028       </bpmndi:BPMNShape>
1029       <bpmndi:BPMNShape id="CallActivity_1vc4jeh_di" bpmnElement="CallActivity_1vc4jeh">
1030         <dc:Bounds x="447" y="1072" width="100" height="80" />
1031       </bpmndi:BPMNShape>
1032       <bpmndi:BPMNShape id="ScriptTask_1y241p8_di" bpmnElement="ScriptTask_1y241p8">
1033         <dc:Bounds x="256" y="1072" width="100" height="80" />
1034       </bpmndi:BPMNShape>
1035       <bpmndi:BPMNShape id="ScriptTask_1y5lvl7_di" bpmnElement="ScriptTask_1y5lvl7">
1036         <dc:Bounds x="638" y="1072" width="100" height="80" />
1037       </bpmndi:BPMNShape>
1038       <bpmndi:BPMNShape id="IntermediateCatchEvent_0m5yuay_di" bpmnElement="IntermediateCatchEvent_0m5yuay">
1039         <dc:Bounds x="65" y="1094" width="36" height="36" />
1040         <bpmndi:BPMNLabel>
1041           <dc:Bounds x="53" y="1130" width="60" height="12" />
1042         </bpmndi:BPMNLabel>
1043       </bpmndi:BPMNShape>
1044       <bpmndi:BPMNShape id="IntermediateThrowEvent_13xv36r_di" bpmnElement="IntermediateThrowEvent_13xv36r">
1045         <dc:Bounds x="902" y="1094" width="36" height="36" />
1046         <bpmndi:BPMNLabel>
1047           <dc:Bounds x="877" y="1135" width="88" height="36" />
1048         </bpmndi:BPMNLabel>
1049       </bpmndi:BPMNShape>
1050       <bpmndi:BPMNEdge id="SequenceFlow_0bt420h_di" bpmnElement="SequenceFlow_0bt420h">
1051         <di:waypoint x="356" y="1112" />
1052         <di:waypoint x="447" y="1112" />
1053         <bpmndi:BPMNLabel>
1054           <dc:Bounds x="356.5" y="1091" width="90" height="12" />
1055         </bpmndi:BPMNLabel>
1056       </bpmndi:BPMNEdge>
1057       <bpmndi:BPMNEdge id="SequenceFlow_0ocy2qp_di" bpmnElement="SequenceFlow_0ocy2qp">
1058         <di:waypoint x="547" y="1112" />
1059         <di:waypoint x="638" y="1112" />
1060         <bpmndi:BPMNLabel>
1061           <dc:Bounds x="547.5" y="1091" width="90" height="12" />
1062         </bpmndi:BPMNLabel>
1063       </bpmndi:BPMNEdge>
1064       <bpmndi:BPMNEdge id="SequenceFlow_1429lyc_di" bpmnElement="SequenceFlow_1429lyc">
1065         <di:waypoint x="101" y="1112" />
1066         <di:waypoint x="256" y="1112" />
1067         <bpmndi:BPMNLabel>
1068           <dc:Bounds x="133.5" y="1091" width="90" height="12" />
1069         </bpmndi:BPMNLabel>
1070       </bpmndi:BPMNEdge>
1071       <bpmndi:BPMNEdge id="SequenceFlow_11gw54u_di" bpmnElement="SequenceFlow_11gw54u">
1072         <di:waypoint x="738" y="1112" />
1073         <di:waypoint x="902" y="1112" />
1074         <bpmndi:BPMNLabel>
1075           <dc:Bounds x="775" y="1091" width="90" height="12" />
1076         </bpmndi:BPMNLabel>
1077       </bpmndi:BPMNEdge>
1078       <bpmndi:BPMNEdge id="SequenceFlow_1yojilk_di" bpmnElement="SequenceFlow_1yojilk">
1079         <di:waypoint x="356" y="1277" />
1080         <di:waypoint x="447" y="1277" />
1081       </bpmndi:BPMNEdge>
1082       <bpmndi:BPMNShape id="ServiceTask_1j71wic_di" bpmnElement="GeneratePnfUuid">
1083         <dc:Bounds x="256" y="1237" width="100" height="80" />
1084       </bpmndi:BPMNShape>
1085     </bpmndi:BPMNPlane>
1086   </bpmndi:BPMNDiagram>
1087 </bpmn2:definitions>