Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -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="_ZBLUcCkQEeaY6ZhIaNLwzg" targetNamespace="http://camunda.org/schema/1.0/bpmn" exporter="Camunda Modeler" exporterVersion="3.7.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd"> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 3 | <bpmn2:process id="UpdateVfModuleVolumeInfraV1" name="UpdateVfModuleVolumeInfraV1" isExecutable="true"> |
| 4 | <bpmn2:endEvent id="EndEvent_4" name="TheEnd"> |
| 5 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| 6 | <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1" /> |
| 7 | </bpmn2:endEvent> |
| 8 | <bpmn2:callActivity id="CallActivity_completionHandler" name="Completion Handler" calledElement="CompleteMsoProcess"> |
| 9 | <bpmn2:extensionElements> |
| 10 | <camunda:in source="UPDVfModVol_CompletionHandlerRequest" target="CompleteMsoProcessRequest" /> |
| 11 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 12 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 13 | <camunda:out source="CMSO_ResponseCode" target="UPDVfModVol_CMSO_ResponseCode" /> |
| 14 | <camunda:out source="CMSO_ErrorResponse" target="UPDVfModVol_CMSO_ErrorResponse" /> |
| 15 | </bpmn2:extensionElements> |
| 16 | <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming> |
| 17 | <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> |
| 18 | </bpmn2:callActivity> |
| 19 | <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="CallActivity_completionHandler" targetRef="ScriptTask_postProcessTemp" /> |
| 20 | <bpmn2:serviceTask id="ServiceTask_callUpdateInfraDb" name="Call Update Infra DB"> |
| 21 | <bpmn2:extensionElements> |
| 22 | <camunda:connector> |
| 23 | <camunda:inputOutput> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 24 | <camunda:inputParameter name="url">${UrnPropertiesReader.getVariable("mso.adapters.openecomp.db.endpoint", execution)}</camunda:inputParameter> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 25 | <camunda:inputParameter name="payload">${UPDVfModVol_updateInfraRequest}</camunda:inputParameter> |
| 26 | <camunda:inputParameter name="headers"> |
| 27 | <camunda:map> |
| 28 | <camunda:entry key="content-type">aapplication/soap+xml</camunda:entry> |
| 29 | <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry> |
| 30 | </camunda:map> |
| 31 | </camunda:inputParameter> |
| 32 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 33 | <camunda:outputParameter name="UPDVfModVol_createDBResponse">${response}</camunda:outputParameter> |
| 34 | <camunda:outputParameter name="UPDVfModVol_dbReturnCode">${statusCode}</camunda:outputParameter> |
| 35 | </camunda:inputOutput> |
| 36 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 37 | </camunda:connector> |
| 38 | </bpmn2:extensionElements> |
| 39 | <bpmn2:incoming>SequenceFlow_11</bpmn2:incoming> |
| 40 | <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing> |
| 41 | </bpmn2:serviceTask> |
| 42 | <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="ServiceTask_callUpdateInfraDb" targetRef="ScriptTask_prepCompletionHandlerRequest" /> |
| 43 | <bpmn2:scriptTask id="ScriptTask_prepVnfRest" name="Prepare VNF Adapter Rest Request" scriptFormat="groovy"> |
| 44 | <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming> |
| 45 | <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 46 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 47 | def uvmv = new UpdateVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 48 | uvmv.executeMethod('prepVnfAdapterRest', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 49 | </bpmn2:scriptTask> |
| 50 | <bpmn2:sequenceFlow id="SequenceFlow_21" name="" sourceRef="ScriptTask_prepVnfRest" targetRef="CallActivity_callVNFAdapterRest" /> |
| 51 | <bpmn2:scriptTask id="ScriptTask_prepCompletionHandlerRequest" name="Prep Completion Handler Request" scriptFormat="groovy"> |
| 52 | <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> |
| 53 | <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 54 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 55 | def uvmv = new UpdateVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 56 | uvmv.executeMethod('prepCompletionHandlerRequest', execution, UPDVfModVol_requestId, 'UPDATE', UPDVfModVol_source, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 57 | </bpmn2:scriptTask> |
| 58 | <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="ScriptTask_prepCompletionHandlerRequest" targetRef="CallActivity_completionHandler" /> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 59 | <bpmn2:callActivity id="CallActivity_callVNFAdapterRest" name="VNFAdapterRest" calledElement="openstackAdapterTask"> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 60 | <bpmn2:extensionElements> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 61 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
Boslet, Cory | cd4e5b4 | 2020-03-25 16:04:41 -0400 | [diff] [blame] | 62 | <camunda:out source="WorkflowResponse" target="UPDVfModVol_vnfAdapterRestResponse" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 63 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 64 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 65 | <camunda:in source="UPDVfModVol_vnfAdapterRestRequest" target="openstackAdapterTaskRequest" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 66 | </bpmn2:extensionElements> |
| 67 | <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming> |
| 68 | <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing> |
| 69 | </bpmn2:callActivity> |
| 70 | <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="CallActivity_callVNFAdapterRest" targetRef="ScriptTask_prepDbInfraRequest" /> |
| 71 | <bpmn2:scriptTask id="ScriptTask_prepDbInfraRequest" name="Prep DB Infra Request" scriptFormat="groovy"> |
| 72 | <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming> |
| 73 | <bpmn2:outgoing>SequenceFlow_11</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 74 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 75 | def uvmv = new UpdateVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 76 | uvmv.executeMethod('prepDbInfraDbRequest', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 77 | </bpmn2:scriptTask> |
| 78 | <bpmn2:sequenceFlow id="SequenceFlow_11" name="" sourceRef="ScriptTask_prepDbInfraRequest" targetRef="ServiceTask_callUpdateInfraDb" /> |
| 79 | <bpmn2:scriptTask id="ScriptTask_postProcessTemp" name="Set Success" scriptFormat="groovy"> |
| 80 | <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming> |
| 81 | <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 82 | <bpmn2:script>// The following variable is checked by the unit test |
| 83 | execution.setVariable("UpdateVfModuleVolumeSuccessIndicator", true)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 84 | </bpmn2:scriptTask> |
| 85 | <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="ScriptTask_postProcessTemp" targetRef="EndEvent_4" /> |
| 86 | <bpmn2:exclusiveGateway id="ExclusiveGateway_2"> |
| 87 | <bpmn2:incoming>SequenceFlow_noVfModuleRelation</bpmn2:incoming> |
| 88 | <bpmn2:incoming>SequenceFlow_personaModelIdMatchYes</bpmn2:incoming> |
| 89 | <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing> |
| 90 | </bpmn2:exclusiveGateway> |
| 91 | <bpmn2:subProcess id="SubProcess_errorHandler" name="Error Handler" triggeredByEvent="true"> |
| 92 | <bpmn2:startEvent id="StartEvent_catchAllErrors" name="Catch All Errors"> |
| 93 | <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing> |
| 94 | <bpmn2:errorEventDefinition id="_ErrorEventDefinition_77" /> |
| 95 | </bpmn2:startEvent> |
| 96 | <bpmn2:endEvent id="EndEvent_3"> |
| 97 | <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming> |
| 98 | <bpmn2:terminateEventDefinition id="_TerminateEventDefinition_11" /> |
| 99 | </bpmn2:endEvent> |
| 100 | <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="StartEvent_catchAllErrors" targetRef="ScriptTask_preFalloutHandler" /> |
| 101 | <bpmn2:scriptTask id="ScriptTask_preFalloutHandler" name="Fallout Handler (prep)" scriptFormat="groovy"> |
| 102 | <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming> |
| 103 | <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 104 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 105 | def uvmv = new UpdateVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 106 | uvmv.executeMethod('prepFalloutHandler', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 107 | </bpmn2:scriptTask> |
| 108 | <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ScriptTask_preFalloutHandler" targetRef="CallActivity_falloutHandler" /> |
| 109 | <bpmn2:callActivity id="CallActivity_falloutHandler" name="Fallout Handler" calledElement="FalloutHandler"> |
| 110 | <bpmn2:extensionElements> |
| 111 | <camunda:in source="UPDVfModVol_FalloutHandlerRequest" target="FalloutHandlerRequest" /> |
| 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="isDebugLogEnabled" target="isDebugLogEnabled" /> |
| 115 | <camunda:out source="FH_ResponseCode" target="UPDVfModVol_FH_ResponseCode" /> |
| 116 | <camunda:out source="FH_ErrorResponse" target="UPDVfModVol_FH_ErrorResponse" /> |
| 117 | <camunda:out source="FalloutHandlerResponse" target="UPDVfModVol_FalloutHandlerResponse" /> |
| 118 | </bpmn2:extensionElements> |
| 119 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
| 120 | <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing> |
| 121 | </bpmn2:callActivity> |
| 122 | <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="CallActivity_falloutHandler" targetRef="EndEvent_3" /> |
| 123 | </bpmn2:subProcess> |
| 124 | <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ExclusiveGateway_2" targetRef="ScriptTask_prepVnfRest" /> |
| 125 | <bpmn2:exclusiveGateway id="ExclusiveGateway_personaModelIdMatch" name="Persona Model ID match?" default="SequenceFlow_personaModelidMatchNo"> |
| 126 | <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming> |
| 127 | <bpmn2:outgoing>SequenceFlow_personaModelIdMatchYes</bpmn2:outgoing> |
| 128 | <bpmn2:outgoing>SequenceFlow_personaModelidMatchNo</bpmn2:outgoing> |
| 129 | </bpmn2:exclusiveGateway> |
| 130 | <bpmn2:sequenceFlow id="SequenceFlow_personaModelIdMatchYes" name="Yes" sourceRef="ExclusiveGateway_personaModelIdMatch" targetRef="ExclusiveGateway_2"> |
| 131 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{UPDVfModVol_modelInvariantId == UPDVfModVol_personaModelId}</bpmn2:conditionExpression> |
| 132 | </bpmn2:sequenceFlow> |
| 133 | <bpmn2:sequenceFlow id="SequenceFlow_personaModelidMatchNo" name="No" sourceRef="ExclusiveGateway_personaModelIdMatch" targetRef="ScriptTask_handlePersonaModelIdMismatch" /> |
| 134 | <bpmn2:scriptTask id="ScriptTask_queryAaiForVfModule" name="Query AAI for VF Module" scriptFormat="groovy"> |
| 135 | <bpmn2:incoming>SequenceFlow_YesVfModuleRelation</bpmn2:incoming> |
| 136 | <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 137 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 138 | def uvmv = new UpdateVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 139 | uvmv.executeMethod('queryAAIForVfModule', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 140 | </bpmn2:scriptTask> |
| 141 | <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ScriptTask_queryAaiForVfModule" targetRef="ExclusiveGateway_personaModelIdMatch" /> |
| 142 | <bpmn2:scriptTask id="ScriptTask_handlePersonaModelIdMismatch" name="Handle Persona Model ID Mismatch" scriptFormat="groovy"> |
| 143 | <bpmn2:incoming>SequenceFlow_personaModelidMatchNo</bpmn2:incoming> |
| 144 | <bpmn2:outgoing>SequenceFlow_18</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 145 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 146 | def uvmv = new UpdateVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 147 | uvmv.executeMethod('handlePersonaModelIdMismatch', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 148 | </bpmn2:scriptTask> |
| 149 | <bpmn2:sequenceFlow id="SequenceFlow_18" name="" sourceRef="ScriptTask_handlePersonaModelIdMismatch" targetRef="EndEvent_personaModelIdMismatch" /> |
| 150 | <bpmn2:endEvent id="EndEvent_personaModelIdMismatch"> |
| 151 | <bpmn2:incoming>SequenceFlow_18</bpmn2:incoming> |
| 152 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" errorRef="Error_1" /> |
| 153 | </bpmn2:endEvent> |
| 154 | <bpmn2:scriptTask id="ScriptTask_preProcessRequest" name="Pre-process Request" scriptFormat="groovy"> |
| 155 | <bpmn2:incoming>SequenceFlow_3</bpmn2:incoming> |
| 156 | <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 157 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 158 | def uvmv = new UpdateVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 159 | uvmv.executeMethod('preProcessRequest', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 160 | </bpmn2:scriptTask> |
| 161 | <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="ScriptTask_preProcessRequest" targetRef="ScriptTask_sendSynchResponse" /> |
| 162 | <bpmn2:startEvent id="StartEvent_1" name="Start"> |
| 163 | <bpmn2:outgoing>SequenceFlow_3</bpmn2:outgoing> |
| 164 | </bpmn2:startEvent> |
| 165 | <bpmn2:sequenceFlow id="SequenceFlow_3" name="" sourceRef="StartEvent_1" targetRef="ScriptTask_preProcessRequest" /> |
| 166 | <bpmn2:scriptTask id="ScriptTask_sendSynchResponse" name="Send Synch Response" scriptFormat="groovy"> |
| 167 | <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> |
| 168 | <bpmn2:outgoing>SequenceFlow_20</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 169 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 170 | def uvmv = new UpdateVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 171 | uvmv.executeMethod('sendSynchResponse', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 172 | </bpmn2:scriptTask> |
| 173 | <bpmn2:sequenceFlow id="SequenceFlow_20" name="" sourceRef="ScriptTask_sendSynchResponse" targetRef="ScriptTask_queryAaiGenricVnf" /> |
| 174 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="VF-MODULE relation?" default="SequenceFlow_noVfModuleRelation"> |
| 175 | <bpmn2:incoming>SequenceFlow_tenantIsMatch</bpmn2:incoming> |
| 176 | <bpmn2:outgoing>SequenceFlow_YesVfModuleRelation</bpmn2:outgoing> |
| 177 | <bpmn2:outgoing>SequenceFlow_noVfModuleRelation</bpmn2:outgoing> |
| 178 | </bpmn2:exclusiveGateway> |
| 179 | <bpmn2:sequenceFlow id="SequenceFlow_YesVfModuleRelation" name="Yes" sourceRef="ExclusiveGateway_1" targetRef="ScriptTask_queryAaiForVfModule"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 180 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{UPDVfModVol_relatedVfModuleLink != ''}</bpmn2:conditionExpression> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 181 | </bpmn2:sequenceFlow> |
| 182 | <bpmn2:sequenceFlow id="SequenceFlow_noVfModuleRelation" name="No" sourceRef="ExclusiveGateway_1" targetRef="ExclusiveGateway_2" /> |
| 183 | <bpmn2:exclusiveGateway id="ExclusiveGateway_isTenantMatch" name="TenantId Match?" default="SequenceFlow_NoTenantMatch"> |
| 184 | <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming> |
| 185 | <bpmn2:outgoing>SequenceFlow_NoTenantMatch</bpmn2:outgoing> |
| 186 | <bpmn2:outgoing>SequenceFlow_tenantIsMatch</bpmn2:outgoing> |
| 187 | </bpmn2:exclusiveGateway> |
| 188 | <bpmn2:sequenceFlow id="SequenceFlow_NoTenantMatch" name="No" sourceRef="ExclusiveGateway_isTenantMatch" targetRef="ScriptTask_tenantIdMismatch" /> |
| 189 | <bpmn2:sequenceFlow id="SequenceFlow_tenantIsMatch" name="Yes" sourceRef="ExclusiveGateway_isTenantMatch" targetRef="ExclusiveGateway_1"> |
| 190 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{UPDVfModVol_tenantId == UPDVfModVol_volumeGroupTenantId}</bpmn2:conditionExpression> |
| 191 | </bpmn2:sequenceFlow> |
| 192 | <bpmn2:scriptTask id="ScriptTask_tenantIdMismatch" name="Handle TenantId Mismatch" scriptFormat="groovy"> |
| 193 | <bpmn2:incoming>SequenceFlow_NoTenantMatch</bpmn2:incoming> |
| 194 | <bpmn2:outgoing>SequenceFlow_17</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 195 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 196 | def uvmv = new UpdateVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 197 | uvmv.executeMethod('handleTenantIdMismatch', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 198 | </bpmn2:scriptTask> |
| 199 | <bpmn2:sequenceFlow id="SequenceFlow_17" name="" sourceRef="ScriptTask_tenantIdMismatch" targetRef="EndEvent_2" /> |
| 200 | <bpmn2:endEvent id="EndEvent_2"> |
| 201 | <bpmn2:incoming>SequenceFlow_17</bpmn2:incoming> |
| 202 | <bpmn2:errorEventDefinition id="_ErrorEventDefinition_76" errorRef="Error_1" /> |
| 203 | </bpmn2:endEvent> |
| 204 | <bpmn2:scriptTask id="ScriptTask_queryAAI" name="Query AAI for Volume Group Info" scriptFormat="groovy"> |
| 205 | <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming> |
| 206 | <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 207 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 208 | def uvmv = new UpdateVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 209 | uvmv.executeMethod('queryAAIForVolumeGroup', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 210 | </bpmn2:scriptTask> |
| 211 | <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="ScriptTask_queryAAI" targetRef="ExclusiveGateway_isTenantMatch" /> |
| 212 | <bpmn2:scriptTask id="ScriptTask_queryAaiGenricVnf" name="Query AAI for Generic VNF" scriptFormat="groovy"> |
| 213 | <bpmn2:incoming>SequenceFlow_20</bpmn2:incoming> |
| 214 | <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 215 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 216 | def uvmv = new UpdateVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 217 | uvmv.executeMethod('queryAAIForGenericVnf', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 218 | </bpmn2:scriptTask> |
| 219 | <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="ScriptTask_queryAaiGenricVnf" targetRef="ScriptTask_queryAAI" /> |
| 220 | </bpmn2:process> |
| 221 | <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 222 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 223 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="UpdateVfModuleVolumeInfraV1"> |
| 224 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_62" bpmnElement="StartEvent_1"> |
| 225 | <dc:Bounds x="191" y="131" width="37" height="37" /> |
| 226 | <bpmndi:BPMNLabel> |
| 227 | <dc:Bounds x="192" y="173" width="34" height="22" /> |
| 228 | </bpmndi:BPMNLabel> |
| 229 | </bpmndi:BPMNShape> |
| 230 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3" sourceElement="_BPMNShape_StartEvent_62" targetElement="_BPMNShape_ScriptTask_231"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 231 | <di:waypoint x="227" y="149" /> |
| 232 | <di:waypoint x="268" y="149" /> |
| 233 | <di:waypoint x="268" y="150" /> |
| 234 | <di:waypoint x="295" y="150" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 235 | <bpmndi:BPMNLabel> |
| 236 | <dc:Bounds x="248" y="149" width="6" height="6" /> |
| 237 | </bpmndi:BPMNLabel> |
| 238 | </bpmndi:BPMNEdge> |
| 239 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_42" bpmnElement="CallActivity_callVNFAdapterRest"> |
| 240 | <dc:Bounds x="591" y="420" width="100" height="80" /> |
| 241 | </bpmndi:BPMNShape> |
| 242 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_230" bpmnElement="ScriptTask_postProcessTemp"> |
| 243 | <dc:Bounds x="1318" y="420" width="109" height="80" /> |
| 244 | </bpmndi:BPMNShape> |
| 245 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_231" bpmnElement="ScriptTask_preProcessRequest"> |
| 246 | <dc:Bounds x="295" y="111" width="109" height="78" /> |
| 247 | </bpmndi:BPMNShape> |
| 248 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_232" bpmnElement="ScriptTask_sendSynchResponse"> |
| 249 | <dc:Bounds x="454" y="112" width="109" height="76" /> |
| 250 | </bpmndi:BPMNShape> |
| 251 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_231" targetElement="_BPMNShape_ScriptTask_232"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 252 | <di:waypoint x="403" y="150" /> |
| 253 | <di:waypoint x="454" y="150" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 254 | <bpmndi:BPMNLabel> |
| 255 | <dc:Bounds x="418" y="150" width="6" height="6" /> |
| 256 | </bpmndi:BPMNLabel> |
| 257 | </bpmndi:BPMNEdge> |
| 258 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_233" bpmnElement="ScriptTask_prepDbInfraRequest"> |
| 259 | <dc:Bounds x="730" y="420" width="109" height="80" /> |
| 260 | </bpmndi:BPMNShape> |
| 261 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_101" bpmnElement="ServiceTask_callUpdateInfraDb"> |
| 262 | <dc:Bounds x="868" y="420" width="109" height="80" /> |
| 263 | </bpmndi:BPMNShape> |
| 264 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_11" sourceElement="_BPMNShape_ScriptTask_233" targetElement="_BPMNShape_ServiceTask_101"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 265 | <di:waypoint x="838" y="460" /> |
| 266 | <di:waypoint x="868" y="460" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 267 | <bpmndi:BPMNLabel> |
| 268 | <dc:Bounds x="853" y="491" width="6" height="6" /> |
| 269 | </bpmndi:BPMNLabel> |
| 270 | </bpmndi:BPMNEdge> |
| 271 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ServiceTask_101" targetElement="_BPMNShape_ScriptTask_234"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 272 | <di:waypoint x="976" y="460" /> |
| 273 | <di:waypoint x="1014" y="460" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 274 | <bpmndi:BPMNLabel> |
| 275 | <dc:Bounds x="959" y="497" width="6" height="6" /> |
| 276 | </bpmndi:BPMNLabel> |
| 277 | </bpmndi:BPMNEdge> |
| 278 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_234" bpmnElement="ScriptTask_prepCompletionHandlerRequest"> |
| 279 | <dc:Bounds x="1014" y="420" width="109" height="80" /> |
| 280 | </bpmndi:BPMNShape> |
| 281 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_43" bpmnElement="CallActivity_completionHandler"> |
| 282 | <dc:Bounds x="1162" y="429" width="109" height="61" /> |
| 283 | </bpmndi:BPMNShape> |
| 284 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_234" targetElement="_BPMNShape_CallActivity_43"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 285 | <di:waypoint x="1122" y="460" /> |
| 286 | <di:waypoint x="1162" y="459" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 287 | <bpmndi:BPMNLabel> |
| 288 | <dc:Bounds x="1134" y="477" width="6" height="6" /> |
| 289 | </bpmndi:BPMNLabel> |
| 290 | </bpmndi:BPMNEdge> |
| 291 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_CallActivity_43" targetElement="_BPMNShape_ScriptTask_230"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 292 | <di:waypoint x="1270" y="459" /> |
| 293 | <di:waypoint x="1318" y="460" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 294 | <bpmndi:BPMNLabel> |
| 295 | <dc:Bounds x="1216" y="521" width="6" height="6" /> |
| 296 | </bpmndi:BPMNLabel> |
| 297 | </bpmndi:BPMNEdge> |
| 298 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_235" bpmnElement="ScriptTask_queryAAI"> |
| 299 | <dc:Bounds x="742" y="113" width="109" height="73" /> |
| 300 | </bpmndi:BPMNShape> |
| 301 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_126" bpmnElement="ExclusiveGateway_isTenantMatch" isMarkerVisible="true"> |
| 302 | <dc:Bounds x="931" y="132" width="34" height="34" /> |
| 303 | <bpmndi:BPMNLabel> |
| 304 | <dc:Bounds x="898" y="113" width="102" height="22" /> |
| 305 | </bpmndi:BPMNLabel> |
| 306 | </bpmndi:BPMNShape> |
| 307 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_236" bpmnElement="ScriptTask_tenantIdMismatch"> |
| 308 | <dc:Bounds x="1064" y="112" width="97" height="75" /> |
| 309 | </bpmndi:BPMNShape> |
| 310 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ScriptTask_235" targetElement="_BPMNShape_ExclusiveGateway_126"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 311 | <di:waypoint x="850" y="149" /> |
| 312 | <di:waypoint x="931" y="149" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 313 | <bpmndi:BPMNLabel> |
| 314 | <dc:Bounds x="877" y="149" width="6" height="6" /> |
| 315 | </bpmndi:BPMNLabel> |
| 316 | </bpmndi:BPMNEdge> |
| 317 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_NoTenantMatch" sourceElement="_BPMNShape_ExclusiveGateway_126" targetElement="_BPMNShape_ScriptTask_236"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 318 | <di:waypoint x="965" y="149" /> |
| 319 | <di:waypoint x="1064" y="149" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 320 | <bpmndi:BPMNLabel> |
| 321 | <dc:Bounds x="986" y="149" width="22" height="22" /> |
| 322 | </bpmndi:BPMNLabel> |
| 323 | </bpmndi:BPMNEdge> |
| 324 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_169" bpmnElement="EndEvent_2"> |
| 325 | <dc:Bounds x="1225" y="125" width="49" height="49" /> |
| 326 | <bpmndi:BPMNLabel> |
| 327 | <dc:Bounds x="1249" y="179" width="0" height="0" /> |
| 328 | </bpmndi:BPMNLabel> |
| 329 | </bpmndi:BPMNShape> |
| 330 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_17" sourceElement="_BPMNShape_ScriptTask_236" targetElement="_BPMNShape_EndEvent_169"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 331 | <di:waypoint x="1160" y="149" /> |
| 332 | <di:waypoint x="1225" y="149" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 333 | <bpmndi:BPMNLabel> |
| 334 | <dc:Bounds x="1179" y="149" width="6" height="6" /> |
| 335 | </bpmndi:BPMNLabel> |
| 336 | </bpmndi:BPMNEdge> |
| 337 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_tenantIsMatch" sourceElement="_BPMNShape_ExclusiveGateway_126" targetElement="_BPMNShape_ExclusiveGateway_254"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 338 | <di:waypoint x="948" y="166" /> |
| 339 | <di:waypoint x="948" y="244" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 340 | <bpmndi:BPMNLabel> |
| 341 | <dc:Bounds x="915" y="173" width="29" height="22" /> |
| 342 | </bpmndi:BPMNLabel> |
| 343 | </bpmndi:BPMNEdge> |
| 344 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_42" targetElement="_BPMNShape_ScriptTask_233"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 345 | <di:waypoint x="691" y="460" /> |
| 346 | <di:waypoint x="730" y="460" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 347 | <bpmndi:BPMNLabel> |
| 348 | <dc:Bounds x="712" y="531" width="6" height="6" /> |
| 349 | </bpmndi:BPMNLabel> |
| 350 | </bpmndi:BPMNEdge> |
| 351 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_20" sourceElement="_BPMNShape_ScriptTask_232" targetElement="_BPMNShape_ScriptTask_318"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 352 | <di:waypoint x="562" y="150" /> |
| 353 | <di:waypoint x="581" y="150" /> |
| 354 | <di:waypoint x="581" y="149" /> |
| 355 | <di:waypoint x="612" y="149" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 356 | <bpmndi:BPMNLabel> |
| 357 | <dc:Bounds x="578" y="150" width="6" height="6" /> |
| 358 | </bpmndi:BPMNLabel> |
| 359 | </bpmndi:BPMNEdge> |
| 360 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_237" bpmnElement="ScriptTask_prepVnfRest"> |
| 361 | <dc:Bounds x="454" y="420" width="109" height="80" /> |
| 362 | </bpmndi:BPMNShape> |
| 363 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_21" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ScriptTask_237" targetElement="_BPMNShape_CallActivity_42"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 364 | <di:waypoint x="562" y="460" /> |
| 365 | <di:waypoint x="591" y="460" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 366 | <bpmndi:BPMNLabel> |
| 367 | <dc:Bounds x="446" y="460" width="6" height="6" /> |
| 368 | </bpmndi:BPMNLabel> |
| 369 | </bpmndi:BPMNEdge> |
| 370 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_18" bpmnElement="SubProcess_errorHandler" isExpanded="true"> |
| 371 | <dc:Bounds x="250" y="786" width="781" height="187" /> |
| 372 | </bpmndi:BPMNShape> |
| 373 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_63" bpmnElement="StartEvent_catchAllErrors"> |
| 374 | <dc:Bounds x="301" y="844" width="37" height="37" /> |
| 375 | <bpmndi:BPMNLabel> |
| 376 | <dc:Bounds x="270" y="886" width="98" height="22" /> |
| 377 | </bpmndi:BPMNLabel> |
| 378 | </bpmndi:BPMNShape> |
| 379 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_238" bpmnElement="ScriptTask_preFalloutHandler"> |
| 380 | <dc:Bounds x="445" y="832" width="109" height="61" /> |
| 381 | </bpmndi:BPMNShape> |
| 382 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_44" bpmnElement="CallActivity_falloutHandler"> |
| 383 | <dc:Bounds x="639" y="832" width="109" height="61" /> |
| 384 | </bpmndi:BPMNShape> |
| 385 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ScriptTask_238" targetElement="_BPMNShape_CallActivity_44"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 386 | <di:waypoint x="553" y="862" /> |
| 387 | <di:waypoint x="639" y="862" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 388 | <bpmndi:BPMNLabel> |
| 389 | <dc:Bounds x="573" y="946" width="6" height="6" /> |
| 390 | </bpmndi:BPMNLabel> |
| 391 | </bpmndi:BPMNEdge> |
| 392 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_170" bpmnElement="EndEvent_3"> |
| 393 | <dc:Bounds x="862" y="844" width="37" height="37" /> |
| 394 | <bpmndi:BPMNLabel> |
| 395 | <dc:Bounds x="880" y="886" width="0" height="0" /> |
| 396 | </bpmndi:BPMNLabel> |
| 397 | </bpmndi:BPMNShape> |
| 398 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_CallActivity_44" targetElement="_BPMNShape_EndEvent_170"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 399 | <di:waypoint x="747" y="862" /> |
| 400 | <di:waypoint x="862" y="862" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 401 | <bpmndi:BPMNLabel> |
| 402 | <dc:Bounds x="765" y="1030" width="6" height="6" /> |
| 403 | </bpmndi:BPMNLabel> |
| 404 | </bpmndi:BPMNEdge> |
| 405 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_171" bpmnElement="EndEvent_4"> |
| 406 | <dc:Bounds x="1461" y="438" width="43" height="43" /> |
| 407 | <bpmndi:BPMNLabel> |
| 408 | <dc:Bounds x="1457" y="486" width="50" height="22" /> |
| 409 | </bpmndi:BPMNLabel> |
| 410 | </bpmndi:BPMNShape> |
| 411 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_ScriptTask_230" targetElement="_BPMNShape_EndEvent_171"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 412 | <di:waypoint x="1426" y="460" /> |
| 413 | <di:waypoint x="1461" y="459" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 414 | <bpmndi:BPMNLabel> |
| 415 | <dc:Bounds x="1442" y="467" width="6" height="6" /> |
| 416 | </bpmndi:BPMNLabel> |
| 417 | </bpmndi:BPMNEdge> |
| 418 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_StartEvent_63" targetElement="_BPMNShape_ScriptTask_238"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 419 | <di:waypoint x="337" y="862" /> |
| 420 | <di:waypoint x="445" y="862" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 421 | <bpmndi:BPMNLabel> |
| 422 | <dc:Bounds x="385" y="1030" width="6" height="6" /> |
| 423 | </bpmndi:BPMNLabel> |
| 424 | </bpmndi:BPMNEdge> |
| 425 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_254" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true"> |
| 426 | <dc:Bounds x="931" y="244" width="34" height="34" /> |
| 427 | <bpmndi:BPMNLabel> |
| 428 | <dc:Bounds x="881" y="283" width="135" height="22" /> |
| 429 | </bpmndi:BPMNLabel> |
| 430 | </bpmndi:BPMNShape> |
| 431 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_YesVfModuleRelation" sourceElement="_BPMNShape_ExclusiveGateway_254" targetElement="_BPMNShape_ScriptTask_313"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 432 | <di:waypoint x="931" y="261" /> |
| 433 | <di:waypoint x="634" y="261" /> |
| 434 | <di:waypoint x="634" y="262" /> |
| 435 | <di:waypoint x="405" y="262" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 436 | <bpmndi:BPMNLabel> |
| 437 | <dc:Bounds x="729" y="261" width="29" height="22" /> |
| 438 | </bpmndi:BPMNLabel> |
| 439 | </bpmndi:BPMNEdge> |
| 440 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_313" bpmnElement="ScriptTask_queryAaiForVfModule"> |
| 441 | <dc:Bounds x="297" y="222" width="109" height="80" /> |
| 442 | </bpmndi:BPMNShape> |
| 443 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_255" bpmnElement="ExclusiveGateway_personaModelIdMatch" isMarkerVisible="true"> |
| 444 | <dc:Bounds x="333" y="346" width="34" height="34" /> |
| 445 | <bpmndi:BPMNLabel> |
| 446 | <dc:Bounds x="272" y="385" width="156" height="22" /> |
| 447 | </bpmndi:BPMNLabel> |
| 448 | </bpmndi:BPMNShape> |
| 449 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ScriptTask_313" targetElement="_BPMNShape_ExclusiveGateway_255"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 450 | <di:waypoint x="350" y="302" /> |
| 451 | <di:waypoint x="350" y="329" /> |
| 452 | <di:waypoint x="350" y="346" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 453 | <bpmndi:BPMNLabel> |
| 454 | <dc:Bounds x="347" y="318" width="6" height="6" /> |
| 455 | </bpmndi:BPMNLabel> |
| 456 | </bpmndi:BPMNEdge> |
| 457 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_9" bpmnElement="SequenceFlow_personaModelIdMatchYes" sourceElement="_BPMNShape_ExclusiveGateway_255" targetElement="_BPMNShape_ExclusiveGateway_256"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 458 | <di:waypoint x="367" y="363" /> |
| 459 | <di:waypoint x="491" y="363" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 460 | <bpmndi:BPMNLabel> |
| 461 | <dc:Bounds x="398" y="363" width="29" height="22" /> |
| 462 | </bpmndi:BPMNLabel> |
| 463 | </bpmndi:BPMNEdge> |
| 464 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_256" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true"> |
| 465 | <dc:Bounds x="491" y="346" width="34" height="34" /> |
| 466 | <bpmndi:BPMNLabel> |
| 467 | <dc:Bounds x="508" y="385" width="0" height="0" /> |
| 468 | </bpmndi:BPMNLabel> |
| 469 | </bpmndi:BPMNShape> |
| 470 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_10" bpmnElement="SequenceFlow_noVfModuleRelation" sourceElement="_BPMNShape_ExclusiveGateway_254" targetElement="_BPMNShape_ExclusiveGateway_256"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 471 | <di:waypoint x="948" y="278" /> |
| 472 | <di:waypoint x="948" y="363" /> |
| 473 | <di:waypoint x="701" y="363" /> |
| 474 | <di:waypoint x="525" y="363" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 475 | <bpmndi:BPMNLabel> |
| 476 | <dc:Bounds x="795" y="363" width="22" height="22" /> |
| 477 | </bpmndi:BPMNLabel> |
| 478 | </bpmndi:BPMNEdge> |
| 479 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_personaModelidMatchNo" sourceElement="_BPMNShape_ExclusiveGateway_255" targetElement="_BPMNShape_ScriptTask_315"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 480 | <di:waypoint x="350" y="380" /> |
| 481 | <di:waypoint x="350" y="401" /> |
| 482 | <di:waypoint x="351" y="460" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 483 | <bpmndi:BPMNLabel> |
| 484 | <dc:Bounds x="350" y="409" width="22" height="22" /> |
| 485 | </bpmndi:BPMNLabel> |
| 486 | </bpmndi:BPMNEdge> |
| 487 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_315" bpmnElement="ScriptTask_handlePersonaModelIdMismatch"> |
| 488 | <dc:Bounds x="297" y="460" width="109" height="80" /> |
| 489 | </bpmndi:BPMNShape> |
| 490 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_172" bpmnElement="EndEvent_personaModelIdMismatch"> |
| 491 | <dc:Bounds x="330" y="600" width="43" height="43" /> |
| 492 | <bpmndi:BPMNLabel> |
| 493 | <dc:Bounds x="351" y="648" width="0" height="0" /> |
| 494 | </bpmndi:BPMNLabel> |
| 495 | </bpmndi:BPMNShape> |
| 496 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_24" bpmnElement="SequenceFlow_18" sourceElement="_BPMNShape_ScriptTask_315" targetElement="_BPMNShape_EndEvent_172"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 497 | <di:waypoint x="351" y="540" /> |
| 498 | <di:waypoint x="351" y="600" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 499 | <bpmndi:BPMNLabel> |
| 500 | <dc:Bounds x="348" y="560" width="6" height="6" /> |
| 501 | </bpmndi:BPMNLabel> |
| 502 | </bpmndi:BPMNEdge> |
| 503 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_25" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ExclusiveGateway_256" targetElement="_BPMNShape_ScriptTask_237"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 504 | <di:waypoint x="508" y="380" /> |
| 505 | <di:waypoint x="508" y="420" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 506 | </bpmndi:BPMNEdge> |
| 507 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_318" bpmnElement="ScriptTask_queryAaiGenricVnf"> |
| 508 | <dc:Bounds x="612" y="112" width="97" height="75" /> |
| 509 | </bpmndi:BPMNShape> |
| 510 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_23" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_ScriptTask_318" targetElement="_BPMNShape_ScriptTask_235"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 511 | <di:waypoint x="708" y="149" /> |
| 512 | <di:waypoint x="742" y="149" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 513 | </bpmndi:BPMNEdge> |
| 514 | </bpmndi:BPMNPlane> |
| 515 | </bpmndi:BPMNDiagram> |
| 516 | </bpmn2:definitions> |