blob: 7a8133ec7f487b123dba6bd63544d9b6b5a470f3 [file] [log] [blame]
xg353yb6b7bef2017-04-11 13:30:42 +02001<?xml version="1.0" encoding="UTF-8"?>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -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" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="_pNTO8MRhEeWv36YLr7PC3Q" exporter="camunda modeler" exporterVersion="2.7.0" targetNamespace="http://camunda.org/schema/1.0/bpmn">
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)94ee9252017-05-02 03:53:18 -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)94ee9252017-05-02 03:53:18 -070010 <camunda:in source="DoCreateVfModuleRequest" target="DoCreateVfModuleRequest"/>
11 <camunda:in source="mso-request-id" target="mso-request-id"/>
12 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>
13 <camunda:in source="isVidRequest" target="isVidRequest"/>
14 <camunda:in source="newVfModuleId" target="newVfModuleId"/>
15 <camunda:out source="DCVFM_vnfId" target="CVFMI_vnfId"/>
16 <camunda:out source="DCVFM_vfModuleId" target="CVFMI_vfModuleId"/>
17 <camunda:out source="RollbackData" target="RollbackData"/>
18 <camunda:out source="WorkflowException" target="WorkflowException"/>
19 <camunda:out source="WorkflowResponse" target="CVFMI_WorkflowResponse"/>
xg353yb6b7bef2017-04-11 13:30:42 +020020 </bpmn2:extensionElements>
21 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
22 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
23 </bpmn2:callActivity>
24 <bpmn2:scriptTask id="SendResponse" name="Send Response" scriptFormat="groovy">
25 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
26 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
27 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010028def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +020029createVfModule.sendResponse(execution)]]></bpmn2:script>
30 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070031 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="SendResponse" targetRef="DoCreateVfModuleSubprocess"/>
xg353yb6b7bef2017-04-11 13:30:42 +020032 <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To FinishLine">
33 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070034 <bpmn2:linkEventDefinition id="_LinkEventDefinition_34" name="FinishLine"/>
xg353yb6b7bef2017-04-11 13:30:42 +020035 </bpmn2:intermediateThrowEvent>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070036 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="DoCreateVfModuleSubprocess" targetRef="IntermediateThrowEvent_1"/>
xg353yb6b7bef2017-04-11 13:30:42 +020037 <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="FinishLine">
38 <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070039 <bpmn2:linkEventDefinition id="_LinkEventDefinition_35" name="FinishLine"/>
xg353yb6b7bef2017-04-11 13:30:42 +020040 </bpmn2:intermediateCatchEvent>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070041 <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="IntermediateCatchEvent_1" targetRef="PrepareUpdateInfraRequest"/>
xg353yb6b7bef2017-04-11 13:30:42 +020042 <bpmn2:scriptTask id="PrepareUpdateInfraRequest" name="Prepare Update Infra Request" scriptFormat="groovy">
43 <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
44 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
45 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010046def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +020047createVfModule.prepareUpdateInfraRequest(execution)]]></bpmn2:script>
48 </bpmn2:scriptTask>
49 <bpmn2:serviceTask id="ServiceTask_1" name="Update Infra Request">
50 <bpmn2:extensionElements>
51 <camunda:connector>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070052 <camunda:connectorId>http-connector</camunda:connectorId>
xg353yb6b7bef2017-04-11 13:30:42 +020053 <camunda:inputOutput>
54 <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>
55 <camunda:inputParameter name="headers">
56 <camunda:map>
57 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
xg353yb6b7bef2017-04-11 13:30:42 +020058 </camunda:map>
59 </camunda:inputParameter>
60 <camunda:inputParameter name="payload">${CVFMI_updateInfraRequest}</camunda:inputParameter>
61 <camunda:inputParameter name="method">POST</camunda:inputParameter>
62 <camunda:outputParameter name="CVFMI_dbResponseCode">${statusCode}</camunda:outputParameter>
63 <camunda:outputParameter name="CVFMI_dbResponse">${response}</camunda:outputParameter>
64 </camunda:inputOutput>
xg353yb6b7bef2017-04-11 13:30:42 +020065 </camunda:connector>
66 </bpmn2:extensionElements>
67 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
68 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
69 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070070 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="PrepareUpdateInfraRequest" targetRef="ServiceTask_1"/>
71 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ServiceTask_1" targetRef="UpdateInfraRequestResponseCheck"/>
xg353yb6b7bef2017-04-11 13:30:42 +020072 <bpmn2:scriptTask id="PrepareMSOCompletionHandler" name="Prepare MSO Completion Handler" scriptFormat="groovy">
73 <bpmn2:incoming>updateInfraRequestResponseGood</bpmn2:incoming>
74 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
75 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010076def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +020077createVfModule.postProcessResponse(execution)]]></bpmn2:script>
78 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070079 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PrepareMSOCompletionHandler" targetRef="MSOCompletionHandler"/>
xg353yb6b7bef2017-04-11 13:30:42 +020080 <bpmn2:callActivity id="MSOCompletionHandler" name="MSO Completion Handler" calledElement="CompleteMsoProcess">
81 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070082 <camunda:in source="CVFMI_msoCompletionRequest" target="CompleteMsoProcessRequest"/>
83 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>
84 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id"/>
85 <camunda:in source="mso-request-id" target="mso-request-id"/>
86 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse"/>
87 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse"/>
xg353yb6b7bef2017-04-11 13:30:42 +020088 </bpmn2:extensionElements>
89 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
90 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
91 </bpmn2:callActivity>
92 <bpmn2:exclusiveGateway id="UpdateInfraRequestResponseCheck" name="Success? " default="updateInfraRequestResponseBad">
93 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
94 <bpmn2:outgoing>updateInfraRequestResponseBad</bpmn2:outgoing>
95 <bpmn2:outgoing>updateInfraRequestResponseGood</bpmn2:outgoing>
96 </bpmn2:exclusiveGateway>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070097 <bpmn2:sequenceFlow id="updateInfraRequestResponseBad" name="no" sourceRef="UpdateInfraRequestResponseCheck" targetRef="EndEvent_2"/>
xg353yb6b7bef2017-04-11 13:30:42 +020098 <bpmn2:sequenceFlow id="updateInfraRequestResponseGood" name="yes" sourceRef="UpdateInfraRequestResponseCheck" targetRef="PrepareMSOCompletionHandler">
99 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVFMI_dbResponseCode" ) == '200'}]]></bpmn2:conditionExpression>
100 </bpmn2:sequenceFlow>
101 <bpmn2:endEvent id="EndEvent_2">
102 <bpmn2:incoming>updateInfraRequestResponseBad</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700103 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_2" errorRef="Error_1"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200104 </bpmn2:endEvent>
105 <bpmn2:subProcess id="ErrorHandler" name="Error Handler" triggeredByEvent="true">
106 <bpmn2:scriptTask id="ValidateRollbackResponse" name="Validate Rollback Response" scriptFormat="groovy">
107 <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming>
108 <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing>
109 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100110def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +0200111createVfModule.validateRollbackResponse(execution)]]></bpmn2:script>
112 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700113 <bpmn2:sequenceFlow id="SequenceFlow_21" name="" sourceRef="ValidateRollbackResponse" targetRef="InclusiveGateway_1"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200114 <bpmn2:callActivity id="ScriptTask_1" name="Do CreateVfModule Rollback" calledElement="DoCreateVfModuleRollback">
115 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700116 <camunda:in source="RollbackData" target="RollbackData"/>
117 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>
118 <camunda:in source="isVidRequest" target="isVidRequest"/>
119 <camunda:out source="MSOWorkflowException" target="RollbackWorkflowException"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200120 </bpmn2:extensionElements>
121 <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
122 <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing>
123 </bpmn2:callActivity>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700124 <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ScriptTask_1" targetRef="ValidateRollbackResponse"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200125 <bpmn2:startEvent id="StartEvent_2" name="Catch All Errors">
126 <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700127 <bpmn2:errorEventDefinition id="ErrorEventDefinition_1"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200128 </bpmn2:startEvent>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700129 <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="StartEvent_2" targetRef="ExclusiveGateway_1"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200130 <bpmn2:callActivity id="FalloutHandler" name="Fallout Handler" calledElement="FalloutHandler">
131 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -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)94ee9252017-05-02 03:53:18 -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)94ee9252017-05-02 03:53:18 -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">
146 <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
147 <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing>
148 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100149def cvfm = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +0200150cvfm.falloutHandlerPrep(execution, 'CVFMI_FalloutHandlerRequest')]]></bpmn2:script>
151 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700152 <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PrepareFalloutHandler" targetRef="FalloutHandler"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200153 <bpmn2:inclusiveGateway id="InclusiveGateway_1">
154 <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming>
155 <bpmn2:incoming>isRollbackOnNoSequenceFlow</bpmn2:incoming>
156 <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
157 </bpmn2:inclusiveGateway>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700158 <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="InclusiveGateway_1" targetRef="PrepareFalloutHandler"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200159 <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="Is Rollback On? " default="isRollbackOnNoSequenceFlow">
160 <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
161 <bpmn2:outgoing>isRollbackOnNoSequenceFlow</bpmn2:outgoing>
162 <bpmn2:outgoing>IsRollbackOnYesSequenceFlow</bpmn2:outgoing>
163 </bpmn2:exclusiveGateway>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700164 <bpmn2:sequenceFlow id="isRollbackOnNoSequenceFlow" name="no" sourceRef="ExclusiveGateway_1" targetRef="InclusiveGateway_1"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200165 <bpmn2:scriptTask id="LogAndSaveOriginalException" name="Log and Save Original Exception" scriptFormat="groovy">
166 <bpmn2:incoming>IsRollbackOnYesSequenceFlow</bpmn2:incoming>
167 <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
168 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100169def cvfm = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +0200170cvfm.logAndSaveOriginalException(execution)]]></bpmn2:script>
171 </bpmn2:scriptTask>
172 <bpmn2:sequenceFlow id="IsRollbackOnYesSequenceFlow" name="yes" sourceRef="ExclusiveGateway_1" targetRef="LogAndSaveOriginalException">
173 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{execution.getVariable("CVFMI_rollbackEnabled") == true}]]></bpmn2:conditionExpression>
174 </bpmn2:sequenceFlow>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700175 <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="LogAndSaveOriginalException" targetRef="ScriptTask_1"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200176 </bpmn2:subProcess>
177 <bpmn2:scriptTask id="SetSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy">
178 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
179 <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
180 <bpmn2:script><![CDATA[execution.setVariable("CreateVfModuleSuccessIndicator", true)]]></bpmn2:script>
181 </bpmn2:scriptTask>
182 <bpmn2:endEvent id="EndEvent_1">
183 <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700184 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_10"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200185 </bpmn2:endEvent>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700186 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="MSOCompletionHandler" targetRef="SetSuccessIndicator"/>
187 <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="SetSuccessIndicator" targetRef="EndEvent_1"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200188 <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="ErrorHandler">
189 <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700190 <bpmn2:errorEventDefinition id="_ErrorEventDefinition_3"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200191 </bpmn2:boundaryEvent>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700192 <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_4"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200193 <bpmn2:endEvent id="EndEvent_4">
194 <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700195 <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_12"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200196 </bpmn2:endEvent>
197 <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy">
198 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
199 <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
200 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100201def createVfModule = new CreateVfModuleInfra()
xg353yb6b7bef2017-04-11 13:30:42 +0200202createVfModule.preProcessRequest(execution)]]></bpmn2:script>
203 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700204 <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PreProcessRequest" targetRef="SendResponse"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200205 </bpmn2:process>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700206 <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSOWorkflowException"/>
207 <bpmn2:error id="Error_2" errorCode="RESTFault" name="REST Fault"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200208 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
209 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleInfra">
210 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700211 <dc:Bounds height="36.0" width="36.0" x="41.0" y="231.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200212 </bpmndi:BPMNShape>
213 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700214 <di:waypoint xsi:type="dc:Point" x="77.0" y="249.0"/>
215 <di:waypoint xsi:type="dc:Point" x="226.0" y="249.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200216 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700217 <dc:Bounds height="6.0" width="6.0" x="99.0" y="249.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200218 </bpmndi:BPMNLabel>
219 </bpmndi:BPMNEdge>
220 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700221 <dc:Bounds height="80.0" width="100.0" x="226.0" y="209.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200222 </bpmndi:BPMNShape>
223 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="SendResponse">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700224 <dc:Bounds height="80.0" width="100.0" x="432.0" y="209.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200225 </bpmndi:BPMNShape>
226 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ServiceTask_86">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700227 <di:waypoint xsi:type="dc:Point" x="326.0" y="249.0"/>
228 <di:waypoint xsi:type="dc:Point" x="432.0" y="249.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200229 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700230 <dc:Bounds height="6.0" width="6.0" x="348.0" y="249.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200231 </bpmndi:BPMNLabel>
232 </bpmndi:BPMNEdge>
233 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="DoCreateVfModuleSubprocess">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700234 <dc:Bounds height="80.0" width="145.0" x="612.0" y="209.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200235 </bpmndi:BPMNShape>
236 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ServiceTask_86" targetElement="_BPMNShape_ScriptTask_178">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700237 <di:waypoint xsi:type="dc:Point" x="532.0" y="249.0"/>
238 <di:waypoint xsi:type="dc:Point" x="612.0" y="249.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200239 </bpmndi:BPMNEdge>
240 <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_47" bpmnElement="IntermediateThrowEvent_1">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700241 <dc:Bounds height="36.0" width="36.0" x="823.0" y="231.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200242 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700243 <dc:Bounds height="0.0" width="0.0" x="841.0" y="272.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200244 </bpmndi:BPMNLabel>
245 </bpmndi:BPMNShape>
246 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_IntermediateThrowEvent_47">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700247 <di:waypoint xsi:type="dc:Point" x="756.0" y="249.0"/>
248 <di:waypoint xsi:type="dc:Point" x="823.0" y="249.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200249 </bpmndi:BPMNEdge>
250 <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_32" bpmnElement="IntermediateCatchEvent_1">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700251 <dc:Bounds height="36.0" width="36.0" x="39.0" y="349.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200252 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700253 <dc:Bounds height="22.0" width="65.0" x="25.0" y="390.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200254 </bpmndi:BPMNLabel>
255 </bpmndi:BPMNShape>
256 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_219" bpmnElement="PrepareUpdateInfraRequest">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700257 <dc:Bounds height="80.0" width="100.0" x="127.0" y="327.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200258 </bpmndi:BPMNShape>
259 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_1">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700260 <dc:Bounds height="80.0" width="100.0" x="277.0" y="327.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200261 </bpmndi:BPMNShape>
262 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_179" bpmnElement="UpdateInfraRequestResponseCheck" isMarkerVisible="true">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700263 <dc:Bounds height="50.0" width="50.0" x="443.0" y="341.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200264 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700265 <dc:Bounds height="22.0" width="68.0" x="435.0" y="308.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200266 </bpmndi:BPMNLabel>
267 </bpmndi:BPMNShape>
268 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_220" bpmnElement="PrepareMSOCompletionHandler">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700269 <dc:Bounds height="80.0" width="100.0" x="552.0" y="327.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200270 </bpmndi:BPMNShape>
271 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_221" bpmnElement="MSOCompletionHandler">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700272 <dc:Bounds height="80.0" width="100.0" x="708.0" y="327.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200273 </bpmndi:BPMNShape>
274 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_1">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700275 <dc:Bounds height="36.0" width="36.0" x="1020.0" y="349.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200276 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700277 <dc:Bounds height="0.0" width="0.0" x="1038.0" y="390.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200278 </bpmndi:BPMNLabel>
279 </bpmndi:BPMNShape>
280 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_2">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700281 <dc:Bounds height="36.0" width="36.0" x="452.0" y="469.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200282 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700283 <dc:Bounds height="0.0" width="0.0" x="470.0" y="510.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200284 </bpmndi:BPMNLabel>
285 </bpmndi:BPMNShape>
286 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_IntermediateCatchEvent_32" targetElement="_BPMNShape_ScriptTask_219">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700287 <di:waypoint xsi:type="dc:Point" x="75.0" y="367.0"/>
288 <di:waypoint xsi:type="dc:Point" x="127.0" y="367.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200289 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700290 <dc:Bounds height="6.0" width="6.0" x="105.0" y="367.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200291 </bpmndi:BPMNLabel>
292 </bpmndi:BPMNEdge>
293 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_219" targetElement="_BPMNShape_ServiceTask_103">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700294 <di:waypoint xsi:type="dc:Point" x="227.0" y="367.0"/>
295 <di:waypoint xsi:type="dc:Point" x="277.0" y="367.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200296 </bpmndi:BPMNEdge>
297 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ServiceTask_103" targetElement="_BPMNShape_ExclusiveGateway_179">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700298 <di:waypoint xsi:type="dc:Point" x="377.0" y="367.0"/>
299 <di:waypoint xsi:type="dc:Point" x="410.0" y="367.0"/>
300 <di:waypoint xsi:type="dc:Point" x="410.0" y="366.0"/>
301 <di:waypoint xsi:type="dc:Point" x="443.0" y="366.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200302 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700303 <dc:Bounds height="6.0" width="6.0" x="407.0" y="366.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200304 </bpmndi:BPMNLabel>
305 </bpmndi:BPMNEdge>
306 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="updateInfraRequestResponseBad" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="_BPMNShape_EndEvent_178">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700307 <di:waypoint xsi:type="dc:Point" x="468.0" y="391.0"/>
308 <di:waypoint xsi:type="dc:Point" x="469.0" y="421.0"/>
309 <di:waypoint xsi:type="dc:Point" x="470.0" y="421.0"/>
310 <di:waypoint xsi:type="dc:Point" x="470.0" y="469.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200311 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700312 <dc:Bounds height="22.0" width="20.0" x="459.0" y="419.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200313 </bpmndi:BPMNLabel>
314 </bpmndi:BPMNEdge>
315 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="updateInfraRequestResponseGood" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="_BPMNShape_ScriptTask_220">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700316 <di:waypoint xsi:type="dc:Point" x="493.0" y="366.0"/>
317 <di:waypoint xsi:type="dc:Point" x="523.0" y="366.0"/>
318 <di:waypoint xsi:type="dc:Point" x="523.0" y="367.0"/>
319 <di:waypoint xsi:type="dc:Point" x="552.0" y="367.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200320 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700321 <dc:Bounds height="22.0" width="27.0" x="510.0" y="367.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200322 </bpmndi:BPMNLabel>
323 </bpmndi:BPMNEdge>
324 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_220" targetElement="_BPMNShape_ScriptTask_221">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700325 <di:waypoint xsi:type="dc:Point" x="652.0" y="367.0"/>
326 <di:waypoint xsi:type="dc:Point" x="708.0" y="367.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200327 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700328 <dc:Bounds height="6.0" width="6.0" x="678.0" y="367.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200329 </bpmndi:BPMNLabel>
330 </bpmndi:BPMNEdge>
331 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_20" bpmnElement="ErrorHandler" isExpanded="true">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700332 <dc:Bounds height="385.0" width="925.0" x="48.0" y="540.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200333 </bpmndi:BPMNShape>
334 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_2">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700335 <dc:Bounds height="36.0" width="36.0" x="72.0" y="844.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200336 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700337 <dc:Bounds height="22.0" width="98.0" x="60.0" y="886.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200338 </bpmndi:BPMNLabel>
339 </bpmndi:BPMNShape>
340 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_222" bpmnElement="PrepareFalloutHandler">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700341 <dc:Bounds height="80.0" width="100.0" x="564.0" y="672.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200342 </bpmndi:BPMNShape>
343 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_223" bpmnElement="FalloutHandler">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700344 <dc:Bounds height="80.0" width="100.0" x="708.0" y="672.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200345 </bpmndi:BPMNShape>
346 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_179" bpmnElement="EndEvent_3">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700347 <dc:Bounds height="36.0" width="36.0" x="864.0" y="694.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200348 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700349 <dc:Bounds height="0.0" width="0.0" x="882.0" y="735.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200350 </bpmndi:BPMNLabel>
351 </bpmndi:BPMNShape>
352 <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_44" bpmnElement="BoundaryEvent_1">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700353 <dc:Bounds height="36.0" width="36.0" x="955.0" y="690.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200354 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700355 <dc:Bounds height="6.0" width="6.0" x="970.0" y="731.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200356 </bpmndi:BPMNLabel>
357 </bpmndi:BPMNShape>
358 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_180" bpmnElement="EndEvent_4">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700359 <dc:Bounds height="36.0" width="36.0" x="1049.0" y="690.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200360 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700361 <dc:Bounds height="0.0" width="0.0" x="1067.0" y="731.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200362 </bpmndi:BPMNLabel>
363 </bpmndi:BPMNShape>
364 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_222" targetElement="_BPMNShape_ScriptTask_223">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700365 <di:waypoint xsi:type="dc:Point" x="664.0" y="712.0"/>
366 <di:waypoint xsi:type="dc:Point" x="708.0" y="712.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200367 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700368 <dc:Bounds height="6.0" width="6.0" x="689.0" y="712.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200369 </bpmndi:BPMNLabel>
370 </bpmndi:BPMNEdge>
371 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_223" targetElement="_BPMNShape_EndEvent_179">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700372 <di:waypoint xsi:type="dc:Point" x="808.0" y="712.0"/>
373 <di:waypoint xsi:type="dc:Point" x="864.0" y="712.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200374 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700375 <dc:Bounds height="6.0" width="6.0" x="836.0" y="712.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200376 </bpmndi:BPMNLabel>
377 </bpmndi:BPMNEdge>
378 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_BoundaryEvent_44" targetElement="_BPMNShape_EndEvent_180">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700379 <di:waypoint xsi:type="dc:Point" x="991.0" y="708.0"/>
380 <di:waypoint xsi:type="dc:Point" x="1049.0" y="708.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200381 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700382 <dc:Bounds height="6.0" width="6.0" x="1015.0" y="708.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200383 </bpmndi:BPMNLabel>
384 </bpmndi:BPMNEdge>
385 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="SetSuccessIndicator">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700386 <dc:Bounds height="79.0" width="103.0" x="858.0" y="328.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200387 </bpmndi:BPMNShape>
388 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_221" targetElement="_BPMNShape_ScriptTask_241">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700389 <di:waypoint xsi:type="dc:Point" x="808.0" y="367.0"/>
390 <di:waypoint xsi:type="dc:Point" x="858.0" y="367.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200391 </bpmndi:BPMNEdge>
392 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_177">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700393 <di:waypoint xsi:type="dc:Point" x="960.0" y="367.0"/>
394 <di:waypoint xsi:type="dc:Point" x="1020.0" y="367.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200395 </bpmndi:BPMNEdge>
396 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_223" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700397 <dc:Bounds height="50.0" width="50.0" x="205.0" y="836.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200398 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700399 <dc:Bounds height="22.0" width="102.0" x="193.0" y="901.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200400 </bpmndi:BPMNLabel>
401 </bpmndi:BPMNShape>
402 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_266" bpmnElement="ValidateRollbackResponse">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700403 <dc:Bounds height="79.0" width="103.0" x="312.0" y="554.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200404 </bpmndi:BPMNShape>
405 <bpmndi:BPMNShape id="_BPMNShape_InclusiveGateway_25" bpmnElement="InclusiveGateway_1">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700406 <dc:Bounds height="50.0" width="50.0" x="459.0" y="686.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200407 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700408 <dc:Bounds height="0.0" width="0.0" x="484.0" y="741.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200409 </bpmndi:BPMNLabel>
410 </bpmndi:BPMNShape>
411 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_StartEvent_54" targetElement="_BPMNShape_ExclusiveGateway_223">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700412 <di:waypoint xsi:type="dc:Point" x="108.0" y="862.0"/>
413 <di:waypoint xsi:type="dc:Point" x="156.0" y="862.0"/>
414 <di:waypoint xsi:type="dc:Point" x="156.0" y="861.0"/>
415 <di:waypoint xsi:type="dc:Point" x="205.0" y="861.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200416 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700417 <dc:Bounds height="6.0" width="6.0" x="153.0" y="862.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200418 </bpmndi:BPMNLabel>
419 </bpmndi:BPMNEdge>
420 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="isRollbackOnNoSequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_InclusiveGateway_25">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700421 <di:waypoint xsi:type="dc:Point" x="255.0" y="861.0"/>
422 <di:waypoint xsi:type="dc:Point" x="354.0" y="861.0"/>
423 <di:waypoint xsi:type="dc:Point" x="354.0" y="711.0"/>
424 <di:waypoint xsi:type="dc:Point" x="459.0" y="711.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200425 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700426 <dc:Bounds height="22.0" width="20.0" x="324.0" y="866.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200427 </bpmndi:BPMNLabel>
428 </bpmndi:BPMNEdge>
429 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ScriptTask_266" targetElement="_BPMNShape_InclusiveGateway_25">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700430 <di:waypoint xsi:type="dc:Point" x="414.0" y="593.0"/>
431 <di:waypoint xsi:type="dc:Point" x="484.0" y="593.0"/>
432 <di:waypoint xsi:type="dc:Point" x="484.0" y="686.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200433 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700434 <dc:Bounds height="6.0" width="6.0" x="462.0" y="593.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200435 </bpmndi:BPMNLabel>
436 </bpmndi:BPMNEdge>
437 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_InclusiveGateway_25" targetElement="_BPMNShape_ScriptTask_222">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700438 <di:waypoint xsi:type="dc:Point" x="509.0" y="711.0"/>
439 <di:waypoint xsi:type="dc:Point" x="527.0" y="711.0"/>
440 <di:waypoint xsi:type="dc:Point" x="527.0" y="712.0"/>
441 <di:waypoint xsi:type="dc:Point" x="564.0" y="712.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200442 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700443 <dc:Bounds height="6.0" width="6.0" x="533.0" y="712.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200444 </bpmndi:BPMNLabel>
445 </bpmndi:BPMNEdge>
446 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_267" bpmnElement="ScriptTask_1">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700447 <dc:Bounds height="79.0" width="103.0" x="179.0" y="554.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200448 </bpmndi:BPMNShape>
449 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_267" targetElement="_BPMNShape_ScriptTask_266">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700450 <di:waypoint xsi:type="dc:Point" x="281.0" y="593.0"/>
451 <di:waypoint xsi:type="dc:Point" x="312.0" y="593.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200452 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700453 <dc:Bounds height="6.0" width="6.0" x="294.0" y="593.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200454 </bpmndi:BPMNLabel>
455 </bpmndi:BPMNEdge>
456 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_283" bpmnElement="LogAndSaveOriginalException">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700457 <dc:Bounds height="79.0" width="103.0" x="179.0" y="693.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200458 </bpmndi:BPMNShape>
459 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="IsRollbackOnYesSequenceFlow" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_ScriptTask_283">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700460 <di:waypoint xsi:type="dc:Point" x="230.0" y="836.0"/>
461 <di:waypoint xsi:type="dc:Point" x="230.0" y="771.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200462 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700463 <dc:Bounds height="22.0" width="27.0" x="240.0" y="804.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200464 </bpmndi:BPMNLabel>
465 </bpmndi:BPMNEdge>
466 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_ScriptTask_283" targetElement="_BPMNShape_ScriptTask_267">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700467 <di:waypoint xsi:type="dc:Point" x="230.0" y="693.0"/>
468 <di:waypoint xsi:type="dc:Point" x="230.0" y="632.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200469 </bpmndi:BPMNEdge>
470 </bpmndi:BPMNPlane>
471 </bpmndi:BPMNDiagram>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700472</bpmn2:definitions>