blob: 0abbdd1c6db8a58c39aabb1146dccaf8424b6f36 [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<?xml version="1.0" encoding="UTF-8"?>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -07002<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.4.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>
42 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
43 <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>
47 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
48 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010049def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +020050createVfModule.sendResponse(execution)]]></bpmn2:script>
51 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070052 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="SendResponse" targetRef="DoCreateVfModuleSubprocess" />
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>
66 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010067def 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>
90 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
91 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -070092 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="PrepareUpdateInfraRequest" targetRef="ServiceTask_1" />
93 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ServiceTask_1" targetRef="UpdateInfraRequestResponseCheck" />
xg353yb6b7bef2017-04-11 13:30:42 +020094 <bpmn2:scriptTask id="PrepareMSOCompletionHandler" name="Prepare MSO Completion Handler" scriptFormat="groovy">
95 <bpmn2:incoming>updateInfraRequestResponseGood</bpmn2:incoming>
96 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
97 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010098def 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">
115 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
116 <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" />
xg353yb6b7bef2017-04-11 13:30:42 +0200120 <bpmn2:sequenceFlow id="updateInfraRequestResponseGood" name="yes" sourceRef="UpdateInfraRequestResponseCheck" targetRef="PrepareMSOCompletionHandler">
121 <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>
150 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100151def 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>
xg353yb6b7bef2017-04-11 13:30:42 +0200160 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400161def createVfModule = new CreateVfModuleInfra()
162createVfModule.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>
188 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100189def 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>
197 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.*
198ExceptionUtil exceptionUtil = new ExceptionUtil()
199exceptionUtil.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>
xg353yb6b7bef2017-04-11 13:30:42 +0200211 </bpmn2:process>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700212 <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" />
213 <bpmn2:error id="Error_2" name="REST Fault" errorCode="RESTFault" />
xg353yb6b7bef2017-04-11 13:30:42 +0200214 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
215 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleInfra">
216 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700217 <dc:Bounds x="41" y="231" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200218 </bpmndi:BPMNShape>
219 <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 -0700220 <di:waypoint xsi:type="dc:Point" x="77" y="249" />
221 <di:waypoint xsi:type="dc:Point" x="226" y="249" />
xg353yb6b7bef2017-04-11 13:30:42 +0200222 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700223 <dc:Bounds x="99" y="249" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200224 </bpmndi:BPMNLabel>
225 </bpmndi:BPMNEdge>
226 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700227 <dc:Bounds x="226" y="209" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200228 </bpmndi:BPMNShape>
229 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="SendResponse">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700230 <dc:Bounds x="432" y="209" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200231 </bpmndi:BPMNShape>
232 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ServiceTask_86">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700233 <di:waypoint xsi:type="dc:Point" x="326" y="249" />
234 <di:waypoint xsi:type="dc:Point" x="432" y="249" />
xg353yb6b7bef2017-04-11 13:30:42 +0200235 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700236 <dc:Bounds x="348" y="249" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200237 </bpmndi:BPMNLabel>
238 </bpmndi:BPMNEdge>
239 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="DoCreateVfModuleSubprocess">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700240 <dc:Bounds x="612" y="209" width="145" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200241 </bpmndi:BPMNShape>
242 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ServiceTask_86" targetElement="_BPMNShape_ScriptTask_178">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700243 <di:waypoint xsi:type="dc:Point" x="532" y="249" />
244 <di:waypoint xsi:type="dc:Point" x="612" y="249" />
xg353yb6b7bef2017-04-11 13:30:42 +0200245 </bpmndi:BPMNEdge>
246 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_47" bpmnElement="IntermediateThrowEvent_1">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700247 <dc:Bounds x="823" y="231" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200248 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700249 <dc:Bounds x="841" y="272" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200250 </bpmndi:BPMNLabel>
251 </bpmndi:BPMNShape>
252 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_IntermediateThrowEvent_47">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700253 <di:waypoint xsi:type="dc:Point" x="756" y="249" />
254 <di:waypoint xsi:type="dc:Point" x="823" y="249" />
xg353yb6b7bef2017-04-11 13:30:42 +0200255 </bpmndi:BPMNEdge>
256 <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_32" bpmnElement="IntermediateCatchEvent_1">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700257 <dc:Bounds x="39" y="349" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200258 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700259 <dc:Bounds x="25" y="390" width="65" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200260 </bpmndi:BPMNLabel>
261 </bpmndi:BPMNShape>
262 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_219" bpmnElement="PrepareUpdateInfraRequest">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700263 <dc:Bounds x="127" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200264 </bpmndi:BPMNShape>
265 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_1">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700266 <dc:Bounds x="277" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200267 </bpmndi:BPMNShape>
268 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_179" bpmnElement="UpdateInfraRequestResponseCheck" isMarkerVisible="true">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700269 <dc:Bounds x="443" y="341" width="50" height="50" />
xg353yb6b7bef2017-04-11 13:30:42 +0200270 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700271 <dc:Bounds x="435" y="308" width="68" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200272 </bpmndi:BPMNLabel>
273 </bpmndi:BPMNShape>
274 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_220" bpmnElement="PrepareMSOCompletionHandler">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700275 <dc:Bounds x="552" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200276 </bpmndi:BPMNShape>
277 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_221" bpmnElement="MSOCompletionHandler">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700278 <dc:Bounds x="708" y="327" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200279 </bpmndi:BPMNShape>
280 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_1">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700281 <dc:Bounds x="1020" y="349" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200282 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700283 <dc:Bounds x="1038" y="390" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200284 </bpmndi:BPMNLabel>
285 </bpmndi:BPMNShape>
286 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_2">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700287 <dc:Bounds x="452" y="469" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200288 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700289 <dc:Bounds x="470" y="510" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200290 </bpmndi:BPMNLabel>
291 </bpmndi:BPMNShape>
292 <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 -0700293 <di:waypoint xsi:type="dc:Point" x="75" y="367" />
294 <di:waypoint xsi:type="dc:Point" x="127" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200295 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700296 <dc:Bounds x="105" y="367" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200297 </bpmndi:BPMNLabel>
298 </bpmndi:BPMNEdge>
299 <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 -0700300 <di:waypoint xsi:type="dc:Point" x="227" y="367" />
301 <di:waypoint xsi:type="dc:Point" x="277" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200302 </bpmndi:BPMNEdge>
303 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ServiceTask_103" targetElement="_BPMNShape_ExclusiveGateway_179">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700304 <di:waypoint xsi:type="dc:Point" x="377" y="367" />
305 <di:waypoint xsi:type="dc:Point" x="410" y="367" />
306 <di:waypoint xsi:type="dc:Point" x="410" y="366" />
307 <di:waypoint xsi:type="dc:Point" x="443" y="366" />
xg353yb6b7bef2017-04-11 13:30:42 +0200308 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700309 <dc:Bounds x="407" y="366" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200310 </bpmndi:BPMNLabel>
311 </bpmndi:BPMNEdge>
312 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="updateInfraRequestResponseBad" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="_BPMNShape_EndEvent_178">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700313 <di:waypoint xsi:type="dc:Point" x="468" y="391" />
314 <di:waypoint xsi:type="dc:Point" x="469" y="421" />
315 <di:waypoint xsi:type="dc:Point" x="470" y="421" />
316 <di:waypoint xsi:type="dc:Point" x="470" y="469" />
xg353yb6b7bef2017-04-11 13:30:42 +0200317 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700318 <dc:Bounds x="459" y="419" width="20" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200319 </bpmndi:BPMNLabel>
320 </bpmndi:BPMNEdge>
321 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="updateInfraRequestResponseGood" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="_BPMNShape_ScriptTask_220">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700322 <di:waypoint xsi:type="dc:Point" x="493" y="366" />
323 <di:waypoint xsi:type="dc:Point" x="523" y="366" />
324 <di:waypoint xsi:type="dc:Point" x="523" y="367" />
325 <di:waypoint xsi:type="dc:Point" x="552" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200326 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700327 <dc:Bounds x="510" y="367" width="27" height="22" />
xg353yb6b7bef2017-04-11 13:30:42 +0200328 </bpmndi:BPMNLabel>
329 </bpmndi:BPMNEdge>
330 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_220" targetElement="_BPMNShape_ScriptTask_221">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700331 <di:waypoint xsi:type="dc:Point" x="652" y="367" />
332 <di:waypoint xsi:type="dc:Point" x="708" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200333 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700334 <dc:Bounds x="678" y="367" width="6" height="6" />
xg353yb6b7bef2017-04-11 13:30:42 +0200335 </bpmndi:BPMNLabel>
336 </bpmndi:BPMNEdge>
337 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_20" bpmnElement="ErrorHandler" isExpanded="true">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400338 <dc:Bounds x="30" y="566" width="925" height="385" />
xg353yb6b7bef2017-04-11 13:30:42 +0200339 </bpmndi:BPMNShape>
340 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_2">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400341 <dc:Bounds x="139" y="720" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200342 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400343 <dc:Bounds x="137" y="762" width="77" height="12" />
xg353yb6b7bef2017-04-11 13:30:42 +0200344 </bpmndi:BPMNLabel>
345 </bpmndi:BPMNShape>
346 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_222" bpmnElement="PrepareFalloutHandler">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400347 <dc:Bounds x="497" y="698" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200348 </bpmndi:BPMNShape>
349 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_223" bpmnElement="FalloutHandler">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400350 <dc:Bounds x="690" y="698" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200351 </bpmndi:BPMNShape>
352 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_179" bpmnElement="EndEvent_3">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400353 <dc:Bounds x="846" y="720" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200354 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400355 <dc:Bounds x="864" y="761" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200356 </bpmndi:BPMNLabel>
357 </bpmndi:BPMNShape>
358 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_44" bpmnElement="BoundaryEvent_1">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400359 <dc:Bounds x="937" y="716" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200360 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400361 <dc:Bounds x="955" y="757" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200362 </bpmndi:BPMNLabel>
363 </bpmndi:BPMNShape>
364 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_180" bpmnElement="EndEvent_4">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400365 <dc:Bounds x="1066" y="716" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200366 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400367 <dc:Bounds x="1084" y="757" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200368 </bpmndi:BPMNLabel>
369 </bpmndi:BPMNShape>
370 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_222" targetElement="_BPMNShape_ScriptTask_223">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400371 <di:waypoint xsi:type="dc:Point" x="597" y="738" />
372 <di:waypoint xsi:type="dc:Point" x="690" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200373 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400374 <dc:Bounds x="644" y="723" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200375 </bpmndi:BPMNLabel>
376 </bpmndi:BPMNEdge>
377 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_223" targetElement="_BPMNShape_EndEvent_179">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400378 <di:waypoint xsi:type="dc:Point" x="790" y="738" />
379 <di:waypoint xsi:type="dc:Point" x="846" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200380 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400381 <dc:Bounds x="821" y="738" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200382 </bpmndi:BPMNLabel>
383 </bpmndi:BPMNEdge>
384 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_BoundaryEvent_44" targetElement="_BPMNShape_EndEvent_180">
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400385 <di:waypoint xsi:type="dc:Point" x="973" y="734" />
386 <di:waypoint xsi:type="dc:Point" x="1066" y="734" />
xg353yb6b7bef2017-04-11 13:30:42 +0200387 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400388 <dc:Bounds x="1020" y="719" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200389 </bpmndi:BPMNLabel>
390 </bpmndi:BPMNEdge>
391 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="SetSuccessIndicator">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700392 <dc:Bounds x="858" y="328" width="103" height="79" />
xg353yb6b7bef2017-04-11 13:30:42 +0200393 </bpmndi:BPMNShape>
394 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_221" targetElement="_BPMNShape_ScriptTask_241">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700395 <di:waypoint xsi:type="dc:Point" x="808" y="367" />
396 <di:waypoint xsi:type="dc:Point" x="858" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200397 </bpmndi:BPMNEdge>
398 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_177">
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700399 <di:waypoint xsi:type="dc:Point" x="960" y="367" />
400 <di:waypoint xsi:type="dc:Point" x="1020" y="367" />
xg353yb6b7bef2017-04-11 13:30:42 +0200401 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400402 <bpmndi:BPMNShape id="SubProcess_0pgv3l6_di" bpmnElement="SubProcess_0pgv3l6" isExpanded="true">
403 <dc:Bounds x="160" y="1001" width="313" height="169" />
404 </bpmndi:BPMNShape>
405 <bpmndi:BPMNShape id="ScriptTask_13ekvux_di" bpmnElement="ProcessError">
406 <dc:Bounds x="268" y="1047" width="100" height="80" />
407 </bpmndi:BPMNShape>
408 <bpmndi:BPMNShape id="EndEvent_0100eju_di" bpmnElement="EndEvent_0100eju">
409 <dc:Bounds x="413" y="1069" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200410 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400411 <dc:Bounds x="431" y="1110" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200412 </bpmndi:BPMNLabel>
413 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400414 <bpmndi:BPMNShape id="StartEvent_1mov8he_di" bpmnElement="StartEvent_1mov8he">
415 <dc:Bounds x="185" y="1069" width="36" height="36" />
xg353yb6b7bef2017-04-11 13:30:42 +0200416 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400417 <dc:Bounds x="203" y="1110" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200418 </bpmndi:BPMNLabel>
419 </bpmndi:BPMNShape>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400420 <bpmndi:BPMNEdge id="SequenceFlow_1qvgrvq_di" bpmnElement="SequenceFlow_1qvgrvq">
421 <di:waypoint xsi:type="dc:Point" x="221" y="1087" />
422 <di:waypoint xsi:type="dc:Point" x="268" y="1087" />
xg353yb6b7bef2017-04-11 13:30:42 +0200423 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400424 <dc:Bounds x="242" y="1087" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200425 </bpmndi:BPMNLabel>
426 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400427 <bpmndi:BPMNEdge id="SequenceFlow_1jqizzo_di" bpmnElement="SequenceFlow_1jqizzo">
428 <di:waypoint xsi:type="dc:Point" x="368" y="1087" />
429 <di:waypoint xsi:type="dc:Point" x="413" y="1087" />
xg353yb6b7bef2017-04-11 13:30:42 +0200430 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400431 <dc:Bounds x="388" y="1087" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200432 </bpmndi:BPMNLabel>
433 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400434 <bpmndi:BPMNEdge id="SequenceFlow_0wsgnab_di" bpmnElement="SequenceFlow_0wsgnab">
435 <di:waypoint xsi:type="dc:Point" x="175" y="738" />
436 <di:waypoint xsi:type="dc:Point" x="235" y="738" />
437 <di:waypoint xsi:type="dc:Point" x="235" y="738" />
438 <di:waypoint xsi:type="dc:Point" x="296" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200439 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400440 <dc:Bounds x="250" y="738" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200441 </bpmndi:BPMNLabel>
442 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400443 <bpmndi:BPMNEdge id="SequenceFlow_018p5wf_di" bpmnElement="SequenceFlow_018p5wf">
444 <di:waypoint xsi:type="dc:Point" x="396" y="738" />
445 <di:waypoint xsi:type="dc:Point" x="497" y="738" />
xg353yb6b7bef2017-04-11 13:30:42 +0200446 <bpmndi:BPMNLabel>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400447 <dc:Bounds x="447" y="723" width="0" height="0" />
xg353yb6b7bef2017-04-11 13:30:42 +0200448 </bpmndi:BPMNLabel>
449 </bpmndi:BPMNEdge>
Arthur Martella62cd6aa2017-09-08 13:27:46 -0400450 <bpmndi:BPMNShape id="ScriptTask_036ipyg_di" bpmnElement="SendErrorResponse">
451 <dc:Bounds x="296" y="698" width="100" height="80" />
xg353yb6b7bef2017-04-11 13:30:42 +0200452 </bpmndi:BPMNShape>
xg353yb6b7bef2017-04-11 13:30:42 +0200453 </bpmndi:BPMNPlane>
454 </bpmndi:BPMNDiagram>
Determe, Sebastien (sd378r)b1e57342017-05-09 03:55:30 -0700455</bpmn2:definitions>