[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOCommonBPMN / src / main / resources / subprocess / CompleteMsoProcess.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="_EsMs0HcuEeW2U_kkOHX1ZQ" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.4.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
3   <bpmn2:process id="CompleteMsoProcess" name="CompleteMsoProcess" isExecutable="true">
4     <bpmn2:scriptTask id="preProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
5       <bpmn2:incoming>SequenceFlow_1s593bx</bpmn2:incoming>
6       <bpmn2:outgoing>SequenceFlow_1epmndu</bpmn2:outgoing>
7       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
8 def preProcessRequestData = new CompleteMsoProcess()
9 preProcessRequestData.preProcessRequest(execution)
10
11 ]]></bpmn2:script>
12     </bpmn2:scriptTask>
13     <bpmn2:startEvent id="StartEvent_1" name="Start With Message ">
14       <bpmn2:outgoing>SequenceFlow_1s593bx</bpmn2:outgoing>
15       <bpmn2:messageEventDefinition id="MessageEventDefinition_1" messageRef="Message_2" />
16     </bpmn2:startEvent>
17     <bpmn2:subProcess id="subProcessExceptionCompleteMSO" name="Sub Process Exception Complete MSO" triggeredByEvent="true">
18       <bpmn2:endEvent id="endEventExceptionCompleteMSO">
19         <bpmn2:extensionElements>
20           <camunda:connector>
21             <camunda:inputOutput>
22               <camunda:outputParameter name="DB_ADAPTER_ERROR">${CMSO_updateRequestResponse}</camunda:outputParameter>
23             </camunda:inputOutput>
24           </camunda:connector>
25         </bpmn2:extensionElements>
26         <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
27         <bpmn2:terminateEventDefinition id="MessageEventDefinition_3" />
28       </bpmn2:endEvent>
29       <bpmn2:startEvent id="startEventExceptionCompleteMSO">
30         <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
31         <bpmn2:errorEventDefinition id="ErrorEventDefinition_4" />
32       </bpmn2:startEvent>
33       <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="startEventExceptionCompleteMSO" targetRef="endEventExceptionCompleteMSO" />
34     </bpmn2:subProcess>
35     <bpmn2:endEvent id="EndEvent_13">
36       <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>
37     </bpmn2:endEvent>
38     <bpmn2:exclusiveGateway id="ParallelGateway_7">
39       <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
40       <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming>
41       <bpmn2:outgoing>SequenceFlow_0fni7aq</bpmn2:outgoing>
42     </bpmn2:exclusiveGateway>
43     <bpmn2:endEvent id="EndEvent_4">
44       <bpmn2:incoming>SequenceFlow_9</bpmn2:incoming>
45       <bpmn2:errorEventDefinition id="ErrorEventDefinition_5" errorRef="Error_3" />
46     </bpmn2:endEvent>
47     <bpmn2:scriptTask id="ScriptTask_3" name="Prepare\r&#10;&#10;Update DB Request" scriptFormat="groovy">
48       <bpmn2:incoming>SequenceFlow_72</bpmn2:incoming>
49       <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
50       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
51 def completeMsoProcess = new CompleteMsoProcess()
52 completeMsoProcess.setUpdateDBstatustoSuccessPayload(execution)]]></bpmn2:script>
53     </bpmn2:scriptTask>
54     <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="ScriptTask_3" targetRef="updateInfraRequest" />
55     <bpmn2:endEvent id="EndEvent_5">
56       <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
57       <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_3" />
58     </bpmn2:endEvent>
59     <bpmn2:exclusiveGateway id="ExclusiveGateway_3" name="Active Request?" default="SequenceFlow_72">
60       <bpmn2:incoming>SequenceFlow_1epmndu</bpmn2:incoming>
61       <bpmn2:outgoing>SequenceFlow_72</bpmn2:outgoing>
62       <bpmn2:outgoing>SequenceFlow_81</bpmn2:outgoing>
63     </bpmn2:exclusiveGateway>
64     <bpmn2:sequenceFlow id="SequenceFlow_72" name="No" sourceRef="ExclusiveGateway_3" targetRef="ScriptTask_3" />
65     <bpmn2:sequenceFlow id="SequenceFlow_81" name="Yes" sourceRef="ExclusiveGateway_3" targetRef="prepareUpdateRequest">
66       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CMSO_request_id-Ok") ==true}]]></bpmn2:conditionExpression>
67     </bpmn2:sequenceFlow>
68     <bpmn2:scriptTask id="BuildErrorMessage1" name="Build Error Message" scriptFormat="groovy">
69       <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming>
70       <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
71       <bpmn2:script><![CDATA[//println "INSIDE --> Build Error Message @@@@"
72 import org.openecomp.mso.bpmn.common.scripts.*
73 def buildDataErrorMessage = new CompleteMsoProcess()
74 buildDataErrorMessage.buildDataError(execution, "Complete --Update DB status to SUCCESS-- Failed")]]></bpmn2:script>
75     </bpmn2:scriptTask>
76     <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="BuildErrorMessage1" targetRef="EndEvent_5" />
77     <bpmn2:scriptTask id="prepareUpdateRequest" name="Prepare\r&#10;&#10;Update DB Request" scriptFormat="groovy">
78       <bpmn2:incoming>SequenceFlow_81</bpmn2:incoming>
79       <bpmn2:outgoing>SequenceFlow_49</bpmn2:outgoing>
80       <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
81 def completeMsoProcess = new CompleteMsoProcess()
82 completeMsoProcess.updateDBStatusToSuccessPayload(execution)]]></bpmn2:script>
83     </bpmn2:scriptTask>
84     <bpmn2:sequenceFlow id="SequenceFlow_49" name="" sourceRef="prepareUpdateRequest" targetRef="updateDBStatus" />
85     <bpmn2:serviceTask id="updateInfraRequest" name="Update DB status to SUCCESS">
86       <bpmn2:extensionElements>
87         <camunda:connector>
88           <camunda:inputOutput>
89             <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>
90             <camunda:inputParameter name="payload"><![CDATA[${execution.getVariable("CMSO_setUpdateDBstatustoSuccessPayload")}]]></camunda:inputParameter>
91             <camunda:inputParameter name="headers">
92               <camunda:map>
93                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
94                 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
95               </camunda:map>
96             </camunda:inputParameter>
97             <camunda:inputParameter name="method">POST</camunda:inputParameter>
98             <camunda:outputParameter name="CMSO_updateRequestResponse"><![CDATA[${statusCode == null || statusCode == 204 ? "" : response}]]></camunda:outputParameter>
99             <camunda:outputParameter name="CMSO_updateRequestResponseCode">${statusCode}</camunda:outputParameter>
100           </camunda:inputOutput>
101           <camunda:connectorId>soap-http-connector</camunda:connectorId>
102         </camunda:connector>
103       </bpmn2:extensionElements>
104       <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
105       <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
106     </bpmn2:serviceTask>
107     <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="updateInfraRequest" targetRef="ExclusiveGateway_7" />
108     <bpmn2:boundaryEvent id="BoundaryEvent_6" name="" attachedToRef="updateDBStatus">
109       <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
110       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_83" errorRef="Error_1" />
111     </bpmn2:boundaryEvent>
112     <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="BoundaryEvent_6" targetRef="EndEvent_12" />
113     <bpmn2:scriptTask id="BuildErrorMessage" name="Build Error Message" scriptFormat="groovy">
114       <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
115       <bpmn2:outgoing>SequenceFlow_9</bpmn2:outgoing>
116       <bpmn2:script><![CDATA[//println "INSIDE --> Build Error Message @@@@"
117 //println "CMSO_updateRequestResponse IS --> " + execution.getVariable("CMSO_updateRequestResponse")
118 import org.openecomp.mso.bpmn.common.scripts.*
119 def buildDataErrorMessage = new CompleteMsoProcess()
120 buildDataErrorMessage.buildDataError(execution, "Complete MSO  -- Update DB status to SUCCESS -- Failed")]]></bpmn2:script>
121     </bpmn2:scriptTask>
122     <bpmn2:sequenceFlow id="SequenceFlow_9" name="" sourceRef="BuildErrorMessage" targetRef="EndEvent_4" />
123     <bpmn2:exclusiveGateway id="ExclusiveGateway_10" default="SequenceFlow_25">
124       <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming>
125       <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing>
126       <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing>
127     </bpmn2:exclusiveGateway>
128     <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="ExclusiveGateway_10" targetRef="ParallelGateway_7">
129       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CMSO_updateRequestResponseCode")==200}]]></bpmn2:conditionExpression>
130     </bpmn2:sequenceFlow>
131     <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="ExclusiveGateway_10" targetRef="BuildErrorMessage1" />
132     <bpmn2:exclusiveGateway id="ExclusiveGateway_7" default="SequenceFlow_1">
133       <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
134       <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
135       <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
136     </bpmn2:exclusiveGateway>
137     <bpmn2:sequenceFlow id="SequenceFlow_7" sourceRef="ExclusiveGateway_7" targetRef="ParallelGateway_7">
138       <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CMSO_updateRequestResponseCode")==200}]]></bpmn2:conditionExpression>
139     </bpmn2:sequenceFlow>
140     <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="ExclusiveGateway_7" targetRef="BuildErrorMessage" />
141     <bpmn2:serviceTask id="updateDBStatus" name="Update DB status to SUCCESS">
142       <bpmn2:extensionElements>
143         <camunda:connector>
144           <camunda:inputOutput>
145             <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>
146             <camunda:inputParameter name="payload"><![CDATA[${execution.getVariable("CMSO_updateDBStatusToSuccessPayload")}]]></camunda:inputParameter>
147             <camunda:inputParameter name="headers">
148               <camunda:map>
149                 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
150                 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
151               </camunda:map>
152             </camunda:inputParameter>
153             <camunda:inputParameter name="method">POST</camunda:inputParameter>
154             <camunda:outputParameter name="CMSO_updateRequestResponse"><![CDATA[${statusCode == null || statusCode == 204 ? "" : response}]]></camunda:outputParameter>
155             <camunda:outputParameter name="CMSO_updateRequestResponseCode">${statusCode}</camunda:outputParameter>
156           </camunda:inputOutput>
157           <camunda:connectorId>soap-http-connector</camunda:connectorId>
158         </camunda:connector>
159       </bpmn2:extensionElements>
160       <bpmn2:incoming>SequenceFlow_49</bpmn2:incoming>
161       <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing>
162     </bpmn2:serviceTask>
163     <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="updateDBStatus" targetRef="ExclusiveGateway_10" />
164     <bpmn2:endEvent id="EndEvent_12">
165       <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
166     </bpmn2:endEvent>
167     <bpmn2:boundaryEvent id="BoundaryEvent_7" name="" attachedToRef="updateInfraRequest">
168       <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>
169       <bpmn2:errorEventDefinition id="_ErrorEventDefinition_84" errorRef="Error_1" />
170     </bpmn2:boundaryEvent>
171     <bpmn2:sequenceFlow id="SequenceFlow_21" name="" sourceRef="BoundaryEvent_7" targetRef="EndEvent_13" />
172     <bpmn2:scriptTask id="Done" name="Prepare Response" scriptFormat="groovy">
173       <bpmn2:incoming>SequenceFlow_0fni7aq</bpmn2:incoming>
174       <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
175       <bpmn2:script><![CDATA[println "INSIDE --> Complete MSO Process Done SUCCESSFULLY"
176 import org.openecomp.mso.bpmn.common.scripts.*
177 def postProcessResponseData = new CompleteMsoProcess()
178 postProcessResponseData.postProcessResponse(execution)
179 println "CompleteMsoProcess Response -->" + "\n" + execution.getVariable("CompletionHandlerResponse")]]></bpmn2:script>
180     </bpmn2:scriptTask>
181     <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="Done" targetRef="EndEvent_1" />
182     <bpmn2:endEvent id="EndEvent_1">
183       <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
184       <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_2" />
185     </bpmn2:endEvent>
186     <bpmn2:sequenceFlow id="SequenceFlow_1s593bx" sourceRef="StartEvent_1" targetRef="preProcessRequest" />
187     <bpmn2:sequenceFlow id="SequenceFlow_1epmndu" sourceRef="preProcessRequest" targetRef="ExclusiveGateway_3" />
188     <bpmn2:sequenceFlow id="SequenceFlow_0fni7aq" sourceRef="ParallelGateway_7" targetRef="Done" />
189   </bpmn2:process>
190   <bpmn2:message id="Message_2" name="CompleteMsoProcessRequest" />
191   <bpmn2:error id="Error_3" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
192   <bpmn2:error id="Error_1" name="Java Lang Exception" errorCode="java.lang.Exception" />
193   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
194     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CompleteMsoProcess">
195       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_41" bpmnElement="StartEvent_1">
196         <dc:Bounds x="377" y="1075" width="36" height="36" />
197         <bpmndi:BPMNLabel>
198           <dc:Bounds x="401" y="1116" width="54" height="24" />
199         </bpmndi:BPMNLabel>
200       </bpmndi:BPMNShape>
201       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_34" bpmnElement="preProcessRequest">
202         <dc:Bounds x="543" y="1053" width="100" height="80" />
203       </bpmndi:BPMNShape>
204       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_60" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true">
205         <dc:Bounds x="734" y="1068" width="50" height="50" />
206         <bpmndi:BPMNLabel>
207           <dc:Bounds x="782" y="1083" width="100" height="22" />
208         </bpmndi:BPMNLabel>
209       </bpmndi:BPMNShape>
210       <bpmndi:BPMNShape id="_BPMNShape_ParallelGateway_9" bpmnElement="ParallelGateway_7" isMarkerVisible="true">
211         <dc:Bounds x="1214" y="1068" width="50" height="50" />
212         <bpmndi:BPMNLabel>
213           <dc:Bounds x="1239" y="1123" width="0" height="0" />
214         </bpmndi:BPMNLabel>
215       </bpmndi:BPMNShape>
216       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_51" bpmnElement="updateInfraRequest">
217         <dc:Bounds x="973" y="1144" width="100" height="80" />
218       </bpmndi:BPMNShape>
219       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_52" bpmnElement="updateDBStatus">
220         <dc:Bounds x="970" y="963" width="100" height="80" />
221       </bpmndi:BPMNShape>
222       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_64" bpmnElement="prepareUpdateRequest">
223         <dc:Bounds x="822" y="963" width="100" height="80" />
224       </bpmndi:BPMNShape>
225       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_50" bpmnElement="SequenceFlow_49" sourceElement="_BPMNShape_ScriptTask_64" targetElement="_BPMNShape_ScriptTask_52">
226         <di:waypoint xsi:type="dc:Point" x="922" y="1003" />
227         <di:waypoint xsi:type="dc:Point" x="970" y="1003" />
228         <bpmndi:BPMNLabel>
229           <dc:Bounds x="937" y="1003" width="6" height="6" />
230         </bpmndi:BPMNLabel>
231       </bpmndi:BPMNEdge>
232       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_73" bpmnElement="SequenceFlow_72" sourceElement="_BPMNShape_ExclusiveGateway_60" targetElement="_BPMNShape_ScriptTask_88">
233         <di:waypoint xsi:type="dc:Point" x="759" y="1118" />
234         <di:waypoint xsi:type="dc:Point" x="759" y="1184" />
235         <di:waypoint xsi:type="dc:Point" x="822" y="1184" />
236         <bpmndi:BPMNLabel>
237           <dc:Bounds x="761" y="1141" width="22" height="22" />
238         </bpmndi:BPMNLabel>
239       </bpmndi:BPMNEdge>
240       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_82" bpmnElement="SequenceFlow_81" sourceElement="_BPMNShape_ExclusiveGateway_60" targetElement="_BPMNShape_ScriptTask_64">
241         <di:waypoint xsi:type="dc:Point" x="759" y="1068" />
242         <di:waypoint xsi:type="dc:Point" x="759" y="1003" />
243         <di:waypoint xsi:type="dc:Point" x="822" y="1003" />
244         <bpmndi:BPMNLabel>
245           <dc:Bounds x="758" y="1022" width="29" height="22" />
246         </bpmndi:BPMNLabel>
247       </bpmndi:BPMNEdge>
248       <bpmndi:BPMNShape id="_BPMNShape_SubProcess_13" bpmnElement="subProcessExceptionCompleteMSO" isExpanded="true">
249         <dc:Bounds x="596" y="1416" width="427" height="169" />
250       </bpmndi:BPMNShape>
251       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_110" bpmnElement="endEventExceptionCompleteMSO">
252         <dc:Bounds x="896" y="1483" width="36" height="36" />
253         <bpmndi:BPMNLabel>
254           <dc:Bounds x="914" y="1524" width="0" height="0" />
255         </bpmndi:BPMNLabel>
256       </bpmndi:BPMNShape>
257       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_51" bpmnElement="startEventExceptionCompleteMSO">
258         <dc:Bounds x="692" y="1483" width="36" height="36" />
259         <bpmndi:BPMNLabel>
260           <dc:Bounds x="710" y="1524" width="0" height="0" />
261         </bpmndi:BPMNLabel>
262       </bpmndi:BPMNShape>
263       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_63" bpmnElement="ExclusiveGateway_7" isMarkerVisible="true">
264         <dc:Bounds x="1132" y="1158" width="50" height="50" />
265         <bpmndi:BPMNLabel>
266           <dc:Bounds x="1157" y="1213" width="0" height="0" />
267         </bpmndi:BPMNLabel>
268       </bpmndi:BPMNShape>
269       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_51" targetElement="_BPMNShape_ExclusiveGateway_63">
270         <di:waypoint xsi:type="dc:Point" x="1073" y="1184" />
271         <di:waypoint xsi:type="dc:Point" x="1132" y="1183" />
272         <bpmndi:BPMNLabel>
273           <dc:Bounds x="1255" y="1227" width="6" height="6" />
274         </bpmndi:BPMNLabel>
275       </bpmndi:BPMNEdge>
276       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ExclusiveGateway_63" targetElement="_BPMNShape_ParallelGateway_9">
277         <di:waypoint xsi:type="dc:Point" x="1182" y="1183" />
278         <di:waypoint xsi:type="dc:Point" x="1239" y="1183" />
279         <di:waypoint xsi:type="dc:Point" x="1239" y="1118" />
280         <bpmndi:BPMNLabel>
281           <dc:Bounds x="1158" y="1141" width="0" height="0" />
282         </bpmndi:BPMNLabel>
283       </bpmndi:BPMNEdge>
284       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_111" bpmnElement="EndEvent_4">
285         <dc:Bounds x="1269" y="1271" width="36" height="36" />
286         <bpmndi:BPMNLabel>
287           <dc:Bounds x="1287" y="1312" width="0" height="0" />
288         </bpmndi:BPMNLabel>
289       </bpmndi:BPMNShape>
290       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_76" bpmnElement="BuildErrorMessage">
291         <dc:Bounds x="1108" y="1249" width="100" height="80" />
292       </bpmndi:BPMNShape>
293       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_ExclusiveGateway_63" targetElement="_BPMNShape_ScriptTask_76">
294         <di:waypoint xsi:type="dc:Point" x="1157" y="1208" />
295         <di:waypoint xsi:type="dc:Point" x="1158" y="1249" />
296         <bpmndi:BPMNLabel>
297           <dc:Bounds x="1199" y="1035" width="6" height="6" />
298         </bpmndi:BPMNLabel>
299       </bpmndi:BPMNEdge>
300       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_9" sourceElement="_BPMNShape_ScriptTask_76" targetElement="_BPMNShape_EndEvent_111">
301         <di:waypoint xsi:type="dc:Point" x="1208" y="1289" />
302         <di:waypoint xsi:type="dc:Point" x="1269" y="1289" />
303         <bpmndi:BPMNLabel>
304           <dc:Bounds x="1236" y="1289" width="6" height="6" />
305         </bpmndi:BPMNLabel>
306       </bpmndi:BPMNEdge>
307       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_77" bpmnElement="Done">
308         <dc:Bounds x="1409" y="1053" width="100" height="80" />
309       </bpmndi:BPMNShape>
310       <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_66" bpmnElement="ExclusiveGateway_10" isMarkerVisible="true">
311         <dc:Bounds x="1132" y="977" width="50" height="50" />
312         <bpmndi:BPMNLabel>
313           <dc:Bounds x="1157" y="1032" width="0" height="0" />
314         </bpmndi:BPMNLabel>
315       </bpmndi:BPMNShape>
316       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_ScriptTask_52" targetElement="_BPMNShape_ExclusiveGateway_66">
317         <di:waypoint xsi:type="dc:Point" x="1070" y="1003" />
318         <di:waypoint xsi:type="dc:Point" x="1132" y="1002" />
319         <bpmndi:BPMNLabel>
320           <dc:Bounds x="1261" y="1003" width="6" height="6" />
321         </bpmndi:BPMNLabel>
322       </bpmndi:BPMNEdge>
323       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ExclusiveGateway_66" targetElement="_BPMNShape_ParallelGateway_9">
324         <di:waypoint xsi:type="dc:Point" x="1182" y="1002" />
325         <di:waypoint xsi:type="dc:Point" x="1239" y="1002" />
326         <di:waypoint xsi:type="dc:Point" x="1239" y="1068" />
327         <bpmndi:BPMNLabel>
328           <dc:Bounds x="1348" y="1003" width="6" height="6" />
329         </bpmndi:BPMNLabel>
330       </bpmndi:BPMNEdge>
331       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_79" bpmnElement="BuildErrorMessage1">
332         <dc:Bounds x="1108" y="856" width="100" height="80" />
333       </bpmndi:BPMNShape>
334       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_26" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ExclusiveGateway_66" targetElement="_BPMNShape_ScriptTask_79">
335         <di:waypoint xsi:type="dc:Point" x="1157" y="977" />
336         <di:waypoint xsi:type="dc:Point" x="1158" y="936" />
337         <bpmndi:BPMNLabel>
338           <dc:Bounds x="1242" y="957" width="6" height="6" />
339         </bpmndi:BPMNLabel>
340       </bpmndi:BPMNEdge>
341       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_113" bpmnElement="EndEvent_5">
342         <dc:Bounds x="1269" y="878" width="36" height="36" />
343         <bpmndi:BPMNLabel>
344           <dc:Bounds x="1287" y="919" width="0" height="0" />
345         </bpmndi:BPMNLabel>
346       </bpmndi:BPMNShape>
347       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_79" targetElement="_BPMNShape_EndEvent_113">
348         <di:waypoint xsi:type="dc:Point" x="1208" y="896" />
349         <di:waypoint xsi:type="dc:Point" x="1269" y="896" />
350         <bpmndi:BPMNLabel>
351           <dc:Bounds x="1225" y="896" width="6" height="6" />
352         </bpmndi:BPMNLabel>
353       </bpmndi:BPMNEdge>
354       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_128" bpmnElement="EndEvent_1">
355         <dc:Bounds x="1623" y="1075" width="36" height="36" />
356         <bpmndi:BPMNLabel>
357           <dc:Bounds x="1641" y="1116" width="0" height="0" />
358         </bpmndi:BPMNLabel>
359       </bpmndi:BPMNShape>
360       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_77" targetElement="_BPMNShape_EndEvent_128">
361         <di:waypoint xsi:type="dc:Point" x="1509" y="1093" />
362         <di:waypoint xsi:type="dc:Point" x="1623" y="1093" />
363         <bpmndi:BPMNLabel>
364           <dc:Bounds x="1566" y="1078" width="0" height="0" />
365         </bpmndi:BPMNLabel>
366       </bpmndi:BPMNEdge>
367       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_28" bpmnElement="BoundaryEvent_6">
368         <dc:Bounds x="1001" y="945" width="36" height="36" />
369         <bpmndi:BPMNLabel>
370           <dc:Bounds x="1016" y="986" width="6" height="6" />
371         </bpmndi:BPMNLabel>
372       </bpmndi:BPMNShape>
373       <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_29" bpmnElement="BoundaryEvent_7">
374         <dc:Bounds x="1002" y="1206" width="36" height="36" />
375         <bpmndi:BPMNLabel>
376           <dc:Bounds x="1292" y="1088" width="6" height="6" />
377         </bpmndi:BPMNLabel>
378       </bpmndi:BPMNShape>
379       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_218" bpmnElement="EndEvent_12">
380         <dc:Bounds x="1001" y="864" width="36" height="36" />
381         <bpmndi:BPMNLabel>
382           <dc:Bounds x="1019" y="905" width="0" height="0" />
383         </bpmndi:BPMNLabel>
384       </bpmndi:BPMNShape>
385       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_BoundaryEvent_28" targetElement="_BPMNShape_EndEvent_218">
386         <di:waypoint xsi:type="dc:Point" x="1019" y="945" />
387         <di:waypoint xsi:type="dc:Point" x="1019" y="900" />
388         <bpmndi:BPMNLabel>
389           <dc:Bounds x="1180" y="927" width="6" height="6" />
390         </bpmndi:BPMNLabel>
391       </bpmndi:BPMNEdge>
392       <bpmndi:BPMNShape id="_BPMNShape_EndEvent_219" bpmnElement="EndEvent_13">
393         <dc:Bounds x="1002" y="1292" width="36" height="36" />
394         <bpmndi:BPMNLabel>
395           <dc:Bounds x="1020" y="1333" width="0" height="0" />
396         </bpmndi:BPMNLabel>
397       </bpmndi:BPMNShape>
398       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_BoundaryEvent_29" targetElement="_BPMNShape_EndEvent_219">
399         <di:waypoint xsi:type="dc:Point" x="1020" y="1242" />
400         <di:waypoint xsi:type="dc:Point" x="1020" y="1292" />
401         <bpmndi:BPMNLabel>
402           <dc:Bounds x="847" y="747" width="6" height="6" />
403         </bpmndi:BPMNLabel>
404       </bpmndi:BPMNEdge>
405       <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_88" bpmnElement="ScriptTask_3">
406         <dc:Bounds x="822" y="1144" width="100" height="80" />
407       </bpmndi:BPMNShape>
408       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_88" targetElement="_BPMNShape_ScriptTask_51">
409         <di:waypoint xsi:type="dc:Point" x="922" y="1184" />
410         <di:waypoint xsi:type="dc:Point" x="973" y="1184" />
411         <bpmndi:BPMNLabel>
412           <dc:Bounds x="939" y="1208" width="6" height="6" />
413         </bpmndi:BPMNLabel>
414       </bpmndi:BPMNEdge>
415       <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_StartEvent_51" targetElement="_BPMNShape_EndEvent_110">
416         <di:waypoint xsi:type="dc:Point" x="728" y="1501" />
417         <di:waypoint xsi:type="dc:Point" x="896" y="1501" />
418         <bpmndi:BPMNLabel>
419           <dc:Bounds x="854" y="1501" width="0" height="0" />
420         </bpmndi:BPMNLabel>
421       </bpmndi:BPMNEdge>
422       <bpmndi:BPMNEdge id="SequenceFlow_1s593bx_di" bpmnElement="SequenceFlow_1s593bx">
423         <di:waypoint xsi:type="dc:Point" x="413" y="1093" />
424         <di:waypoint xsi:type="dc:Point" x="543" y="1093" />
425         <bpmndi:BPMNLabel>
426           <dc:Bounds x="478" y="1078" width="0" height="0" />
427         </bpmndi:BPMNLabel>
428       </bpmndi:BPMNEdge>
429       <bpmndi:BPMNEdge id="SequenceFlow_1epmndu_di" bpmnElement="SequenceFlow_1epmndu">
430         <di:waypoint xsi:type="dc:Point" x="643" y="1093" />
431         <di:waypoint xsi:type="dc:Point" x="734" y="1093" />
432         <bpmndi:BPMNLabel>
433           <dc:Bounds x="689" y="1078" width="0" height="0" />
434         </bpmndi:BPMNLabel>
435       </bpmndi:BPMNEdge>
436       <bpmndi:BPMNEdge id="SequenceFlow_0fni7aq_di" bpmnElement="SequenceFlow_0fni7aq">
437         <di:waypoint xsi:type="dc:Point" x="1264" y="1093" />
438         <di:waypoint xsi:type="dc:Point" x="1319" y="1093" />
439         <di:waypoint xsi:type="dc:Point" x="1319" y="1093" />
440         <di:waypoint xsi:type="dc:Point" x="1409" y="1093" />
441         <bpmndi:BPMNLabel>
442           <dc:Bounds x="1334" y="1093" width="0" height="0" />
443         </bpmndi:BPMNLabel>
444       </bpmndi:BPMNEdge>
445     </bpmndi:BPMNPlane>
446   </bpmndi:BPMNDiagram>
447 </bpmn2:definitions>