blob: 70cfa7dfcfe19482cce46930bb7ab2356e6516c2 [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<?xml version="1.0" encoding="UTF-8"?>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -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" />
xg353yb6b7bef2017-04-11 13:30:42 +020041 </bpmn2:extensionElements>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040042 <bpmn2:incoming>SequenceFlow_1vx081s</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +020043 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
44 </bpmn2:callActivity>
45 <bpmn2:scriptTask id="SendResponse" name="Send Response" scriptFormat="groovy">
46 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040047 <bpmn2:outgoing>SequenceFlow_0e2ta6w</bpmn2:outgoing>
48 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
49def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +020050createVfModule.sendResponse(execution)]]></bpmn2:script>
51 </bpmn2:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +020052 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To FinishLine">
53 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070054 <bpmn2:linkEventDefinition id="_LinkEventDefinition_34" name="FinishLine" />
xg353yb6b7bef2017-04-11 13:30:42 +020055 </bpmn2:intermediateThrowEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070056 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="DoCreateVfModuleSubprocess" targetRef="IntermediateThrowEvent_1" />
xg353yb6b7bef2017-04-11 13:30:42 +020057 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="FinishLine">
58 <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070059 <bpmn2:linkEventDefinition id="_LinkEventDefinition_35" name="FinishLine" />
xg353yb6b7bef2017-04-11 13:30:42 +020060 </bpmn2:intermediateCatchEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070061 <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="IntermediateCatchEvent_1" targetRef="PrepareUpdateInfraRequest" />
xg353yb6b7bef2017-04-11 13:30:42 +020062 <bpmn2:scriptTask id="PrepareUpdateInfraRequest" name="Prepare Update Infra Request" scriptFormat="groovy">
63 <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
64 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040065 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
66def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +020067createVfModule.prepareUpdateInfraRequest(execution)]]></bpmn2:script>
68 </bpmn2:scriptTask>
69 <bpmn2:serviceTask id="ServiceTask_1" name="Update Infra Request">
70 <bpmn2:extensionElements>
71 <camunda:connector>
72 <camunda:inputOutput>
Rob Daugherty9f48bf32017-10-19 21:42:19 -040073 <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter>
xg353yb6b7bef2017-04-11 13:30:42 +020074 <camunda:inputParameter name="headers">
75 <camunda:map>
76 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
Arthur Martella62cd6aa2017-09-08 13:27:46 -040077 <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry>
xg353yb6b7bef2017-04-11 13:30:42 +020078 </camunda:map>
79 </camunda:inputParameter>
80 <camunda:inputParameter name="payload">${CVFMI_updateInfraRequest}</camunda:inputParameter>
81 <camunda:inputParameter name="method">POST</camunda:inputParameter>
82 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
83 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
84 </camunda:inputOutput>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070085 <camunda:connectorId>http-connector</camunda:connectorId>
xg353yb6b7bef2017-04-11 13:30:42 +020086 </camunda:connector>
87 </bpmn2:extensionElements>
88 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040089 <bpmn2:outgoing>SequenceFlow_1crl7uf</bpmn2:outgoing>
xg353yb6b7bef2017-04-11 13:30:42 +020090 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070091 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="PrepareUpdateInfraRequest" targetRef="ServiceTask_1" />
xg353yb6b7bef2017-04-11 13:30:42 +020092 <bpmn2:scriptTask id="PrepareMSOCompletionHandler" name="Prepare MSO Completion Handler" scriptFormat="groovy">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040093 <bpmn2:incoming>SequenceFlow_0td7d9m</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +020094 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -040095 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
96def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +020097createVfModule.postProcessResponse(execution)]]></bpmn2:script>
98 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070099 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PrepareMSOCompletionHandler" targetRef="MSOCompletionHandler" />
xg353yb6b7bef2017-04-11 13:30:42 +0200100 <bpmn2:callActivity id="MSOCompletionHandler" name="MSO Completion Handler" calledElement="CompleteMsoProcess">
101 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700102 <camunda:in source="CVFMI_msoCompletionRequest" target="CompleteMsoProcessRequest" />
103 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
104 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
105 <camunda:in source="mso-request-id" target="mso-request-id" />
106 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" />
107 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" />
xg353yb6b7bef2017-04-11 13:30:42 +0200108 </bpmn2:extensionElements>
109 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
110 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
111 </bpmn2:callActivity>
112 <bpmn2:exclusiveGateway id="UpdateInfraRequestResponseCheck" name="Success? " default="updateInfraRequestResponseBad">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400113 <bpmn2:incoming>SequenceFlow_1crl7uf</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200114 <bpmn2:outgoing>updateInfraRequestResponseBad</bpmn2:outgoing>
115 <bpmn2:outgoing>updateInfraRequestResponseGood</bpmn2:outgoing>
116 </bpmn2:exclusiveGateway>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700117 <bpmn2:sequenceFlow id="updateInfraRequestResponseBad" name="no" sourceRef="UpdateInfraRequestResponseCheck" targetRef="EndEvent_2" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400118 <bpmn2:sequenceFlow id="updateInfraRequestResponseGood" name="yes" sourceRef="UpdateInfraRequestResponseCheck" targetRef="CallActivity_17ukiqm">
xg353yb6b7bef2017-04-11 13:30:42 +0200119 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVFMI_dbResponseCode" ) == '200'}]]></bpmn2:conditionExpression>
120 </bpmn2:sequenceFlow>
121 <bpmn2:endEvent id="EndEvent_2">
122 <bpmn2:incoming>updateInfraRequestResponseBad</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700123 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_2" errorRef="Error_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200124 </bpmn2:endEvent>
125 <bpmn2:subProcess id="ErrorHandler" name="Error Handler" triggeredByEvent="true">
xg353yb6b7bef2017-04-11 13:30:42 +0200126 <bpmn2:startEvent id="StartEvent_2" name="Catch All Errors">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400127 <bpmn2:outgoing>SequenceFlow_0wsgnab</bpmn2:outgoing>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700128 <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200129 </bpmn2:startEvent>
xg353yb6b7bef2017-04-11 13:30:42 +0200130 <bpmn2:callActivity id="FalloutHandler" name="Fallout Handler" calledElement="FalloutHandler">
131 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700132 <camunda:in source="CVFMI_FalloutHandlerRequest" target="FalloutHandlerRequest" />
133 <camunda:in source="mso-request-id" target="mso-request-id" />
134 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" />
135 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
xg353yb6b7bef2017-04-11 13:30:42 +0200136 </bpmn2:extensionElements>
137 <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming>
138 <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
139 </bpmn2:callActivity>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700140 <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="FalloutHandler" targetRef="EndEvent_3" />
xg353yb6b7bef2017-04-11 13:30:42 +0200141 <bpmn2:endEvent id="EndEvent_3">
142 <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700143 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_11" />
xg353yb6b7bef2017-04-11 13:30:42 +0200144 </bpmn2:endEvent>
145 <bpmn2:scriptTask id="PrepareFalloutHandler" name="Prepare Fallout Handler" scriptFormat="groovy">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400146 <bpmn2:incoming>SequenceFlow_018p5wf</bpmn2:incoming>
xg353yb6b7bef2017-04-11 13:30:42 +0200147 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400148 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
149def cvfm = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +0200150cvfm.falloutHandlerPrep(execution, 'CVFMI_FalloutHandlerRequest')]]></bpmn2:script>
151 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700152 <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PrepareFalloutHandler" targetRef="FalloutHandler" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400153 <bpmn2:sequenceFlow id="SequenceFlow_0wsgnab" sourceRef="StartEvent_2" targetRef="SendErrorResponse" />
154 <bpmn2:sequenceFlow id="SequenceFlow_018p5wf" sourceRef="SendErrorResponse" targetRef="PrepareFalloutHandler" />
155 <bpmn2:scriptTask id="SendErrorResponse" name="Send Error Response" scriptFormat="groovy">
156 <bpmn2:incoming>SequenceFlow_0wsgnab</bpmn2:incoming>
157 <bpmn2:outgoing>SequenceFlow_018p5wf</bpmn2:outgoing>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400158 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
159def createVfModule = new CreateVfModuleInfra()
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400160createVfModule.sendErrorResponse(execution)]]></bpmn2:script>
xg353yb6b7bef2017-04-11 13:30:42 +0200161 </bpmn2:scriptTask>
xg353yb6b7bef2017-04-11 13:30:42 +0200162 </bpmn2:subProcess>
163 <bpmn2:scriptTask id="SetSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy">
164 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
165 <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
166 <bpmn2:script><![CDATA[execution.setVariable("CreateVfModuleSuccessIndicator", true)]]></bpmn2:script>
167 </bpmn2:scriptTask>
168 <bpmn2:endEvent id="EndEvent_1">
169 <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700170 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_10" />
xg353yb6b7bef2017-04-11 13:30:42 +0200171 </bpmn2:endEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700172 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="MSOCompletionHandler" targetRef="SetSuccessIndicator" />
173 <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="SetSuccessIndicator" targetRef="EndEvent_1" />
xg353yb6b7bef2017-04-11 13:30:42 +0200174 <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="ErrorHandler">
175 <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700176 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_3" />
xg353yb6b7bef2017-04-11 13:30:42 +0200177 </bpmn2:boundaryEvent>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700178 <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_4" />
xg353yb6b7bef2017-04-11 13:30:42 +0200179 <bpmn2:endEvent id="EndEvent_4">
180 <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700181 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200182 </bpmn2:endEvent>
183 <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
184 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
185 <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400186 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
187def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +0200188createVfModule.preProcessRequest(execution)]]></bpmn2:script>
189 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700190 <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PreProcessRequest" targetRef="SendResponse" />
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400191 <bpmn2:subProcess id="SubProcess_0pgv3l6" name="Java Exception Handling Sub Process" triggeredByEvent="true">
192 <bpmn2:scriptTask id="ProcessError" name="Process Error" scriptFormat="groovy">
193 <bpmn2:incoming>SequenceFlow_1qvgrvq</bpmn2:incoming>
194 <bpmn2:outgoing>SequenceFlow_1jqizzo</bpmn2:outgoing>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400195 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
196ExceptionUtil exceptionUtil = new ExceptionUtil()
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400197exceptionUtil.processJavaException(execution)]]></bpmn2:script>
198 </bpmn2:scriptTask>
199 <bpmn2:endEvent id="EndEvent_0100eju">
200 <bpmn2:incoming>SequenceFlow_1jqizzo</bpmn2:incoming>
201 </bpmn2:endEvent>
202 <bpmn2:startEvent id="StartEvent_1mov8he">
203 <bpmn2:outgoing>SequenceFlow_1qvgrvq</bpmn2:outgoing>
204 <bpmn2:errorEventDefinition />
205 </bpmn2:startEvent>
206 <bpmn2:sequenceFlow id="SequenceFlow_1qvgrvq" name="" sourceRef="StartEvent_1mov8he" targetRef="ProcessError" />
207 <bpmn2:sequenceFlow id="SequenceFlow_1jqizzo" name="" sourceRef="ProcessError" targetRef="EndEvent_0100eju" />
208 </bpmn2:subProcess>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400209 <bpmn2:callActivity id="CallActivity_0i3men0" name="APP-C Healthcheck" calledElement="AppCClient">
210 <bpmn2:extensionElements>
211 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
212 <camunda:in source="actionHealthCheck" target="action" />
213 <camunda:in source="CVFMI_vnfId" target="vnfId" />
214 <camunda:in source="CVFMI_requestId" target="msoRequestId" />
215 <camunda:in source="CVFMI_vnfName" target="vnfName" />
216 <camunda:in source="CVFMO_controllerType" target="controllerType" />
217 <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
218 <camunda:out source="errorCode" target="errorCode" />
219 <camunda:out source="errorText" target="errorText" />
220 <camunda:out source="workStep" target="workStep" />
221 <camunda:out source="failedActivity" target="failedActivity" />
222 </bpmn2:extensionElements>
223 <bpmn2:incoming>SequenceFlow_0e2ta6w</bpmn2:incoming>
224 <bpmn2:outgoing>SequenceFlow_07llpjo</bpmn2:outgoing>
225 </bpmn2:callActivity>
226 <bpmn2:sequenceFlow id="SequenceFlow_0e2ta6w" sourceRef="SendResponse" targetRef="CallActivity_0i3men0" />
227 <bpmn2:exclusiveGateway id="ExclusiveGateway_09h60ub" name="Error on Pre Health Check?" default="SequenceFlow_1vx081s">
228 <bpmn2:incoming>SequenceFlow_07llpjo</bpmn2:incoming>
229 <bpmn2:outgoing>SequenceFlow_1vx081s</bpmn2:outgoing>
230 <bpmn2:outgoing>SequenceFlow_0nszq2o</bpmn2:outgoing>
231 </bpmn2:exclusiveGateway>
232 <bpmn2:sequenceFlow id="SequenceFlow_1vx081s" name="no" sourceRef="ExclusiveGateway_09h60ub" targetRef="DoCreateVfModuleSubprocess" />
233 <bpmn2:sequenceFlow id="SequenceFlow_07llpjo" sourceRef="CallActivity_0i3men0" targetRef="ExclusiveGateway_09h60ub" />
234 <bpmn2:endEvent id="EndEvent_0n6bb71">
235 <bpmn2:incoming>SequenceFlow_0nszq2o</bpmn2:incoming>
236 <bpmn2:errorEventDefinition errorRef="Error_1" />
237 </bpmn2:endEvent>
238 <bpmn2:sequenceFlow id="SequenceFlow_0nszq2o" name="yes" sourceRef="ExclusiveGateway_09h60ub" targetRef="EndEvent_0n6bb71">
239 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression>
240 </bpmn2:sequenceFlow>
241 <bpmn2:callActivity id="CallActivity_17ukiqm" name="APP-C ConfigScaleOut" calledElement="AppCClient">
242 <bpmn2:extensionElements>
243 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" />
244 <camunda:in source="actionConfigScaleOut" target="action" />
245 <camunda:in source="CVFMI_vnfId" target="vnfId" />
246 <camunda:in source="CVFMI_requestId" target="msoRequestId" />
247 <camunda:in source="CVFMI_vnfName" target="vnfName" />
248 <camunda:in source="CVFMO_controllerType" target="controllerType" />
249 <camunda:in source="healthCheckIndex0" target="healthCheckIndex" />
250 <camunda:out source="errorCode" target="errorConfigScaleOutCode" />
251 <camunda:out source="errorText" target="errorText" />
252 <camunda:out source="workStep" target="workStep" />
253 <camunda:out source="failedActivity" target="failedActivity" />
254 <camunda:in source="CVFMI_vfModuleId" target="vfModuleId" />
255 </bpmn2:extensionElements>
256 <bpmn2:incoming>updateInfraRequestResponseGood</bpmn2:incoming>
257 <bpmn2:outgoing>SequenceFlow_1tk5ru7</bpmn2:outgoing>
258 </bpmn2:callActivity>
259 <bpmn2:sequenceFlow id="SequenceFlow_1crl7uf" sourceRef="ServiceTask_1" targetRef="UpdateInfraRequestResponseCheck" />
260 <bpmn2:exclusiveGateway id="ExclusiveGateway_1hncvjy" name="Error on ConfigScaleOut?" default="SequenceFlow_0td7d9m">
261 <bpmn2:incoming>SequenceFlow_1tk5ru7</bpmn2:incoming>
262 <bpmn2:outgoing>SequenceFlow_0td7d9m</bpmn2:outgoing>
263 <bpmn2:outgoing>SequenceFlow_0h5cld9</bpmn2:outgoing>
264 </bpmn2:exclusiveGateway>
265 <bpmn2:sequenceFlow id="SequenceFlow_1tk5ru7" sourceRef="CallActivity_17ukiqm" targetRef="ExclusiveGateway_1hncvjy" />
266 <bpmn2:sequenceFlow id="SequenceFlow_0td7d9m" name="no" sourceRef="ExclusiveGateway_1hncvjy" targetRef="PrepareMSOCompletionHandler" />
267 <bpmn2:endEvent id="EndEvent_0a97jcr">
268 <bpmn2:incoming>SequenceFlow_0h5cld9</bpmn2:incoming>
269 <bpmn2:errorEventDefinition errorRef="Error_1" />
270 </bpmn2:endEvent>
271 <bpmn2:sequenceFlow id="SequenceFlow_0h5cld9" name="yes" sourceRef="ExclusiveGateway_1hncvjy" targetRef="EndEvent_0a97jcr">
272 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorConfigScaleOutCode") != "0"]]></bpmn2:conditionExpression>
273 </bpmn2:sequenceFlow>
xg353yb6b7bef2017-04-11 13:30:42 +0200274 </bpmn2:process>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700275 <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
276 <bpmn2:error id="Error_2" name="REST Fault" errorCode="RESTFault" />
xg353yb6b7bef2017-04-11 13:30:42 +0200277 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
278 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleInfra">
279 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700280 <dc:Bounds x="41" y="231" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200281 </bpmndi:BPMNShape>
282 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700283 <di:waypoint xsi:type="dc:Point" x="77" y="249" />
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400284 <di:waypoint xsi:type="dc:Point" x="142" y="249" />
xg353yb6b7bef2017-04-11 13:30:42 +0200285 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400286 <dc:Bounds x="110" y="234" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200287 </bpmndi:BPMNLabel>
288 </bpmndi:BPMNEdge>
289 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400290 <dc:Bounds x="142" y="209" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200291 </bpmndi:BPMNShape>
292 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="SendResponse">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400293 <dc:Bounds x="309" y="209" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200294 </bpmndi:BPMNShape>
295 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ServiceTask_86">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400296 <di:waypoint xsi:type="dc:Point" x="242" y="249" />
297 <di:waypoint xsi:type="dc:Point" x="309" y="249" />
xg353yb6b7bef2017-04-11 13:30:42 +0200298 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400299 <dc:Bounds x="276" y="234" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200300 </bpmndi:BPMNLabel>
301 </bpmndi:BPMNEdge>
302 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="DoCreateVfModuleSubprocess">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400303 <dc:Bounds x="816" y="209" width="145" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200304 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200305 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_47" bpmnElement="IntermediateThrowEvent_1">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400306 <dc:Bounds x="1031" y="231" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200307 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400308 <dc:Bounds x="1016" y="272" width="65" height="13" />
xg353yb6b7bef2017-04-11 13:30:42 +0200309 </bpmndi:BPMNLabel>
310 </bpmndi:BPMNShape>
311 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_IntermediateThrowEvent_47">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400312 <di:waypoint xsi:type="dc:Point" x="961" y="249" />
313 <di:waypoint xsi:type="dc:Point" x="995" y="249" />
314 <di:waypoint xsi:type="dc:Point" x="995" y="249" />
315 <di:waypoint xsi:type="dc:Point" x="1031" y="249" />
316 <bpmndi:BPMNLabel>
317 <dc:Bounds x="1010" y="249" width="0" height="0" />
318 </bpmndi:BPMNLabel>
xg353yb6b7bef2017-04-11 13:30:42 +0200319 </bpmndi:BPMNEdge>
320 <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_32" bpmnElement="IntermediateCatchEvent_1">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700321 <dc:Bounds x="39" y="349" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200322 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700323 <dc:Bounds x="25" y="390" width="65" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200324 </bpmndi:BPMNLabel>
325 </bpmndi:BPMNShape>
326 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_219" bpmnElement="PrepareUpdateInfraRequest">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700327 <dc:Bounds x="127" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200328 </bpmndi:BPMNShape>
329 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_1">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700330 <dc:Bounds x="277" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200331 </bpmndi:BPMNShape>
332 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_179" bpmnElement="UpdateInfraRequestResponseCheck" isMarkerVisible="true">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400333 <dc:Bounds x="406" y="342" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200334 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400335 <dc:Bounds x="407" y="309" width="49" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200336 </bpmndi:BPMNLabel>
337 </bpmndi:BPMNShape>
338 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_220" bpmnElement="PrepareMSOCompletionHandler">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400339 <dc:Bounds x="810" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200340 </bpmndi:BPMNShape>
341 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_221" bpmnElement="MSOCompletionHandler">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400342 <dc:Bounds x="948" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200343 </bpmndi:BPMNShape>
344 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_1">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400345 <dc:Bounds x="1237" y="349" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200346 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400347 <dc:Bounds x="1210" y="390" width="90" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200348 </bpmndi:BPMNLabel>
349 </bpmndi:BPMNShape>
350 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_2">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400351 <dc:Bounds x="413" y="454" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200352 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400353 <dc:Bounds x="386" y="495" width="90" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200354 </bpmndi:BPMNLabel>
355 </bpmndi:BPMNShape>
356 <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 -0700357 <di:waypoint xsi:type="dc:Point" x="75" y="367" />
358 <di:waypoint xsi:type="dc:Point" x="127" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200359 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700360 <dc:Bounds x="105" y="367" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200361 </bpmndi:BPMNLabel>
362 </bpmndi:BPMNEdge>
363 <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 -0700364 <di:waypoint xsi:type="dc:Point" x="227" y="367" />
365 <di:waypoint xsi:type="dc:Point" x="277" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200366 </bpmndi:BPMNEdge>
xg353yb6b7bef2017-04-11 13:30:42 +0200367 <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 -0400368 <di:waypoint xsi:type="dc:Point" x="430" y="391" />
369 <di:waypoint xsi:type="dc:Point" x="431" y="454" />
xg353yb6b7bef2017-04-11 13:30:42 +0200370 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400371 <dc:Bounds x="423.56413838294776" y="426.8392769104355" width="12" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200372 </bpmndi:BPMNLabel>
373 </bpmndi:BPMNEdge>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400374 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="updateInfraRequestResponseGood" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="CallActivity_17ukiqm_di">
375 <di:waypoint xsi:type="dc:Point" x="456" y="367" />
376 <di:waypoint xsi:type="dc:Point" x="525" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200377 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400378 <dc:Bounds x="482.10526315789474" y="367.00000000000006" width="18" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200379 </bpmndi:BPMNLabel>
380 </bpmndi:BPMNEdge>
381 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_220" targetElement="_BPMNShape_ScriptTask_221">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400382 <di:waypoint xsi:type="dc:Point" x="910" y="367" />
383 <di:waypoint xsi:type="dc:Point" x="948" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200384 <bpmndi:BPMNLabel>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400385 <dc:Bounds x="884" y="349" width="90" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200386 </bpmndi:BPMNLabel>
387 </bpmndi:BPMNEdge>
388 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_20" bpmnElement="ErrorHandler" isExpanded="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400389 <dc:Bounds x="30" y="566" width="925" height="385" />
xg353yb6b7bef2017-04-11 13:30:42 +0200390 </bpmndi:BPMNShape>
391 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_2">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400392 <dc:Bounds x="139" y="720" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200393 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400394 <dc:Bounds x="137" y="762" width="77" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200395 </bpmndi:BPMNLabel>
396 </bpmndi:BPMNShape>
397 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_222" bpmnElement="PrepareFalloutHandler">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400398 <dc:Bounds x="497" y="698" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200399 </bpmndi:BPMNShape>
400 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_223" bpmnElement="FalloutHandler">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400401 <dc:Bounds x="690" y="698" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200402 </bpmndi:BPMNShape>
403 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_179" bpmnElement="EndEvent_3">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400404 <dc:Bounds x="846" y="720" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200405 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400406 <dc:Bounds x="864" y="761" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200407 </bpmndi:BPMNLabel>
408 </bpmndi:BPMNShape>
409 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_44" bpmnElement="BoundaryEvent_1">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400410 <dc:Bounds x="937" y="716" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200411 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400412 <dc:Bounds x="955" y="757" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200413 </bpmndi:BPMNLabel>
414 </bpmndi:BPMNShape>
415 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_180" bpmnElement="EndEvent_4">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400416 <dc:Bounds x="1066" y="716" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200417 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400418 <dc:Bounds x="1084" y="757" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200419 </bpmndi:BPMNLabel>
420 </bpmndi:BPMNShape>
421 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_222" targetElement="_BPMNShape_ScriptTask_223">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400422 <di:waypoint xsi:type="dc:Point" x="597" y="738" />
423 <di:waypoint xsi:type="dc:Point" x="690" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200424 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400425 <dc:Bounds x="644" y="723" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200426 </bpmndi:BPMNLabel>
427 </bpmndi:BPMNEdge>
428 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_223" targetElement="_BPMNShape_EndEvent_179">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400429 <di:waypoint xsi:type="dc:Point" x="790" y="738" />
430 <di:waypoint xsi:type="dc:Point" x="846" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200431 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400432 <dc:Bounds x="821" y="738" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200433 </bpmndi:BPMNLabel>
434 </bpmndi:BPMNEdge>
435 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_BoundaryEvent_44" targetElement="_BPMNShape_EndEvent_180">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400436 <di:waypoint xsi:type="dc:Point" x="973" y="734" />
437 <di:waypoint xsi:type="dc:Point" x="1066" y="734" />
xg353yb6b7bef2017-04-11 13:30:42 +0200438 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400439 <dc:Bounds x="1020" y="719" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200440 </bpmndi:BPMNLabel>
441 </bpmndi:BPMNEdge>
442 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="SetSuccessIndicator">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400443 <dc:Bounds x="1105" y="327" width="103" height="79" />
xg353yb6b7bef2017-04-11 13:30:42 +0200444 </bpmndi:BPMNShape>
445 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_221" targetElement="_BPMNShape_ScriptTask_241">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400446 <di:waypoint xsi:type="dc:Point" x="1048" y="367" />
447 <di:waypoint xsi:type="dc:Point" x="1105" y="366" />
448 <bpmndi:BPMNLabel>
449 <dc:Bounds x="1031.5" y="341.5" width="90" height="20" />
450 </bpmndi:BPMNLabel>
xg353yb6b7bef2017-04-11 13:30:42 +0200451 </bpmndi:BPMNEdge>
452 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_177">
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400453 <di:waypoint xsi:type="dc:Point" x="1208" y="367" />
454 <di:waypoint xsi:type="dc:Point" x="1237" y="367" />
455 <bpmndi:BPMNLabel>
456 <dc:Bounds x="1177.5" y="342" width="90" height="20" />
457 </bpmndi:BPMNLabel>
xg353yb6b7bef2017-04-11 13:30:42 +0200458 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400459 <bpmndi:BPMNShape id="SubProcess_0pgv3l6_di" bpmnElement="SubProcess_0pgv3l6" isExpanded="true">
460 <dc:Bounds x="160" y="1001" width="313" height="169" />
461 </bpmndi:BPMNShape>
462 <bpmndi:BPMNShape id="ScriptTask_13ekvux_di" bpmnElement="ProcessError">
463 <dc:Bounds x="268" y="1047" width="100" height="80" />
464 </bpmndi:BPMNShape>
465 <bpmndi:BPMNShape id="EndEvent_0100eju_di" bpmnElement="EndEvent_0100eju">
466 <dc:Bounds x="413" y="1069" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200467 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400468 <dc:Bounds x="431" y="1110" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200469 </bpmndi:BPMNLabel>
470 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400471 <bpmndi:BPMNShape id="StartEvent_1mov8he_di" bpmnElement="StartEvent_1mov8he">
472 <dc:Bounds x="185" y="1069" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200473 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400474 <dc:Bounds x="203" y="1110" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200475 </bpmndi:BPMNLabel>
476 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400477 <bpmndi:BPMNEdge id="SequenceFlow_1qvgrvq_di" bpmnElement="SequenceFlow_1qvgrvq">
478 <di:waypoint xsi:type="dc:Point" x="221" y="1087" />
479 <di:waypoint xsi:type="dc:Point" x="268" y="1087" />
xg353yb6b7bef2017-04-11 13:30:42 +0200480 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400481 <dc:Bounds x="242" y="1087" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200482 </bpmndi:BPMNLabel>
483 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400484 <bpmndi:BPMNEdge id="SequenceFlow_1jqizzo_di" bpmnElement="SequenceFlow_1jqizzo">
485 <di:waypoint xsi:type="dc:Point" x="368" y="1087" />
486 <di:waypoint xsi:type="dc:Point" x="413" y="1087" />
xg353yb6b7bef2017-04-11 13:30:42 +0200487 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400488 <dc:Bounds x="388" y="1087" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200489 </bpmndi:BPMNLabel>
490 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400491 <bpmndi:BPMNEdge id="SequenceFlow_0wsgnab_di" bpmnElement="SequenceFlow_0wsgnab">
492 <di:waypoint xsi:type="dc:Point" x="175" y="738" />
493 <di:waypoint xsi:type="dc:Point" x="235" y="738" />
494 <di:waypoint xsi:type="dc:Point" x="235" y="738" />
495 <di:waypoint xsi:type="dc:Point" x="296" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200496 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400497 <dc:Bounds x="250" y="738" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200498 </bpmndi:BPMNLabel>
499 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400500 <bpmndi:BPMNEdge id="SequenceFlow_018p5wf_di" bpmnElement="SequenceFlow_018p5wf">
501 <di:waypoint xsi:type="dc:Point" x="396" y="738" />
502 <di:waypoint xsi:type="dc:Point" x="497" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200503 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400504 <dc:Bounds x="447" y="723" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200505 </bpmndi:BPMNLabel>
506 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400507 <bpmndi:BPMNShape id="ScriptTask_036ipyg_di" bpmnElement="SendErrorResponse">
508 <dc:Bounds x="296" y="698" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200509 </bpmndi:BPMNShape>
Bancala, Ben (bb3476)0890c022018-03-30 09:58:57 -0400510 <bpmndi:BPMNShape id="CallActivity_0i3men0_di" bpmnElement="CallActivity_0i3men0">
511 <dc:Bounds x="478" y="209" width="145" height="80" />
512 </bpmndi:BPMNShape>
513 <bpmndi:BPMNEdge id="SequenceFlow_0e2ta6w_di" bpmnElement="SequenceFlow_0e2ta6w">
514 <di:waypoint xsi:type="dc:Point" x="409" y="249" />
515 <di:waypoint xsi:type="dc:Point" x="478" y="249" />
516 <bpmndi:BPMNLabel>
517 <dc:Bounds x="444" y="224" width="0" height="0" />
518 </bpmndi:BPMNLabel>
519 </bpmndi:BPMNEdge>
520 <bpmndi:BPMNShape id="ExclusiveGateway_09h60ub_di" bpmnElement="ExclusiveGateway_09h60ub" isMarkerVisible="true">
521 <dc:Bounds x="690.4550758459743" y="224.00350058343057" width="50" height="50" />
522 <bpmndi:BPMNLabel>
523 <dc:Bounds x="679" y="274.00350058343054" width="73" height="25" />
524 </bpmndi:BPMNLabel>
525 </bpmndi:BPMNShape>
526 <bpmndi:BPMNEdge id="SequenceFlow_1vx081s_di" bpmnElement="SequenceFlow_1vx081s">
527 <di:waypoint xsi:type="dc:Point" x="740" y="249" />
528 <di:waypoint xsi:type="dc:Point" x="775" y="249" />
529 <di:waypoint xsi:type="dc:Point" x="775" y="249" />
530 <di:waypoint xsi:type="dc:Point" x="816" y="249" />
531 <bpmndi:BPMNLabel>
532 <dc:Bounds x="784" y="249" width="12" height="13" />
533 </bpmndi:BPMNLabel>
534 </bpmndi:BPMNEdge>
535 <bpmndi:BPMNEdge id="SequenceFlow_07llpjo_di" bpmnElement="SequenceFlow_07llpjo">
536 <di:waypoint xsi:type="dc:Point" x="623" y="249" />
537 <di:waypoint xsi:type="dc:Point" x="653" y="249" />
538 <di:waypoint xsi:type="dc:Point" x="653" y="249" />
539 <di:waypoint xsi:type="dc:Point" x="690" y="249" />
540 <bpmndi:BPMNLabel>
541 <dc:Bounds x="668" y="249" width="0" height="0" />
542 </bpmndi:BPMNLabel>
543 </bpmndi:BPMNEdge>
544 <bpmndi:BPMNShape id="EndEvent_0n6bb71_di" bpmnElement="EndEvent_0n6bb71">
545 <dc:Bounds x="697" y="118" width="36" height="36" />
546 <bpmndi:BPMNLabel>
547 <dc:Bounds x="715" y="159" width="0" height="0" />
548 </bpmndi:BPMNLabel>
549 </bpmndi:BPMNShape>
550 <bpmndi:BPMNEdge id="SequenceFlow_0nszq2o_di" bpmnElement="SequenceFlow_0nszq2o">
551 <di:waypoint xsi:type="dc:Point" x="715" y="224" />
552 <di:waypoint xsi:type="dc:Point" x="715" y="154" />
553 <bpmndi:BPMNLabel>
554 <dc:Bounds x="721" y="179" width="17" height="13" />
555 </bpmndi:BPMNLabel>
556 </bpmndi:BPMNEdge>
557 <bpmndi:BPMNShape id="CallActivity_17ukiqm_di" bpmnElement="CallActivity_17ukiqm">
558 <dc:Bounds x="525" y="327" width="145" height="80" />
559 </bpmndi:BPMNShape>
560 <bpmndi:BPMNEdge id="SequenceFlow_1crl7uf_di" bpmnElement="SequenceFlow_1crl7uf">
561 <di:waypoint xsi:type="dc:Point" x="377" y="367" />
562 <di:waypoint xsi:type="dc:Point" x="406" y="367" />
563 <bpmndi:BPMNLabel>
564 <dc:Bounds x="391.5" y="346" width="0" height="12" />
565 </bpmndi:BPMNLabel>
566 </bpmndi:BPMNEdge>
567 <bpmndi:BPMNShape id="ExclusiveGateway_1hncvjy_di" bpmnElement="ExclusiveGateway_1hncvjy" isMarkerVisible="true">
568 <dc:Bounds x="712" y="342" width="50" height="50" />
569 <bpmndi:BPMNLabel>
570 <dc:Bounds x="696" y="308" width="82" height="24" />
571 </bpmndi:BPMNLabel>
572 </bpmndi:BPMNShape>
573 <bpmndi:BPMNEdge id="SequenceFlow_1tk5ru7_di" bpmnElement="SequenceFlow_1tk5ru7">
574 <di:waypoint xsi:type="dc:Point" x="670" y="367" />
575 <di:waypoint xsi:type="dc:Point" x="712" y="367" />
576 <bpmndi:BPMNLabel>
577 <dc:Bounds x="691" y="346" width="0" height="12" />
578 </bpmndi:BPMNLabel>
579 </bpmndi:BPMNEdge>
580 <bpmndi:BPMNEdge id="SequenceFlow_0td7d9m_di" bpmnElement="SequenceFlow_0td7d9m">
581 <di:waypoint xsi:type="dc:Point" x="762" y="367" />
582 <di:waypoint xsi:type="dc:Point" x="810" y="367" />
583 <bpmndi:BPMNLabel>
584 <dc:Bounds x="780" y="346" width="12" height="12" />
585 </bpmndi:BPMNLabel>
586 </bpmndi:BPMNEdge>
587 <bpmndi:BPMNShape id="EndEvent_0a97jcr_di" bpmnElement="EndEvent_0a97jcr">
588 <dc:Bounds x="719" y="454" width="36" height="36" />
589 <bpmndi:BPMNLabel>
590 <dc:Bounds x="692" y="495" width="0" height="12" />
591 </bpmndi:BPMNLabel>
592 </bpmndi:BPMNShape>
593 <bpmndi:BPMNEdge id="SequenceFlow_0h5cld9_di" bpmnElement="SequenceFlow_0h5cld9">
594 <di:waypoint xsi:type="dc:Point" x="737" y="392" />
595 <di:waypoint xsi:type="dc:Point" x="737" y="423" />
596 <di:waypoint xsi:type="dc:Point" x="737" y="423" />
597 <di:waypoint xsi:type="dc:Point" x="737" y="454" />
598 <bpmndi:BPMNLabel>
599 <dc:Bounds x="743" y="417" width="18" height="12" />
600 </bpmndi:BPMNLabel>
601 </bpmndi:BPMNEdge>
xg353yb6b7bef2017-04-11 13:30:42 +0200602 </bpmndi:BPMNPlane>
603 </bpmndi:BPMNDiagram>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700604</bpmn2:definitions>