blob: 0fc889bfd648382852c3c1c83eba7838c256e831 [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="_CyftwG_HEeaKe-v4u9MasA" 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="CreateVfModuleVolumeInfraV1" name="CreateVfModuleVolumeInfraV1" isExecutable="true">
4 <bpmn2:startEvent id="StartEvent_createVfModuleVolumeInfraV1">
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_createVfModuleVolumeInfraV1" targetRef="ScriptTask_preProcessRequest"/>
xg353yb6b7bef2017-04-11 13:30:42 +02008 <bpmn2:subProcess id="SubProcess_exceptionHandler" name="Exception Handler" triggeredByEvent="true">
9 <bpmn2:startEvent id="StartEvent_catchErrors" name="Catch Exceptions">
10 <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070011 <bpmn2:errorEventDefinition id="ErrorEventDefinition_2"/>
xg353yb6b7bef2017-04-11 13:30:42 +020012 </bpmn2:startEvent>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070013 <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="StartEvent_catchErrors" targetRef="ExclusiveGateway_isSyncResponseSent"/>
xg353yb6b7bef2017-04-11 13:30:42 +020014 <bpmn2:exclusiveGateway id="ExclusiveGateway_isSyncResponseSent" name="Sync response sent?" default="SequenceFlow_syncResponseNotSent">
15 <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming>
16 <bpmn2:outgoing>SequenceFlow_syncResponseSent</bpmn2:outgoing>
17 <bpmn2:outgoing>SequenceFlow_syncResponseNotSent</bpmn2:outgoing>
18 </bpmn2:exclusiveGateway>
19 <bpmn2:sequenceFlow id="SequenceFlow_syncResponseSent" name="Yes" sourceRef="ExclusiveGateway_isSyncResponseSent" targetRef="ScriptTask_prefalloutHandlerRequest">
20 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{CVMVINFRAV1_syncResponseSent == true}</bpmn2:conditionExpression>
21 </bpmn2:sequenceFlow>
22 <bpmn2:scriptTask id="ScriptTask_sendSyncErrorResp" name="Send sync error response" scriptFormat="groovy">
23 <bpmn2:incoming>SequenceFlow_syncResponseNotSent</bpmn2:incoming>
24 <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing>
25 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010026def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +020027createVfModuleVolumeInfraV1.executeMethod('sendSyncError', execution, isDebugLogEnabled)]]></bpmn2:script>
28 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070029 <bpmn2:sequenceFlow id="SequenceFlow_syncResponseNotSent" name="No" sourceRef="ExclusiveGateway_isSyncResponseSent" targetRef="ScriptTask_sendSyncErrorResp"/>
30 <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ScriptTask_sendSyncErrorResp" targetRef="ScriptTask_prefalloutHandlerRequest"/>
xg353yb6b7bef2017-04-11 13:30:42 +020031 <bpmn2:scriptTask id="ScriptTask_prefalloutHandlerRequest" name="Prepare Fallout Handler Request" scriptFormat="groovy">
32 <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming>
33 <bpmn2:incoming>SequenceFlow_syncResponseSent</bpmn2:incoming>
34 <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing>
35 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010036def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
37createVfModuleVolumeInfraV1.executeMethod('prepareFalloutHandlerRequest', execution, isDebugLogEnabled)
xg353yb6b7bef2017-04-11 13:30:42 +020038]]></bpmn2:script>
39 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070040 <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="ScriptTask_prefalloutHandlerRequest" targetRef="CallActivity_callFalloutHandler"/>
xg353yb6b7bef2017-04-11 13:30:42 +020041 <bpmn2:callActivity id="CallActivity_callFalloutHandler" name="Call Fallout Handler" calledElement="FalloutHandler">
42 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070043 <camunda:in source="CVMVINFRAV1_FalloutHandlerRequest" target="FalloutHandlerRequest"/>
44 <camunda:in source="mso-request-id" target="mso-request-id"/>
45 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id"/>
46 <camunda:out source="FH_ResponseCode" target="FH_ResponseCode"/>
47 <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse"/>
48 <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse"/>
49 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>
xg353yb6b7bef2017-04-11 13:30:42 +020050 </bpmn2:extensionElements>
51 <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming>
52 <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing>
53 </bpmn2:callActivity>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070054 <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_callFalloutHandler" targetRef="EndEvent_4"/>
xg353yb6b7bef2017-04-11 13:30:42 +020055 <bpmn2:endEvent id="EndEvent_4" name="End">
56 <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070057 <bpmn2:terminateEventDefinition id="TerminateEventDefinition_2"/>
xg353yb6b7bef2017-04-11 13:30:42 +020058 </bpmn2:endEvent>
59 </bpmn2:subProcess>
60 <bpmn2:scriptTask id="ScriptTask_preProcessRequest" name="Preprocess Request" scriptFormat="groovy">
61 <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming>
62 <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing>
63 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010064def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +020065createVfModuleVolumeInfraV1.executeMethod('preProcessRequest', execution, isDebugLogEnabled)]]></bpmn2:script>
66 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070067 <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ScriptTask_preProcessRequest" targetRef="ScriptTask_sendSyncAckResponse"/>
xg353yb6b7bef2017-04-11 13:30:42 +020068 <bpmn2:scriptTask id="ScriptTask_sendSyncAckResponse" name="Send Sync Ack Response" scriptFormat="groovy">
69 <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming>
70 <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing>
71 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010072def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +020073createVfModuleVolumeInfraV1.executeMethod('sendSyncResponse', execution, isDebugLogEnabled)]]></bpmn2:script>
74 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070075 <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="ScriptTask_sendSyncAckResponse" targetRef="ExclusiveGateway_isVolGrpnamePresent"/>
xg353yb6b7bef2017-04-11 13:30:42 +020076 <bpmn2:exclusiveGateway id="ExclusiveGateway_isVolGrpnamePresent" name="Is volume group name present?" default="SequenceFlow_volGrpNameMissing">
77 <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming>
78 <bpmn2:outgoing>SequenceFlow_volGrpNamePresent</bpmn2:outgoing>
79 <bpmn2:outgoing>SequenceFlow_volGrpNameMissing</bpmn2:outgoing>
80 </bpmn2:exclusiveGateway>
81 <bpmn2:sequenceFlow id="SequenceFlow_volGrpNamePresent" name="" sourceRef="ExclusiveGateway_isVolGrpnamePresent" targetRef="CallActivity_callGenericGetSI">
82 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{CVMVINFRAV1_volumeGroupName != null && CVMVINFRAV1_volumeGroupName != "" }]]></bpmn2:conditionExpression>
83 </bpmn2:sequenceFlow>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070084 <bpmn2:sequenceFlow id="SequenceFlow_volGrpNameMissing" name="" sourceRef="ExclusiveGateway_isVolGrpnamePresent" targetRef="ScriptTask_buildError"/>
xg353yb6b7bef2017-04-11 13:30:42 +020085 <bpmn2:scriptTask id="ScriptTask_buildError" name="Build Error" scriptFormat="groovy">
86 <bpmn2:incoming>SequenceFlow_volGrpNameMissing</bpmn2:incoming>
87 <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing>
88 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +010089def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +020090createVfModuleVolumeInfraV1.executeMethod('buildWorkflowException', execution, 2500, "Volume group name not present in request.", isDebugLogEnabled)]]></bpmn2:script>
91 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070092 <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="ScriptTask_buildError" targetRef="EndEvent_2"/>
xg353yb6b7bef2017-04-11 13:30:42 +020093 <bpmn2:endEvent id="EndEvent_2">
94 <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070095 <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_1"/>
xg353yb6b7bef2017-04-11 13:30:42 +020096 </bpmn2:endEvent>
97 <bpmn2:callActivity id="CallActivity_callGenericGetSI" name="Call Generic Get Service Instance" calledElement="GenericGetService">
98 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -070099 <camunda:in source="CVMVINFRAV1_serviceInstanceId" target="GENGS_serviceInstanceId"/>
100 <camunda:out source="GENGS_FoundIndicator" target="GENGSI_FoundIndicator"/>
101 <camunda:out source="GENGS_SuccessIndicator" target="GENGSI_SuccessIndicator"/>
102 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>
103 <camunda:in source="CVMVINFRAV1_serviceType" target="GENGS_type"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200104 </bpmn2:extensionElements>
105 <bpmn2:incoming>SequenceFlow_volGrpNamePresent</bpmn2:incoming>
106 <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing>
107 </bpmn2:callActivity>
108 <bpmn2:callActivity id="CallActivity_doCreateVfModuleVolumeV1" name="Call DoCreateVfModuleVolumeV1" calledElement="DoCreateVfModuleVolumeV1">
109 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700110 <camunda:in source="CVMVINFRAV1_Request" target="DoCreateVfModuleVolumeV1Request"/>
111 <camunda:in source="CVMVINFRAV1_vnfId" target="vnf-id"/>
112 <camunda:in source="mso-request-id" target="mso-request-id"/>
113 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id"/>
114 <camunda:in source="CVMVINFRAV1_volumeGroupId" target="volume-group-id"/>
115 <camunda:out source="DCVFMODVOLV1_SuccessIndicator" target="DCVFMODVOLV1_SuccessIndicator"/>
116 <camunda:out source="WorkflowException" target="WorkflowException"/>
117 <camunda:in source="CVMVINFRAV1_isVidRequest" target="is-vid-request"/>
118 <camunda:in source="test-volume-group-name" target="test-volume-group-name"/>
119 <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled"/>
120 <camunda:in source="WorkflowException" target="WorkflowException"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200121 </bpmn2:extensionElements>
122 <bpmn2:incoming>SequenceFlow_serviceInstanceFound</bpmn2:incoming>
123 <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing>
124 </bpmn2:callActivity>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700125 <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="CallActivity_doCreateVfModuleVolumeV1" targetRef="ScriptTask_prepareDbInfraRequest"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200126 <bpmn2:scriptTask id="ScriptTask_setSuccessIndicator" name="Set Success Indicator" scriptFormat="groovy">
127 <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming>
128 <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing>
129 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100130def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +0200131createVfModuleVolumeInfraV1.executeMethod('setSuccessIndicator', execution, true)]]></bpmn2:script>
132 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700133 <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="ScriptTask_setSuccessIndicator" targetRef="EndEvent_3"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200134 <bpmn2:callActivity id="CallActivity_completeMsoProcess" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess">
135 <bpmn2:extensionElements>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700136 <camunda:in source="CVMVINFRAV1_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest"/>
137 <camunda:in source="mso-request-id" target="mso-request-id"/>
138 <camunda:in source="mso-service-instance-id" target="mso-service-instance-id"/>
139 <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode"/>
140 <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse"/>
141 <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200142 </bpmn2:extensionElements>
143 <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming>
144 <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing>
145 </bpmn2:callActivity>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700146 <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="CallActivity_completeMsoProcess" targetRef="ScriptTask_setSuccessIndicator"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200147 <bpmn2:scriptTask id="ScriptTask_postCompletionRequest" name="Post Completion Request" scriptFormat="groovy">
148 <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming>
149 <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing>
150 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100151def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +0200152createVfModuleVolumeInfraV1.executeMethod('postProcessResponse', execution, isDebugLogEnabled)]]></bpmn2:script>
153 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700154 <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="ScriptTask_postCompletionRequest" targetRef="CallActivity_completeMsoProcess"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200155 <bpmn2:serviceTask id="ServiceTask_callDbInfraUpdate" name="Call DB Infra Update">
156 <bpmn2:extensionElements>
157 <camunda:connector>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700158 <camunda:connectorId>http-connector</camunda:connectorId>
xg353yb6b7bef2017-04-11 13:30:42 +0200159 <camunda:inputOutput>
160 <camunda:inputParameter name="url">${URN_mso_adapters_db_endpoint}</camunda:inputParameter>
161 <camunda:inputParameter name="payload">${CVMVINFRAV1_createDBRequest}</camunda:inputParameter>
162 <camunda:inputParameter name="headers">
163 <camunda:map>
164 <camunda:entry key="content-type">application/soap+xml</camunda:entry>
xg353yb6b7bef2017-04-11 13:30:42 +0200165 </camunda:map>
166 </camunda:inputParameter>
167 <camunda:inputParameter name="method">POST</camunda:inputParameter>
168 <camunda:outputParameter name="CVMVINFRAV1_createDBResponse">${response}</camunda:outputParameter>
169 <camunda:outputParameter name="CVMVINFRAV1_dbReturnCode">${statusCode}</camunda:outputParameter>
170 </camunda:inputOutput>
xg353yb6b7bef2017-04-11 13:30:42 +0200171 </camunda:connector>
172 </bpmn2:extensionElements>
173 <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming>
174 <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing>
175 </bpmn2:serviceTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700176 <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ServiceTask_callDbInfraUpdate" targetRef="ScriptTask_postCompletionRequest"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200177 <bpmn2:endEvent id="EndEvent_3">
178 <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700179 <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200180 </bpmn2:endEvent>
181 <bpmn2:scriptTask id="ScriptTask_prepareDbInfraRequest" name="Prepare DB Infra Request" scriptFormat="groovy">
182 <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming>
183 <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing>
184 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100185def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +0200186createVfModuleVolumeInfraV1.executeMethod('prepareDbInfraSuccessRequest', execution, isDebugLogEnabled)]]></bpmn2:script>
187 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700188 <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_prepareDbInfraRequest" targetRef="ServiceTask_callDbInfraUpdate"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200189 <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="Is service instance found?" default="SequenceFlow_serviceInstanceNotFound">
190 <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming>
191 <bpmn2:outgoing>SequenceFlow_serviceInstanceFound</bpmn2:outgoing>
192 <bpmn2:outgoing>SequenceFlow_serviceInstanceNotFound</bpmn2:outgoing>
193 </bpmn2:exclusiveGateway>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700194 <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="CallActivity_callGenericGetSI" targetRef="ExclusiveGateway_1"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200195 <bpmn2:sequenceFlow id="SequenceFlow_serviceInstanceFound" name="Yes" sourceRef="ExclusiveGateway_1" targetRef="CallActivity_doCreateVfModuleVolumeV1">
196 <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression"><![CDATA[#{GENGSI_SuccessIndicator == true && GENGSI_FoundIndicator == true}]]></bpmn2:conditionExpression>
197 </bpmn2:sequenceFlow>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700198 <bpmn2:sequenceFlow id="SequenceFlow_serviceInstanceNotFound" name="No" sourceRef="ExclusiveGateway_1" targetRef="ScriptTask_buildServiceInstanceNotFoundError"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200199 <bpmn2:endEvent id="EndEvent_serviceInstanceNotFound">
200 <bpmn2:incoming>SequenceFlow_16</bpmn2:incoming>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700201 <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200202 </bpmn2:endEvent>
203 <bpmn2:scriptTask id="ScriptTask_buildServiceInstanceNotFoundError" name="Build Service Instance Not Found Error" scriptFormat="groovy">
204 <bpmn2:incoming>SequenceFlow_serviceInstanceNotFound</bpmn2:incoming>
205 <bpmn2:outgoing>SequenceFlow_16</bpmn2:outgoing>
206 <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.*
ChrisC025301d2017-01-31 11:40:03 +0100207def createVfModuleVolumeInfraV1 = new CreateVfModuleVolumeInfraV1()
xg353yb6b7bef2017-04-11 13:30:42 +0200208createVfModuleVolumeInfraV1.executeMethod('buildWorkflowException', execution, 2500, "Service instance id not found in AAI: $CVMVINFRAV1_serviceInstanceId.", isDebugLogEnabled)]]></bpmn2:script>
209 </bpmn2:scriptTask>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700210 <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="ScriptTask_buildServiceInstanceNotFoundError" targetRef="EndEvent_serviceInstanceNotFound"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200211 </bpmn2:process>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700212 <bpmn2:error id="Error_1" errorCode="MSOWorkflowException" name="MSOWorkflowException"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200213 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
214 <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleVolumeInfraV1">
215 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_67" bpmnElement="StartEvent_createVfModuleVolumeInfraV1">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700216 <dc:Bounds height="36.0" width="36.0" x="144.0" y="156.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200217 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700218 <dc:Bounds height="0.0" width="0.0" x="162.0" y="197.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200219 </bpmndi:BPMNLabel>
220 </bpmndi:BPMNShape>
221 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_67" targetElement="_BPMNShape_ScriptTask_300">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700222 <di:waypoint xsi:type="dc:Point" x="180.0" y="174.0"/>
223 <di:waypoint xsi:type="dc:Point" x="252.0" y="174.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200224 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700225 <dc:Bounds height="6.0" width="6.0" x="219.0" y="174.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200226 </bpmndi:BPMNLabel>
227 </bpmndi:BPMNEdge>
228 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_300" bpmnElement="ScriptTask_preProcessRequest">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700229 <dc:Bounds height="80.0" width="100.0" x="252.0" y="134.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200230 </bpmndi:BPMNShape>
231 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_301" bpmnElement="ScriptTask_sendSyncAckResponse">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700232 <dc:Bounds height="80.0" width="100.0" x="408.0" y="134.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200233 </bpmndi:BPMNShape>
234 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_249" bpmnElement="ExclusiveGateway_isVolGrpnamePresent" isMarkerVisible="true">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700235 <dc:Bounds height="50.0" width="50.0" x="589.0" y="148.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200236 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700237 <dc:Bounds height="22.0" width="186.0" x="521.0" y="203.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200238 </bpmndi:BPMNLabel>
239 </bpmndi:BPMNShape>
240 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_302" bpmnElement="ScriptTask_buildError">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700241 <dc:Bounds height="80.0" width="100.0" x="565.0" y="264.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200242 </bpmndi:BPMNShape>
243 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_36" bpmnElement="CallActivity_doCreateVfModuleVolumeV1">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700244 <dc:Bounds height="80.0" width="100.0" x="996.0" y="134.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200245 </bpmndi:BPMNShape>
246 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_volGrpNamePresent" sourceElement="_BPMNShape_ExclusiveGateway_249" targetElement="_BPMNShape_CallActivity_51">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700247 <di:waypoint xsi:type="dc:Point" x="639.0" y="173.0"/>
248 <di:waypoint xsi:type="dc:Point" x="685.0" y="173.0"/>
249 <di:waypoint xsi:type="dc:Point" x="685.0" y="174.0"/>
250 <di:waypoint xsi:type="dc:Point" x="720.0" y="174.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200251 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700252 <dc:Bounds height="6.0" width="6.0" x="680.0" y="173.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200253 </bpmndi:BPMNLabel>
254 </bpmndi:BPMNEdge>
255 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_301" targetElement="_BPMNShape_ExclusiveGateway_249">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700256 <di:waypoint xsi:type="dc:Point" x="508.0" y="174.0"/>
257 <di:waypoint xsi:type="dc:Point" x="589.0" y="173.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200258 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700259 <dc:Bounds height="6.0" width="6.0" x="547.0" y="173.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200260 </bpmndi:BPMNLabel>
261 </bpmndi:BPMNEdge>
262 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_300" targetElement="_BPMNShape_ScriptTask_301">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700263 <di:waypoint xsi:type="dc:Point" x="352.0" y="174.0"/>
264 <di:waypoint xsi:type="dc:Point" x="408.0" y="174.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200265 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700266 <dc:Bounds height="6.0" width="6.0" x="371.0" y="174.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200267 </bpmndi:BPMNLabel>
268 </bpmndi:BPMNEdge>
269 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_volGrpNameMissing" sourceElement="_BPMNShape_ExclusiveGateway_249" targetElement="_BPMNShape_ScriptTask_302">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700270 <di:waypoint xsi:type="dc:Point" x="614.0" y="198.0"/>
271 <di:waypoint xsi:type="dc:Point" x="615.0" y="264.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200272 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700273 <dc:Bounds height="6.0" width="6.0" x="612.0" y="234.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200274 </bpmndi:BPMNLabel>
275 </bpmndi:BPMNEdge>
276 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_233" bpmnElement="EndEvent_2">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700277 <dc:Bounds height="36.0" width="36.0" x="598.0" y="389.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200278 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700279 <dc:Bounds height="0.0" width="0.0" x="616.0" y="430.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200280 </bpmndi:BPMNLabel>
281 </bpmndi:BPMNShape>
282 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_302" targetElement="_BPMNShape_EndEvent_233">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700283 <di:waypoint xsi:type="dc:Point" x="615.0" y="344.0"/>
284 <di:waypoint xsi:type="dc:Point" x="616.0" y="389.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200285 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700286 <dc:Bounds height="6.0" width="6.0" x="613.0" y="370.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200287 </bpmndi:BPMNLabel>
288 </bpmndi:BPMNEdge>
289 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_234" bpmnElement="EndEvent_3">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700290 <dc:Bounds height="36.0" width="36.0" x="1898.0" y="156.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200291 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700292 <dc:Bounds height="0.0" width="0.0" x="1916.0" y="197.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200293 </bpmndi:BPMNLabel>
294 </bpmndi:BPMNShape>
295 <bpmndi:BPMNShape id="_BPMNShape_SubProcess_22" bpmnElement="SubProcess_exceptionHandler" isExpanded="true">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700296 <dc:Bounds height="337.0" width="856.0" x="133.0" y="471.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200297 </bpmndi:BPMNShape>
298 <bpmndi:BPMNShape id="_BPMNShape_StartEvent_68" bpmnElement="StartEvent_catchErrors">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700299 <dc:Bounds height="36.0" width="36.0" x="204.0" y="555.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200300 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700301 <dc:Bounds height="22.0" width="109.0" x="168.0" y="596.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200302 </bpmndi:BPMNLabel>
303 </bpmndi:BPMNShape>
304 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_235" bpmnElement="EndEvent_4">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700305 <dc:Bounds height="36.0" width="36.0" x="876.0" y="555.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200306 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700307 <dc:Bounds height="22.0" width="29.0" x="924.0" y="562.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200308 </bpmndi:BPMNLabel>
309 </bpmndi:BPMNShape>
310 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_304" bpmnElement="ScriptTask_prepareDbInfraRequest">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700311 <dc:Bounds height="80.0" width="100.0" x="1160.0" y="134.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200312 </bpmndi:BPMNShape>
313 <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_callDbInfraUpdate">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700314 <dc:Bounds height="80.0" width="100.0" x="1298.0" y="135.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200315 </bpmndi:BPMNShape>
316 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_305" bpmnElement="ScriptTask_postCompletionRequest">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700317 <dc:Bounds height="80.0" width="100.0" x="1442.0" y="136.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200318 </bpmndi:BPMNShape>
319 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_37" bpmnElement="CallActivity_completeMsoProcess">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700320 <dc:Bounds height="80.0" width="100.0" x="1598.0" y="135.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200321 </bpmndi:BPMNShape>
322 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_CallActivity_36" targetElement="_BPMNShape_ScriptTask_304">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700323 <di:waypoint xsi:type="dc:Point" x="1096.0" y="174.0"/>
324 <di:waypoint xsi:type="dc:Point" x="1160.0" y="174.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200325 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700326 <dc:Bounds height="6.0" width="6.0" x="1115.0" y="174.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200327 </bpmndi:BPMNLabel>
328 </bpmndi:BPMNEdge>
329 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_304" targetElement="_BPMNShape_ServiceTask_103">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700330 <di:waypoint xsi:type="dc:Point" x="1260.0" y="174.0"/>
331 <di:waypoint xsi:type="dc:Point" x="1298.0" y="175.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200332 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700333 <dc:Bounds height="6.0" width="6.0" x="1374.0" y="175.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200334 </bpmndi:BPMNLabel>
335 </bpmndi:BPMNEdge>
336 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ServiceTask_103" targetElement="_BPMNShape_ScriptTask_305">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700337 <di:waypoint xsi:type="dc:Point" x="1398.0" y="175.0"/>
338 <di:waypoint xsi:type="dc:Point" x="1442.0" y="176.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200339 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700340 <dc:Bounds height="6.0" width="6.0" x="1417.0" y="176.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200341 </bpmndi:BPMNLabel>
342 </bpmndi:BPMNEdge>
343 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_305" targetElement="_BPMNShape_CallActivity_37">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700344 <di:waypoint xsi:type="dc:Point" x="1542.0" y="176.0"/>
345 <di:waypoint xsi:type="dc:Point" x="1598.0" y="175.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200346 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700347 <dc:Bounds height="6.0" width="6.0" x="1653.0" y="176.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200348 </bpmndi:BPMNLabel>
349 </bpmndi:BPMNEdge>
350 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_306" bpmnElement="ScriptTask_setSuccessIndicator">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700351 <dc:Bounds height="80.0" width="100.0" x="1742.0" y="134.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200352 </bpmndi:BPMNShape>
353 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_CallActivity_37" targetElement="_BPMNShape_ScriptTask_306">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700354 <di:waypoint xsi:type="dc:Point" x="1698.0" y="175.0"/>
355 <di:waypoint xsi:type="dc:Point" x="1742.0" y="174.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200356 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700357 <dc:Bounds height="6.0" width="6.0" x="1767.0" y="174.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200358 </bpmndi:BPMNLabel>
359 </bpmndi:BPMNEdge>
360 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_306" targetElement="_BPMNShape_EndEvent_234">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700361 <di:waypoint xsi:type="dc:Point" x="1842.0" y="174.0"/>
362 <di:waypoint xsi:type="dc:Point" x="1866.0" y="174.0"/>
363 <di:waypoint xsi:type="dc:Point" x="1866.0" y="175.0"/>
364 <di:waypoint xsi:type="dc:Point" x="1898.0" y="174.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200365 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700366 <dc:Bounds height="6.0" width="6.0" x="1963.0" y="175.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200367 </bpmndi:BPMNLabel>
368 </bpmndi:BPMNEdge>
369 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_StartEvent_68" targetElement="_BPMNShape_ExclusiveGateway_251">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700370 <di:waypoint xsi:type="dc:Point" x="240.0" y="573.0"/>
371 <di:waypoint xsi:type="dc:Point" x="286.0" y="573.0"/>
372 <di:waypoint xsi:type="dc:Point" x="286.0" y="572.0"/>
373 <di:waypoint xsi:type="dc:Point" x="348.0" y="572.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="286.0" y="572.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200376 </bpmndi:BPMNLabel>
377 </bpmndi:BPMNEdge>
378 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_307" bpmnElement="ScriptTask_prefalloutHandlerRequest">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700379 <dc:Bounds height="80.0" width="100.0" x="576.0" y="533.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200380 </bpmndi:BPMNShape>
381 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_50" bpmnElement="CallActivity_callFalloutHandler">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700382 <dc:Bounds height="80.0" width="100.0" x="720.0" y="533.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200383 </bpmndi:BPMNShape>
384 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_307" targetElement="_BPMNShape_CallActivity_50">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700385 <di:waypoint xsi:type="dc:Point" x="676.0" y="573.0"/>
386 <di:waypoint xsi:type="dc:Point" x="720.0" y="573.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200387 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700388 <dc:Bounds height="6.0" width="6.0" x="694.0" y="573.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200389 </bpmndi:BPMNLabel>
390 </bpmndi:BPMNEdge>
391 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_50" targetElement="_BPMNShape_EndEvent_235">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700392 <di:waypoint xsi:type="dc:Point" x="820.0" y="573.0"/>
393 <di:waypoint xsi:type="dc:Point" x="876.0" y="573.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200394 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700395 <dc:Bounds height="6.0" width="6.0" x="842.0" y="573.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200396 </bpmndi:BPMNLabel>
397 </bpmndi:BPMNEdge>
398 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_251" bpmnElement="ExclusiveGateway_isSyncResponseSent" isMarkerVisible="true">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700399 <dc:Bounds height="50.0" width="50.0" x="348.0" y="547.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200400 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700401 <dc:Bounds height="22.0" width="129.0" x="309.0" y="602.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200402 </bpmndi:BPMNLabel>
403 </bpmndi:BPMNShape>
404 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_syncResponseSent" sourceElement="_BPMNShape_ExclusiveGateway_251" targetElement="_BPMNShape_ScriptTask_307">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700405 <di:waypoint xsi:type="dc:Point" x="398.0" y="572.0"/>
406 <di:waypoint xsi:type="dc:Point" x="493.0" y="572.0"/>
407 <di:waypoint xsi:type="dc:Point" x="493.0" y="573.0"/>
408 <di:waypoint xsi:type="dc:Point" x="576.0" y="573.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200409 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700410 <dc:Bounds height="22.0" width="29.0" x="450.0" y="572.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200411 </bpmndi:BPMNLabel>
412 </bpmndi:BPMNEdge>
413 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_308" bpmnElement="ScriptTask_sendSyncErrorResp">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700414 <dc:Bounds height="80.0" width="100.0" x="324.0" y="672.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200415 </bpmndi:BPMNShape>
416 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_syncResponseNotSent" sourceElement="_BPMNShape_ExclusiveGateway_251" targetElement="_BPMNShape_ScriptTask_308">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700417 <di:waypoint xsi:type="dc:Point" x="373.0" y="597.0"/>
418 <di:waypoint xsi:type="dc:Point" x="373.0" y="634.0"/>
419 <di:waypoint xsi:type="dc:Point" x="374.0" y="634.0"/>
420 <di:waypoint xsi:type="dc:Point" x="374.0" y="672.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200421 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700422 <dc:Bounds height="22.0" width="22.0" x="363.0" y="634.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200423 </bpmndi:BPMNLabel>
424 </bpmndi:BPMNEdge>
425 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_308" targetElement="_BPMNShape_ScriptTask_307">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700426 <di:waypoint xsi:type="dc:Point" x="424.0" y="712.0"/>
427 <di:waypoint xsi:type="dc:Point" x="608.0" y="712.0"/>
428 <di:waypoint xsi:type="dc:Point" x="626.0" y="712.0"/>
429 <di:waypoint xsi:type="dc:Point" x="626.0" y="613.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200430 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700431 <dc:Bounds height="6.0" width="6.0" x="530.0" y="712.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200432 </bpmndi:BPMNLabel>
433 </bpmndi:BPMNEdge>
434 <bpmndi:BPMNShape id="_BPMNShape_CallActivity_51" bpmnElement="CallActivity_callGenericGetSI">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700435 <dc:Bounds height="80.0" width="100.0" x="720.0" y="134.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200436 </bpmndi:BPMNShape>
437 <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_254" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700438 <dc:Bounds height="50.0" width="50.0" x="887.0" y="148.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200439 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700440 <dc:Bounds height="0.0" width="0.0" x="912.0" y="203.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200441 </bpmndi:BPMNLabel>
442 </bpmndi:BPMNShape>
443 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_CallActivity_51" targetElement="_BPMNShape_ExclusiveGateway_254">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700444 <di:waypoint xsi:type="dc:Point" x="820.0" y="174.0"/>
445 <di:waypoint xsi:type="dc:Point" x="853.0" y="174.0"/>
446 <di:waypoint xsi:type="dc:Point" x="853.0" y="173.0"/>
447 <di:waypoint xsi:type="dc:Point" x="887.0" y="173.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200448 </bpmndi:BPMNEdge>
449 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_serviceInstanceFound" sourceElement="_BPMNShape_ExclusiveGateway_254" targetElement="_BPMNShape_CallActivity_36">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700450 <di:waypoint xsi:type="dc:Point" x="937.0" y="173.0"/>
451 <di:waypoint xsi:type="dc:Point" x="966.0" y="173.0"/>
452 <di:waypoint xsi:type="dc:Point" x="966.0" y="174.0"/>
453 <di:waypoint xsi:type="dc:Point" x="996.0" y="174.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200454 </bpmndi:BPMNEdge>
455 <bpmndi:BPMNShape id="_BPMNShape_EndEvent_237" bpmnElement="EndEvent_serviceInstanceNotFound">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700456 <dc:Bounds height="36.0" width="36.0" x="895.0" y="389.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200457 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700458 <dc:Bounds height="0.0" width="0.0" x="913.0" y="430.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200459 </bpmndi:BPMNLabel>
460 </bpmndi:BPMNShape>
461 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_serviceInstanceNotFound" sourceElement="_BPMNShape_ExclusiveGateway_254" targetElement="_BPMNShape_ScriptTask_312">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700462 <di:waypoint xsi:type="dc:Point" x="912.0" y="198.0"/>
463 <di:waypoint xsi:type="dc:Point" x="912.0" y="264.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200464 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700465 <dc:Bounds height="22.0" width="22.0" x="919.0" y="226.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200466 </bpmndi:BPMNLabel>
467 </bpmndi:BPMNEdge>
468 <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_312" bpmnElement="ScriptTask_buildServiceInstanceNotFoundError">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700469 <dc:Bounds height="80.0" width="100.0" x="862.0" y="264.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200470 </bpmndi:BPMNShape>
471 <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_312" targetElement="_BPMNShape_EndEvent_237">
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700472 <di:waypoint xsi:type="dc:Point" x="912.0" y="344.0"/>
473 <di:waypoint xsi:type="dc:Point" x="913.0" y="389.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200474 <bpmndi:BPMNLabel>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700475 <dc:Bounds height="6.0" width="6.0" x="910.0" y="370.0"/>
xg353yb6b7bef2017-04-11 13:30:42 +0200476 </bpmndi:BPMNLabel>
477 </bpmndi:BPMNEdge>
478 </bpmndi:BPMNPlane>
479 </bpmndi:BPMNDiagram>
Determe, Sebastien (sd378r)94ee9252017-05-02 03:53:18 -0700480</bpmn2:definitions>