blob: 841dec96bd3af127d9723ef18daedb9c9f54c397 [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<?xml version="1.0" encoding="UTF-8"?>
Rob Daughertybb341372018-04-24 13:53:25 -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.10.0" 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" />
xg353yb6b7bef2017-04-11 13:30:42 +020041 </bpmn2:extensionElements>
Rob Daughertybb341372018-04-24 13:53:25 -040042 <bpmn2:incoming>SequenceFlow_1y7d5qk</bpmn2:incoming>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040043 <bpmn2:incoming>SequenceFlow_1vx081s</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +020044 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
45 </bpmn2:callActivity>
46 <bpmn2:scriptTask id="SendResponse" name="Send Response" scriptFormat="groovy">
47 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040048 <bpmn2:outgoing>SequenceFlow_0e2ta6w</bpmn2:outgoing>
49 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
50def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +020051createVfModule.sendResponse(execution)]]></bpmn2:script>
52 </bpmn2:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +020053 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To FinishLine">
54 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070055 <bpmn2:linkEventDefinition id="_LinkEventDefinition_34" name="FinishLine" />
xg353yb6b7bef2017-04-11 13:30:42 +020056 </bpmn2:intermediateThrowEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070057 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="DoCreateVfModuleSubprocess" targetRef="IntermediateThrowEvent_1" />
xg353yb6b7bef2017-04-11 13:30:42 +020058 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="FinishLine">
59 <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070060 <bpmn2:linkEventDefinition id="_LinkEventDefinition_35" name="FinishLine" />
xg353yb6b7bef2017-04-11 13:30:42 +020061 </bpmn2:intermediateCatchEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070062 <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="IntermediateCatchEvent_1" targetRef="PrepareUpdateInfraRequest" />
xg353yb6b7bef2017-04-11 13:30:42 +020063 <bpmn2:scriptTask id="PrepareUpdateInfraRequest" name="Prepare Update Infra Request" scriptFormat="groovy">
64 <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
65 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040066 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
67def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +020068createVfModule.prepareUpdateInfraRequest(execution)]]></bpmn2:script>
69 </bpmn2:scriptTask>
70 <bpmn2:serviceTask id="ServiceTask_1" name="Update Infra Request">
71 <bpmn2:extensionElements>
72 <camunda:connector>
73 <camunda:inputOutput>
Rob Daugherty9f48bf32017-10-19 21:42:19 -040074 <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter>
xg353yb6b7bef2017-04-11 13:30:42 +020075 <camunda:inputParameter name="headers">
76 <camunda:map>
77 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040078 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
xg353yb6b7bef2017-04-11 13:30:42 +020079 </camunda:map>
80 </camunda:inputParameter>
81 <camunda:inputParameter name="payload">${CVFMI_updateInfraRequest}</camunda:inputParameter>
82 <camunda:inputParameter name="method">POST</camunda:inputParameter>
83 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
84 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
85 </camunda:inputOutput>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070086 <camunda:connectorId>http-connector</camunda:connectorId>
xg353yb6b7bef2017-04-11 13:30:42 +020087 </camunda:connector>
88 </bpmn2:extensionElements>
89 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040090 <bpmn2:outgoing>SequenceFlow_1crl7uf</bpmn2:outgoing>
xg353yb6b7bef2017-04-11 13:30:42 +020091 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070092 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="PrepareUpdateInfraRequest" targetRef="ServiceTask_1" />
xg353yb6b7bef2017-04-11 13:30:42 +020093 <bpmn2:scriptTask id="PrepareMSOCompletionHandler" name="Prepare MSO Completion Handler" scriptFormat="groovy">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040094 <bpmn2:incoming>SequenceFlow_0td7d9m</bpmn2:incoming>
Rob Daughertybb341372018-04-24 13:53:25 -040095 <bpmn2:incoming>SequenceFlow_0u8zesf</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +020096 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040097 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
98def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +020099createVfModule.postProcessResponse(execution)]]></bpmn2:script>
100 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700101 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PrepareMSOCompletionHandler" targetRef="MSOCompletionHandler" />
xg353yb6b7bef2017-04-11 13:30:42 +0200102 <bpmn2:callActivity id="MSOCompletionHandler" name="MSO Completion Handler" calledElement="CompleteMsoProcess">
103 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700104 <camunda:in source="CVFMI_msoCompletionRequest" target="CompleteMsoProcessRequest" />
105 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
106 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
107 <camunda:in source="mso-request-id" target="mso-request-id" />
108 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
109 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
xg353yb6b7bef2017-04-11 13:30:42 +0200110 </bpmn2:extensionElements>
111 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
112 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
113 </bpmn2:callActivity>
114 <bpmn2:exclusiveGateway id="UpdateInfraRequestResponseCheck" name="Success? " default="updateInfraRequestResponseBad">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400115 <bpmn2:incoming>SequenceFlow_1crl7uf</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200116 <bpmn2:outgoing>updateInfraRequestResponseBad</bpmn2:outgoing>
117 <bpmn2:outgoing>updateInfraRequestResponseGood</bpmn2:outgoing>
118 </bpmn2:exclusiveGateway>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700119 <bpmn2:sequenceFlow id="updateInfraRequestResponseBad" name="no" sourceRef="UpdateInfraRequestResponseCheck" targetRef="EndEvent_2" />
Rob Daughertybb341372018-04-24 13:53:25 -0400120 <bpmn2:sequenceFlow id="updateInfraRequestResponseGood" name="yes" sourceRef="UpdateInfraRequestResponseCheck" targetRef="ExclusiveGateway_0c8x2mq">
xg353yb6b7bef2017-04-11 13:30:42 +0200121 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVFMI_dbResponseCode" ) == '200'}]]></bpmn2:conditionExpression>
122 </bpmn2:sequenceFlow>
123 <bpmn2:endEvent id="EndEvent_2">
124 <bpmn2:incoming>updateInfraRequestResponseBad</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700125 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_2" errorRef="Error_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200126 </bpmn2:endEvent>
127 <bpmn2:subProcess id="ErrorHandler" name="Error Handler" triggeredByEvent="true">
xg353yb6b7bef2017-04-11 13:30:42 +0200128 <bpmn2:startEvent id="StartEvent_2" name="Catch All Errors">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400129 <bpmn2:outgoing>SequenceFlow_0wsgnab</bpmn2:outgoing>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700130 <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200131 </bpmn2:startEvent>
xg353yb6b7bef2017-04-11 13:30:42 +0200132 <bpmn2:callActivity id="FalloutHandler" name="Fallout Handler" calledElement="FalloutHandler">
133 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700134 <camunda:in source="CVFMI_FalloutHandlerRequest" target="FalloutHandlerRequest" />
135 <camunda:in source="mso-request-id" target="mso-request-id" />
136 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
137 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
xg353yb6b7bef2017-04-11 13:30:42 +0200138 </bpmn2:extensionElements>
139 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
140 <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
141 </bpmn2:callActivity>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700142 <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="FalloutHandler" targetRef="EndEvent_3" />
xg353yb6b7bef2017-04-11 13:30:42 +0200143 <bpmn2:endEvent id="EndEvent_3">
144 <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700145 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_11" />
xg353yb6b7bef2017-04-11 13:30:42 +0200146 </bpmn2:endEvent>
147 <bpmn2:scriptTask id="PrepareFalloutHandler" name="Prepare Fallout Handler" scriptFormat="groovy">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400148 <bpmn2:incoming>SequenceFlow_018p5wf</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200149 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400150 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
151def cvfm = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +0200152cvfm.falloutHandlerPrep(execution, 'CVFMI_FalloutHandlerRequest')]]></bpmn2:script>
153 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700154 <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PrepareFalloutHandler" targetRef="FalloutHandler" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400155 <bpmn2:sequenceFlow id="SequenceFlow_0wsgnab" sourceRef="StartEvent_2" targetRef="SendErrorResponse" />
156 <bpmn2:sequenceFlow id="SequenceFlow_018p5wf" sourceRef="SendErrorResponse" targetRef="PrepareFalloutHandler" />
157 <bpmn2:scriptTask id="SendErrorResponse" name="Send Error Response" scriptFormat="groovy">
158 <bpmn2:incoming>SequenceFlow_0wsgnab</bpmn2:incoming>
159 <bpmn2:outgoing>SequenceFlow_018p5wf</bpmn2:outgoing>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400160 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
161def createVfModule = new CreateVfModuleInfra()
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400162createVfModule.sendErrorResponse(execution)]]></bpmn2:script>
xg353yb6b7bef2017-04-11 13:30:42 +0200163 </bpmn2:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +0200164 </bpmn2:subProcess>
165 <bpmn2:scriptTask id="SetSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy">
166 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
167 <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
168 <bpmn2:script><![CDATA[execution.setVariable("CreateVfModuleSuccessIndicator", true)]]></bpmn2:script>
169 </bpmn2:scriptTask>
170 <bpmn2:endEvent id="EndEvent_1">
171 <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700172 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_10" />
xg353yb6b7bef2017-04-11 13:30:42 +0200173 </bpmn2:endEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700174 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="MSOCompletionHandler" targetRef="SetSuccessIndicator" />
175 <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="SetSuccessIndicator" targetRef="EndEvent_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200176 <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="ErrorHandler">
177 <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700178 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_3" />
xg353yb6b7bef2017-04-11 13:30:42 +0200179 </bpmn2:boundaryEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700180 <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_4" />
xg353yb6b7bef2017-04-11 13:30:42 +0200181 <bpmn2:endEvent id="EndEvent_4">
182 <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700183 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200184 </bpmn2:endEvent>
185 <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
186 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
187 <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400188 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
189def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +0200190createVfModule.preProcessRequest(execution)]]></bpmn2:script>
191 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700192 <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PreProcessRequest" targetRef="SendResponse" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400193 <bpmn2:subProcess id="SubProcess_0pgv3l6" name="Java Exception Handling Sub Process" triggeredByEvent="true">
194 <bpmn2:scriptTask id="ProcessError" name="Process Error" scriptFormat="groovy">
195 <bpmn2:incoming>SequenceFlow_1qvgrvq</bpmn2:incoming>
196 <bpmn2:outgoing>SequenceFlow_1jqizzo</bpmn2:outgoing>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400197 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
198ExceptionUtil exceptionUtil = new ExceptionUtil()
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400199exceptionUtil.processJavaException(execution)]]></bpmn2:script>
200 </bpmn2:scriptTask>
201 <bpmn2:endEvent id="EndEvent_0100eju">
202 <bpmn2:incoming>SequenceFlow_1jqizzo</bpmn2:incoming>
203 </bpmn2:endEvent>
204 <bpmn2:startEvent id="StartEvent_1mov8he">
205 <bpmn2:outgoing>SequenceFlow_1qvgrvq</bpmn2:outgoing>
206 <bpmn2:errorEventDefinition />
207 </bpmn2:startEvent>
208 <bpmn2:sequenceFlow id="SequenceFlow_1qvgrvq" name="" sourceRef="StartEvent_1mov8he" targetRef="ProcessError" />
209 <bpmn2:sequenceFlow id="SequenceFlow_1jqizzo" name="" sourceRef="ProcessError" targetRef="EndEvent_0100eju" />
210 </bpmn2:subProcess>
Rob Daughertybb341372018-04-24 13:53:25 -0400211 <bpmn2:callActivity id="CallActivity_0i3men0" name="LCM HealthCheck" calledElement="AppCClient">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400212 <bpmn2:extensionElements>
213 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
214 <camunda:in source="actionHealthCheck" target="action" />
215 <camunda:in source="CVFMI_vnfId" target="vnfId" />
216 <camunda:in source="CVFMI_requestId" target="msoRequestId" />
217 <camunda:in source="CVFMI_vnfName" target="vnfName" />
218 <camunda:in source="CVFMO_controllerType" target="controllerType" />
219 <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
220 <camunda:out source="errorCode" target="errorCode" />
221 <camunda:out source="errorText" target="errorText" />
222 <camunda:out source="workStep" target="workStep" />
223 <camunda:out source="failedActivity" target="failedActivity" />
224 </bpmn2:extensionElements>
Rob Daughertybb341372018-04-24 13:53:25 -0400225 <bpmn2:incoming>SequenceFlow_1xggje5</bpmn2:incoming>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400226 <bpmn2:outgoing>SequenceFlow_07llpjo</bpmn2:outgoing>
227 </bpmn2:callActivity>
Rob Daughertybb341372018-04-24 13:53:25 -0400228 <bpmn2:sequenceFlow id="SequenceFlow_0e2ta6w" sourceRef="SendResponse" targetRef="ExclusiveGateway_1qozral" />
229 <bpmn2:exclusiveGateway id="ExclusiveGateway_09h60ub" name="Error on HealthCheck?" default="SequenceFlow_1vx081s">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400230 <bpmn2:incoming>SequenceFlow_07llpjo</bpmn2:incoming>
231 <bpmn2:outgoing>SequenceFlow_1vx081s</bpmn2:outgoing>
232 <bpmn2:outgoing>SequenceFlow_0nszq2o</bpmn2:outgoing>
233 </bpmn2:exclusiveGateway>
234 <bpmn2:sequenceFlow id="SequenceFlow_1vx081s" name="no" sourceRef="ExclusiveGateway_09h60ub" targetRef="DoCreateVfModuleSubprocess" />
235 <bpmn2:sequenceFlow id="SequenceFlow_07llpjo" sourceRef="CallActivity_0i3men0" targetRef="ExclusiveGateway_09h60ub" />
236 <bpmn2:endEvent id="EndEvent_0n6bb71">
237 <bpmn2:incoming>SequenceFlow_0nszq2o</bpmn2:incoming>
238 <bpmn2:errorEventDefinition errorRef="Error_1" />
239 </bpmn2:endEvent>
240 <bpmn2:sequenceFlow id="SequenceFlow_0nszq2o" name="yes" sourceRef="ExclusiveGateway_09h60ub" targetRef="EndEvent_0n6bb71">
241 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
242 </bpmn2:sequenceFlow>
Rob Daughertybb341372018-04-24 13:53:25 -0400243 <bpmn2:callActivity id="CallActivity_17ukiqm" name="LCM ConfigScaleOut" calledElement="AppCClient">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400244 <bpmn2:extensionElements>
245 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
246 <camunda:in source="actionConfigScaleOut" target="action" />
247 <camunda:in source="CVFMI_vnfId" target="vnfId" />
248 <camunda:in source="CVFMI_requestId" target="msoRequestId" />
249 <camunda:in source="CVFMI_vnfName" target="vnfName" />
250 <camunda:in source="CVFMO_controllerType" target="controllerType" />
251 <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
252 <camunda:out source="errorCode" target="errorConfigScaleOutCode" />
253 <camunda:out source="errorText" target="errorText" />
254 <camunda:out source="workStep" target="workStep" />
255 <camunda:out source="failedActivity" target="failedActivity" />
256 <camunda:in source="CVFMI_vfModuleId" target="vfModuleId" />
257 </bpmn2:extensionElements>
Rob Daughertybb341372018-04-24 13:53:25 -0400258 <bpmn2:incoming>SequenceFlow_020dbkp</bpmn2:incoming>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400259 <bpmn2:outgoing>SequenceFlow_1tk5ru7</bpmn2:outgoing>
260 </bpmn2:callActivity>
261 <bpmn2:sequenceFlow id="SequenceFlow_1crl7uf" sourceRef="ServiceTask_1" targetRef="UpdateInfraRequestResponseCheck" />
262 <bpmn2:exclusiveGateway id="ExclusiveGateway_1hncvjy" name="Error on ConfigScaleOut?" default="SequenceFlow_0td7d9m">
263 <bpmn2:incoming>SequenceFlow_1tk5ru7</bpmn2:incoming>
264 <bpmn2:outgoing>SequenceFlow_0td7d9m</bpmn2:outgoing>
265 <bpmn2:outgoing>SequenceFlow_0h5cld9</bpmn2:outgoing>
266 </bpmn2:exclusiveGateway>
267 <bpmn2:sequenceFlow id="SequenceFlow_1tk5ru7" sourceRef="CallActivity_17ukiqm" targetRef="ExclusiveGateway_1hncvjy" />
268 <bpmn2:sequenceFlow id="SequenceFlow_0td7d9m" name="no" sourceRef="ExclusiveGateway_1hncvjy" targetRef="PrepareMSOCompletionHandler" />
269 <bpmn2:endEvent id="EndEvent_0a97jcr">
270 <bpmn2:incoming>SequenceFlow_0h5cld9</bpmn2:incoming>
271 <bpmn2:errorEventDefinition errorRef="Error_1" />
272 </bpmn2:endEvent>
273 <bpmn2:sequenceFlow id="SequenceFlow_0h5cld9" name="yes" sourceRef="ExclusiveGateway_1hncvjy" targetRef="EndEvent_0a97jcr">
274 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorConfigScaleOutCode") != "0"]]></bpmn2:conditionExpression>
275 </bpmn2:sequenceFlow>
Rob Daughertybb341372018-04-24 13:53:25 -0400276 <bpmn2:exclusiveGateway id="ExclusiveGateway_1qozral" name="Do HealthCheck?" default="SequenceFlow_1y7d5qk">
277 <bpmn2:incoming>SequenceFlow_0e2ta6w</bpmn2:incoming>
278 <bpmn2:outgoing>SequenceFlow_1xggje5</bpmn2:outgoing>
279 <bpmn2:outgoing>SequenceFlow_1y7d5qk</bpmn2:outgoing>
280 </bpmn2:exclusiveGateway>
281 <bpmn2:sequenceFlow id="SequenceFlow_1xggje5" name="yes" sourceRef="ExclusiveGateway_1qozral" targetRef="CallActivity_0i3men0">
282 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA["VNF Orchestration Status" == "Active or Activated"]]></bpmn2:conditionExpression>
283 </bpmn2:sequenceFlow>
284 <bpmn2:sequenceFlow id="SequenceFlow_1y7d5qk" name="no" sourceRef="ExclusiveGateway_1qozral" targetRef="DoCreateVfModuleSubprocess" />
285 <bpmn2:exclusiveGateway id="ExclusiveGateway_0c8x2mq" name="Do ConfigScaleOut?" default="SequenceFlow_0u8zesf">
286 <bpmn2:incoming>updateInfraRequestResponseGood</bpmn2:incoming>
287 <bpmn2:outgoing>SequenceFlow_020dbkp</bpmn2:outgoing>
288 <bpmn2:outgoing>SequenceFlow_0u8zesf</bpmn2:outgoing>
289 </bpmn2:exclusiveGateway>
290 <bpmn2:sequenceFlow id="SequenceFlow_020dbkp" name="yes" sourceRef="ExclusiveGateway_0c8x2mq" targetRef="CallActivity_17ukiqm">
291 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA["VNF Orchestration Status" == "Active or Activated"]]></bpmn2:conditionExpression>
292 </bpmn2:sequenceFlow>
293 <bpmn2:sequenceFlow id="SequenceFlow_0u8zesf" name="no" sourceRef="ExclusiveGateway_0c8x2mq" targetRef="PrepareMSOCompletionHandler" />
xg353yb6b7bef2017-04-11 13:30:42 +0200294 </bpmn2:process>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700295 <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
296 <bpmn2:error id="Error_2" name="REST Fault" errorCode="RESTFault" />
xg353yb6b7bef2017-04-11 13:30:42 +0200297 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
298 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleInfra">
299 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
Rob Daughertybb341372018-04-24 13:53:25 -0400300 <dc:Bounds x="41" y="16" width="36" height="36" />
301 <bpmndi:BPMNLabel>
302 <dc:Bounds x="46" y="52" width="26" height="12" />
303 </bpmndi:BPMNLabel>
xg353yb6b7bef2017-04-11 13:30:42 +0200304 </bpmndi:BPMNShape>
305 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
Rob Daughertybb341372018-04-24 13:53:25 -0400306 <di:waypoint xsi:type="dc:Point" x="77" y="34" />
307 <di:waypoint xsi:type="dc:Point" x="142" y="34" />
xg353yb6b7bef2017-04-11 13:30:42 +0200308 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400309 <dc:Bounds x="65" y="19" width="90" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200310 </bpmndi:BPMNLabel>
311 </bpmndi:BPMNEdge>
312 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
Rob Daughertybb341372018-04-24 13:53:25 -0400313 <dc:Bounds x="142" y="-6" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200314 </bpmndi:BPMNShape>
315 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="SendResponse">
Rob Daughertybb341372018-04-24 13:53:25 -0400316 <dc:Bounds x="309" y="-6" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200317 </bpmndi:BPMNShape>
318 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ServiceTask_86">
Rob Daughertybb341372018-04-24 13:53:25 -0400319 <di:waypoint xsi:type="dc:Point" x="242" y="34" />
320 <di:waypoint xsi:type="dc:Point" x="309" y="34" />
xg353yb6b7bef2017-04-11 13:30:42 +0200321 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400322 <dc:Bounds x="231" y="19" width="90" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200323 </bpmndi:BPMNLabel>
324 </bpmndi:BPMNEdge>
325 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="DoCreateVfModuleSubprocess">
Rob Daughertybb341372018-04-24 13:53:25 -0400326 <dc:Bounds x="597" y="-6" width="145" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200327 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200328 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_47" bpmnElement="IntermediateThrowEvent_1">
Rob Daughertybb341372018-04-24 13:53:25 -0400329 <dc:Bounds x="812" y="16" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200330 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400331 <dc:Bounds x="796" y="57" width="67" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200332 </bpmndi:BPMNLabel>
333 </bpmndi:BPMNShape>
334 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_IntermediateThrowEvent_47">
Rob Daughertybb341372018-04-24 13:53:25 -0400335 <di:waypoint xsi:type="dc:Point" x="742" y="34" />
336 <di:waypoint xsi:type="dc:Point" x="812" y="34" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400337 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400338 <dc:Bounds x="732" y="19" width="90" height="0" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400339 </bpmndi:BPMNLabel>
xg353yb6b7bef2017-04-11 13:30:42 +0200340 </bpmndi:BPMNEdge>
341 <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_32" bpmnElement="IntermediateCatchEvent_1">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700342 <dc:Bounds x="39" y="349" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200343 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700344 <dc:Bounds x="25" y="390" width="65" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200345 </bpmndi:BPMNLabel>
346 </bpmndi:BPMNShape>
347 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_219" bpmnElement="PrepareUpdateInfraRequest">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700348 <dc:Bounds x="127" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200349 </bpmndi:BPMNShape>
350 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_1">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700351 <dc:Bounds x="277" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200352 </bpmndi:BPMNShape>
353 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_179" bpmnElement="UpdateInfraRequestResponseCheck" isMarkerVisible="true">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400354 <dc:Bounds x="406" y="342" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200355 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400356 <dc:Bounds x="406" y="320" width="50" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200357 </bpmndi:BPMNLabel>
358 </bpmndi:BPMNShape>
359 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_220" bpmnElement="PrepareMSOCompletionHandler">
Rob Daughertybb341372018-04-24 13:53:25 -0400360 <dc:Bounds x="651" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200361 </bpmndi:BPMNShape>
362 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_221" bpmnElement="MSOCompletionHandler">
Rob Daughertybb341372018-04-24 13:53:25 -0400363 <dc:Bounds x="789" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200364 </bpmndi:BPMNShape>
365 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_1">
Rob Daughertybb341372018-04-24 13:53:25 -0400366 <dc:Bounds x="1078" y="349" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200367 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400368 <dc:Bounds x="1051" y="390" width="90" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200369 </bpmndi:BPMNLabel>
370 </bpmndi:BPMNShape>
371 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_2">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400372 <dc:Bounds x="413" y="454" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200373 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400374 <dc:Bounds x="386" y="495" width="90" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200375 </bpmndi:BPMNLabel>
376 </bpmndi:BPMNShape>
377 <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 -0700378 <di:waypoint xsi:type="dc:Point" x="75" y="367" />
379 <di:waypoint xsi:type="dc:Point" x="127" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200380 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700381 <dc:Bounds x="105" y="367" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200382 </bpmndi:BPMNLabel>
383 </bpmndi:BPMNEdge>
384 <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 -0700385 <di:waypoint xsi:type="dc:Point" x="227" y="367" />
386 <di:waypoint xsi:type="dc:Point" x="277" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200387 </bpmndi:BPMNEdge>
xg353yb6b7bef2017-04-11 13:30:42 +0200388 <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 -0400389 <di:waypoint xsi:type="dc:Point" x="430" y="391" />
390 <di:waypoint xsi:type="dc:Point" x="431" y="454" />
xg353yb6b7bef2017-04-11 13:30:42 +0200391 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400392 <dc:Bounds x="436" y="420" width="15" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200393 </bpmndi:BPMNLabel>
394 </bpmndi:BPMNEdge>
Rob Daughertybb341372018-04-24 13:53:25 -0400395 <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 -0400396 <di:waypoint xsi:type="dc:Point" x="456" y="367" />
Rob Daughertybb341372018-04-24 13:53:25 -0400397 <di:waypoint xsi:type="dc:Point" x="520" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200398 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400399 <dc:Bounds x="462.46376811594206" y="371.99999999999994" width="20" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200400 </bpmndi:BPMNLabel>
401 </bpmndi:BPMNEdge>
402 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_220" targetElement="_BPMNShape_ScriptTask_221">
Rob Daughertybb341372018-04-24 13:53:25 -0400403 <di:waypoint xsi:type="dc:Point" x="751" y="367" />
404 <di:waypoint xsi:type="dc:Point" x="789" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200405 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400406 <dc:Bounds x="725" y="349" width="90" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200407 </bpmndi:BPMNLabel>
408 </bpmndi:BPMNEdge>
409 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_20" bpmnElement="ErrorHandler" isExpanded="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400410 <dc:Bounds x="30" y="566" width="925" height="385" />
xg353yb6b7bef2017-04-11 13:30:42 +0200411 </bpmndi:BPMNShape>
412 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_2">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400413 <dc:Bounds x="139" y="720" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200414 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400415 <dc:Bounds x="137" y="762" width="77" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200416 </bpmndi:BPMNLabel>
417 </bpmndi:BPMNShape>
418 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_222" bpmnElement="PrepareFalloutHandler">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400419 <dc:Bounds x="497" y="698" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200420 </bpmndi:BPMNShape>
421 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_223" bpmnElement="FalloutHandler">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400422 <dc:Bounds x="690" y="698" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200423 </bpmndi:BPMNShape>
424 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_179" bpmnElement="EndEvent_3">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400425 <dc:Bounds x="846" y="720" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200426 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400427 <dc:Bounds x="864" y="761" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200428 </bpmndi:BPMNLabel>
429 </bpmndi:BPMNShape>
430 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_44" bpmnElement="BoundaryEvent_1">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400431 <dc:Bounds x="937" y="716" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200432 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400433 <dc:Bounds x="955" y="757" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200434 </bpmndi:BPMNLabel>
435 </bpmndi:BPMNShape>
436 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_180" bpmnElement="EndEvent_4">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400437 <dc:Bounds x="1066" y="716" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200438 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400439 <dc:Bounds x="1084" y="757" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200440 </bpmndi:BPMNLabel>
441 </bpmndi:BPMNShape>
442 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_222" targetElement="_BPMNShape_ScriptTask_223">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400443 <di:waypoint xsi:type="dc:Point" x="597" y="738" />
444 <di:waypoint xsi:type="dc:Point" x="690" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200445 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400446 <dc:Bounds x="644" y="723" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200447 </bpmndi:BPMNLabel>
448 </bpmndi:BPMNEdge>
449 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_223" targetElement="_BPMNShape_EndEvent_179">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400450 <di:waypoint xsi:type="dc:Point" x="790" y="738" />
451 <di:waypoint xsi:type="dc:Point" x="846" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200452 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400453 <dc:Bounds x="821" y="738" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200454 </bpmndi:BPMNLabel>
455 </bpmndi:BPMNEdge>
456 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_BoundaryEvent_44" targetElement="_BPMNShape_EndEvent_180">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400457 <di:waypoint xsi:type="dc:Point" x="973" y="734" />
458 <di:waypoint xsi:type="dc:Point" x="1066" y="734" />
xg353yb6b7bef2017-04-11 13:30:42 +0200459 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400460 <dc:Bounds x="1020" y="719" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200461 </bpmndi:BPMNLabel>
462 </bpmndi:BPMNEdge>
463 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="SetSuccessIndicator">
Rob Daughertybb341372018-04-24 13:53:25 -0400464 <dc:Bounds x="946" y="327" width="103" height="79" />
xg353yb6b7bef2017-04-11 13:30:42 +0200465 </bpmndi:BPMNShape>
466 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_221" targetElement="_BPMNShape_ScriptTask_241">
Rob Daughertybb341372018-04-24 13:53:25 -0400467 <di:waypoint xsi:type="dc:Point" x="889" y="367" />
468 <di:waypoint xsi:type="dc:Point" x="946" y="366" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400469 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400470 <dc:Bounds x="873" y="342" width="90" height="20" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400471 </bpmndi:BPMNLabel>
xg353yb6b7bef2017-04-11 13:30:42 +0200472 </bpmndi:BPMNEdge>
473 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_177">
Rob Daughertybb341372018-04-24 13:53:25 -0400474 <di:waypoint xsi:type="dc:Point" x="1049" y="367" />
475 <di:waypoint xsi:type="dc:Point" x="1078" y="367" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400476 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400477 <dc:Bounds x="1019" y="342" width="90" height="20" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400478 </bpmndi:BPMNLabel>
xg353yb6b7bef2017-04-11 13:30:42 +0200479 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400480 <bpmndi:BPMNShape id="SubProcess_0pgv3l6_di" bpmnElement="SubProcess_0pgv3l6" isExpanded="true">
481 <dc:Bounds x="160" y="1001" width="313" height="169" />
482 </bpmndi:BPMNShape>
483 <bpmndi:BPMNShape id="ScriptTask_13ekvux_di" bpmnElement="ProcessError">
484 <dc:Bounds x="268" y="1047" width="100" height="80" />
485 </bpmndi:BPMNShape>
486 <bpmndi:BPMNShape id="EndEvent_0100eju_di" bpmnElement="EndEvent_0100eju">
487 <dc:Bounds x="413" y="1069" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200488 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400489 <dc:Bounds x="431" y="1110" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200490 </bpmndi:BPMNLabel>
491 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400492 <bpmndi:BPMNShape id="StartEvent_1mov8he_di" bpmnElement="StartEvent_1mov8he">
493 <dc:Bounds x="185" y="1069" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200494 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400495 <dc:Bounds x="203" y="1110" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200496 </bpmndi:BPMNLabel>
497 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400498 <bpmndi:BPMNEdge id="SequenceFlow_1qvgrvq_di" bpmnElement="SequenceFlow_1qvgrvq">
499 <di:waypoint xsi:type="dc:Point" x="221" y="1087" />
500 <di:waypoint xsi:type="dc:Point" x="268" y="1087" />
xg353yb6b7bef2017-04-11 13:30:42 +0200501 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400502 <dc:Bounds x="242" y="1087" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200503 </bpmndi:BPMNLabel>
504 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400505 <bpmndi:BPMNEdge id="SequenceFlow_1jqizzo_di" bpmnElement="SequenceFlow_1jqizzo">
506 <di:waypoint xsi:type="dc:Point" x="368" y="1087" />
507 <di:waypoint xsi:type="dc:Point" x="413" y="1087" />
xg353yb6b7bef2017-04-11 13:30:42 +0200508 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400509 <dc:Bounds x="388" y="1087" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200510 </bpmndi:BPMNLabel>
511 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400512 <bpmndi:BPMNEdge id="SequenceFlow_0wsgnab_di" bpmnElement="SequenceFlow_0wsgnab">
513 <di:waypoint xsi:type="dc:Point" x="175" y="738" />
514 <di:waypoint xsi:type="dc:Point" x="235" y="738" />
515 <di:waypoint xsi:type="dc:Point" x="235" y="738" />
516 <di:waypoint xsi:type="dc:Point" x="296" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200517 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400518 <dc:Bounds x="250" y="738" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200519 </bpmndi:BPMNLabel>
520 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400521 <bpmndi:BPMNEdge id="SequenceFlow_018p5wf_di" bpmnElement="SequenceFlow_018p5wf">
522 <di:waypoint xsi:type="dc:Point" x="396" y="738" />
523 <di:waypoint xsi:type="dc:Point" x="497" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200524 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400525 <dc:Bounds x="447" y="723" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200526 </bpmndi:BPMNLabel>
527 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400528 <bpmndi:BPMNShape id="ScriptTask_036ipyg_di" bpmnElement="SendErrorResponse">
529 <dc:Bounds x="296" y="698" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200530 </bpmndi:BPMNShape>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400531 <bpmndi:BPMNShape id="CallActivity_0i3men0_di" bpmnElement="CallActivity_0i3men0">
Rob Daughertybb341372018-04-24 13:53:25 -0400532 <dc:Bounds x="432" y="-145" width="145" height="80" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400533 </bpmndi:BPMNShape>
534 <bpmndi:BPMNEdge id="SequenceFlow_0e2ta6w_di" bpmnElement="SequenceFlow_0e2ta6w">
Rob Daughertybb341372018-04-24 13:53:25 -0400535 <di:waypoint xsi:type="dc:Point" x="409" y="34" />
536 <di:waypoint xsi:type="dc:Point" x="480" y="34" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400537 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400538 <dc:Bounds x="399.5" y="19" width="90" height="0" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400539 </bpmndi:BPMNLabel>
540 </bpmndi:BPMNEdge>
541 <bpmndi:BPMNShape id="ExclusiveGateway_09h60ub_di" bpmnElement="ExclusiveGateway_09h60ub" isMarkerVisible="true">
Rob Daughertybb341372018-04-24 13:53:25 -0400542 <dc:Bounds x="645" y="-130" width="50" height="50" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400543 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400544 <dc:Bounds x="632" y="-162" width="75" height="24" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400545 </bpmndi:BPMNLabel>
546 </bpmndi:BPMNShape>
547 <bpmndi:BPMNEdge id="SequenceFlow_1vx081s_di" bpmnElement="SequenceFlow_1vx081s">
Rob Daughertybb341372018-04-24 13:53:25 -0400548 <di:waypoint xsi:type="dc:Point" x="670" y="-80" />
549 <di:waypoint xsi:type="dc:Point" x="670" y="-38" />
550 <di:waypoint xsi:type="dc:Point" x="670" y="-38" />
551 <di:waypoint xsi:type="dc:Point" x="670" y="-6" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400552 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400553 <dc:Bounds x="674.9351851851853" y="-69.97752808988761" width="15" height="12" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400554 </bpmndi:BPMNLabel>
555 </bpmndi:BPMNEdge>
556 <bpmndi:BPMNEdge id="SequenceFlow_07llpjo_di" bpmnElement="SequenceFlow_07llpjo">
Rob Daughertybb341372018-04-24 13:53:25 -0400557 <di:waypoint xsi:type="dc:Point" x="577" y="-105" />
558 <di:waypoint xsi:type="dc:Point" x="645" y="-105" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400559 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400560 <dc:Bounds x="566" y="-120" width="90" height="0" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400561 </bpmndi:BPMNLabel>
562 </bpmndi:BPMNEdge>
563 <bpmndi:BPMNShape id="EndEvent_0n6bb71_di" bpmnElement="EndEvent_0n6bb71">
Rob Daughertybb341372018-04-24 13:53:25 -0400564 <dc:Bounds x="760" y="-123" width="36" height="36" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400565 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400566 <dc:Bounds x="733" y="-82" width="90" height="0" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400567 </bpmndi:BPMNLabel>
568 </bpmndi:BPMNShape>
569 <bpmndi:BPMNEdge id="SequenceFlow_0nszq2o_di" bpmnElement="SequenceFlow_0nszq2o">
Rob Daughertybb341372018-04-24 13:53:25 -0400570 <di:waypoint xsi:type="dc:Point" x="695" y="-105" />
571 <di:waypoint xsi:type="dc:Point" x="760" y="-105" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400572 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400573 <dc:Bounds x="700.9862881434168" y="-100.62310488133339" width="20" height="12" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400574 </bpmndi:BPMNLabel>
575 </bpmndi:BPMNEdge>
576 <bpmndi:BPMNShape id="CallActivity_17ukiqm_di" bpmnElement="CallActivity_17ukiqm">
Rob Daughertybb341372018-04-24 13:53:25 -0400577 <dc:Bounds x="472" y="189" width="145" height="80" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400578 </bpmndi:BPMNShape>
579 <bpmndi:BPMNEdge id="SequenceFlow_1crl7uf_di" bpmnElement="SequenceFlow_1crl7uf">
580 <di:waypoint xsi:type="dc:Point" x="377" y="367" />
581 <di:waypoint xsi:type="dc:Point" x="406" y="367" />
582 <bpmndi:BPMNLabel>
583 <dc:Bounds x="391.5" y="346" width="0" height="12" />
584 </bpmndi:BPMNLabel>
585 </bpmndi:BPMNEdge>
586 <bpmndi:BPMNShape id="ExclusiveGateway_1hncvjy_di" bpmnElement="ExclusiveGateway_1hncvjy" isMarkerVisible="true">
Rob Daughertybb341372018-04-24 13:53:25 -0400587 <dc:Bounds x="675" y="204" width="50" height="50" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400588 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400589 <dc:Bounds x="657" y="170" width="86" height="24" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400590 </bpmndi:BPMNLabel>
591 </bpmndi:BPMNShape>
592 <bpmndi:BPMNEdge id="SequenceFlow_1tk5ru7_di" bpmnElement="SequenceFlow_1tk5ru7">
Rob Daughertybb341372018-04-24 13:53:25 -0400593 <di:waypoint xsi:type="dc:Point" x="617" y="229" />
594 <di:waypoint xsi:type="dc:Point" x="675" y="229" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400595 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400596 <dc:Bounds x="601" y="208" width="90" height="12" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400597 </bpmndi:BPMNLabel>
598 </bpmndi:BPMNEdge>
599 <bpmndi:BPMNEdge id="SequenceFlow_0td7d9m_di" bpmnElement="SequenceFlow_0td7d9m">
Rob Daughertybb341372018-04-24 13:53:25 -0400600 <di:waypoint xsi:type="dc:Point" x="700" y="254" />
601 <di:waypoint xsi:type="dc:Point" x="701" y="327" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400602 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400603 <dc:Bounds x="706.5002014596164" y="260.46992001430345" width="15" height="12" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400604 </bpmndi:BPMNLabel>
605 </bpmndi:BPMNEdge>
606 <bpmndi:BPMNShape id="EndEvent_0a97jcr_di" bpmnElement="EndEvent_0a97jcr">
Rob Daughertybb341372018-04-24 13:53:25 -0400607 <dc:Bounds x="773" y="211" width="36" height="36" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400608 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400609 <dc:Bounds x="701" y="252" width="90" height="12" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400610 </bpmndi:BPMNLabel>
611 </bpmndi:BPMNShape>
612 <bpmndi:BPMNEdge id="SequenceFlow_0h5cld9_di" bpmnElement="SequenceFlow_0h5cld9">
Rob Daughertybb341372018-04-24 13:53:25 -0400613 <di:waypoint xsi:type="dc:Point" x="725" y="229" />
614 <di:waypoint xsi:type="dc:Point" x="773" y="229" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400615 <bpmndi:BPMNLabel>
Rob Daughertybb341372018-04-24 13:53:25 -0400616 <dc:Bounds x="729" y="235" width="20" height="12" />
617 </bpmndi:BPMNLabel>
618 </bpmndi:BPMNEdge>
619 <bpmndi:BPMNShape id="ExclusiveGateway_1qozral_di" bpmnElement="ExclusiveGateway_1qozral" isMarkerVisible="true">
620 <dc:Bounds x="479.5474525474525" y="9" width="50" height="50" />
621 <bpmndi:BPMNLabel>
622 <dc:Bounds x="463" y="66" width="86" height="12" />
623 </bpmndi:BPMNLabel>
624 </bpmndi:BPMNShape>
625 <bpmndi:BPMNEdge id="SequenceFlow_1xggje5_di" bpmnElement="SequenceFlow_1xggje5">
626 <di:waypoint xsi:type="dc:Point" x="505" y="9" />
627 <di:waypoint xsi:type="dc:Point" x="505" y="-65" />
628 <bpmndi:BPMNLabel>
629 <dc:Bounds x="512" y="-26" width="20" height="12" />
630 </bpmndi:BPMNLabel>
631 </bpmndi:BPMNEdge>
632 <bpmndi:BPMNEdge id="SequenceFlow_1y7d5qk_di" bpmnElement="SequenceFlow_1y7d5qk">
633 <di:waypoint xsi:type="dc:Point" x="530" y="34" />
634 <di:waypoint xsi:type="dc:Point" x="597" y="34" />
635 <bpmndi:BPMNLabel>
636 <dc:Bounds x="546" y="37" width="15" height="12" />
637 </bpmndi:BPMNLabel>
638 </bpmndi:BPMNEdge>
639 <bpmndi:BPMNShape id="ExclusiveGateway_0c8x2mq_di" bpmnElement="ExclusiveGateway_0c8x2mq" isMarkerVisible="true">
640 <dc:Bounds x="520" y="342" width="50" height="50" />
641 <bpmndi:BPMNLabel>
642 <dc:Bounds x="502" y="402" width="86" height="24" />
643 </bpmndi:BPMNLabel>
644 </bpmndi:BPMNShape>
645 <bpmndi:BPMNEdge id="SequenceFlow_020dbkp_di" bpmnElement="SequenceFlow_020dbkp">
646 <di:waypoint xsi:type="dc:Point" x="545" y="342" />
647 <di:waypoint xsi:type="dc:Point" x="545" y="269" />
648 <bpmndi:BPMNLabel>
649 <dc:Bounds x="550" y="307" width="20" height="12" />
650 </bpmndi:BPMNLabel>
651 </bpmndi:BPMNEdge>
652 <bpmndi:BPMNEdge id="SequenceFlow_0u8zesf_di" bpmnElement="SequenceFlow_0u8zesf">
653 <di:waypoint xsi:type="dc:Point" x="570" y="367" />
654 <di:waypoint xsi:type="dc:Point" x="651" y="367" />
655 <bpmndi:BPMNLabel>
656 <dc:Bounds x="585" y="372" width="15" height="12" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400657 </bpmndi:BPMNLabel>
658 </bpmndi:BPMNEdge>
xg353yb6b7bef2017-04-11 13:30:42 +0200659 </bpmndi:BPMNPlane>
660 </bpmndi:BPMNDiagram>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700661</bpmn2:definitions>