blob: b04220957ed1cdeb8f8fc61f2b360f9811c00676 [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<?xml version="1.0" encoding="UTF-8"?>
Elena Kuleshov8250deb2018-05-29 09:25:41 -04002<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="_pNTO8MRhEeWv36YLr7PC3Q" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.8.2" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd">
xg353yb6b7bef2017-04-11 13:30:42 +02003 <bpmn2:process id="CreateVfModuleInfra" name="CreateVfModuleInfra" isExecutable="true">
4 <bpmn2:startEvent id="StartEvent_1" name="Start">
5 <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing>
6 </bpmn2:startEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -07007 <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" />
xg353yb6b7bef2017-04-11 13:30:42 +02008 <bpmn2:callActivity id="DoCreateVfModuleSubprocess" name="Do Create Vf Module" calledElement="DoCreateVfModule">
9 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070010 <camunda:in source="CVFMI_requestId" target="msoRequestId" />
11 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
12 <camunda:in source="isVidRequest" target="isVidRequest" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040013 <camunda:in source="disableRollback" target="disableRollback" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070014 <camunda:out source="DCVFM_vnfId" target="CVFMI_vnfId" />
15 <camunda:out source="DCVFM_vfModuleId" target="CVFMI_vfModuleId" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -040016 <camunda:out source="rollbackData" target="rollbackData" />
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070017 <camunda:out source="WorkflowException" target="WorkflowException" />
18 <camunda:out source="WorkflowResponse" target="CVFMI_WorkflowResponse" />
19 <camunda:out source="DCVFM_vfModuleName" target="CVFMI_vfModuleName" />
20 <camunda:in source="CVFMI_vnfType" target="vnfType" />
21 <camunda:in source="CVFMI_vnfName" target="vnfName" />
22 <camunda:in source="CVFMI_vnfId" target="vnfId" />
23 <camunda:in source="CVFMI_vfModuleName" target="vfModuleName" />
24 <camunda:in source="CVFMI_vfModuleType" target="vfModuleType" />
25 <camunda:in source="CVFMI_volumeGroupId" target="volumeGroupId" />
26 <camunda:in source="CVFMI_volumeGroupName" target="volumeGroupName" />
27 <camunda:in source="CVFMI_isBaseVfModule" target="isBaseVfModule" />
28 <camunda:in source="CVFMI_asdcServiceModelVersion" target="asdcServiceModelVersion" />
29 <camunda:in source="CVFMI_serviceInstanceId" target="serviceInstanceId" />
30 <camunda:in source="CVFMI_serviceModelInfo" target="serviceModelInfo" />
31 <camunda:in source="CVFMI_vnfModelInfo" target="vnfModelInfo" />
32 <camunda:in source="CVFMI_globalSubscriberId" target="globalSubscriberId" />
33 <camunda:in source="CVFMI_sdncVersion" target="sdncVersion" />
34 <camunda:in source="CVFMI_lcpCloudRegionId" target="lcpCloudRegionId" />
35 <camunda:in source="CVFMI_tenantId" target="tenantId" />
36 <camunda:in source="CVFMI_vfModuleId" target="vfModuleId" />
37 <camunda:in source="CVFMI_vfModuleModelInfo" target="vfModuleModelInfo" />
38 <camunda:in source="CVFMI_usePreload" target="usePreload" />
39 <camunda:in source="CVFMI_vfModuleInputParams" target="vfModuleInputParams" />
Rob Daugherty38f72072018-03-14 02:07:32 -040040 <camunda:in source="CVFMI_aLaCarte" target="aLaCarte" />
Elena Kuleshov8250deb2018-05-29 09:25:41 -040041 <camunda:out source="DCVFM_getSDNCAdapterResponse" target="DCVFM_getSDNCAdapterResponse" />
xg353yb6b7bef2017-04-11 13:30:42 +020042 </bpmn2:extensionElements>
Rob Daughertybb341372018-04-24 13:53:25 -040043 <bpmn2:incoming>SequenceFlow_1y7d5qk</bpmn2:incoming>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040044 <bpmn2:incoming>SequenceFlow_1vx081s</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +020045 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
46 </bpmn2:callActivity>
47 <bpmn2:scriptTask id="SendResponse" name="Send Response" scriptFormat="groovy">
48 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040049 <bpmn2:outgoing>SequenceFlow_0e2ta6w</bpmn2:outgoing>
Bancala, Ben (bb3476)9d461da2018-05-03 16:14:19 -040050 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
51def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +020052createVfModule.sendResponse(execution)]]></bpmn2:script>
53 </bpmn2:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +020054 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To FinishLine">
55 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070056 <bpmn2:linkEventDefinition id="_LinkEventDefinition_34" name="FinishLine" />
xg353yb6b7bef2017-04-11 13:30:42 +020057 </bpmn2:intermediateThrowEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070058 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="DoCreateVfModuleSubprocess" targetRef="IntermediateThrowEvent_1" />
xg353yb6b7bef2017-04-11 13:30:42 +020059 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="FinishLine">
60 <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070061 <bpmn2:linkEventDefinition id="_LinkEventDefinition_35" name="FinishLine" />
xg353yb6b7bef2017-04-11 13:30:42 +020062 </bpmn2:intermediateCatchEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070063 <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="IntermediateCatchEvent_1" targetRef="PrepareUpdateInfraRequest" />
xg353yb6b7bef2017-04-11 13:30:42 +020064 <bpmn2:scriptTask id="PrepareUpdateInfraRequest" name="Prepare Update Infra Request" scriptFormat="groovy">
65 <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
66 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
Bancala, Ben (bb3476)9d461da2018-05-03 16:14:19 -040067 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
68def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +020069createVfModule.prepareUpdateInfraRequest(execution)]]></bpmn2:script>
70 </bpmn2:scriptTask>
71 <bpmn2:serviceTask id="ServiceTask_1" name="Update Infra Request">
72 <bpmn2:extensionElements>
73 <camunda:connector>
74 <camunda:inputOutput>
Rob Daugherty9f48bf32017-10-19 21:42:19 -040075 <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter>
xg353yb6b7bef2017-04-11 13:30:42 +020076 <camunda:inputParameter name="headers">
77 <camunda:map>
78 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040079 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
xg353yb6b7bef2017-04-11 13:30:42 +020080 </camunda:map>
81 </camunda:inputParameter>
82 <camunda:inputParameter name="payload">${CVFMI_updateInfraRequest}</camunda:inputParameter>
83 <camunda:inputParameter name="method">POST</camunda:inputParameter>
84 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
85 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
86 </camunda:inputOutput>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070087 <camunda:connectorId>http-connector</camunda:connectorId>
xg353yb6b7bef2017-04-11 13:30:42 +020088 </camunda:connector>
89 </bpmn2:extensionElements>
90 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040091 <bpmn2:outgoing>SequenceFlow_1crl7uf</bpmn2:outgoing>
xg353yb6b7bef2017-04-11 13:30:42 +020092 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070093 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="PrepareUpdateInfraRequest" targetRef="ServiceTask_1" />
xg353yb6b7bef2017-04-11 13:30:42 +020094 <bpmn2:scriptTask id="PrepareMSOCompletionHandler" name="Prepare MSO Completion Handler" scriptFormat="groovy">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040095 <bpmn2:incoming>SequenceFlow_0td7d9m</bpmn2:incoming>
Rob Daughertybb341372018-04-24 13:53:25 -040096 <bpmn2:incoming>SequenceFlow_0u8zesf</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +020097 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
Bancala, Ben (bb3476)9d461da2018-05-03 16:14:19 -040098 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
99def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +0200100createVfModule.postProcessResponse(execution)]]></bpmn2:script>
101 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700102 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PrepareMSOCompletionHandler" targetRef="MSOCompletionHandler" />
xg353yb6b7bef2017-04-11 13:30:42 +0200103 <bpmn2:callActivity id="MSOCompletionHandler" name="MSO Completion Handler" calledElement="CompleteMsoProcess">
104 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700105 <camunda:in source="CVFMI_msoCompletionRequest" target="CompleteMsoProcessRequest" />
106 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
107 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
108 <camunda:in source="mso-request-id" target="mso-request-id" />
109 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
110 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
xg353yb6b7bef2017-04-11 13:30:42 +0200111 </bpmn2:extensionElements>
112 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
113 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
114 </bpmn2:callActivity>
115 <bpmn2:exclusiveGateway id="UpdateInfraRequestResponseCheck" name="Success? " default="updateInfraRequestResponseBad">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400116 <bpmn2:incoming>SequenceFlow_1crl7uf</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200117 <bpmn2:outgoing>updateInfraRequestResponseBad</bpmn2:outgoing>
118 <bpmn2:outgoing>updateInfraRequestResponseGood</bpmn2:outgoing>
119 </bpmn2:exclusiveGateway>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700120 <bpmn2:sequenceFlow id="updateInfraRequestResponseBad" name="no" sourceRef="UpdateInfraRequestResponseCheck" targetRef="EndEvent_2" />
Rob Daughertybb341372018-04-24 13:53:25 -0400121 <bpmn2:sequenceFlow id="updateInfraRequestResponseGood" name="yes" sourceRef="UpdateInfraRequestResponseCheck" targetRef="ExclusiveGateway_0c8x2mq">
xg353yb6b7bef2017-04-11 13:30:42 +0200122 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVFMI_dbResponseCode" ) == '200'}]]></bpmn2:conditionExpression>
123 </bpmn2:sequenceFlow>
124 <bpmn2:endEvent id="EndEvent_2">
125 <bpmn2:incoming>updateInfraRequestResponseBad</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700126 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_2" errorRef="Error_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200127 </bpmn2:endEvent>
128 <bpmn2:subProcess id="ErrorHandler" name="Error Handler" triggeredByEvent="true">
xg353yb6b7bef2017-04-11 13:30:42 +0200129 <bpmn2:startEvent id="StartEvent_2" name="Catch All Errors">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400130 <bpmn2:outgoing>SequenceFlow_0wsgnab</bpmn2:outgoing>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700131 <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200132 </bpmn2:startEvent>
xg353yb6b7bef2017-04-11 13:30:42 +0200133 <bpmn2:callActivity id="FalloutHandler" name="Fallout Handler" calledElement="FalloutHandler">
134 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700135 <camunda:in source="CVFMI_FalloutHandlerRequest" target="FalloutHandlerRequest" />
136 <camunda:in source="mso-request-id" target="mso-request-id" />
137 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
138 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
xg353yb6b7bef2017-04-11 13:30:42 +0200139 </bpmn2:extensionElements>
140 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
141 <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
142 </bpmn2:callActivity>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700143 <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="FalloutHandler" targetRef="EndEvent_3" />
xg353yb6b7bef2017-04-11 13:30:42 +0200144 <bpmn2:endEvent id="EndEvent_3">
145 <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700146 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_11" />
xg353yb6b7bef2017-04-11 13:30:42 +0200147 </bpmn2:endEvent>
148 <bpmn2:scriptTask id="PrepareFalloutHandler" name="Prepare Fallout Handler" scriptFormat="groovy">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400149 <bpmn2:incoming>SequenceFlow_018p5wf</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200150 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
Bancala, Ben (bb3476)9d461da2018-05-03 16:14:19 -0400151 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
152def cvfm = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +0200153cvfm.falloutHandlerPrep(execution, 'CVFMI_FalloutHandlerRequest')]]></bpmn2:script>
154 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700155 <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PrepareFalloutHandler" targetRef="FalloutHandler" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400156 <bpmn2:sequenceFlow id="SequenceFlow_0wsgnab" sourceRef="StartEvent_2" targetRef="SendErrorResponse" />
157 <bpmn2:sequenceFlow id="SequenceFlow_018p5wf" sourceRef="SendErrorResponse" targetRef="PrepareFalloutHandler" />
158 <bpmn2:scriptTask id="SendErrorResponse" name="Send Error Response" scriptFormat="groovy">
159 <bpmn2:incoming>SequenceFlow_0wsgnab</bpmn2:incoming>
160 <bpmn2:outgoing>SequenceFlow_018p5wf</bpmn2:outgoing>
Bancala, Ben (bb3476)9d461da2018-05-03 16:14:19 -0400161 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
162def createVfModule = new CreateVfModuleInfra()
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400163createVfModule.sendErrorResponse(execution)]]></bpmn2:script>
xg353yb6b7bef2017-04-11 13:30:42 +0200164 </bpmn2:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +0200165 </bpmn2:subProcess>
166 <bpmn2:scriptTask id="SetSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy">
167 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
168 <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
169 <bpmn2:script><![CDATA[execution.setVariable("CreateVfModuleSuccessIndicator", true)]]></bpmn2:script>
170 </bpmn2:scriptTask>
171 <bpmn2:endEvent id="EndEvent_1">
172 <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700173 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_10" />
xg353yb6b7bef2017-04-11 13:30:42 +0200174 </bpmn2:endEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700175 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="MSOCompletionHandler" targetRef="SetSuccessIndicator" />
176 <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="SetSuccessIndicator" targetRef="EndEvent_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200177 <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="ErrorHandler">
178 <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700179 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_3" />
xg353yb6b7bef2017-04-11 13:30:42 +0200180 </bpmn2:boundaryEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700181 <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_4" />
xg353yb6b7bef2017-04-11 13:30:42 +0200182 <bpmn2:endEvent id="EndEvent_4">
183 <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700184 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200185 </bpmn2:endEvent>
186 <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
187 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
188 <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
Bancala, Ben (bb3476)9d461da2018-05-03 16:14:19 -0400189 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
190def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +0200191createVfModule.preProcessRequest(execution)]]></bpmn2:script>
192 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700193 <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PreProcessRequest" targetRef="SendResponse" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400194 <bpmn2:subProcess id="SubProcess_0pgv3l6" name="Java Exception Handling Sub Process" triggeredByEvent="true">
195 <bpmn2:scriptTask id="ProcessError" name="Process Error" scriptFormat="groovy">
196 <bpmn2:incoming>SequenceFlow_1qvgrvq</bpmn2:incoming>
197 <bpmn2:outgoing>SequenceFlow_1jqizzo</bpmn2:outgoing>
Bancala, Ben (bb3476)9d461da2018-05-03 16:14:19 -0400198 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
199ExceptionUtil exceptionUtil = new ExceptionUtil()
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400200exceptionUtil.processJavaException(execution)]]></bpmn2:script>
201 </bpmn2:scriptTask>
202 <bpmn2:endEvent id="EndEvent_0100eju">
203 <bpmn2:incoming>SequenceFlow_1jqizzo</bpmn2:incoming>
204 </bpmn2:endEvent>
205 <bpmn2:startEvent id="StartEvent_1mov8he">
206 <bpmn2:outgoing>SequenceFlow_1qvgrvq</bpmn2:outgoing>
207 <bpmn2:errorEventDefinition />
208 </bpmn2:startEvent>
209 <bpmn2:sequenceFlow id="SequenceFlow_1qvgrvq" name="" sourceRef="StartEvent_1mov8he" targetRef="ProcessError" />
210 <bpmn2:sequenceFlow id="SequenceFlow_1jqizzo" name="" sourceRef="ProcessError" targetRef="EndEvent_0100eju" />
211 </bpmn2:subProcess>
Rob Daughertybb341372018-04-24 13:53:25 -0400212 <bpmn2:callActivity id="CallActivity_0i3men0" name="LCM HealthCheck" calledElement="AppCClient">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400213 <bpmn2:extensionElements>
214 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
215 <camunda:in source="actionHealthCheck" target="action" />
216 <camunda:in source="CVFMI_vnfId" target="vnfId" />
217 <camunda:in source="CVFMI_requestId" target="msoRequestId" />
218 <camunda:in source="CVFMI_vnfName" target="vnfName" />
219 <camunda:in source="CVFMO_controllerType" target="controllerType" />
220 <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
221 <camunda:out source="errorCode" target="errorCode" />
222 <camunda:out source="errorText" target="errorText" />
223 <camunda:out source="workStep" target="workStep" />
224 <camunda:out source="failedActivity" target="failedActivity" />
225 </bpmn2:extensionElements>
Rob Daughertybb341372018-04-24 13:53:25 -0400226 <bpmn2:incoming>SequenceFlow_1xggje5</bpmn2:incoming>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400227 <bpmn2:outgoing>SequenceFlow_07llpjo</bpmn2:outgoing>
228 </bpmn2:callActivity>
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400229 <bpmn2:sequenceFlow id="SequenceFlow_0e2ta6w" sourceRef="SendResponse" targetRef="Task_1o3z68c" />
Rob Daughertybb341372018-04-24 13:53:25 -0400230 <bpmn2:exclusiveGateway id="ExclusiveGateway_09h60ub" name="Error on HealthCheck?" default="SequenceFlow_1vx081s">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400231 <bpmn2:incoming>SequenceFlow_07llpjo</bpmn2:incoming>
232 <bpmn2:outgoing>SequenceFlow_1vx081s</bpmn2:outgoing>
233 <bpmn2:outgoing>SequenceFlow_0nszq2o</bpmn2:outgoing>
234 </bpmn2:exclusiveGateway>
235 <bpmn2:sequenceFlow id="SequenceFlow_1vx081s" name="no" sourceRef="ExclusiveGateway_09h60ub" targetRef="DoCreateVfModuleSubprocess" />
236 <bpmn2:sequenceFlow id="SequenceFlow_07llpjo" sourceRef="CallActivity_0i3men0" targetRef="ExclusiveGateway_09h60ub" />
237 <bpmn2:endEvent id="EndEvent_0n6bb71">
238 <bpmn2:incoming>SequenceFlow_0nszq2o</bpmn2:incoming>
239 <bpmn2:errorEventDefinition errorRef="Error_1" />
240 </bpmn2:endEvent>
241 <bpmn2:sequenceFlow id="SequenceFlow_0nszq2o" name="yes" sourceRef="ExclusiveGateway_09h60ub" targetRef="EndEvent_0n6bb71">
242 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
243 </bpmn2:sequenceFlow>
Rob Daughertybb341372018-04-24 13:53:25 -0400244 <bpmn2:callActivity id="CallActivity_17ukiqm" name="LCM ConfigScaleOut" calledElement="AppCClient">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400245 <bpmn2:extensionElements>
246 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
247 <camunda:in source="actionConfigScaleOut" target="action" />
248 <camunda:in source="CVFMI_vnfId" target="vnfId" />
249 <camunda:in source="CVFMI_requestId" target="msoRequestId" />
250 <camunda:in source="CVFMI_vnfName" target="vnfName" />
251 <camunda:in source="CVFMO_controllerType" target="controllerType" />
252 <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
253 <camunda:out source="errorCode" target="errorConfigScaleOutCode" />
254 <camunda:out source="errorText" target="errorText" />
255 <camunda:out source="workStep" target="workStep" />
256 <camunda:out source="failedActivity" target="failedActivity" />
257 <camunda:in source="CVFMI_vfModuleId" target="vfModuleId" />
258 </bpmn2:extensionElements>
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400259 <bpmn2:incoming>SequenceFlow_09i6f7t</bpmn2:incoming>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400260 <bpmn2:outgoing>SequenceFlow_1tk5ru7</bpmn2:outgoing>
261 </bpmn2:callActivity>
262 <bpmn2:sequenceFlow id="SequenceFlow_1crl7uf" sourceRef="ServiceTask_1" targetRef="UpdateInfraRequestResponseCheck" />
263 <bpmn2:exclusiveGateway id="ExclusiveGateway_1hncvjy" name="Error on ConfigScaleOut?" default="SequenceFlow_0td7d9m">
264 <bpmn2:incoming>SequenceFlow_1tk5ru7</bpmn2:incoming>
265 <bpmn2:outgoing>SequenceFlow_0td7d9m</bpmn2:outgoing>
266 <bpmn2:outgoing>SequenceFlow_0h5cld9</bpmn2:outgoing>
267 </bpmn2:exclusiveGateway>
268 <bpmn2:sequenceFlow id="SequenceFlow_1tk5ru7" sourceRef="CallActivity_17ukiqm" targetRef="ExclusiveGateway_1hncvjy" />
269 <bpmn2:sequenceFlow id="SequenceFlow_0td7d9m" name="no" sourceRef="ExclusiveGateway_1hncvjy" targetRef="PrepareMSOCompletionHandler" />
270 <bpmn2:endEvent id="EndEvent_0a97jcr">
271 <bpmn2:incoming>SequenceFlow_0h5cld9</bpmn2:incoming>
272 <bpmn2:errorEventDefinition errorRef="Error_1" />
273 </bpmn2:endEvent>
274 <bpmn2:sequenceFlow id="SequenceFlow_0h5cld9" name="yes" sourceRef="ExclusiveGateway_1hncvjy" targetRef="EndEvent_0a97jcr">
275 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorConfigScaleOutCode") != "0"]]></bpmn2:conditionExpression>
276 </bpmn2:sequenceFlow>
Rob Daughertybb341372018-04-24 13:53:25 -0400277 <bpmn2:exclusiveGateway id="ExclusiveGateway_1qozral" name="Do HealthCheck?" default="SequenceFlow_1y7d5qk">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400278 <bpmn2:incoming>SequenceFlow_1b7348f</bpmn2:incoming>
Rob Daughertybb341372018-04-24 13:53:25 -0400279 <bpmn2:outgoing>SequenceFlow_1xggje5</bpmn2:outgoing>
280 <bpmn2:outgoing>SequenceFlow_1y7d5qk</bpmn2:outgoing>
281 </bpmn2:exclusiveGateway>
282 <bpmn2:sequenceFlow id="SequenceFlow_1xggje5" name="yes" sourceRef="ExclusiveGateway_1qozral" targetRef="CallActivity_0i3men0">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400283 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("runHealthCheck")]]></bpmn2:conditionExpression>
Rob Daughertybb341372018-04-24 13:53:25 -0400284 </bpmn2:sequenceFlow>
285 <bpmn2:sequenceFlow id="SequenceFlow_1y7d5qk" name="no" sourceRef="ExclusiveGateway_1qozral" targetRef="DoCreateVfModuleSubprocess" />
286 <bpmn2:exclusiveGateway id="ExclusiveGateway_0c8x2mq" name="Do ConfigScaleOut?" default="SequenceFlow_0u8zesf">
287 <bpmn2:incoming>updateInfraRequestResponseGood</bpmn2:incoming>
288 <bpmn2:outgoing>SequenceFlow_020dbkp</bpmn2:outgoing>
289 <bpmn2:outgoing>SequenceFlow_0u8zesf</bpmn2:outgoing>
290 </bpmn2:exclusiveGateway>
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400291 <bpmn2:sequenceFlow id="SequenceFlow_020dbkp" name="yes" sourceRef="ExclusiveGateway_0c8x2mq" targetRef="Task_09om99x">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400292 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("runConfigScaleOut")]]></bpmn2:conditionExpression>
Rob Daughertybb341372018-04-24 13:53:25 -0400293 </bpmn2:sequenceFlow>
294 <bpmn2:sequenceFlow id="SequenceFlow_0u8zesf" name="no" sourceRef="ExclusiveGateway_0c8x2mq" targetRef="PrepareMSOCompletionHandler" />
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400295 <bpmn2:sequenceFlow id="SequenceFlow_1b7348f" sourceRef="Task_1o3z68c" targetRef="ExclusiveGateway_1qozral" />
296 <bpmn2:scriptTask id="Task_1o3z68c" name="Query AAI For Orchestration Status" scriptFormat="groovy">
297 <bpmn2:incoming>SequenceFlow_0e2ta6w</bpmn2:incoming>
298 <bpmn2:outgoing>SequenceFlow_1b7348f</bpmn2:outgoing>
299 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
300def createVfModule = new CreateVfModuleInfra()
301createVfModule.queryAAIForVnfOrchestrationStatus(execution)]]></bpmn2:script>
302 </bpmn2:scriptTask>
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400303 <bpmn2:sequenceFlow id="SequenceFlow_09i6f7t" sourceRef="Task_09om99x" targetRef="CallActivity_17ukiqm" />
304 <bpmn2:scriptTask id="Task_09om99x" name="Retreive Data for Config ScaleOut" scriptFormat="groovy">
305 <bpmn2:incoming>SequenceFlow_020dbkp</bpmn2:incoming>
306 <bpmn2:outgoing>SequenceFlow_09i6f7t</bpmn2:outgoing>
307 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
308def createVfModule = new CreateVfModuleInfra()
309createVfModule.retreiveConfigScaleOutData(execution)]]></bpmn2:script>
310 </bpmn2:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +0200311 </bpmn2:process>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700312 <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
313 <bpmn2:error id="Error_2" name="REST Fault" errorCode="RESTFault" />
xg353yb6b7bef2017-04-11 13:30:42 +0200314 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
315 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleInfra">
316 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
Rob Daughertybb341372018-04-24 13:53:25 -0400317 <dc:Bounds x="41" y="16" width="36" height="36" />
318 <bpmndi:BPMNLabel>
319 <dc:Bounds x="46" y="52" width="26" height="12" />
320 </bpmndi:BPMNLabel>
xg353yb6b7bef2017-04-11 13:30:42 +0200321 </bpmndi:BPMNShape>
322 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
Rob Daughertybb341372018-04-24 13:53:25 -0400323 <di:waypoint xsi:type="dc:Point" x="77" y="34" />
324 <di:waypoint xsi:type="dc:Point" x="142" y="34" />
xg353yb6b7bef2017-04-11 13:30:42 +0200325 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400326 <dc:Bounds x="65" y="19" width="90" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200327 </bpmndi:BPMNLabel>
328 </bpmndi:BPMNEdge>
329 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
Rob Daughertybb341372018-04-24 13:53:25 -0400330 <dc:Bounds x="142" y="-6" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200331 </bpmndi:BPMNShape>
332 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="SendResponse">
Rob Daughertybb341372018-04-24 13:53:25 -0400333 <dc:Bounds x="309" y="-6" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200334 </bpmndi:BPMNShape>
335 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ServiceTask_86">
Rob Daughertybb341372018-04-24 13:53:25 -0400336 <di:waypoint xsi:type="dc:Point" x="242" y="34" />
337 <di:waypoint xsi:type="dc:Point" x="309" y="34" />
xg353yb6b7bef2017-04-11 13:30:42 +0200338 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400339 <dc:Bounds x="231" y="19" width="90" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200340 </bpmndi:BPMNLabel>
341 </bpmndi:BPMNEdge>
342 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="DoCreateVfModuleSubprocess">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400343 <dc:Bounds x="762" y="-6" width="145" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200344 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200345 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_47" bpmnElement="IntermediateThrowEvent_1">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400346 <dc:Bounds x="977" y="16" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200347 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400348 <dc:Bounds x="963" y="57" width="64" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200349 </bpmndi:BPMNLabel>
350 </bpmndi:BPMNShape>
351 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_IntermediateThrowEvent_47">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400352 <di:waypoint xsi:type="dc:Point" x="907" y="34" />
353 <di:waypoint xsi:type="dc:Point" x="977" y="34" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400354 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400355 <dc:Bounds x="897" y="19" width="90" height="0" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400356 </bpmndi:BPMNLabel>
xg353yb6b7bef2017-04-11 13:30:42 +0200357 </bpmndi:BPMNEdge>
358 <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_32" bpmnElement="IntermediateCatchEvent_1">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700359 <dc:Bounds x="39" y="349" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200360 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700361 <dc:Bounds x="25" y="390" width="65" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200362 </bpmndi:BPMNLabel>
363 </bpmndi:BPMNShape>
364 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_219" bpmnElement="PrepareUpdateInfraRequest">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700365 <dc:Bounds x="127" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200366 </bpmndi:BPMNShape>
367 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_1">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700368 <dc:Bounds x="277" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200369 </bpmndi:BPMNShape>
370 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_179" bpmnElement="UpdateInfraRequestResponseCheck" isMarkerVisible="true">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400371 <dc:Bounds x="406" y="342" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200372 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400373 <dc:Bounds x="406" y="320" width="50" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200374 </bpmndi:BPMNLabel>
375 </bpmndi:BPMNShape>
376 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_220" bpmnElement="PrepareMSOCompletionHandler">
Rob Daughertybb341372018-04-24 13:53:25 -0400377 <dc:Bounds x="651" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200378 </bpmndi:BPMNShape>
379 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_221" bpmnElement="MSOCompletionHandler">
Rob Daughertybb341372018-04-24 13:53:25 -0400380 <dc:Bounds x="789" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200381 </bpmndi:BPMNShape>
382 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_1">
Rob Daughertybb341372018-04-24 13:53:25 -0400383 <dc:Bounds x="1078" y="349" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200384 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400385 <dc:Bounds x="1051" y="390" width="90" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200386 </bpmndi:BPMNLabel>
387 </bpmndi:BPMNShape>
388 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_2">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400389 <dc:Bounds x="413" y="454" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200390 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400391 <dc:Bounds x="386" y="495" width="90" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200392 </bpmndi:BPMNLabel>
393 </bpmndi:BPMNShape>
394 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_IntermediateCatchEvent_32" targetElement="_BPMNShape_ScriptTask_219">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700395 <di:waypoint xsi:type="dc:Point" x="75" y="367" />
396 <di:waypoint xsi:type="dc:Point" x="127" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200397 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700398 <dc:Bounds x="105" y="367" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200399 </bpmndi:BPMNLabel>
400 </bpmndi:BPMNEdge>
401 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_219" targetElement="_BPMNShape_ServiceTask_103">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700402 <di:waypoint xsi:type="dc:Point" x="227" y="367" />
403 <di:waypoint xsi:type="dc:Point" x="277" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200404 </bpmndi:BPMNEdge>
xg353yb6b7bef2017-04-11 13:30:42 +0200405 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="updateInfraRequestResponseBad" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="_BPMNShape_EndEvent_178">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400406 <di:waypoint xsi:type="dc:Point" x="430" y="391" />
407 <di:waypoint xsi:type="dc:Point" x="431" y="454" />
xg353yb6b7bef2017-04-11 13:30:42 +0200408 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400409 <dc:Bounds x="436" y="420" width="15" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200410 </bpmndi:BPMNLabel>
411 </bpmndi:BPMNEdge>
Rob Daughertybb341372018-04-24 13:53:25 -0400412 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="updateInfraRequestResponseGood" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="ExclusiveGateway_0c8x2mq_di">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400413 <di:waypoint xsi:type="dc:Point" x="456" y="367" />
Rob Daughertybb341372018-04-24 13:53:25 -0400414 <di:waypoint xsi:type="dc:Point" x="520" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200415 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400416 <dc:Bounds x="462.46376811594206" y="371.99999999999994" width="20" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200417 </bpmndi:BPMNLabel>
418 </bpmndi:BPMNEdge>
419 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_220" targetElement="_BPMNShape_ScriptTask_221">
Rob Daughertybb341372018-04-24 13:53:25 -0400420 <di:waypoint xsi:type="dc:Point" x="751" y="367" />
421 <di:waypoint xsi:type="dc:Point" x="789" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200422 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400423 <dc:Bounds x="725" y="349" width="90" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200424 </bpmndi:BPMNLabel>
425 </bpmndi:BPMNEdge>
426 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_20" bpmnElement="ErrorHandler" isExpanded="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400427 <dc:Bounds x="30" y="566" width="925" height="385" />
xg353yb6b7bef2017-04-11 13:30:42 +0200428 </bpmndi:BPMNShape>
429 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_2">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400430 <dc:Bounds x="139" y="720" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200431 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400432 <dc:Bounds x="137" y="762" width="77" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200433 </bpmndi:BPMNLabel>
434 </bpmndi:BPMNShape>
435 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_222" bpmnElement="PrepareFalloutHandler">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400436 <dc:Bounds x="497" y="698" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200437 </bpmndi:BPMNShape>
438 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_223" bpmnElement="FalloutHandler">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400439 <dc:Bounds x="690" y="698" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200440 </bpmndi:BPMNShape>
441 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_179" bpmnElement="EndEvent_3">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400442 <dc:Bounds x="846" y="720" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200443 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400444 <dc:Bounds x="864" y="761" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200445 </bpmndi:BPMNLabel>
446 </bpmndi:BPMNShape>
447 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_44" bpmnElement="BoundaryEvent_1">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400448 <dc:Bounds x="937" y="716" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200449 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400450 <dc:Bounds x="955" y="757" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200451 </bpmndi:BPMNLabel>
452 </bpmndi:BPMNShape>
453 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_180" bpmnElement="EndEvent_4">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400454 <dc:Bounds x="1066" y="716" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200455 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400456 <dc:Bounds x="1084" y="757" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200457 </bpmndi:BPMNLabel>
458 </bpmndi:BPMNShape>
459 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_222" targetElement="_BPMNShape_ScriptTask_223">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400460 <di:waypoint xsi:type="dc:Point" x="597" y="738" />
461 <di:waypoint xsi:type="dc:Point" x="690" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200462 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400463 <dc:Bounds x="644" y="723" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200464 </bpmndi:BPMNLabel>
465 </bpmndi:BPMNEdge>
466 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_223" targetElement="_BPMNShape_EndEvent_179">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400467 <di:waypoint xsi:type="dc:Point" x="790" y="738" />
468 <di:waypoint xsi:type="dc:Point" x="846" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200469 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400470 <dc:Bounds x="821" y="738" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200471 </bpmndi:BPMNLabel>
472 </bpmndi:BPMNEdge>
473 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_BoundaryEvent_44" targetElement="_BPMNShape_EndEvent_180">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400474 <di:waypoint xsi:type="dc:Point" x="973" y="734" />
475 <di:waypoint xsi:type="dc:Point" x="1066" y="734" />
xg353yb6b7bef2017-04-11 13:30:42 +0200476 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400477 <dc:Bounds x="1020" y="719" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200478 </bpmndi:BPMNLabel>
479 </bpmndi:BPMNEdge>
480 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="SetSuccessIndicator">
Rob Daughertybb341372018-04-24 13:53:25 -0400481 <dc:Bounds x="946" y="327" width="103" height="79" />
xg353yb6b7bef2017-04-11 13:30:42 +0200482 </bpmndi:BPMNShape>
483 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_221" targetElement="_BPMNShape_ScriptTask_241">
Rob Daughertybb341372018-04-24 13:53:25 -0400484 <di:waypoint xsi:type="dc:Point" x="889" y="367" />
485 <di:waypoint xsi:type="dc:Point" x="946" y="366" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400486 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400487 <dc:Bounds x="873" y="342" width="90" height="20" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400488 </bpmndi:BPMNLabel>
xg353yb6b7bef2017-04-11 13:30:42 +0200489 </bpmndi:BPMNEdge>
490 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_177">
Rob Daughertybb341372018-04-24 13:53:25 -0400491 <di:waypoint xsi:type="dc:Point" x="1049" y="367" />
492 <di:waypoint xsi:type="dc:Point" x="1078" y="367" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400493 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400494 <dc:Bounds x="1019" y="342" width="90" height="20" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400495 </bpmndi:BPMNLabel>
xg353yb6b7bef2017-04-11 13:30:42 +0200496 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400497 <bpmndi:BPMNShape id="SubProcess_0pgv3l6_di" bpmnElement="SubProcess_0pgv3l6" isExpanded="true">
498 <dc:Bounds x="160" y="1001" width="313" height="169" />
499 </bpmndi:BPMNShape>
500 <bpmndi:BPMNShape id="ScriptTask_13ekvux_di" bpmnElement="ProcessError">
501 <dc:Bounds x="268" y="1047" width="100" height="80" />
502 </bpmndi:BPMNShape>
503 <bpmndi:BPMNShape id="EndEvent_0100eju_di" bpmnElement="EndEvent_0100eju">
504 <dc:Bounds x="413" y="1069" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200505 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400506 <dc:Bounds x="431" y="1110" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200507 </bpmndi:BPMNLabel>
508 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400509 <bpmndi:BPMNShape id="StartEvent_1mov8he_di" bpmnElement="StartEvent_1mov8he">
510 <dc:Bounds x="185" y="1069" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200511 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400512 <dc:Bounds x="203" y="1110" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200513 </bpmndi:BPMNLabel>
514 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400515 <bpmndi:BPMNEdge id="SequenceFlow_1qvgrvq_di" bpmnElement="SequenceFlow_1qvgrvq">
516 <di:waypoint xsi:type="dc:Point" x="221" y="1087" />
517 <di:waypoint xsi:type="dc:Point" x="268" y="1087" />
xg353yb6b7bef2017-04-11 13:30:42 +0200518 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400519 <dc:Bounds x="242" y="1087" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200520 </bpmndi:BPMNLabel>
521 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400522 <bpmndi:BPMNEdge id="SequenceFlow_1jqizzo_di" bpmnElement="SequenceFlow_1jqizzo">
523 <di:waypoint xsi:type="dc:Point" x="368" y="1087" />
524 <di:waypoint xsi:type="dc:Point" x="413" y="1087" />
xg353yb6b7bef2017-04-11 13:30:42 +0200525 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400526 <dc:Bounds x="388" y="1087" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200527 </bpmndi:BPMNLabel>
528 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400529 <bpmndi:BPMNEdge id="SequenceFlow_0wsgnab_di" bpmnElement="SequenceFlow_0wsgnab">
530 <di:waypoint xsi:type="dc:Point" x="175" y="738" />
531 <di:waypoint xsi:type="dc:Point" x="235" y="738" />
532 <di:waypoint xsi:type="dc:Point" x="235" y="738" />
533 <di:waypoint xsi:type="dc:Point" x="296" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200534 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400535 <dc:Bounds x="250" y="738" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200536 </bpmndi:BPMNLabel>
537 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400538 <bpmndi:BPMNEdge id="SequenceFlow_018p5wf_di" bpmnElement="SequenceFlow_018p5wf">
539 <di:waypoint xsi:type="dc:Point" x="396" y="738" />
540 <di:waypoint xsi:type="dc:Point" x="497" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200541 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400542 <dc:Bounds x="447" y="723" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200543 </bpmndi:BPMNLabel>
544 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400545 <bpmndi:BPMNShape id="ScriptTask_036ipyg_di" bpmnElement="SendErrorResponse">
546 <dc:Bounds x="296" y="698" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200547 </bpmndi:BPMNShape>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400548 <bpmndi:BPMNShape id="CallActivity_0i3men0_di" bpmnElement="CallActivity_0i3men0">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400549 <dc:Bounds x="597" y="-145" width="145" height="80" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400550 </bpmndi:BPMNShape>
551 <bpmndi:BPMNEdge id="SequenceFlow_0e2ta6w_di" bpmnElement="SequenceFlow_0e2ta6w">
Rob Daughertybb341372018-04-24 13:53:25 -0400552 <di:waypoint xsi:type="dc:Point" x="409" y="34" />
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400553 <di:waypoint xsi:type="dc:Point" x="460" y="34" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400554 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400555 <dc:Bounds x="389.5" y="19" width="90" height="0" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400556 </bpmndi:BPMNLabel>
557 </bpmndi:BPMNEdge>
558 <bpmndi:BPMNShape id="ExclusiveGateway_09h60ub_di" bpmnElement="ExclusiveGateway_09h60ub" isMarkerVisible="true">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400559 <dc:Bounds x="810" y="-130" width="50" height="50" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400560 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400561 <dc:Bounds x="800" y="-162" width="69" height="24" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400562 </bpmndi:BPMNLabel>
563 </bpmndi:BPMNShape>
564 <bpmndi:BPMNEdge id="SequenceFlow_1vx081s_di" bpmnElement="SequenceFlow_1vx081s">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400565 <di:waypoint xsi:type="dc:Point" x="835" y="-80" />
566 <di:waypoint xsi:type="dc:Point" x="835" y="-38" />
567 <di:waypoint xsi:type="dc:Point" x="835" y="-38" />
568 <di:waypoint xsi:type="dc:Point" x="835" y="-6" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400569 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400570 <dc:Bounds x="841" y="-70" width="12" height="12" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400571 </bpmndi:BPMNLabel>
572 </bpmndi:BPMNEdge>
573 <bpmndi:BPMNEdge id="SequenceFlow_07llpjo_di" bpmnElement="SequenceFlow_07llpjo">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400574 <di:waypoint xsi:type="dc:Point" x="742" y="-105" />
575 <di:waypoint xsi:type="dc:Point" x="810" y="-105" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400576 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400577 <dc:Bounds x="731" y="-120" width="90" height="0" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400578 </bpmndi:BPMNLabel>
579 </bpmndi:BPMNEdge>
580 <bpmndi:BPMNShape id="EndEvent_0n6bb71_di" bpmnElement="EndEvent_0n6bb71">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400581 <dc:Bounds x="925" y="-123" width="36" height="36" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400582 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400583 <dc:Bounds x="898" y="-82" width="90" height="0" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400584 </bpmndi:BPMNLabel>
585 </bpmndi:BPMNShape>
586 <bpmndi:BPMNEdge id="SequenceFlow_0nszq2o_di" bpmnElement="SequenceFlow_0nszq2o">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400587 <di:waypoint xsi:type="dc:Point" x="860" y="-105" />
588 <di:waypoint xsi:type="dc:Point" x="925" y="-105" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400589 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400590 <dc:Bounds x="867" y="-101" width="18" height="12" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400591 </bpmndi:BPMNLabel>
592 </bpmndi:BPMNEdge>
593 <bpmndi:BPMNShape id="CallActivity_17ukiqm_di" bpmnElement="CallActivity_17ukiqm">
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400594 <dc:Bounds x="472" y="120" width="145" height="80" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400595 </bpmndi:BPMNShape>
596 <bpmndi:BPMNEdge id="SequenceFlow_1crl7uf_di" bpmnElement="SequenceFlow_1crl7uf">
597 <di:waypoint xsi:type="dc:Point" x="377" y="367" />
598 <di:waypoint xsi:type="dc:Point" x="406" y="367" />
599 <bpmndi:BPMNLabel>
600 <dc:Bounds x="391.5" y="346" width="0" height="12" />
601 </bpmndi:BPMNLabel>
602 </bpmndi:BPMNEdge>
603 <bpmndi:BPMNShape id="ExclusiveGateway_1hncvjy_di" bpmnElement="ExclusiveGateway_1hncvjy" isMarkerVisible="true">
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400604 <dc:Bounds x="675" y="135" width="50" height="50" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400605 <bpmndi:BPMNLabel>
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400606 <dc:Bounds x="659" y="101" width="82" height="24" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400607 </bpmndi:BPMNLabel>
608 </bpmndi:BPMNShape>
609 <bpmndi:BPMNEdge id="SequenceFlow_1tk5ru7_di" bpmnElement="SequenceFlow_1tk5ru7">
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400610 <di:waypoint xsi:type="dc:Point" x="617" y="160" />
611 <di:waypoint xsi:type="dc:Point" x="675" y="160" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400612 <bpmndi:BPMNLabel>
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400613 <dc:Bounds x="601" y="139" width="90" height="12" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400614 </bpmndi:BPMNLabel>
615 </bpmndi:BPMNEdge>
616 <bpmndi:BPMNEdge id="SequenceFlow_0td7d9m_di" bpmnElement="SequenceFlow_0td7d9m">
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400617 <di:waypoint xsi:type="dc:Point" x="700" y="185" />
618 <di:waypoint xsi:type="dc:Point" x="702" y="327" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400619 <bpmndi:BPMNLabel>
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400620 <dc:Bounds x="708" y="122" width="12" height="12" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400621 </bpmndi:BPMNLabel>
622 </bpmndi:BPMNEdge>
623 <bpmndi:BPMNShape id="EndEvent_0a97jcr_di" bpmnElement="EndEvent_0a97jcr">
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400624 <dc:Bounds x="773" y="142" width="36" height="36" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400625 <bpmndi:BPMNLabel>
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400626 <dc:Bounds x="701" y="183" width="90" height="12" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400627 </bpmndi:BPMNLabel>
628 </bpmndi:BPMNShape>
629 <bpmndi:BPMNEdge id="SequenceFlow_0h5cld9_di" bpmnElement="SequenceFlow_0h5cld9">
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400630 <di:waypoint xsi:type="dc:Point" x="725" y="160" />
631 <di:waypoint xsi:type="dc:Point" x="773" y="160" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400632 <bpmndi:BPMNLabel>
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400633 <dc:Bounds x="730" y="166" width="18" height="12" />
Rob Daughertybb341372018-04-24 13:53:25 -0400634 </bpmndi:BPMNLabel>
635 </bpmndi:BPMNEdge>
636 <bpmndi:BPMNShape id="ExclusiveGateway_1qozral_di" bpmnElement="ExclusiveGateway_1qozral" isMarkerVisible="true">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400637 <dc:Bounds x="645" y="9" width="50" height="50" />
Rob Daughertybb341372018-04-24 13:53:25 -0400638 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400639 <dc:Bounds x="628" y="66" width="86" height="12" />
Rob Daughertybb341372018-04-24 13:53:25 -0400640 </bpmndi:BPMNLabel>
641 </bpmndi:BPMNShape>
642 <bpmndi:BPMNEdge id="SequenceFlow_1xggje5_di" bpmnElement="SequenceFlow_1xggje5">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400643 <di:waypoint xsi:type="dc:Point" x="670" y="9" />
644 <di:waypoint xsi:type="dc:Point" x="670" y="-65" />
Rob Daughertybb341372018-04-24 13:53:25 -0400645 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400646 <dc:Bounds x="678" y="-26" width="18" height="12" />
Rob Daughertybb341372018-04-24 13:53:25 -0400647 </bpmndi:BPMNLabel>
648 </bpmndi:BPMNEdge>
649 <bpmndi:BPMNEdge id="SequenceFlow_1y7d5qk_di" bpmnElement="SequenceFlow_1y7d5qk">
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400650 <di:waypoint xsi:type="dc:Point" x="695" y="34" />
651 <di:waypoint xsi:type="dc:Point" x="762" y="34" />
Rob Daughertybb341372018-04-24 13:53:25 -0400652 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400653 <dc:Bounds x="713" y="37" width="12" height="12" />
Rob Daughertybb341372018-04-24 13:53:25 -0400654 </bpmndi:BPMNLabel>
655 </bpmndi:BPMNEdge>
656 <bpmndi:BPMNShape id="ExclusiveGateway_0c8x2mq_di" bpmnElement="ExclusiveGateway_0c8x2mq" isMarkerVisible="true">
657 <dc:Bounds x="520" y="342" width="50" height="50" />
658 <bpmndi:BPMNLabel>
659 <dc:Bounds x="502" y="402" width="86" height="24" />
660 </bpmndi:BPMNLabel>
661 </bpmndi:BPMNShape>
662 <bpmndi:BPMNEdge id="SequenceFlow_020dbkp_di" bpmnElement="SequenceFlow_020dbkp">
663 <di:waypoint xsi:type="dc:Point" x="545" y="342" />
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400664 <di:waypoint xsi:type="dc:Point" x="545" y="309" />
Rob Daughertybb341372018-04-24 13:53:25 -0400665 <bpmndi:BPMNLabel>
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400666 <dc:Bounds x="515" y="321.9537912405942" width="18" height="12" />
Rob Daughertybb341372018-04-24 13:53:25 -0400667 </bpmndi:BPMNLabel>
668 </bpmndi:BPMNEdge>
669 <bpmndi:BPMNEdge id="SequenceFlow_0u8zesf_di" bpmnElement="SequenceFlow_0u8zesf">
670 <di:waypoint xsi:type="dc:Point" x="570" y="367" />
671 <di:waypoint xsi:type="dc:Point" x="651" y="367" />
672 <bpmndi:BPMNLabel>
673 <dc:Bounds x="585" y="372" width="15" height="12" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400674 </bpmndi:BPMNLabel>
675 </bpmndi:BPMNEdge>
Bancala, Ben (bb3476)18463782018-05-03 11:50:13 -0400676 <bpmndi:BPMNEdge id="SequenceFlow_1b7348f_di" bpmnElement="SequenceFlow_1b7348f">
677 <di:waypoint xsi:type="dc:Point" x="560" y="34" />
678 <di:waypoint xsi:type="dc:Point" x="645" y="34" />
679 <bpmndi:BPMNLabel>
680 <dc:Bounds x="602.5" y="13" width="0" height="12" />
681 </bpmndi:BPMNLabel>
682 </bpmndi:BPMNEdge>
683 <bpmndi:BPMNShape id="ScriptTask_19vqej7_di" bpmnElement="Task_1o3z68c">
684 <dc:Bounds x="460" y="-6" width="100" height="80" />
685 </bpmndi:BPMNShape>
Elena Kuleshov8250deb2018-05-29 09:25:41 -0400686 <bpmndi:BPMNEdge id="SequenceFlow_09i6f7t_di" bpmnElement="SequenceFlow_09i6f7t">
687 <di:waypoint xsi:type="dc:Point" x="545" y="229" />
688 <di:waypoint xsi:type="dc:Point" x="545" y="200" />
689 <bpmndi:BPMNLabel>
690 <dc:Bounds x="560" y="208.5" width="0" height="12" />
691 </bpmndi:BPMNLabel>
692 </bpmndi:BPMNEdge>
693 <bpmndi:BPMNShape id="ScriptTask_1s0bky7_di" bpmnElement="Task_09om99x">
694 <dc:Bounds x="495" y="229" width="100" height="80" />
695 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200696 </bpmndi:BPMNPlane>
697 </bpmndi:BPMNDiagram>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700698</bpmn2:definitions>