xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Bancala, Ben (bb3476) | 9d461da | 2018-05-03 16:14:19 -0400 | [diff] [blame] | 2 | <bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="_pNTO8MRhEeWv36YLr7PC3Q" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="1.10.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 3 | <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) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 7 | <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="StartEvent_1" targetRef="PreProcessRequest" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 8 | <bpmn2:callActivity id="DoCreateVfModuleSubprocess" name="Do Create Vf Module" calledElement="DoCreateVfModule"> |
| 9 | <bpmn2:extensionElements> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 10 | <camunda:in source="CVFMI_requestId" target="msoRequestId" /> |
| 11 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 12 | <camunda:in source="isVidRequest" target="isVidRequest" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 13 | <camunda:in source="disableRollback" target="disableRollback" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 14 | <camunda:out source="DCVFM_vnfId" target="CVFMI_vnfId" /> |
| 15 | <camunda:out source="DCVFM_vfModuleId" target="CVFMI_vfModuleId" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 16 | <camunda:out source="rollbackData" target="rollbackData" /> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 17 | <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 Daugherty | 38f7207 | 2018-03-14 02:07:32 -0400 | [diff] [blame] | 40 | <camunda:in source="CVFMI_aLaCarte" target="aLaCarte" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 41 | </bpmn2:extensionElements> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 42 | <bpmn2:incoming>SequenceFlow_1y7d5qk</bpmn2:incoming> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 43 | <bpmn2:incoming>SequenceFlow_1vx081s</bpmn2:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 44 | <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
| 45 | </bpmn2:callActivity> |
| 46 | <bpmn2:scriptTask id="SendResponse" name="Send Response" scriptFormat="groovy"> |
| 47 | <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 48 | <bpmn2:outgoing>SequenceFlow_0e2ta6w</bpmn2:outgoing> |
Bancala, Ben (bb3476) | 9d461da | 2018-05-03 16:14:19 -0400 | [diff] [blame] | 49 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 50 | def createVfModule = new CreateVfModuleInfra() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 51 | createVfModule.sendResponse(execution)]]></bpmn2:script> |
| 52 | </bpmn2:scriptTask> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 53 | <bpmn2:intermediateThrowEvent id="IntermediateThrowEvent_1" name="To FinishLine"> |
| 54 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 55 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_34" name="FinishLine" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 56 | </bpmn2:intermediateThrowEvent> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 57 | <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="DoCreateVfModuleSubprocess" targetRef="IntermediateThrowEvent_1" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 58 | <bpmn2:intermediateCatchEvent id="IntermediateCatchEvent_1" name="FinishLine"> |
| 59 | <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 60 | <bpmn2:linkEventDefinition id="_LinkEventDefinition_35" name="FinishLine" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 61 | </bpmn2:intermediateCatchEvent> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 62 | <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="IntermediateCatchEvent_1" targetRef="PrepareUpdateInfraRequest" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 63 | <bpmn2:scriptTask id="PrepareUpdateInfraRequest" name="Prepare Update Infra Request" scriptFormat="groovy"> |
| 64 | <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming> |
| 65 | <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing> |
Bancala, Ben (bb3476) | 9d461da | 2018-05-03 16:14:19 -0400 | [diff] [blame] | 66 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 67 | def createVfModule = new CreateVfModuleInfra() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 68 | createVfModule.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 Daugherty | 9f48bf3 | 2017-10-19 21:42:19 -0400 | [diff] [blame] | 74 | <camunda:inputParameter name="url">${URN_mso_adapters_openecomp_db_endpoint}</camunda:inputParameter> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 75 | <camunda:inputParameter name="headers"> |
| 76 | <camunda:map> |
| 77 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 78 | <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 79 | </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) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 86 | <camunda:connectorId>http-connector</camunda:connectorId> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 87 | </camunda:connector> |
| 88 | </bpmn2:extensionElements> |
| 89 | <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 90 | <bpmn2:outgoing>SequenceFlow_1crl7uf</bpmn2:outgoing> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 91 | </bpmn2:serviceTask> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 92 | <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="PrepareUpdateInfraRequest" targetRef="ServiceTask_1" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 93 | <bpmn2:scriptTask id="PrepareMSOCompletionHandler" name="Prepare MSO Completion Handler" scriptFormat="groovy"> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 94 | <bpmn2:incoming>SequenceFlow_0td7d9m</bpmn2:incoming> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 95 | <bpmn2:incoming>SequenceFlow_0u8zesf</bpmn2:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 96 | <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing> |
Bancala, Ben (bb3476) | 9d461da | 2018-05-03 16:14:19 -0400 | [diff] [blame] | 97 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 98 | def createVfModule = new CreateVfModuleInfra() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 99 | createVfModule.postProcessResponse(execution)]]></bpmn2:script> |
| 100 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 101 | <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="PrepareMSOCompletionHandler" targetRef="MSOCompletionHandler" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 102 | <bpmn2:callActivity id="MSOCompletionHandler" name="MSO Completion Handler" calledElement="CompleteMsoProcess"> |
| 103 | <bpmn2:extensionElements> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 104 | <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" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 110 | </bpmn2:extensionElements> |
| 111 | <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> |
| 112 | <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> |
| 113 | </bpmn2:callActivity> |
| 114 | <bpmn2:exclusiveGateway id="UpdateInfraRequestResponseCheck" name="Success? " default="updateInfraRequestResponseBad"> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 115 | <bpmn2:incoming>SequenceFlow_1crl7uf</bpmn2:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 116 | <bpmn2:outgoing>updateInfraRequestResponseBad</bpmn2:outgoing> |
| 117 | <bpmn2:outgoing>updateInfraRequestResponseGood</bpmn2:outgoing> |
| 118 | </bpmn2:exclusiveGateway> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 119 | <bpmn2:sequenceFlow id="updateInfraRequestResponseBad" name="no" sourceRef="UpdateInfraRequestResponseCheck" targetRef="EndEvent_2" /> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 120 | <bpmn2:sequenceFlow id="updateInfraRequestResponseGood" name="yes" sourceRef="UpdateInfraRequestResponseCheck" targetRef="ExclusiveGateway_0c8x2mq"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 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) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 125 | <bpmn2:errorEventDefinition id="_ErrorEventDefinition_2" errorRef="Error_1" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 126 | </bpmn2:endEvent> |
| 127 | <bpmn2:subProcess id="ErrorHandler" name="Error Handler" triggeredByEvent="true"> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 128 | <bpmn2:startEvent id="StartEvent_2" name="Catch All Errors"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 129 | <bpmn2:outgoing>SequenceFlow_0wsgnab</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 130 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 131 | </bpmn2:startEvent> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 132 | <bpmn2:callActivity id="FalloutHandler" name="Fallout Handler" calledElement="FalloutHandler"> |
| 133 | <bpmn2:extensionElements> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 134 | <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" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 138 | </bpmn2:extensionElements> |
| 139 | <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> |
| 140 | <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing> |
| 141 | </bpmn2:callActivity> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 142 | <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="FalloutHandler" targetRef="EndEvent_3" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 143 | <bpmn2:endEvent id="EndEvent_3"> |
| 144 | <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 145 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_11" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 146 | </bpmn2:endEvent> |
| 147 | <bpmn2:scriptTask id="PrepareFalloutHandler" name="Prepare Fallout Handler" scriptFormat="groovy"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 148 | <bpmn2:incoming>SequenceFlow_018p5wf</bpmn2:incoming> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 149 | <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> |
Bancala, Ben (bb3476) | 9d461da | 2018-05-03 16:14:19 -0400 | [diff] [blame] | 150 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 151 | def cvfm = new CreateVfModuleInfra() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 152 | cvfm.falloutHandlerPrep(execution, 'CVFMI_FalloutHandlerRequest')]]></bpmn2:script> |
| 153 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 154 | <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="PrepareFalloutHandler" targetRef="FalloutHandler" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 155 | <bpmn2:sequenceFlow id="SequenceFlow_0wsgnab" sourceRef="StartEvent_2" targetRef="SendErrorResponse" /> |
| 156 | <bpmn2:sequenceFlow id="SequenceFlow_018p5wf" sourceRef="SendErrorResponse" targetRef="PrepareFalloutHandler" /> |
| 157 | <bpmn2:scriptTask id="SendErrorResponse" name="Send Error Response" scriptFormat="groovy"> |
| 158 | <bpmn2:incoming>SequenceFlow_0wsgnab</bpmn2:incoming> |
| 159 | <bpmn2:outgoing>SequenceFlow_018p5wf</bpmn2:outgoing> |
Bancala, Ben (bb3476) | 9d461da | 2018-05-03 16:14:19 -0400 | [diff] [blame] | 160 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 161 | def createVfModule = new CreateVfModuleInfra() |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 162 | createVfModule.sendErrorResponse(execution)]]></bpmn2:script> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 163 | </bpmn2:scriptTask> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 164 | </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) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 172 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_10" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 173 | </bpmn2:endEvent> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 174 | <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="MSOCompletionHandler" targetRef="SetSuccessIndicator" /> |
| 175 | <bpmn2:sequenceFlow id="SequenceFlow_16" name="" sourceRef="SetSuccessIndicator" targetRef="EndEvent_1" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 176 | <bpmn2:boundaryEvent id="BoundaryEvent_1" name="" attachedToRef="ErrorHandler"> |
| 177 | <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 178 | <bpmn2:errorEventDefinition id="_ErrorEventDefinition_3" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 179 | </bpmn2:boundaryEvent> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 180 | <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="BoundaryEvent_1" targetRef="EndEvent_4" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 181 | <bpmn2:endEvent id="EndEvent_4"> |
| 182 | <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 183 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 184 | </bpmn2:endEvent> |
| 185 | <bpmn2:scriptTask id="PreProcessRequest" name="Pre-Process Request" scriptFormat="groovy"> |
| 186 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| 187 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
Bancala, Ben (bb3476) | 9d461da | 2018-05-03 16:14:19 -0400 | [diff] [blame] | 188 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 189 | def createVfModule = new CreateVfModuleInfra() |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 190 | createVfModule.preProcessRequest(execution)]]></bpmn2:script> |
| 191 | </bpmn2:scriptTask> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 192 | <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="PreProcessRequest" targetRef="SendResponse" /> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 193 | <bpmn2:subProcess id="SubProcess_0pgv3l6" name="Java Exception Handling Sub Process" triggeredByEvent="true"> |
| 194 | <bpmn2:scriptTask id="ProcessError" name="Process Error" scriptFormat="groovy"> |
| 195 | <bpmn2:incoming>SequenceFlow_1qvgrvq</bpmn2:incoming> |
| 196 | <bpmn2:outgoing>SequenceFlow_1jqizzo</bpmn2:outgoing> |
Bancala, Ben (bb3476) | 9d461da | 2018-05-03 16:14:19 -0400 | [diff] [blame] | 197 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.common.scripts.* |
| 198 | ExceptionUtil exceptionUtil = new ExceptionUtil() |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 199 | exceptionUtil.processJavaException(execution)]]></bpmn2:script> |
| 200 | </bpmn2:scriptTask> |
| 201 | <bpmn2:endEvent id="EndEvent_0100eju"> |
| 202 | <bpmn2:incoming>SequenceFlow_1jqizzo</bpmn2:incoming> |
| 203 | </bpmn2:endEvent> |
| 204 | <bpmn2:startEvent id="StartEvent_1mov8he"> |
| 205 | <bpmn2:outgoing>SequenceFlow_1qvgrvq</bpmn2:outgoing> |
| 206 | <bpmn2:errorEventDefinition /> |
| 207 | </bpmn2:startEvent> |
| 208 | <bpmn2:sequenceFlow id="SequenceFlow_1qvgrvq" name="" sourceRef="StartEvent_1mov8he" targetRef="ProcessError" /> |
| 209 | <bpmn2:sequenceFlow id="SequenceFlow_1jqizzo" name="" sourceRef="ProcessError" targetRef="EndEvent_0100eju" /> |
| 210 | </bpmn2:subProcess> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 211 | <bpmn2:callActivity id="CallActivity_0i3men0" name="LCM HealthCheck" calledElement="AppCClient"> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 212 | <bpmn2:extensionElements> |
| 213 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 214 | <camunda:in source="actionHealthCheck" target="action" /> |
| 215 | <camunda:in source="CVFMI_vnfId" target="vnfId" /> |
| 216 | <camunda:in source="CVFMI_requestId" target="msoRequestId" /> |
| 217 | <camunda:in source="CVFMI_vnfName" target="vnfName" /> |
| 218 | <camunda:in source="CVFMO_controllerType" target="controllerType" /> |
| 219 | <camunda:in source="healthCheckIndex0" target="healthCheckIndex" /> |
| 220 | <camunda:out source="errorCode" target="errorCode" /> |
| 221 | <camunda:out source="errorText" target="errorText" /> |
| 222 | <camunda:out source="workStep" target="workStep" /> |
| 223 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 224 | </bpmn2:extensionElements> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 225 | <bpmn2:incoming>SequenceFlow_1xggje5</bpmn2:incoming> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 226 | <bpmn2:outgoing>SequenceFlow_07llpjo</bpmn2:outgoing> |
| 227 | </bpmn2:callActivity> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 228 | <bpmn2:sequenceFlow id="SequenceFlow_0e2ta6w" sourceRef="SendResponse" targetRef="Task_1o3z68c" /> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 229 | <bpmn2:exclusiveGateway id="ExclusiveGateway_09h60ub" name="Error on HealthCheck?" default="SequenceFlow_1vx081s"> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 230 | <bpmn2:incoming>SequenceFlow_07llpjo</bpmn2:incoming> |
| 231 | <bpmn2:outgoing>SequenceFlow_1vx081s</bpmn2:outgoing> |
| 232 | <bpmn2:outgoing>SequenceFlow_0nszq2o</bpmn2:outgoing> |
| 233 | </bpmn2:exclusiveGateway> |
| 234 | <bpmn2:sequenceFlow id="SequenceFlow_1vx081s" name="no" sourceRef="ExclusiveGateway_09h60ub" targetRef="DoCreateVfModuleSubprocess" /> |
| 235 | <bpmn2:sequenceFlow id="SequenceFlow_07llpjo" sourceRef="CallActivity_0i3men0" targetRef="ExclusiveGateway_09h60ub" /> |
| 236 | <bpmn2:endEvent id="EndEvent_0n6bb71"> |
| 237 | <bpmn2:incoming>SequenceFlow_0nszq2o</bpmn2:incoming> |
| 238 | <bpmn2:errorEventDefinition errorRef="Error_1" /> |
| 239 | </bpmn2:endEvent> |
| 240 | <bpmn2:sequenceFlow id="SequenceFlow_0nszq2o" name="yes" sourceRef="ExclusiveGateway_09h60ub" targetRef="EndEvent_0n6bb71"> |
| 241 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorCode") != "0"]]></bpmn2:conditionExpression> |
| 242 | </bpmn2:sequenceFlow> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 243 | <bpmn2:callActivity id="CallActivity_17ukiqm" name="LCM ConfigScaleOut" calledElement="AppCClient"> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 244 | <bpmn2:extensionElements> |
| 245 | <camunda:in source="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 246 | <camunda:in source="actionConfigScaleOut" target="action" /> |
| 247 | <camunda:in source="CVFMI_vnfId" target="vnfId" /> |
| 248 | <camunda:in source="CVFMI_requestId" target="msoRequestId" /> |
| 249 | <camunda:in source="CVFMI_vnfName" target="vnfName" /> |
| 250 | <camunda:in source="CVFMO_controllerType" target="controllerType" /> |
| 251 | <camunda:in source="healthCheckIndex0" target="healthCheckIndex" /> |
| 252 | <camunda:out source="errorCode" target="errorConfigScaleOutCode" /> |
| 253 | <camunda:out source="errorText" target="errorText" /> |
| 254 | <camunda:out source="workStep" target="workStep" /> |
| 255 | <camunda:out source="failedActivity" target="failedActivity" /> |
| 256 | <camunda:in source="CVFMI_vfModuleId" target="vfModuleId" /> |
| 257 | </bpmn2:extensionElements> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 258 | <bpmn2:incoming>SequenceFlow_020dbkp</bpmn2:incoming> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 259 | <bpmn2:outgoing>SequenceFlow_1tk5ru7</bpmn2:outgoing> |
| 260 | </bpmn2:callActivity> |
| 261 | <bpmn2:sequenceFlow id="SequenceFlow_1crl7uf" sourceRef="ServiceTask_1" targetRef="UpdateInfraRequestResponseCheck" /> |
| 262 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1hncvjy" name="Error on ConfigScaleOut?" default="SequenceFlow_0td7d9m"> |
| 263 | <bpmn2:incoming>SequenceFlow_1tk5ru7</bpmn2:incoming> |
| 264 | <bpmn2:outgoing>SequenceFlow_0td7d9m</bpmn2:outgoing> |
| 265 | <bpmn2:outgoing>SequenceFlow_0h5cld9</bpmn2:outgoing> |
| 266 | </bpmn2:exclusiveGateway> |
| 267 | <bpmn2:sequenceFlow id="SequenceFlow_1tk5ru7" sourceRef="CallActivity_17ukiqm" targetRef="ExclusiveGateway_1hncvjy" /> |
| 268 | <bpmn2:sequenceFlow id="SequenceFlow_0td7d9m" name="no" sourceRef="ExclusiveGateway_1hncvjy" targetRef="PrepareMSOCompletionHandler" /> |
| 269 | <bpmn2:endEvent id="EndEvent_0a97jcr"> |
| 270 | <bpmn2:incoming>SequenceFlow_0h5cld9</bpmn2:incoming> |
| 271 | <bpmn2:errorEventDefinition errorRef="Error_1" /> |
| 272 | </bpmn2:endEvent> |
| 273 | <bpmn2:sequenceFlow id="SequenceFlow_0h5cld9" name="yes" sourceRef="ExclusiveGateway_1hncvjy" targetRef="EndEvent_0a97jcr"> |
| 274 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("errorConfigScaleOutCode") != "0"]]></bpmn2:conditionExpression> |
| 275 | </bpmn2:sequenceFlow> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 276 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1qozral" name="Do HealthCheck?" default="SequenceFlow_1y7d5qk"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 277 | <bpmn2:incoming>SequenceFlow_1b7348f</bpmn2:incoming> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 278 | <bpmn2:outgoing>SequenceFlow_1xggje5</bpmn2:outgoing> |
| 279 | <bpmn2:outgoing>SequenceFlow_1y7d5qk</bpmn2:outgoing> |
| 280 | </bpmn2:exclusiveGateway> |
| 281 | <bpmn2:sequenceFlow id="SequenceFlow_1xggje5" name="yes" sourceRef="ExclusiveGateway_1qozral" targetRef="CallActivity_0i3men0"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 282 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("runHealthCheck")]]></bpmn2:conditionExpression> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 283 | </bpmn2:sequenceFlow> |
| 284 | <bpmn2:sequenceFlow id="SequenceFlow_1y7d5qk" name="no" sourceRef="ExclusiveGateway_1qozral" targetRef="DoCreateVfModuleSubprocess" /> |
| 285 | <bpmn2:exclusiveGateway id="ExclusiveGateway_0c8x2mq" name="Do ConfigScaleOut?" default="SequenceFlow_0u8zesf"> |
| 286 | <bpmn2:incoming>updateInfraRequestResponseGood</bpmn2:incoming> |
| 287 | <bpmn2:outgoing>SequenceFlow_020dbkp</bpmn2:outgoing> |
| 288 | <bpmn2:outgoing>SequenceFlow_0u8zesf</bpmn2:outgoing> |
| 289 | </bpmn2:exclusiveGateway> |
| 290 | <bpmn2:sequenceFlow id="SequenceFlow_020dbkp" name="yes" sourceRef="ExclusiveGateway_0c8x2mq" targetRef="CallActivity_17ukiqm"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 291 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression" language="groovy"><![CDATA[execution.getVariable("runConfigScaleOut")]]></bpmn2:conditionExpression> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 292 | </bpmn2:sequenceFlow> |
| 293 | <bpmn2:sequenceFlow id="SequenceFlow_0u8zesf" name="no" sourceRef="ExclusiveGateway_0c8x2mq" targetRef="PrepareMSOCompletionHandler" /> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 294 | <bpmn2:sequenceFlow id="SequenceFlow_1b7348f" sourceRef="Task_1o3z68c" targetRef="ExclusiveGateway_1qozral" /> |
| 295 | <bpmn2:scriptTask id="Task_1o3z68c" name="Query AAI For Orchestration Status" scriptFormat="groovy"> |
| 296 | <bpmn2:incoming>SequenceFlow_0e2ta6w</bpmn2:incoming> |
| 297 | <bpmn2:outgoing>SequenceFlow_1b7348f</bpmn2:outgoing> |
| 298 | <bpmn2:script><![CDATA[import org.openecomp.mso.bpmn.infrastructure.scripts.* |
| 299 | def createVfModule = new CreateVfModuleInfra() |
| 300 | createVfModule.queryAAIForVnfOrchestrationStatus(execution)]]></bpmn2:script> |
| 301 | </bpmn2:scriptTask> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 302 | </bpmn2:process> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 303 | <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 304 | <bpmn2:error id="Error_2" name="REST Fault" errorCode="RESTFault" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 305 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 306 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="CreateVfModuleInfra"> |
| 307 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="StartEvent_1"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 308 | <dc:Bounds x="41" y="16" width="36" height="36" /> |
| 309 | <bpmndi:BPMNLabel> |
| 310 | <dc:Bounds x="46" y="52" width="26" height="12" /> |
| 311 | </bpmndi:BPMNLabel> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 312 | </bpmndi:BPMNShape> |
| 313 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ScriptTask_124"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 314 | <di:waypoint xsi:type="dc:Point" x="77" y="34" /> |
| 315 | <di:waypoint xsi:type="dc:Point" x="142" y="34" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 316 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 317 | <dc:Bounds x="65" y="19" width="90" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 318 | </bpmndi:BPMNLabel> |
| 319 | </bpmndi:BPMNEdge> |
| 320 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_124" bpmnElement="PreProcessRequest"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 321 | <dc:Bounds x="142" y="-6" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 322 | </bpmndi:BPMNShape> |
| 323 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="SendResponse"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 324 | <dc:Bounds x="309" y="-6" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 325 | </bpmndi:BPMNShape> |
| 326 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_ScriptTask_124" targetElement="_BPMNShape_ServiceTask_86"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 327 | <di:waypoint xsi:type="dc:Point" x="242" y="34" /> |
| 328 | <di:waypoint xsi:type="dc:Point" x="309" y="34" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 329 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 330 | <dc:Bounds x="231" y="19" width="90" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 331 | </bpmndi:BPMNLabel> |
| 332 | </bpmndi:BPMNEdge> |
| 333 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_178" bpmnElement="DoCreateVfModuleSubprocess"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 334 | <dc:Bounds x="762" y="-6" width="145" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 335 | </bpmndi:BPMNShape> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 336 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateThrowEvent_47" bpmnElement="IntermediateThrowEvent_1"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 337 | <dc:Bounds x="977" y="16" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 338 | <bpmndi:BPMNLabel> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 339 | <dc:Bounds x="963" y="57" width="64" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 340 | </bpmndi:BPMNLabel> |
| 341 | </bpmndi:BPMNShape> |
| 342 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_178" targetElement="_BPMNShape_IntermediateThrowEvent_47"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 343 | <di:waypoint xsi:type="dc:Point" x="907" y="34" /> |
| 344 | <di:waypoint xsi:type="dc:Point" x="977" y="34" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 345 | <bpmndi:BPMNLabel> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 346 | <dc:Bounds x="897" y="19" width="90" height="0" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 347 | </bpmndi:BPMNLabel> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 348 | </bpmndi:BPMNEdge> |
| 349 | <bpmndi:BPMNShape id="_BPMNShape_IntermediateCatchEvent_32" bpmnElement="IntermediateCatchEvent_1"> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 350 | <dc:Bounds x="39" y="349" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 351 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 352 | <dc:Bounds x="25" y="390" width="65" height="22" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 353 | </bpmndi:BPMNLabel> |
| 354 | </bpmndi:BPMNShape> |
| 355 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_219" bpmnElement="PrepareUpdateInfraRequest"> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 356 | <dc:Bounds x="127" y="327" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 357 | </bpmndi:BPMNShape> |
| 358 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_103" bpmnElement="ServiceTask_1"> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 359 | <dc:Bounds x="277" y="327" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 360 | </bpmndi:BPMNShape> |
| 361 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_179" bpmnElement="UpdateInfraRequestResponseCheck" isMarkerVisible="true"> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 362 | <dc:Bounds x="406" y="342" width="50" height="50" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 363 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 364 | <dc:Bounds x="406" y="320" width="50" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 365 | </bpmndi:BPMNLabel> |
| 366 | </bpmndi:BPMNShape> |
| 367 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_220" bpmnElement="PrepareMSOCompletionHandler"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 368 | <dc:Bounds x="651" y="327" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 369 | </bpmndi:BPMNShape> |
| 370 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_221" bpmnElement="MSOCompletionHandler"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 371 | <dc:Bounds x="789" y="327" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 372 | </bpmndi:BPMNShape> |
| 373 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_177" bpmnElement="EndEvent_1"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 374 | <dc:Bounds x="1078" y="349" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 375 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 376 | <dc:Bounds x="1051" y="390" width="90" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 377 | </bpmndi:BPMNLabel> |
| 378 | </bpmndi:BPMNShape> |
| 379 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_2"> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 380 | <dc:Bounds x="413" y="454" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 381 | <bpmndi:BPMNLabel> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 382 | <dc:Bounds x="386" y="495" width="90" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 383 | </bpmndi:BPMNLabel> |
| 384 | </bpmndi:BPMNShape> |
| 385 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_IntermediateCatchEvent_32" targetElement="_BPMNShape_ScriptTask_219"> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 386 | <di:waypoint xsi:type="dc:Point" x="75" y="367" /> |
| 387 | <di:waypoint xsi:type="dc:Point" x="127" y="367" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 388 | <bpmndi:BPMNLabel> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 389 | <dc:Bounds x="105" y="367" width="6" height="6" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 390 | </bpmndi:BPMNLabel> |
| 391 | </bpmndi:BPMNEdge> |
| 392 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_219" targetElement="_BPMNShape_ServiceTask_103"> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 393 | <di:waypoint xsi:type="dc:Point" x="227" y="367" /> |
| 394 | <di:waypoint xsi:type="dc:Point" x="277" y="367" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 395 | </bpmndi:BPMNEdge> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 396 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="updateInfraRequestResponseBad" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="_BPMNShape_EndEvent_178"> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 397 | <di:waypoint xsi:type="dc:Point" x="430" y="391" /> |
| 398 | <di:waypoint xsi:type="dc:Point" x="431" y="454" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 399 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 400 | <dc:Bounds x="436" y="420" width="15" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 401 | </bpmndi:BPMNLabel> |
| 402 | </bpmndi:BPMNEdge> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 403 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="updateInfraRequestResponseGood" sourceElement="_BPMNShape_ExclusiveGateway_179" targetElement="ExclusiveGateway_0c8x2mq_di"> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 404 | <di:waypoint xsi:type="dc:Point" x="456" y="367" /> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 405 | <di:waypoint xsi:type="dc:Point" x="520" y="367" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 406 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 407 | <dc:Bounds x="462.46376811594206" y="371.99999999999994" width="20" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 408 | </bpmndi:BPMNLabel> |
| 409 | </bpmndi:BPMNEdge> |
| 410 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_220" targetElement="_BPMNShape_ScriptTask_221"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 411 | <di:waypoint xsi:type="dc:Point" x="751" y="367" /> |
| 412 | <di:waypoint xsi:type="dc:Point" x="789" y="367" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 413 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 414 | <dc:Bounds x="725" y="349" width="90" height="6" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 415 | </bpmndi:BPMNLabel> |
| 416 | </bpmndi:BPMNEdge> |
| 417 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_20" bpmnElement="ErrorHandler" isExpanded="true"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 418 | <dc:Bounds x="30" y="566" width="925" height="385" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 419 | </bpmndi:BPMNShape> |
| 420 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_54" bpmnElement="StartEvent_2"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 421 | <dc:Bounds x="139" y="720" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 422 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 423 | <dc:Bounds x="137" y="762" width="77" height="12" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 424 | </bpmndi:BPMNLabel> |
| 425 | </bpmndi:BPMNShape> |
| 426 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_222" bpmnElement="PrepareFalloutHandler"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 427 | <dc:Bounds x="497" y="698" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 428 | </bpmndi:BPMNShape> |
| 429 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_223" bpmnElement="FalloutHandler"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 430 | <dc:Bounds x="690" y="698" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 431 | </bpmndi:BPMNShape> |
| 432 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_179" bpmnElement="EndEvent_3"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 433 | <dc:Bounds x="846" y="720" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 434 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 435 | <dc:Bounds x="864" y="761" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 436 | </bpmndi:BPMNLabel> |
| 437 | </bpmndi:BPMNShape> |
| 438 | <bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_44" bpmnElement="BoundaryEvent_1"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 439 | <dc:Bounds x="937" y="716" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 440 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 441 | <dc:Bounds x="955" y="757" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 442 | </bpmndi:BPMNLabel> |
| 443 | </bpmndi:BPMNShape> |
| 444 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_180" bpmnElement="EndEvent_4"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 445 | <dc:Bounds x="1066" y="716" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 446 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 447 | <dc:Bounds x="1084" y="757" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 448 | </bpmndi:BPMNLabel> |
| 449 | </bpmndi:BPMNShape> |
| 450 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_ScriptTask_222" targetElement="_BPMNShape_ScriptTask_223"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 451 | <di:waypoint xsi:type="dc:Point" x="597" y="738" /> |
| 452 | <di:waypoint xsi:type="dc:Point" x="690" y="738" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 453 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 454 | <dc:Bounds x="644" y="723" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 455 | </bpmndi:BPMNLabel> |
| 456 | </bpmndi:BPMNEdge> |
| 457 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_223" targetElement="_BPMNShape_EndEvent_179"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 458 | <di:waypoint xsi:type="dc:Point" x="790" y="738" /> |
| 459 | <di:waypoint xsi:type="dc:Point" x="846" y="738" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 460 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 461 | <dc:Bounds x="821" y="738" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 462 | </bpmndi:BPMNLabel> |
| 463 | </bpmndi:BPMNEdge> |
| 464 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_BoundaryEvent_44" targetElement="_BPMNShape_EndEvent_180"> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 465 | <di:waypoint xsi:type="dc:Point" x="973" y="734" /> |
| 466 | <di:waypoint xsi:type="dc:Point" x="1066" y="734" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 467 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 468 | <dc:Bounds x="1020" y="719" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 469 | </bpmndi:BPMNLabel> |
| 470 | </bpmndi:BPMNEdge> |
| 471 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="SetSuccessIndicator"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 472 | <dc:Bounds x="946" y="327" width="103" height="79" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 473 | </bpmndi:BPMNShape> |
| 474 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_221" targetElement="_BPMNShape_ScriptTask_241"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 475 | <di:waypoint xsi:type="dc:Point" x="889" y="367" /> |
| 476 | <di:waypoint xsi:type="dc:Point" x="946" y="366" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 477 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 478 | <dc:Bounds x="873" y="342" width="90" height="20" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 479 | </bpmndi:BPMNLabel> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 480 | </bpmndi:BPMNEdge> |
| 481 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_16" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_177"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 482 | <di:waypoint xsi:type="dc:Point" x="1049" y="367" /> |
| 483 | <di:waypoint xsi:type="dc:Point" x="1078" y="367" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 484 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 485 | <dc:Bounds x="1019" y="342" width="90" height="20" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 486 | </bpmndi:BPMNLabel> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 487 | </bpmndi:BPMNEdge> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 488 | <bpmndi:BPMNShape id="SubProcess_0pgv3l6_di" bpmnElement="SubProcess_0pgv3l6" isExpanded="true"> |
| 489 | <dc:Bounds x="160" y="1001" width="313" height="169" /> |
| 490 | </bpmndi:BPMNShape> |
| 491 | <bpmndi:BPMNShape id="ScriptTask_13ekvux_di" bpmnElement="ProcessError"> |
| 492 | <dc:Bounds x="268" y="1047" width="100" height="80" /> |
| 493 | </bpmndi:BPMNShape> |
| 494 | <bpmndi:BPMNShape id="EndEvent_0100eju_di" bpmnElement="EndEvent_0100eju"> |
| 495 | <dc:Bounds x="413" y="1069" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 496 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 497 | <dc:Bounds x="431" y="1110" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 498 | </bpmndi:BPMNLabel> |
| 499 | </bpmndi:BPMNShape> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 500 | <bpmndi:BPMNShape id="StartEvent_1mov8he_di" bpmnElement="StartEvent_1mov8he"> |
| 501 | <dc:Bounds x="185" y="1069" width="36" height="36" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 502 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 503 | <dc:Bounds x="203" y="1110" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 504 | </bpmndi:BPMNLabel> |
| 505 | </bpmndi:BPMNShape> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 506 | <bpmndi:BPMNEdge id="SequenceFlow_1qvgrvq_di" bpmnElement="SequenceFlow_1qvgrvq"> |
| 507 | <di:waypoint xsi:type="dc:Point" x="221" y="1087" /> |
| 508 | <di:waypoint xsi:type="dc:Point" x="268" y="1087" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 509 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 510 | <dc:Bounds x="242" y="1087" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 511 | </bpmndi:BPMNLabel> |
| 512 | </bpmndi:BPMNEdge> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 513 | <bpmndi:BPMNEdge id="SequenceFlow_1jqizzo_di" bpmnElement="SequenceFlow_1jqizzo"> |
| 514 | <di:waypoint xsi:type="dc:Point" x="368" y="1087" /> |
| 515 | <di:waypoint xsi:type="dc:Point" x="413" y="1087" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 516 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 517 | <dc:Bounds x="388" y="1087" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 518 | </bpmndi:BPMNLabel> |
| 519 | </bpmndi:BPMNEdge> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 520 | <bpmndi:BPMNEdge id="SequenceFlow_0wsgnab_di" bpmnElement="SequenceFlow_0wsgnab"> |
| 521 | <di:waypoint xsi:type="dc:Point" x="175" y="738" /> |
| 522 | <di:waypoint xsi:type="dc:Point" x="235" y="738" /> |
| 523 | <di:waypoint xsi:type="dc:Point" x="235" y="738" /> |
| 524 | <di:waypoint xsi:type="dc:Point" x="296" y="738" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 525 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 526 | <dc:Bounds x="250" y="738" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 527 | </bpmndi:BPMNLabel> |
| 528 | </bpmndi:BPMNEdge> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 529 | <bpmndi:BPMNEdge id="SequenceFlow_018p5wf_di" bpmnElement="SequenceFlow_018p5wf"> |
| 530 | <di:waypoint xsi:type="dc:Point" x="396" y="738" /> |
| 531 | <di:waypoint xsi:type="dc:Point" x="497" y="738" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 532 | <bpmndi:BPMNLabel> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 533 | <dc:Bounds x="447" y="723" width="0" height="0" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 534 | </bpmndi:BPMNLabel> |
| 535 | </bpmndi:BPMNEdge> |
Arthur Martella | 62cd6aa | 2017-09-08 13:27:46 -0400 | [diff] [blame] | 536 | <bpmndi:BPMNShape id="ScriptTask_036ipyg_di" bpmnElement="SendErrorResponse"> |
| 537 | <dc:Bounds x="296" y="698" width="100" height="80" /> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 538 | </bpmndi:BPMNShape> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 539 | <bpmndi:BPMNShape id="CallActivity_0i3men0_di" bpmnElement="CallActivity_0i3men0"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 540 | <dc:Bounds x="597" y="-145" width="145" height="80" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 541 | </bpmndi:BPMNShape> |
| 542 | <bpmndi:BPMNEdge id="SequenceFlow_0e2ta6w_di" bpmnElement="SequenceFlow_0e2ta6w"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 543 | <di:waypoint xsi:type="dc:Point" x="409" y="34" /> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 544 | <di:waypoint xsi:type="dc:Point" x="460" y="34" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 545 | <bpmndi:BPMNLabel> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 546 | <dc:Bounds x="389.5" y="19" width="90" height="0" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 547 | </bpmndi:BPMNLabel> |
| 548 | </bpmndi:BPMNEdge> |
| 549 | <bpmndi:BPMNShape id="ExclusiveGateway_09h60ub_di" bpmnElement="ExclusiveGateway_09h60ub" isMarkerVisible="true"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 550 | <dc:Bounds x="810" y="-130" width="50" height="50" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 551 | <bpmndi:BPMNLabel> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 552 | <dc:Bounds x="800" y="-162" width="69" height="24" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 553 | </bpmndi:BPMNLabel> |
| 554 | </bpmndi:BPMNShape> |
| 555 | <bpmndi:BPMNEdge id="SequenceFlow_1vx081s_di" bpmnElement="SequenceFlow_1vx081s"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 556 | <di:waypoint xsi:type="dc:Point" x="835" y="-80" /> |
| 557 | <di:waypoint xsi:type="dc:Point" x="835" y="-38" /> |
| 558 | <di:waypoint xsi:type="dc:Point" x="835" y="-38" /> |
| 559 | <di:waypoint xsi:type="dc:Point" x="835" y="-6" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 560 | <bpmndi:BPMNLabel> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 561 | <dc:Bounds x="841" y="-70" width="12" height="12" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 562 | </bpmndi:BPMNLabel> |
| 563 | </bpmndi:BPMNEdge> |
| 564 | <bpmndi:BPMNEdge id="SequenceFlow_07llpjo_di" bpmnElement="SequenceFlow_07llpjo"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 565 | <di:waypoint xsi:type="dc:Point" x="742" y="-105" /> |
| 566 | <di:waypoint xsi:type="dc:Point" x="810" y="-105" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 567 | <bpmndi:BPMNLabel> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 568 | <dc:Bounds x="731" y="-120" width="90" height="0" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 569 | </bpmndi:BPMNLabel> |
| 570 | </bpmndi:BPMNEdge> |
| 571 | <bpmndi:BPMNShape id="EndEvent_0n6bb71_di" bpmnElement="EndEvent_0n6bb71"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 572 | <dc:Bounds x="925" y="-123" width="36" height="36" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 573 | <bpmndi:BPMNLabel> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 574 | <dc:Bounds x="898" y="-82" width="90" height="0" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 575 | </bpmndi:BPMNLabel> |
| 576 | </bpmndi:BPMNShape> |
| 577 | <bpmndi:BPMNEdge id="SequenceFlow_0nszq2o_di" bpmnElement="SequenceFlow_0nszq2o"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 578 | <di:waypoint xsi:type="dc:Point" x="860" y="-105" /> |
| 579 | <di:waypoint xsi:type="dc:Point" x="925" y="-105" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 580 | <bpmndi:BPMNLabel> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 581 | <dc:Bounds x="867" y="-101" width="18" height="12" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 582 | </bpmndi:BPMNLabel> |
| 583 | </bpmndi:BPMNEdge> |
| 584 | <bpmndi:BPMNShape id="CallActivity_17ukiqm_di" bpmnElement="CallActivity_17ukiqm"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 585 | <dc:Bounds x="472" y="189" width="145" height="80" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 586 | </bpmndi:BPMNShape> |
| 587 | <bpmndi:BPMNEdge id="SequenceFlow_1crl7uf_di" bpmnElement="SequenceFlow_1crl7uf"> |
| 588 | <di:waypoint xsi:type="dc:Point" x="377" y="367" /> |
| 589 | <di:waypoint xsi:type="dc:Point" x="406" y="367" /> |
| 590 | <bpmndi:BPMNLabel> |
| 591 | <dc:Bounds x="391.5" y="346" width="0" height="12" /> |
| 592 | </bpmndi:BPMNLabel> |
| 593 | </bpmndi:BPMNEdge> |
| 594 | <bpmndi:BPMNShape id="ExclusiveGateway_1hncvjy_di" bpmnElement="ExclusiveGateway_1hncvjy" isMarkerVisible="true"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 595 | <dc:Bounds x="675" y="204" width="50" height="50" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 596 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 597 | <dc:Bounds x="657" y="170" width="86" height="24" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 598 | </bpmndi:BPMNLabel> |
| 599 | </bpmndi:BPMNShape> |
| 600 | <bpmndi:BPMNEdge id="SequenceFlow_1tk5ru7_di" bpmnElement="SequenceFlow_1tk5ru7"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 601 | <di:waypoint xsi:type="dc:Point" x="617" y="229" /> |
| 602 | <di:waypoint xsi:type="dc:Point" x="675" y="229" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 603 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 604 | <dc:Bounds x="601" y="208" width="90" height="12" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 605 | </bpmndi:BPMNLabel> |
| 606 | </bpmndi:BPMNEdge> |
| 607 | <bpmndi:BPMNEdge id="SequenceFlow_0td7d9m_di" bpmnElement="SequenceFlow_0td7d9m"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 608 | <di:waypoint xsi:type="dc:Point" x="700" y="254" /> |
| 609 | <di:waypoint xsi:type="dc:Point" x="701" y="327" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 610 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 611 | <dc:Bounds x="706.5002014596164" y="260.46992001430345" width="15" height="12" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 612 | </bpmndi:BPMNLabel> |
| 613 | </bpmndi:BPMNEdge> |
| 614 | <bpmndi:BPMNShape id="EndEvent_0a97jcr_di" bpmnElement="EndEvent_0a97jcr"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 615 | <dc:Bounds x="773" y="211" width="36" height="36" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 616 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 617 | <dc:Bounds x="701" y="252" width="90" height="12" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 618 | </bpmndi:BPMNLabel> |
| 619 | </bpmndi:BPMNShape> |
| 620 | <bpmndi:BPMNEdge id="SequenceFlow_0h5cld9_di" bpmnElement="SequenceFlow_0h5cld9"> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 621 | <di:waypoint xsi:type="dc:Point" x="725" y="229" /> |
| 622 | <di:waypoint xsi:type="dc:Point" x="773" y="229" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 623 | <bpmndi:BPMNLabel> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 624 | <dc:Bounds x="729" y="235" width="20" height="12" /> |
| 625 | </bpmndi:BPMNLabel> |
| 626 | </bpmndi:BPMNEdge> |
| 627 | <bpmndi:BPMNShape id="ExclusiveGateway_1qozral_di" bpmnElement="ExclusiveGateway_1qozral" isMarkerVisible="true"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 628 | <dc:Bounds x="645" y="9" width="50" height="50" /> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 629 | <bpmndi:BPMNLabel> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 630 | <dc:Bounds x="628" y="66" width="86" height="12" /> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 631 | </bpmndi:BPMNLabel> |
| 632 | </bpmndi:BPMNShape> |
| 633 | <bpmndi:BPMNEdge id="SequenceFlow_1xggje5_di" bpmnElement="SequenceFlow_1xggje5"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 634 | <di:waypoint xsi:type="dc:Point" x="670" y="9" /> |
| 635 | <di:waypoint xsi:type="dc:Point" x="670" y="-65" /> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 636 | <bpmndi:BPMNLabel> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 637 | <dc:Bounds x="678" y="-26" width="18" height="12" /> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 638 | </bpmndi:BPMNLabel> |
| 639 | </bpmndi:BPMNEdge> |
| 640 | <bpmndi:BPMNEdge id="SequenceFlow_1y7d5qk_di" bpmnElement="SequenceFlow_1y7d5qk"> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 641 | <di:waypoint xsi:type="dc:Point" x="695" y="34" /> |
| 642 | <di:waypoint xsi:type="dc:Point" x="762" y="34" /> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 643 | <bpmndi:BPMNLabel> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 644 | <dc:Bounds x="713" y="37" width="12" height="12" /> |
Rob Daugherty | bb34137 | 2018-04-24 13:53:25 -0400 | [diff] [blame] | 645 | </bpmndi:BPMNLabel> |
| 646 | </bpmndi:BPMNEdge> |
| 647 | <bpmndi:BPMNShape id="ExclusiveGateway_0c8x2mq_di" bpmnElement="ExclusiveGateway_0c8x2mq" isMarkerVisible="true"> |
| 648 | <dc:Bounds x="520" y="342" width="50" height="50" /> |
| 649 | <bpmndi:BPMNLabel> |
| 650 | <dc:Bounds x="502" y="402" width="86" height="24" /> |
| 651 | </bpmndi:BPMNLabel> |
| 652 | </bpmndi:BPMNShape> |
| 653 | <bpmndi:BPMNEdge id="SequenceFlow_020dbkp_di" bpmnElement="SequenceFlow_020dbkp"> |
| 654 | <di:waypoint xsi:type="dc:Point" x="545" y="342" /> |
| 655 | <di:waypoint xsi:type="dc:Point" x="545" y="269" /> |
| 656 | <bpmndi:BPMNLabel> |
| 657 | <dc:Bounds x="550" y="307" width="20" height="12" /> |
| 658 | </bpmndi:BPMNLabel> |
| 659 | </bpmndi:BPMNEdge> |
| 660 | <bpmndi:BPMNEdge id="SequenceFlow_0u8zesf_di" bpmnElement="SequenceFlow_0u8zesf"> |
| 661 | <di:waypoint xsi:type="dc:Point" x="570" y="367" /> |
| 662 | <di:waypoint xsi:type="dc:Point" x="651" y="367" /> |
| 663 | <bpmndi:BPMNLabel> |
| 664 | <dc:Bounds x="585" y="372" width="15" height="12" /> |
Bancala, Ben (bb3476) | 0890c02 | 2018-03-30 09:58:57 -0400 | [diff] [blame] | 665 | </bpmndi:BPMNLabel> |
| 666 | </bpmndi:BPMNEdge> |
Bancala, Ben (bb3476) | 1846378 | 2018-05-03 11:50:13 -0400 | [diff] [blame] | 667 | <bpmndi:BPMNEdge id="SequenceFlow_1b7348f_di" bpmnElement="SequenceFlow_1b7348f"> |
| 668 | <di:waypoint xsi:type="dc:Point" x="560" y="34" /> |
| 669 | <di:waypoint xsi:type="dc:Point" x="645" y="34" /> |
| 670 | <bpmndi:BPMNLabel> |
| 671 | <dc:Bounds x="602.5" y="13" width="0" height="12" /> |
| 672 | </bpmndi:BPMNLabel> |
| 673 | </bpmndi:BPMNEdge> |
| 674 | <bpmndi:BPMNShape id="ScriptTask_19vqej7_di" bpmnElement="Task_1o3z68c"> |
| 675 | <dc:Bounds x="460" y="-6" width="100" height="80" /> |
| 676 | </bpmndi:BPMNShape> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 677 | </bpmndi:BPMNPlane> |
| 678 | </bpmndi:BPMNDiagram> |
Determe, Sebastien (sd378r) | b1e5734 | 2017-05-09 03:55:30 -0700 | [diff] [blame] | 679 | </bpmn2:definitions> |