Use UUID to fill pnf-id in PNF PnP
[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="correlationId" target="correlationId" />
363         <camunda:in businessKey="#{execution.processBusinessKey}" />
364         <camunda:in source="pnfUuid" target="pnfUuid" />
365       </bpmn2:extensionElements>
366       <bpmn2:incoming>SequenceFlow_1yojilk</bpmn2:incoming>
367       <bpmn2:outgoing>SequenceFlow_0clhseq</bpmn2:outgoing>
368     </bpmn2:callActivity>
369     <bpmn2:callActivity id="CallActivity_1vc4jeh" name="Call Create &#10;ServiceInstance&#10;" calledElement="DoCreateServiceInstance">
370       <bpmn2:extensionElements>
371         <camunda:in source="msoRequestId" target="msoRequestId" />
372         <camunda:in source="globalSubscriberId" target="globalSubscriberId" />
373         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
374         <camunda:in source="serviceInstanceId" target="serviceInstanceId" />
375         <camunda:out source="rollbackData" target="DCRESI_rollbackData" />
376         <camunda:in source="serviceInstanceName" target="serviceInstanceName" />
377         <camunda:in source="serviceModelInfo" target="serviceModelInfo" />
378         <camunda:in source="failIfExists" target="failIfExists" />
379         <camunda:in source="disableRollback" target="disableRollback" />
380         <camunda:in source="serviceInputParams" target="serviceInputParams" />
381         <camunda:out source="rolledBack" target="rolledBack" />
382         <camunda:out source="WorkflowException" target="WorkflowException" />
383         <camunda:out source="serviceInstanceName" target="serviceInstanceName" />
384         <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
385         <camunda:in source="subscriptionServiceType" target="subscriptionServiceType" />
386         <camunda:in source="productFamilyId" target="productFamilyId" />
387         <camunda:in source="sdncVersion" target="sdncVersion" />
388         <camunda:in source="bpmnRequest" target="requestJson" />
389       </bpmn2:extensionElements>
390       <bpmn2:incoming>SequenceFlow_0bt420h</bpmn2:incoming>
391       <bpmn2:outgoing>SequenceFlow_0ocy2qp</bpmn2:outgoing>
392     </bpmn2:callActivity>
393     <bpmn2:scriptTask id="ScriptTask_1y241p8" name="Prepare&#10;Create&#10;Service&#10;" scriptFormat="groovy">
394       <bpmn2:incoming>SequenceFlow_1429lyc</bpmn2:incoming>
395       <bpmn2:outgoing>SequenceFlow_0bt420h</bpmn2:outgoing>
396       <bpmn2:script>import org.onap.so.bpmn.vcpe.scripts.*
397 def CreateVcpeResCustService = new CreateVcpeResCustService()
398 CreateVcpeResCustService.prepareCreateServiceInstance(execution)</bpmn2:script>
399     </bpmn2:scriptTask>
400     <bpmn2:scriptTask id="ScriptTask_1y5lvl7" name="Post Process&#10;Create&#10;Service&#10;" scriptFormat="groovy">
401       <bpmn2:incoming>SequenceFlow_0ocy2qp</bpmn2:incoming>
402       <bpmn2:outgoing>SequenceFlow_11gw54u</bpmn2:outgoing>
403       <bpmn2:script>import org.onap.so.bpmn.vcpe.scripts.*
404 def CreateVcpeResCustService = new CreateVcpeResCustService()
405 CreateVcpeResCustService.postProcessServiceInstanceCreate(execution)</bpmn2:script>
406     </bpmn2:scriptTask>
407     <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_0m5yuay" name="StartService">
408       <bpmn2:outgoing>SequenceFlow_1429lyc</bpmn2:outgoing>
409       <bpmn2:linkEventDefinition name="StartService" />
410     </bpmn2:intermediateCatchEvent>
411     <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_13xv36r" name="Go To PnfCreateAndActivate">
412       <bpmn2:incoming>SequenceFlow_11gw54u</bpmn2:incoming>
413       <bpmn2:linkEventDefinition name="PnfCreateAndActivate" />
414     </bpmn2:intermediateThrowEvent>
415     <bpmn2:sequenceFlow id="SequenceFlow_0bt420h" sourceRef="ScriptTask_1y241p8" targetRef="CallActivity_1vc4jeh" />
416     <bpmn2:sequenceFlow id="SequenceFlow_0ocy2qp" sourceRef="CallActivity_1vc4jeh" targetRef="ScriptTask_1y5lvl7" />
417     <bpmn2:sequenceFlow id="SequenceFlow_1429lyc" sourceRef="IntermediateCatchEvent_0m5yuay" targetRef="ScriptTask_1y241p8" />
418     <bpmn2:sequenceFlow id="SequenceFlow_11gw54u" sourceRef="ScriptTask_1y5lvl7" targetRef="IntermediateThrowEvent_13xv36r" />
419     <bpmn2:sequenceFlow id="SequenceFlow_1yojilk" sourceRef="GeneratePnfUuid" targetRef="Task_14l19kv" />
420     <bpmn2:serviceTask id="GeneratePnfUuid" name="Generate Pnf UUID" camunda:delegateExpression="${GeneratePnfUuidDelegate}">
421       <bpmn2:incoming>SequenceFlow_0gj4vud</bpmn2:incoming>
422       <bpmn2:outgoing>SequenceFlow_1yojilk</bpmn2:outgoing>
423     </bpmn2:serviceTask>
424   </bpmn2:process>
425   <bpmn2:error id="Error_2" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
426   <bpmn2:error id="Error_1" name="java.lang.Exception" errorCode="java.lang.Exception" />
427   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
428     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVcpeResCustService_simplified">
429       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="createVCPE_startEvent">
430         <dc:Bounds x="67" y="811" width="36" height="36" />
431         <bpmndi:BPMNLabel>
432           <dc:Bounds x="61" y="852" width="50" height="12" />
433         </bpmndi:BPMNLabel>
434       </bpmndi:BPMNShape>
435       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask">
436         <dc:Bounds x="256" y="789" width="100" height="80" />
437       </bpmndi:BPMNShape>
438       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61">
439         <di:waypoint x="103" y="829" />
440         <di:waypoint x="256" y="829" />
441         <bpmndi:BPMNLabel>
442           <dc:Bounds x="100" y="829" width="90" height="0" />
443         </bpmndi:BPMNLabel>
444       </bpmndi:BPMNEdge>
445       <bpmndi:BPMNShape id="_BPMNShape_CallActivity_4" bpmnElement="callCompleteMsoProcess_CallActivity">
446         <dc:Bounds x="763" y="1432" width="100" height="80" />
447       </bpmndi:BPMNShape>
448       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_80" bpmnElement="postProcessAndCompletionRequest_ScriptTask">
449         <dc:Bounds x="490" y="1432" width="100" height="80" />
450       </bpmndi:BPMNShape>
451       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_127">
452         <di:waypoint x="356" y="829" />
453         <di:waypoint x="447" y="829" />
454         <bpmndi:BPMNLabel>
455           <dc:Bounds x="200" y="790" width="90" height="0" />
456         </bpmndi:BPMNLabel>
457       </bpmndi:BPMNEdge>
458       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="sendSyncAckResponse_ScriptTask">
459         <dc:Bounds x="447" y="789" width="100" height="80" />
460       </bpmndi:BPMNShape>
461       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_80" targetElement="_BPMNShape_CallActivity_4">
462         <di:waypoint x="590" y="1472" />
463         <di:waypoint x="763" y="1472" />
464         <bpmndi:BPMNLabel>
465           <dc:Bounds x="632" y="1457" width="90" height="0" />
466         </bpmndi:BPMNLabel>
467       </bpmndi:BPMNEdge>
468       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="CreateVCPE_EndEvent">
469         <dc:Bounds x="1262" y="1452" width="36" height="36" />
470         <bpmndi:BPMNLabel>
471           <dc:Bounds x="1270" y="1493" width="20" height="12" />
472         </bpmndi:BPMNLabel>
473       </bpmndi:BPMNShape>
474       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_CallActivity_4" targetElement="_BPMNShape_ScriptTask_337">
475         <di:waypoint x="863" y="1472" />
476         <di:waypoint x="1071" y="1471" />
477         <bpmndi:BPMNLabel>
478           <dc:Bounds x="922" y="1457" width="90" height="0" />
479         </bpmndi:BPMNLabel>
480       </bpmndi:BPMNEdge>
481       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_27" bpmnElement="UnexpectedError_SubProcess_1" isExpanded="true">
482         <dc:Bounds x="1257" y="1702" width="409" height="232" />
483       </bpmndi:BPMNShape>
484       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_70" bpmnElement="StartEvent_1">
485         <dc:Bounds x="1325" y="1807" width="36" height="36" />
486         <bpmndi:BPMNLabel>
487           <dc:Bounds x="1298" y="1848" width="90" height="0" />
488         </bpmndi:BPMNLabel>
489       </bpmndi:BPMNShape>
490       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_269" bpmnElement="ScriptTask_1">
491         <dc:Bounds x="1400" y="1785" width="100" height="80" />
492       </bpmndi:BPMNShape>
493       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_219" bpmnElement="EndEvent_1">
494         <dc:Bounds x="1553" y="1807" width="36" height="36" />
495         <bpmndi:BPMNLabel>
496           <dc:Bounds x="1526" y="1848" width="90" height="0" />
497         </bpmndi:BPMNLabel>
498       </bpmndi:BPMNShape>
499       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_StartEvent_70" targetElement="_BPMNShape_ScriptTask_269">
500         <di:waypoint x="1361" y="1825" />
501         <di:waypoint x="1400" y="1825" />
502         <bpmndi:BPMNLabel>
503           <dc:Bounds x="1344" y="1825" width="90" height="0" />
504         </bpmndi:BPMNLabel>
505       </bpmndi:BPMNEdge>
506       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_269" targetElement="_BPMNShape_EndEvent_219">
507         <di:waypoint x="1500" y="1825" />
508         <di:waypoint x="1533" y="1825" />
509         <di:waypoint x="1533" y="1825" />
510         <di:waypoint x="1553" y="1825" />
511         <bpmndi:BPMNLabel>
512           <dc:Bounds x="1503" y="1825" width="90" height="0" />
513         </bpmndi:BPMNLabel>
514       </bpmndi:BPMNEdge>
515       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_127">
516         <di:waypoint x="547" y="829" />
517         <di:waypoint x="699" y="829" />
518         <bpmndi:BPMNLabel>
519           <dc:Bounds x="578" y="814" width="90" height="0" />
520         </bpmndi:BPMNLabel>
521       </bpmndi:BPMNEdge>
522       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_337" bpmnElement="ScriptTask_2">
523         <dc:Bounds x="1071" y="1431" width="100" height="80" />
524       </bpmndi:BPMNShape>
525       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_337" targetElement="_BPMNShape_EndEvent_177">
526         <di:waypoint x="1171" y="1470" />
527         <di:waypoint x="1262" y="1470" />
528         <bpmndi:BPMNLabel>
529           <dc:Bounds x="1172" y="1455" width="90" height="0" />
530         </bpmndi:BPMNLabel>
531       </bpmndi:BPMNEdge>
532       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_35" bpmnElement="IntermediateCatchEvent_3">
533         <dc:Bounds x="67" y="966" width="36" height="36" />
534         <bpmndi:BPMNLabel>
535           <dc:Bounds x="43" y="1002" width="85" height="12" />
536         </bpmndi:BPMNLabel>
537       </bpmndi:BPMNShape>
538       <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_36" bpmnElement="IntermediateCatchEvent_4">
539         <dc:Bounds x="60" y="1454" width="36" height="36" />
540         <bpmndi:BPMNLabel>
541           <dc:Bounds x="43" y="1490" width="70" height="12" />
542         </bpmndi:BPMNLabel>
543       </bpmndi:BPMNShape>
544       <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_49" bpmnElement="IntermediateThrowEvent_2">
545         <dc:Bounds x="699" y="811" width="36" height="36" />
546         <bpmndi:BPMNLabel>
547           <dc:Bounds x="687" y="852" width="59" height="24" />
548         </bpmndi:BPMNLabel>
549       </bpmndi:BPMNShape>
550       <bpmndi:BPMNShape id="SubProcess_0s6hpty_di" bpmnElement="SubProcess_0s6hpty" isExpanded="true">
551         <dc:Bounds x="-266" y="1649" width="1482" height="1528" />
552       </bpmndi:BPMNShape>
553       <bpmndi:BPMNShape id="ExclusiveGateway_1vwgs6p_di" bpmnElement="ExclusiveGateway_1vwgs6p" isMarkerVisible="true">
554         <dc:Bounds x="50" y="2971" width="50" height="50" />
555         <bpmndi:BPMNLabel>
556           <dc:Bounds x="38" y="3031" width="78" height="12" />
557         </bpmndi:BPMNLabel>
558       </bpmndi:BPMNShape>
559       <bpmndi:BPMNShape id="StartEvent_1bwmffk_di" bpmnElement="StartEvent_1bwmffk">
560         <dc:Bounds x="-63" y="2979" width="36" height="36" />
561         <bpmndi:BPMNLabel>
562           <dc:Bounds x="-69" y="3020" width="51" height="12" />
563         </bpmndi:BPMNLabel>
564       </bpmndi:BPMNShape>
565       <bpmndi:BPMNShape id="ExclusiveGateway_0ydrtdx_di" bpmnElement="ExclusiveGateway_0ydrtdx" isMarkerVisible="true">
566         <dc:Bounds x="50" y="2888" width="50" height="50" />
567         <bpmndi:BPMNLabel>
568           <dc:Bounds x="-15" y="2903" width="46" height="12" />
569         </bpmndi:BPMNLabel>
570       </bpmndi:BPMNShape>
571       <bpmndi:BPMNShape id="ExclusiveGateway_1kvn1pz_di" bpmnElement="ExclusiveGateway_1kvn1pz" isMarkerVisible="true">
572         <dc:Bounds x="177" y="1821" width="50" height="50" />
573         <bpmndi:BPMNLabel>
574           <dc:Bounds x="110" y="1815" width="78" height="12" />
575         </bpmndi:BPMNLabel>
576       </bpmndi:BPMNShape>
577       <bpmndi:BPMNShape id="CallActivity_0jw5tqa_di" bpmnElement="CallActivity_0jw5tqa">
578         <dc:Bounds x="1023" y="2945" width="100" height="80" />
579       </bpmndi:BPMNShape>
580       <bpmndi:BPMNShape id="EndEvent_04xute7_di" bpmnElement="EndEvent_04xute7">
581         <dc:Bounds x="1160" y="2967" width="36" height="36" />
582         <bpmndi:BPMNLabel>
583           <dc:Bounds x="1133" y="3008" width="90" height="0" />
584         </bpmndi:BPMNLabel>
585       </bpmndi:BPMNShape>
586       <bpmndi:BPMNShape id="ScriptTask_0yk02h3_di" bpmnElement="ScriptTask_0yk02h3">
587         <dc:Bounds x="891" y="2945" width="100" height="80" />
588       </bpmndi:BPMNShape>
589       <bpmndi:BPMNEdge id="SequenceFlow_0zpbskl_di" bpmnElement="SequenceFlow_0zpbskl">
590         <di:waypoint x="75" y="2971" />
591         <di:waypoint x="75" y="2938" />
592         <bpmndi:BPMNLabel>
593           <dc:Bounds x="81" y="2958" width="19" height="12" />
594         </bpmndi:BPMNLabel>
595       </bpmndi:BPMNEdge>
596       <bpmndi:BPMNEdge id="SequenceFlow_0dhf2js_di" bpmnElement="SequenceFlow_0dhf2js">
597         <di:waypoint x="100" y="2996" />
598         <di:waypoint x="734" y="2996" />
599         <di:waypoint x="734" y="2938" />
600         <bpmndi:BPMNLabel>
601           <dc:Bounds x="140" y="3001" width="15" height="12" />
602         </bpmndi:BPMNLabel>
603       </bpmndi:BPMNEdge>
604       <bpmndi:BPMNEdge id="SequenceFlow_1sx5llu_di" bpmnElement="SequenceFlow_1sx5llu">
605         <di:waypoint x="100" y="2913" />
606         <di:waypoint x="405" y="2913" />
607         <di:waypoint x="405" y="2913" />
608         <di:waypoint x="709" y="2913" />
609         <bpmndi:BPMNLabel>
610           <dc:Bounds x="419" y="2917" width="19" height="12" />
611         </bpmndi:BPMNLabel>
612       </bpmndi:BPMNEdge>
613       <bpmndi:BPMNEdge id="SequenceFlow_02o4yqx_di" bpmnElement="SequenceFlow_02o4yqx">
614         <di:waypoint x="75" y="2888" />
615         <di:waypoint x="75" y="2866" />
616         <bpmndi:BPMNLabel>
617           <dc:Bounds x="86" y="2871" width="15" height="12" />
618         </bpmndi:BPMNLabel>
619       </bpmndi:BPMNEdge>
620       <bpmndi:BPMNEdge id="SequenceFlow_19mxskt_di" bpmnElement="SequenceFlow_19mxskt">
621         <di:waypoint x="202" y="1821" />
622         <di:waypoint x="202" y="1725" />
623         <di:waypoint x="681" y="1725" />
624         <di:waypoint x="681" y="1941" />
625         <bpmndi:BPMNLabel>
626           <dc:Bounds x="392" y="1704" width="15" height="12" />
627         </bpmndi:BPMNLabel>
628       </bpmndi:BPMNEdge>
629       <bpmndi:BPMNShape id="ScriptTask_11b4gmn_di" bpmnElement="setPONR_ScriptTask">
630         <dc:Bounds x="204" y="1432" width="100" height="80" />
631       </bpmndi:BPMNShape>
632       <bpmndi:BPMNEdge id="SequenceFlow_12ilko1_di" bpmnElement="SequenceFlow_12ilko1">
633         <di:waypoint x="96" y="1472" />
634         <di:waypoint x="204" y="1472" />
635         <bpmndi:BPMNLabel>
636           <dc:Bounds x="105" y="1447" width="90" height="0" />
637         </bpmndi:BPMNLabel>
638       </bpmndi:BPMNEdge>
639       <bpmndi:BPMNEdge id="SequenceFlow_0afe2pg_di" bpmnElement="SequenceFlow_0afe2pg">
640         <di:waypoint x="304" y="1472" />
641         <di:waypoint x="447" y="1472" />
642         <di:waypoint x="490" y="1472" />
643         <bpmndi:BPMNLabel>
644           <dc:Bounds x="331" y="1457" width="90" height="0" />
645         </bpmndi:BPMNLabel>
646       </bpmndi:BPMNEdge>
647       <bpmndi:BPMNShape id="CallActivity_0oh7wzu_di" bpmnElement="DoRollbackService_CallActivity">
648         <dc:Bounds x="976" y="1926" width="100" height="80" />
649       </bpmndi:BPMNShape>
650       <bpmndi:BPMNShape id="InclusiveGateway_0foywso_di" bpmnElement="InclusiveGateway_0foywso">
651         <dc:Bounds x="709" y="2888" width="50" height="50" />
652         <bpmndi:BPMNLabel>
653           <dc:Bounds x="689" y="2943" width="90" height="0" />
654         </bpmndi:BPMNLabel>
655       </bpmndi:BPMNShape>
656       <bpmndi:BPMNEdge id="SequenceFlow_1f1hd3l_di" bpmnElement="SequenceFlow_1f1hd3l">
657         <di:waypoint x="1026" y="2006" />
658         <di:waypoint x="1026" y="2103" />
659         <bpmndi:BPMNLabel>
660           <dc:Bounds x="996" y="2055" width="90" height="0" />
661         </bpmndi:BPMNLabel>
662       </bpmndi:BPMNEdge>
663       <bpmndi:BPMNEdge id="SequenceFlow_0jg47xm_di" bpmnElement="SequenceFlow_0jg47xm">
664         <di:waypoint x="759" y="2913" />
665         <di:waypoint x="941" y="2913" />
666         <di:waypoint x="941" y="2945" />
667         <bpmndi:BPMNLabel>
668           <dc:Bounds x="805" y="2898" width="90" height="0" />
669         </bpmndi:BPMNLabel>
670       </bpmndi:BPMNEdge>
671       <bpmndi:BPMNEdge id="SequenceFlow_0807ukc_di" bpmnElement="SequenceFlow_0807ukc">
672         <di:waypoint x="991" y="2985" />
673         <di:waypoint x="1023" y="2985" />
674         <bpmndi:BPMNLabel>
675           <dc:Bounds x="962" y="2970" width="90" height="0" />
676         </bpmndi:BPMNLabel>
677       </bpmndi:BPMNEdge>
678       <bpmndi:BPMNEdge id="SequenceFlow_19yywk8_di" bpmnElement="SequenceFlow_19yywk8">
679         <di:waypoint x="1123" y="2985" />
680         <di:waypoint x="1160" y="2985" />
681         <bpmndi:BPMNLabel>
682           <dc:Bounds x="1097" y="2970" width="90" height="0" />
683         </bpmndi:BPMNLabel>
684       </bpmndi:BPMNEdge>
685       <bpmndi:BPMNShape id="IntermediateThrowEvent_0prlju0_di" bpmnElement="IntermediateThrowEvent_0prlju0">
686         <dc:Bounds x="902" y="966" width="36" height="36" />
687         <bpmndi:BPMNLabel>
688           <dc:Bounds x="875" y="1007" width="90" height="12" />
689         </bpmndi:BPMNLabel>
690       </bpmndi:BPMNShape>
691       <bpmndi:BPMNShape id="ExclusiveGateway_05indeh_di" bpmnElement="ExclusiveGateway_05indeh" isMarkerVisible="true">
692         <dc:Bounds x="656" y="1941" width="50" height="50" />
693         <bpmndi:BPMNLabel>
694           <dc:Bounds x="718" y="1923" width="83" height="24" />
695         </bpmndi:BPMNLabel>
696       </bpmndi:BPMNShape>
697       <bpmndi:BPMNEdge id="SequenceFlow_0sezboq_di" bpmnElement="SequenceFlow_0sezboq">
698         <di:waypoint x="681" y="1991" />
699         <di:waypoint x="681" y="2128" />
700         <di:waypoint x="1001" y="2128" />
701         <bpmndi:BPMNLabel>
702           <dc:Bounds x="689" y="2045" width="15" height="12" />
703         </bpmndi:BPMNLabel>
704       </bpmndi:BPMNEdge>
705       <bpmndi:BPMNShape id="ScriptTask_17doerz_di" bpmnElement="ScriptTask_17doerz">
706         <dc:Bounds x="25" y="2786" width="100" height="80" />
707       </bpmndi:BPMNShape>
708       <bpmndi:BPMNEdge id="SequenceFlow_0zq7i3q_di" bpmnElement="SequenceFlow_0zq7i3q">
709         <di:waypoint x="-27" y="2997" />
710         <di:waypoint x="20" y="2997" />
711         <di:waypoint x="20" y="2996" />
712         <di:waypoint x="50" y="2996" />
713         <bpmndi:BPMNLabel>
714           <dc:Bounds x="-56" y="2998" width="90" height="0" />
715         </bpmndi:BPMNLabel>
716       </bpmndi:BPMNEdge>
717       <bpmndi:BPMNShape id="InclusiveGateway_0m9f5ka_di" bpmnElement="InclusiveGateway_0m9f5ka">
718         <dc:Bounds x="1001" y="2103" width="50" height="50" />
719         <bpmndi:BPMNLabel>
720           <dc:Bounds x="981" y="2158" width="90" height="0" />
721         </bpmndi:BPMNLabel>
722       </bpmndi:BPMNShape>
723       <bpmndi:BPMNShape id="ScriptTask_0wyub4x_di" bpmnElement="ScriptTask_0wyub4x">
724         <dc:Bounds x="684" y="2786" width="100" height="80" />
725       </bpmndi:BPMNShape>
726       <bpmndi:BPMNEdge id="SequenceFlow_1rabks0_di" bpmnElement="SequenceFlow_1rabks0">
727         <di:waypoint x="734" y="2866" />
728         <di:waypoint x="734" y="2888" />
729         <bpmndi:BPMNLabel>
730           <dc:Bounds x="704" y="2877" width="90" height="0" />
731         </bpmndi:BPMNLabel>
732       </bpmndi:BPMNEdge>
733       <bpmndi:BPMNShape id="CallActivity_0w2alah_di" bpmnElement="DecomposeService">
734         <dc:Bounds x="447" y="944" width="100" height="80" />
735       </bpmndi:BPMNShape>
736       <bpmndi:BPMNShape id="ScriptTask_0cdtchu_di" bpmnElement="ScriptTask_0cdtchu">
737         <dc:Bounds x="256" y="944" width="100" height="80" />
738       </bpmndi:BPMNShape>
739       <bpmndi:BPMNEdge id="SequenceFlow_1eu60rt_di" bpmnElement="SequenceFlow_1eu60rt">
740         <di:waypoint x="103" y="984" />
741         <di:waypoint x="256" y="984" />
742         <bpmndi:BPMNLabel>
743           <dc:Bounds x="135" y="969" width="90" height="0" />
744         </bpmndi:BPMNLabel>
745       </bpmndi:BPMNEdge>
746       <bpmndi:BPMNEdge id="SequenceFlow_00h6hmd_di" bpmnElement="SequenceFlow_00h6hmd">
747         <di:waypoint x="356" y="984" />
748         <di:waypoint x="447" y="984" />
749         <bpmndi:BPMNLabel>
750           <dc:Bounds x="357" y="969" width="90" height="0" />
751         </bpmndi:BPMNLabel>
752       </bpmndi:BPMNEdge>
753       <bpmndi:BPMNShape id="ExclusiveGateway_06gq6em_di" bpmnElement="ExclusiveGateway_06gq6em" isMarkerVisible="true">
754         <dc:Bounds x="50" y="2603" width="50" height="50" />
755         <bpmndi:BPMNLabel>
756           <dc:Bounds x="-37" y="2618" width="80" height="12" />
757         </bpmndi:BPMNLabel>
758       </bpmndi:BPMNShape>
759       <bpmndi:BPMNShape id="CallActivity_1bpuf2p_di" bpmnElement="CallActivity_1bpuf2p">
760         <dc:Bounds x="152" y="2518" width="100" height="80" />
761       </bpmndi:BPMNShape>
762       <bpmndi:BPMNShape id="InclusiveGateway_131ozdf_di" bpmnElement="InclusiveGateway_131ozdf">
763         <dc:Bounds x="50" y="2431" width="50" height="50" />
764         <bpmndi:BPMNLabel>
765           <dc:Bounds x="30" y="2486" width="90" height="0" />
766         </bpmndi:BPMNLabel>
767       </bpmndi:BPMNShape>
768       <bpmndi:BPMNEdge id="SequenceFlow_0orpdrl_di" bpmnElement="SequenceFlow_0orpdrl">
769         <di:waypoint x="100" y="2628" />
770         <di:waypoint x="202" y="2628" />
771         <di:waypoint x="202" y="2598" />
772         <bpmndi:BPMNLabel>
773           <dc:Bounds x="141" y="2613" width="19" height="12" />
774         </bpmndi:BPMNLabel>
775       </bpmndi:BPMNEdge>
776       <bpmndi:BPMNEdge id="SequenceFlow_1t3cnnx_di" bpmnElement="SequenceFlow_1t3cnnx">
777         <di:waypoint x="202" y="2518" />
778         <di:waypoint x="202" y="2481" />
779         <bpmndi:BPMNLabel>
780           <dc:Bounds x="172" y="2500" width="90" height="0" />
781         </bpmndi:BPMNLabel>
782       </bpmndi:BPMNEdge>
783       <bpmndi:BPMNEdge id="SequenceFlow_0ya1cr3_di" bpmnElement="SequenceFlow_0ya1cr3">
784         <di:waypoint x="75" y="2603" />
785         <di:waypoint x="75" y="2542" />
786         <di:waypoint x="75" y="2542" />
787         <di:waypoint x="75" y="2481" />
788         <bpmndi:BPMNLabel>
789           <dc:Bounds x="88" y="2508" width="15" height="12" />
790         </bpmndi:BPMNLabel>
791       </bpmndi:BPMNEdge>
792       <bpmndi:BPMNShape id="ExclusiveGateway_14tl857_di" bpmnElement="ExclusiveGateway_14tl857" isMarkerVisible="true">
793         <dc:Bounds x="50" y="2282" width="50" height="50" />
794         <bpmndi:BPMNLabel>
795           <dc:Bounds x="-24" y="2297" width="57" height="12" />
796         </bpmndi:BPMNLabel>
797       </bpmndi:BPMNShape>
798       <bpmndi:BPMNShape id="InclusiveGateway_142br6v_di" bpmnElement="InclusiveGateway_142br6v">
799         <dc:Bounds x="50" y="2103" width="50" height="50" />
800         <bpmndi:BPMNLabel>
801           <dc:Bounds x="30" y="2158" width="90" height="0" />
802         </bpmndi:BPMNLabel>
803       </bpmndi:BPMNShape>
804       <bpmndi:BPMNEdge id="SequenceFlow_1kpdu1j_di" bpmnElement="SequenceFlow_1kpdu1j">
805         <di:waypoint x="75" y="2282" />
806         <di:waypoint x="75" y="2153" />
807         <bpmndi:BPMNLabel>
808           <dc:Bounds x="83" y="2218" width="15" height="12" />
809         </bpmndi:BPMNLabel>
810       </bpmndi:BPMNEdge>
811       <bpmndi:BPMNShape id="ExclusiveGateway_1mjdcct_di" bpmnElement="ExclusiveGateway_1mjdcct" isMarkerVisible="true">
812         <dc:Bounds x="177" y="2431" width="50" height="50" />
813         <bpmndi:BPMNLabel>
814           <dc:Bounds x="179" y="2393" width="46" height="24" />
815         </bpmndi:BPMNLabel>
816       </bpmndi:BPMNShape>
817       <bpmndi:BPMNEdge id="SequenceFlow_1sim44y_di" bpmnElement="SequenceFlow_1sim44y">
818         <di:waypoint x="177" y="2456" />
819         <di:waypoint x="100" y="2456" />
820         <bpmndi:BPMNLabel>
821           <dc:Bounds x="107" y="2431" width="19" height="12" />
822         </bpmndi:BPMNLabel>
823       </bpmndi:BPMNEdge>
824       <bpmndi:BPMNEdge id="SequenceFlow_0dr2fem_di" bpmnElement="SequenceFlow_0dr2fem">
825         <di:waypoint x="226" y="2457" />
826         <di:waypoint x="734" y="2457" />
827         <di:waypoint x="734" y="2695" />
828         <bpmndi:BPMNLabel>
829           <dc:Bounds x="316" y="2436" width="15" height="12" />
830         </bpmndi:BPMNLabel>
831       </bpmndi:BPMNEdge>
832       <bpmndi:BPMNShape id="ExclusiveGateway_05dg1m1_di" bpmnElement="ExclusiveGateway_05dg1m1" isMarkerVisible="true">
833         <dc:Bounds x="177" y="2103" width="50" height="50" />
834         <bpmndi:BPMNLabel>
835           <dc:Bounds x="179" y="2064" width="46" height="24" />
836         </bpmndi:BPMNLabel>
837       </bpmndi:BPMNShape>
838       <bpmndi:BPMNEdge id="SequenceFlow_1quvahv_di" bpmnElement="SequenceFlow_1quvahv">
839         <di:waypoint x="177" y="2128" />
840         <di:waypoint x="100" y="2128" />
841         <bpmndi:BPMNLabel>
842           <dc:Bounds x="129" y="2103" width="19" height="12" />
843         </bpmndi:BPMNLabel>
844       </bpmndi:BPMNEdge>
845       <bpmndi:BPMNEdge id="SequenceFlow_1mbymcu_di" bpmnElement="SequenceFlow_1mbymcu">
846         <di:waypoint x="227" y="2128" />
847         <di:waypoint x="1001" y="2128" />
848         <bpmndi:BPMNLabel>
849           <dc:Bounds x="290" y="2097" width="15" height="12" />
850         </bpmndi:BPMNLabel>
851       </bpmndi:BPMNEdge>
852       <bpmndi:BPMNEdge id="SequenceFlow_17g05fd_di" bpmnElement="SequenceFlow_17g05fd">
853         <di:waypoint x="547" y="984" />
854         <di:waypoint x="638" y="984" />
855         <bpmndi:BPMNLabel>
856           <dc:Bounds x="548" y="969" width="90" height="0" />
857         </bpmndi:BPMNLabel>
858       </bpmndi:BPMNEdge>
859       <bpmndi:BPMNShape id="ExclusiveGateway_0y7gtd9_di" bpmnElement="ExclusiveGateway_0y7gtd9" isMarkerVisible="true">
860         <dc:Bounds x="50" y="2695" width="50" height="50" />
861         <bpmndi:BPMNLabel>
862           <dc:Bounds x="-40" y="2708" width="74" height="12" />
863         </bpmndi:BPMNLabel>
864       </bpmndi:BPMNShape>
865       <bpmndi:BPMNEdge id="SequenceFlow_0ftzjjm_di" bpmnElement="SequenceFlow_0ftzjjm">
866         <di:waypoint x="75" y="2786" />
867         <di:waypoint x="75" y="2745" />
868         <bpmndi:BPMNLabel>
869           <dc:Bounds x="45" y="2766" width="90" height="0" />
870         </bpmndi:BPMNLabel>
871       </bpmndi:BPMNEdge>
872       <bpmndi:BPMNEdge id="SequenceFlow_12dakwh_di" bpmnElement="SequenceFlow_12dakwh">
873         <di:waypoint x="75" y="2695" />
874         <di:waypoint x="75" y="2653" />
875         <bpmndi:BPMNLabel>
876           <dc:Bounds x="83" y="2666" width="15" height="12" />
877         </bpmndi:BPMNLabel>
878       </bpmndi:BPMNEdge>
879       <bpmndi:BPMNShape id="InclusiveGateway_1xenadu_di" bpmnElement="InclusiveGateway_1xenadu">
880         <dc:Bounds x="709" y="2695" width="50" height="50" />
881         <bpmndi:BPMNLabel>
882           <dc:Bounds x="689" y="2750" width="90" height="0" />
883         </bpmndi:BPMNLabel>
884       </bpmndi:BPMNShape>
885       <bpmndi:BPMNEdge id="SequenceFlow_1lv5ld6_di" bpmnElement="SequenceFlow_1lv5ld6">
886         <di:waypoint x="1026" y="2153" />
887         <di:waypoint x="1026" y="2720" />
888         <di:waypoint x="759" y="2720" />
889         <bpmndi:BPMNLabel>
890           <dc:Bounds x="996" y="2437" width="90" height="0" />
891         </bpmndi:BPMNLabel>
892       </bpmndi:BPMNEdge>
893       <bpmndi:BPMNEdge id="SequenceFlow_0dvsqpp_di" bpmnElement="SequenceFlow_0dvsqpp">
894         <di:waypoint x="734" y="2745" />
895         <di:waypoint x="734" y="2786" />
896         <bpmndi:BPMNLabel>
897           <dc:Bounds x="704" y="2766" width="90" height="0" />
898         </bpmndi:BPMNLabel>
899       </bpmndi:BPMNEdge>
900       <bpmndi:BPMNEdge id="SequenceFlow_09nn9a9_di" bpmnElement="SequenceFlow_09nn9a9">
901         <di:waypoint x="100" y="2720" />
902         <di:waypoint x="423" y="2720" />
903         <di:waypoint x="423" y="2720" />
904         <di:waypoint x="709" y="2720" />
905         <bpmndi:BPMNLabel>
906           <dc:Bounds x="144" y="2693" width="19" height="12" />
907         </bpmndi:BPMNLabel>
908       </bpmndi:BPMNEdge>
909       <bpmndi:BPMNEdge id="SequenceFlow_027lz43_di" bpmnElement="SequenceFlow_027lz43">
910         <di:waypoint x="75" y="2431" />
911         <di:waypoint x="75" y="2332" />
912         <bpmndi:BPMNLabel>
913           <dc:Bounds x="45" y="2372" width="90" height="0" />
914         </bpmndi:BPMNLabel>
915       </bpmndi:BPMNEdge>
916       <bpmndi:BPMNEdge id="SequenceFlow_0t3mtod_di" bpmnElement="SequenceFlow_0t3mtod">
917         <di:waypoint x="75" y="2103" />
918         <di:waypoint x="75" y="1846" />
919         <di:waypoint x="177" y="1846" />
920         <bpmndi:BPMNLabel>
921           <dc:Bounds x="45" y="1965" width="90" height="0" />
922         </bpmndi:BPMNLabel>
923       </bpmndi:BPMNEdge>
924       <bpmndi:BPMNShape id="IntermediateCatchEvent_17pzn7m_di" bpmnElement="IntermediateCatchEvent_17pzn7m">
925         <dc:Bounds x="67" y="1259" width="36" height="36" />
926         <bpmndi:BPMNLabel>
927           <dc:Bounds x="42" y="1295" width="88" height="24" />
928         </bpmndi:BPMNLabel>
929       </bpmndi:BPMNShape>
930       <bpmndi:BPMNShape id="IntermediateThrowEvent_0lt5ltv_di" bpmnElement="IntermediateThrowEvent_0lt5ltv">
931         <dc:Bounds x="725" y="1259" width="36" height="36" />
932         <bpmndi:BPMNLabel>
933           <dc:Bounds x="700" y="1306" width="85" height="27" />
934         </bpmndi:BPMNLabel>
935       </bpmndi:BPMNShape>
936       <bpmndi:BPMNShape id="CallActivity_071yaf8_di" bpmnElement="CallActivity_071yaf8">
937         <dc:Bounds x="321" y="1806" width="100" height="80" />
938       </bpmndi:BPMNShape>
939       <bpmndi:BPMNEdge id="SequenceFlow_1sl79hn_di" bpmnElement="SequenceFlow_1sl79hn">
940         <di:waypoint x="227" y="1846" />
941         <di:waypoint x="256" y="1846" />
942         <di:waypoint x="256" y="1846" />
943         <di:waypoint x="321" y="1846" />
944         <bpmndi:BPMNLabel>
945           <dc:Bounds x="271" y="1826" width="19" height="12" />
946         </bpmndi:BPMNLabel>
947       </bpmndi:BPMNEdge>
948       <bpmndi:BPMNShape id="ExclusiveGateway_0y158bb_di" bpmnElement="ExclusiveGateway_0y158bb" isMarkerVisible="true">
949         <dc:Bounds x="521" y="1821" width="50" height="50" />
950         <bpmndi:BPMNLabel>
951           <dc:Bounds x="523" y="1782" width="46" height="24" />
952         </bpmndi:BPMNLabel>
953       </bpmndi:BPMNShape>
954       <bpmndi:BPMNEdge id="SequenceFlow_0ne9n0g_di" bpmnElement="SequenceFlow_0ne9n0g">
955         <di:waypoint x="421" y="1846" />
956         <di:waypoint x="521" y="1846" />
957         <bpmndi:BPMNLabel>
958           <dc:Bounds x="426" y="1825" width="90" height="12" />
959         </bpmndi:BPMNLabel>
960       </bpmndi:BPMNEdge>
961       <bpmndi:BPMNEdge id="SequenceFlow_1a7e8l1_di" bpmnElement="SequenceFlow_1a7e8l1">
962         <di:waypoint x="706" y="1966" />
963         <di:waypoint x="976" y="1966" />
964         <bpmndi:BPMNLabel>
965           <dc:Bounds x="832" y="1945" width="19" height="12" />
966         </bpmndi:BPMNLabel>
967       </bpmndi:BPMNEdge>
968       <bpmndi:BPMNEdge id="SequenceFlow_00by7l7_di" bpmnElement="SequenceFlow_00by7l7">
969         <di:waypoint x="546" y="1871" />
970         <di:waypoint x="546" y="2128" />
971         <di:waypoint x="1001" y="2128" />
972         <bpmndi:BPMNLabel>
973           <dc:Bounds x="554" y="1994" width="15" height="12" />
974         </bpmndi:BPMNLabel>
975       </bpmndi:BPMNEdge>
976       <bpmndi:BPMNEdge id="SequenceFlow_17cz98f_di" bpmnElement="SequenceFlow_17cz98f">
977         <di:waypoint x="559" y="1858" />
978         <di:waypoint x="668" y="1954" />
979         <bpmndi:BPMNLabel>
980           <dc:Bounds x="615" y="1889" width="19" height="12" />
981         </bpmndi:BPMNLabel>
982       </bpmndi:BPMNEdge>
983       <bpmndi:BPMNShape id="CallActivity_1cl4iu4_di" bpmnElement="CallActivity_1cl4iu4">
984         <dc:Bounds x="152" y="2193" width="100" height="80" />
985       </bpmndi:BPMNShape>
986       <bpmndi:BPMNEdge id="SequenceFlow_1mpsdaj_di" bpmnElement="SequenceFlow_1mpsdaj">
987         <di:waypoint x="202" y="2193" />
988         <di:waypoint x="202" y="2153" />
989         <bpmndi:BPMNLabel>
990           <dc:Bounds x="172" y="2167" width="90" height="12" />
991         </bpmndi:BPMNLabel>
992       </bpmndi:BPMNEdge>
993       <bpmndi:BPMNEdge id="SequenceFlow_007p8k3_di" bpmnElement="SequenceFlow_007p8k3">
994         <di:waypoint x="100" y="2307" />
995         <di:waypoint x="202" y="2307" />
996         <di:waypoint x="202" y="2273" />
997         <bpmndi:BPMNLabel>
998           <dc:Bounds x="142" y="2286" width="19" height="12" />
999         </bpmndi:BPMNLabel>
1000       </bpmndi:BPMNEdge>
1001       <bpmndi:BPMNShape id="ScriptTask_0lpv2da_di" bpmnElement="ScriptTask_0lpv2da">
1002         <dc:Bounds x="638" y="944" width="100" height="80" />
1003       </bpmndi:BPMNShape>
1004       <bpmndi:BPMNEdge id="SequenceFlow_11efpvh_di" bpmnElement="SequenceFlow_11efpvh">
1005         <di:waypoint x="738" y="984" />
1006         <di:waypoint x="902" y="984" />
1007         <bpmndi:BPMNLabel>
1008           <dc:Bounds x="775" y="963" width="90" height="12" />
1009         </bpmndi:BPMNLabel>
1010       </bpmndi:BPMNEdge>
1011       <bpmndi:BPMNEdge id="SequenceFlow_0gj4vud_di" bpmnElement="SequenceFlow_0gj4vud">
1012         <di:waypoint x="103" y="1277" />
1013         <di:waypoint x="256" y="1277" />
1014         <bpmndi:BPMNLabel>
1015           <dc:Bounds x="134.5" y="1257" width="90" height="10" />
1016         </bpmndi:BPMNLabel>
1017       </bpmndi:BPMNEdge>
1018       <bpmndi:BPMNEdge id="SequenceFlow_0clhseq_di" bpmnElement="SequenceFlow_0clhseq">
1019         <di:waypoint x="547" y="1277" />
1020         <di:waypoint x="725" y="1277" />
1021         <bpmndi:BPMNLabel>
1022           <dc:Bounds x="366" y="1257" width="90" height="10" />
1023         </bpmndi:BPMNLabel>
1024       </bpmndi:BPMNEdge>
1025       <bpmndi:BPMNShape id="CallActivity_1totpg4_di" bpmnElement="Task_14l19kv">
1026         <dc:Bounds x="447" y="1237" width="100" height="80" />
1027       </bpmndi:BPMNShape>
1028       <bpmndi:BPMNShape id="CallActivity_1vc4jeh_di" bpmnElement="CallActivity_1vc4jeh">
1029         <dc:Bounds x="447" y="1072" width="100" height="80" />
1030       </bpmndi:BPMNShape>
1031       <bpmndi:BPMNShape id="ScriptTask_1y241p8_di" bpmnElement="ScriptTask_1y241p8">
1032         <dc:Bounds x="256" y="1072" width="100" height="80" />
1033       </bpmndi:BPMNShape>
1034       <bpmndi:BPMNShape id="ScriptTask_1y5lvl7_di" bpmnElement="ScriptTask_1y5lvl7">
1035         <dc:Bounds x="638" y="1072" width="100" height="80" />
1036       </bpmndi:BPMNShape>
1037       <bpmndi:BPMNShape id="IntermediateCatchEvent_0m5yuay_di" bpmnElement="IntermediateCatchEvent_0m5yuay">
1038         <dc:Bounds x="65" y="1094" width="36" height="36" />
1039         <bpmndi:BPMNLabel>
1040           <dc:Bounds x="53" y="1130" width="60" height="12" />
1041         </bpmndi:BPMNLabel>
1042       </bpmndi:BPMNShape>
1043       <bpmndi:BPMNShape id="IntermediateThrowEvent_13xv36r_di" bpmnElement="IntermediateThrowEvent_13xv36r">
1044         <dc:Bounds x="902" y="1094" width="36" height="36" />
1045         <bpmndi:BPMNLabel>
1046           <dc:Bounds x="877" y="1135" width="88" height="36" />
1047         </bpmndi:BPMNLabel>
1048       </bpmndi:BPMNShape>
1049       <bpmndi:BPMNEdge id="SequenceFlow_0bt420h_di" bpmnElement="SequenceFlow_0bt420h">
1050         <di:waypoint x="356" y="1112" />
1051         <di:waypoint x="447" y="1112" />
1052         <bpmndi:BPMNLabel>
1053           <dc:Bounds x="356.5" y="1091" width="90" height="12" />
1054         </bpmndi:BPMNLabel>
1055       </bpmndi:BPMNEdge>
1056       <bpmndi:BPMNEdge id="SequenceFlow_0ocy2qp_di" bpmnElement="SequenceFlow_0ocy2qp">
1057         <di:waypoint x="547" y="1112" />
1058         <di:waypoint x="638" y="1112" />
1059         <bpmndi:BPMNLabel>
1060           <dc:Bounds x="547.5" y="1091" width="90" height="12" />
1061         </bpmndi:BPMNLabel>
1062       </bpmndi:BPMNEdge>
1063       <bpmndi:BPMNEdge id="SequenceFlow_1429lyc_di" bpmnElement="SequenceFlow_1429lyc">
1064         <di:waypoint x="101" y="1112" />
1065         <di:waypoint x="256" y="1112" />
1066         <bpmndi:BPMNLabel>
1067           <dc:Bounds x="133.5" y="1091" width="90" height="12" />
1068         </bpmndi:BPMNLabel>
1069       </bpmndi:BPMNEdge>
1070       <bpmndi:BPMNEdge id="SequenceFlow_11gw54u_di" bpmnElement="SequenceFlow_11gw54u">
1071         <di:waypoint x="738" y="1112" />
1072         <di:waypoint x="902" y="1112" />
1073         <bpmndi:BPMNLabel>
1074           <dc:Bounds x="775" y="1091" width="90" height="12" />
1075         </bpmndi:BPMNLabel>
1076       </bpmndi:BPMNEdge>
1077       <bpmndi:BPMNEdge id="SequenceFlow_1yojilk_di" bpmnElement="SequenceFlow_1yojilk">
1078         <di:waypoint x="356" y="1277" />
1079         <di:waypoint x="447" y="1277" />
1080       </bpmndi:BPMNEdge>
1081       <bpmndi:BPMNShape id="ServiceTask_1j71wic_di" bpmnElement="GeneratePnfUuid">
1082         <dc:Bounds x="256" y="1237" width="100" height="80" />
1083       </bpmndi:BPMNShape>
1084     </bpmndi:BPMNPlane>
1085   </bpmndi:BPMNDiagram>
1086 </bpmn2:definitions>