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="_MagIIMOUEeW8asg-vCEgWQ" 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="DeleteVfModuleVolumeInfraV1" name="DeleteVfModuleVolumeInfraV1" isExecutable="true"> |
| 4 | <bpmn2:scriptTask id="preProcessRequest_ScriptTask" name="PreProcess Incoming Request" scriptFormat="groovy"> |
| 5 | <bpmn2:incoming>SequenceFlow_1</bpmn2:incoming> |
| 6 | <bpmn2:outgoing>SequenceFlow_7</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 7 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 8 | def deleteVfMod = new DeleteVfModuleVolumeInfraV1() |
| 9 | deleteVfMod.executeMethod('preProcessRequest', execution, isDebugLogEnabled) |
| 10 | |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 11 | </bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 12 | </bpmn2:scriptTask> |
| 13 | <bpmn2:sequenceFlow id="SequenceFlow_7" name="" sourceRef="preProcessRequest_ScriptTask" targetRef="sendSyncAckResponse_ScriptTask" /> |
| 14 | <bpmn2:startEvent id="deleteNetwork_startEvent" name="Start Flow"> |
| 15 | <bpmn2:outgoing>SequenceFlow_1</bpmn2:outgoing> |
| 16 | </bpmn2:startEvent> |
| 17 | <bpmn2:sequenceFlow id="SequenceFlow_1" name="" sourceRef="deleteNetwork_startEvent" targetRef="preProcessRequest_ScriptTask" /> |
| 18 | <bpmn2:scriptTask id="sendSyncAckResponse_ScriptTask" name="Send Sync Ack Response" scriptFormat="groovy"> |
| 19 | <bpmn2:incoming>SequenceFlow_7</bpmn2:incoming> |
| 20 | <bpmn2:outgoing>SequenceFlow_12</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 21 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 22 | def deleteVfMod = new DeleteVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 23 | deleteVfMod.executeMethod('sendSyncResponse', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 24 | </bpmn2:scriptTask> |
| 25 | <bpmn2:sequenceFlow id="SequenceFlow_12" name="" sourceRef="sendSyncAckResponse_ScriptTask" targetRef="ScriptTask_callRestCloudRegion" /> |
| 26 | <bpmn2:scriptTask id="ScriptTask_callRestCloudRegion" name="Call REST Query Cloud Region " scriptFormat="groovy"> |
| 27 | <bpmn2:incoming>SequenceFlow_12</bpmn2:incoming> |
| 28 | <bpmn2:outgoing>SequenceFlow_6</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 29 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 30 | def delVfModuleVol = new DeleteVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 31 | delVfModuleVol.executeMethod('callRESTQueryAAICloudRegion', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 32 | </bpmn2:scriptTask> |
| 33 | <bpmn2:scriptTask id="prepareVnfAdapterDelete_ScriptTask_1" name="Prepare Vnf Adapter Delete" scriptFormat="groovy"> |
| 34 | <bpmn2:incoming>SequenceFlow_15</bpmn2:incoming> |
| 35 | <bpmn2:outgoing>SequenceFlow_2</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 36 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 37 | def deleteVfMod = new DeleteVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 38 | deleteVfMod.executeMethod('prepareVnfAdapterDeleteRequest', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 39 | </bpmn2:scriptTask> |
| 40 | <bpmn2:sequenceFlow id="SequenceFlow_2" name="" sourceRef="prepareVnfAdapterDelete_ScriptTask_1" targetRef="callVnfAdapterDeleteSubflow_CallActivity" /> |
| 41 | <bpmn2:endEvent id="EndEvent_5"> |
| 42 | <bpmn2:incoming>SequenceFlow_22</bpmn2:incoming> |
| 43 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_2" errorRef="Error_1" /> |
| 44 | </bpmn2:endEvent> |
| 45 | <bpmn2:exclusiveGateway id="ExclusiveGateway_3" name="TenantId Match?" default="SequenceFlow_21"> |
| 46 | <bpmn2:incoming>SequenceFlow_13</bpmn2:incoming> |
| 47 | <bpmn2:outgoing>SequenceFlow_15</bpmn2:outgoing> |
| 48 | <bpmn2:outgoing>SequenceFlow_21</bpmn2:outgoing> |
| 49 | </bpmn2:exclusiveGateway> |
| 50 | <bpmn2:sequenceFlow id="SequenceFlow_15" name="" sourceRef="ExclusiveGateway_3" targetRef="prepareVnfAdapterDelete_ScriptTask_1"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 51 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("DELVfModVol_tenantId") == execution.getVariable("DELVfModVol_volumeGroupTenantId")}</bpmn2:conditionExpression> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 52 | </bpmn2:sequenceFlow> |
| 53 | <bpmn2:sequenceFlow id="SequenceFlow_21" name="" sourceRef="ExclusiveGateway_3" targetRef="ScriptTask_2" /> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 54 | <bpmn2:callActivity id="callVnfAdapterDeleteSubflow_CallActivity" name="Call Vnf Adapter Delete subflow" calledElement="openstackAdapterTask"> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 55 | <bpmn2:extensionElements> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 56 | <camunda:in source="DELVfModVol_deleteVnfARequest" target="openstackAdapterTaskRequest" /> |
Boslet, Cory | cd4e5b4 | 2020-03-25 16:04:41 -0400 | [diff] [blame] | 57 | <camunda:out source="WorkflowResponse" target="DELVfModVol_deleteVnfAResponse" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 58 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 59 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 60 | <camunda:out source="WorkflowException" target="WorkflowException" /> |
| 61 | <camunda:out source="VNFREST_SuccessIndicator" target="VNFREST_SuccessIndicator" /> |
| 62 | </bpmn2:extensionElements> |
| 63 | <bpmn2:incoming>SequenceFlow_2</bpmn2:incoming> |
| 64 | <bpmn2:outgoing>SequenceFlow_5</bpmn2:outgoing> |
| 65 | </bpmn2:callActivity> |
| 66 | <bpmn2:sequenceFlow id="SequenceFlow_5" name="" sourceRef="callVnfAdapterDeleteSubflow_CallActivity" targetRef="ExclusiveGateway_2" /> |
| 67 | <bpmn2:scriptTask id="callAAIQuery_scriptTask" name="Query AAI for Volume Group Info" scriptFormat="groovy"> |
| 68 | <bpmn2:incoming>SequenceFlow_8</bpmn2:incoming> |
| 69 | <bpmn2:outgoing>SequenceFlow_13</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 70 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 71 | def deleteVfMod = new DeleteVfModuleVolumeInfraV1() |
| 72 | deleteVfMod.executeMethod('queryAAIForVolumeGroup', execution, isDebugLogEnabled) |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 73 | </bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 74 | </bpmn2:scriptTask> |
| 75 | <bpmn2:sequenceFlow id="SequenceFlow_13" name="" sourceRef="callAAIQuery_scriptTask" targetRef="ExclusiveGateway_3" /> |
| 76 | <bpmn2:scriptTask id="ScriptTask_2" name="Handle TenantId Mismatch" scriptFormat="groovy"> |
| 77 | <bpmn2:incoming>SequenceFlow_21</bpmn2:incoming> |
| 78 | <bpmn2:outgoing>SequenceFlow_22</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 79 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 80 | def deleteVfMod = new DeleteVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 81 | deleteVfMod.executeMethod('handleTenantIdMismatch', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 82 | </bpmn2:scriptTask> |
| 83 | <bpmn2:sequenceFlow id="SequenceFlow_22" name="" sourceRef="ScriptTask_2" targetRef="EndEvent_5" /> |
| 84 | <bpmn2:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ScriptTask_callRestCloudRegion" targetRef="ExclusiveGateway_1" /> |
| 85 | <bpmn2:exclusiveGateway id="ExclusiveGateway_1" name="is Cloud Region Ok?" default="SequenceFlow_4"> |
| 86 | <bpmn2:incoming>SequenceFlow_6</bpmn2:incoming> |
| 87 | <bpmn2:outgoing>SequenceFlow_4</bpmn2:outgoing> |
| 88 | <bpmn2:outgoing>SequenceFlow_8</bpmn2:outgoing> |
| 89 | </bpmn2:exclusiveGateway> |
| 90 | <bpmn2:sequenceFlow id="SequenceFlow_4" name="" sourceRef="ExclusiveGateway_1" targetRef="EndEvent_3" /> |
| 91 | <bpmn2:sequenceFlow id="SequenceFlow_8" name="" sourceRef="ExclusiveGateway_1" targetRef="callAAIQuery_scriptTask"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 92 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{execution.getVariable("DELVfModVol_isCloudRegionGood") == true}</bpmn2:conditionExpression> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 93 | </bpmn2:sequenceFlow> |
| 94 | <bpmn2:endEvent id="EndEvent_3"> |
| 95 | <bpmn2:incoming>SequenceFlow_4</bpmn2:incoming> |
| 96 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_3" errorRef="Error_1" /> |
| 97 | </bpmn2:endEvent> |
| 98 | <bpmn2:subProcess id="subProcessException_SubProcess" name="Subprocess For Exception / FalloutHandler " triggeredByEvent="true"> |
| 99 | <bpmn2:startEvent id="subProcessStart_StartEvent" name="Fault Start"> |
| 100 | <bpmn2:outgoing>SequenceFlow_23</bpmn2:outgoing> |
| 101 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_1" /> |
| 102 | </bpmn2:startEvent> |
| 103 | <bpmn2:sequenceFlow id="SequenceFlow_23" name="" sourceRef="subProcessStart_StartEvent" targetRef="ExclusiveGateway_synResponseSent" /> |
| 104 | <bpmn2:exclusiveGateway id="ExclusiveGateway_synResponseSent" name="Sync response sent?" default="SequenceFlow_responseNotSent"> |
| 105 | <bpmn2:incoming>SequenceFlow_23</bpmn2:incoming> |
| 106 | <bpmn2:outgoing>SequenceFlow_responseNotSent</bpmn2:outgoing> |
| 107 | <bpmn2:outgoing>SequenceFlow_responseSent</bpmn2:outgoing> |
| 108 | </bpmn2:exclusiveGateway> |
| 109 | <bpmn2:scriptTask id="ScriptTask_4" name="Send Sync Ack Error" scriptFormat="groovy"> |
| 110 | <bpmn2:incoming>SequenceFlow_responseNotSent</bpmn2:incoming> |
| 111 | <bpmn2:outgoing>SequenceFlow_14</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 112 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 113 | def deleteVfMod = new DeleteVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 114 | deleteVfMod.executeMethod('sendSyncError', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 115 | </bpmn2:scriptTask> |
| 116 | <bpmn2:sequenceFlow id="SequenceFlow_responseNotSent" name="No" sourceRef="ExclusiveGateway_synResponseSent" targetRef="ScriptTask_4" /> |
| 117 | <bpmn2:sequenceFlow id="SequenceFlow_responseSent" name="Yes" sourceRef="ExclusiveGateway_synResponseSent" targetRef="prepareFalloutHandler_ScriptTask"> |
| 118 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{DELVfModVol_syncResponseSent == true}</bpmn2:conditionExpression> |
| 119 | </bpmn2:sequenceFlow> |
| 120 | <bpmn2:scriptTask id="prepareFalloutHandler_ScriptTask" name="Prepare FalloutHandler" scriptFormat="groovy"> |
| 121 | <bpmn2:incoming>SequenceFlow_responseSent</bpmn2:incoming> |
| 122 | <bpmn2:incoming>SequenceFlow_14</bpmn2:incoming> |
| 123 | <bpmn2:outgoing>SequenceFlow_25</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 124 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 125 | def deleteVfMod = new DeleteVfModuleVolumeInfraV1() |
| 126 | deleteVfMod.executeMethod('prepareFalloutHandler', execution, isDebugLogEnabled) |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 127 | </bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 128 | </bpmn2:scriptTask> |
| 129 | <bpmn2:sequenceFlow id="SequenceFlow_25" name="" sourceRef="prepareFalloutHandler_ScriptTask" targetRef="faultHandler_CallActivity" /> |
| 130 | <bpmn2:callActivity id="faultHandler_CallActivity" name="Call FalloutHandlerV1" calledElement="FalloutHandler"> |
| 131 | <bpmn2:extensionElements> |
| 132 | <camunda:in variables="all" /> |
| 133 | <camunda:out variables="all" /> |
| 134 | <camunda:in source="DELVfModVol_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:out source="FH_ResponseCode" target="FH_ResponseCode" /> |
| 138 | <camunda:out source="FalloutHandlerResponse" target="FalloutHandlerResponse" /> |
| 139 | <camunda:out source="FH_ErrorResponse" target="FH_ErrorResponse" /> |
| 140 | </bpmn2:extensionElements> |
| 141 | <bpmn2:incoming>SequenceFlow_25</bpmn2:incoming> |
| 142 | <bpmn2:outgoing>SequenceFlow_19</bpmn2:outgoing> |
| 143 | </bpmn2:callActivity> |
| 144 | <bpmn2:sequenceFlow id="SequenceFlow_19" name="" sourceRef="faultHandler_CallActivity" targetRef="EndEvent_1" /> |
| 145 | <bpmn2:endEvent id="EndEvent_1"> |
| 146 | <bpmn2:incoming>SequenceFlow_19</bpmn2:incoming> |
| 147 | <bpmn2:terminateEventDefinition id="TerminateEventDefinition_1" /> |
| 148 | </bpmn2:endEvent> |
| 149 | <bpmn2:sequenceFlow id="SequenceFlow_14" name="" sourceRef="ScriptTask_4" targetRef="prepareFalloutHandler_ScriptTask" /> |
| 150 | </bpmn2:subProcess> |
| 151 | <bpmn2:scriptTask id="prepareDBInfraRequest_ScriptTask" name="Prepare DB Infra Request" scriptFormat="groovy"> |
| 152 | <bpmn2:incoming>SequenceFlow_35</bpmn2:incoming> |
| 153 | <bpmn2:outgoing>SequenceFlow_37</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 154 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 155 | def deleteVfMod = new DeleteVfModuleVolumeInfraV1() |
| 156 | deleteVfMod.executeMethod('prepareDBRequest', execution, isDebugLogEnabled) |
| 157 | |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 158 | </bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 159 | </bpmn2:scriptTask> |
| 160 | <bpmn2:sequenceFlow id="SequenceFlow_37" name="" sourceRef="prepareDBInfraRequest_ScriptTask" targetRef="callDBInfra_ServiceTask" /> |
| 161 | <bpmn2:scriptTask id="postProcessAndCompletionRequest_ScriptTask" name="Prepare Completion Handler Request" scriptFormat="groovy"> |
| 162 | <bpmn2:incoming>SequenceFlow_27</bpmn2:incoming> |
| 163 | <bpmn2:outgoing>SequenceFlow_29</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 164 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 165 | def deleteVfMod = new DeleteVfModuleVolumeInfraV1() |
| 166 | deleteVfMod.executeMethod('prepareCompletionHandlerRequest', execution, isDebugLogEnabled) |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 167 | </bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 168 | </bpmn2:scriptTask> |
| 169 | <bpmn2:sequenceFlow id="SequenceFlow_29" name="" sourceRef="postProcessAndCompletionRequest_ScriptTask" targetRef="callCompleteMsoProcess_CallActivity" /> |
| 170 | <bpmn2:scriptTask id="ScriptTask_3" name="Set Success" scriptFormat="groovy"> |
| 171 | <bpmn2:incoming>SequenceFlow_10</bpmn2:incoming> |
| 172 | <bpmn2:outgoing>SequenceFlow_24</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 173 | <bpmn2:script>// The following variable is checked by the unit test |
| 174 | execution.setVariable("DELVfModVol_TransactionSuccessIndicator", true)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 175 | </bpmn2:scriptTask> |
| 176 | <bpmn2:sequenceFlow id="SequenceFlow_24" name="" sourceRef="ScriptTask_3" targetRef="EndEvent_2" /> |
| 177 | <bpmn2:callActivity id="callCompleteMsoProcess_CallActivity" name="Call CompleteMsoProcess" calledElement="CompleteMsoProcess"> |
| 178 | <bpmn2:extensionElements> |
| 179 | <camunda:in variables="all" /> |
| 180 | <camunda:out variables="all" /> |
| 181 | <camunda:in source="DELVfModVol_CompleteMsoProcessRequest" target="CompleteMsoProcessRequest" /> |
| 182 | <camunda:in source="mso-request-id" target="mso-request-id" /> |
| 183 | <camunda:in source="mso-service-instance-id" target="mso-service-instance-id" /> |
| 184 | <camunda:out source="CMSO_ResponseCode" target="CMSO_ResponseCode" /> |
| 185 | <camunda:out source="CompleteMsoProcessResponse" target="CompleteMsoProcessResponse" /> |
| 186 | <camunda:out source="CMSO_ErrorResponse" target="CMSO_ErrorResponse" /> |
| 187 | </bpmn2:extensionElements> |
| 188 | <bpmn2:incoming>SequenceFlow_29</bpmn2:incoming> |
| 189 | <bpmn2:outgoing>SequenceFlow_10</bpmn2:outgoing> |
| 190 | </bpmn2:callActivity> |
| 191 | <bpmn2:sequenceFlow id="SequenceFlow_10" name="" sourceRef="callCompleteMsoProcess_CallActivity" targetRef="ScriptTask_3" /> |
| 192 | <bpmn2:endEvent id="EndEvent_2" name="End"> |
| 193 | <bpmn2:incoming>SequenceFlow_24</bpmn2:incoming> |
| 194 | <bpmn2:terminateEventDefinition id="TerminateEventDefinition_3" /> |
| 195 | </bpmn2:endEvent> |
| 196 | <bpmn2:serviceTask id="callDBInfra_ServiceTask" name="Call DB Infra Update"> |
| 197 | <bpmn2:extensionElements> |
| 198 | <camunda:connector> |
| 199 | <camunda:inputOutput> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 200 | <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] | 201 | <camunda:inputParameter name="payload">${DELVfModVol_updateInfraRequest}</camunda:inputParameter> |
| 202 | <camunda:inputParameter name="headers"> |
| 203 | <camunda:map> |
| 204 | <camunda:entry key="content-type">application/soap+xml</camunda:entry> |
| 205 | <camunda:entry key="Authorization">#{BasicAuthHeaderValueDB}</camunda:entry> |
| 206 | </camunda:map> |
| 207 | </camunda:inputParameter> |
| 208 | <camunda:inputParameter name="method">POST</camunda:inputParameter> |
| 209 | <camunda:outputParameter name="DELVfModVol_createDBResponse">${response}</camunda:outputParameter> |
| 210 | <camunda:outputParameter name="DELVfModVol_dbReturnCode">${statusCode}</camunda:outputParameter> |
| 211 | </camunda:inputOutput> |
| 212 | <camunda:connectorId>http-connector</camunda:connectorId> |
| 213 | </camunda:connector> |
| 214 | </bpmn2:extensionElements> |
| 215 | <bpmn2:incoming>SequenceFlow_37</bpmn2:incoming> |
| 216 | <bpmn2:outgoing>SequenceFlow_27</bpmn2:outgoing> |
| 217 | </bpmn2:serviceTask> |
| 218 | <bpmn2:sequenceFlow id="SequenceFlow_27" name="" sourceRef="callDBInfra_ServiceTask" targetRef="postProcessAndCompletionRequest_ScriptTask" /> |
| 219 | <bpmn2:scriptTask id="callRESTDeleteVolGrpId_ScriptTask" name="Call REST Delete AAI Vol Grp Id" scriptFormat="groovy"> |
| 220 | <bpmn2:incoming>SequenceFlow_vnfAdapterCallOK</bpmn2:incoming> |
| 221 | <bpmn2:outgoing>SequenceFlow_35</bpmn2:outgoing> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 222 | <bpmn2:script>import org.onap.so.bpmn.infrastructure.scripts.* |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 223 | def deleteVfMod = new DeleteVfModuleVolumeInfraV1() |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 224 | deleteVfMod.executeMethod('deleteVolGrpId', execution, isDebugLogEnabled)</bpmn2:script> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 225 | </bpmn2:scriptTask> |
| 226 | <bpmn2:sequenceFlow id="SequenceFlow_35" name="" sourceRef="callRESTDeleteVolGrpId_ScriptTask" targetRef="prepareDBInfraRequest_ScriptTask" /> |
| 227 | <bpmn2:exclusiveGateway id="ExclusiveGateway_2" name="Is call to VNF Adapter OK?" default="SequenceFlow_vnfAdapterCallNotOK"> |
| 228 | <bpmn2:incoming>SequenceFlow_5</bpmn2:incoming> |
| 229 | <bpmn2:outgoing>SequenceFlow_vnfAdapterCallOK</bpmn2:outgoing> |
| 230 | <bpmn2:outgoing>SequenceFlow_vnfAdapterCallNotOK</bpmn2:outgoing> |
| 231 | </bpmn2:exclusiveGateway> |
| 232 | <bpmn2:sequenceFlow id="SequenceFlow_vnfAdapterCallOK" name="" sourceRef="ExclusiveGateway_2" targetRef="callRESTDeleteVolGrpId_ScriptTask"> |
| 233 | <bpmn2:conditionExpression xsi:type="bpmn2:tFormalExpression">#{VNFREST_SuccessIndicator == true}</bpmn2:conditionExpression> |
| 234 | </bpmn2:sequenceFlow> |
| 235 | <bpmn2:endEvent id="EndEvent_6"> |
| 236 | <bpmn2:incoming>SequenceFlow_vnfAdapterCallNotOK</bpmn2:incoming> |
| 237 | <bpmn2:errorEventDefinition id="ErrorEventDefinition_5" errorRef="Error_1" /> |
| 238 | </bpmn2:endEvent> |
| 239 | <bpmn2:sequenceFlow id="SequenceFlow_vnfAdapterCallNotOK" name="" sourceRef="ExclusiveGateway_2" targetRef="EndEvent_6" /> |
| 240 | </bpmn2:process> |
| 241 | <bpmn2:error id="Error_2" name="java.lang.Exception" errorCode="java.lang.Exception" /> |
| 242 | <bpmn2:error id="Error_1" name="MSOWorkflowException" errorCode="MSOWorkflowException" /> |
| 243 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 244 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="DeleteVfModuleVolumeInfraV1"> |
| 245 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_47" bpmnElement="deleteNetwork_startEvent"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 246 | <dc:Bounds x="223" y="94" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 247 | <bpmndi:BPMNLabel> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 248 | <dc:Bounds x="216" y="135" width="51" height="14" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 249 | </bpmndi:BPMNLabel> |
| 250 | </bpmndi:BPMNShape> |
| 251 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_61" bpmnElement="preProcessRequest_ScriptTask"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 252 | <dc:Bounds x="475" y="72" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 253 | </bpmndi:BPMNShape> |
| 254 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_1" bpmnElement="SequenceFlow_1" sourceElement="_BPMNShape_StartEvent_47" targetElement="_BPMNShape_ScriptTask_61"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 255 | <di:waypoint x="259" y="112" /> |
| 256 | <di:waypoint x="475" y="112" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 257 | <bpmndi:BPMNLabel> |
| 258 | <dc:Bounds x="116" y="12" width="6" height="6" /> |
| 259 | </bpmndi:BPMNLabel> |
| 260 | </bpmndi:BPMNEdge> |
| 261 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_62" bpmnElement="callAAIQuery_scriptTask"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 262 | <dc:Bounds x="984" y="72" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 263 | </bpmndi:BPMNShape> |
| 264 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_3" bpmnElement="faultHandler_CallActivity"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 265 | <dc:Bounds x="558" y="360" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 266 | </bpmndi:BPMNShape> |
| 267 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_4" bpmnElement="callCompleteMsoProcess_CallActivity"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 268 | <dc:Bounds x="1113" y="985" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 269 | </bpmndi:BPMNShape> |
| 270 | <bpmndi:BPMNShape id="_BPMNShape_SubProcess_16" bpmnElement="subProcessException_SubProcess" isExpanded="true"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 271 | <dc:Bounds x="157" y="288" width="660" height="337" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 272 | </bpmndi:BPMNShape> |
| 273 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_50" bpmnElement="subProcessStart_StartEvent"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 274 | <dc:Bounds x="180" y="383" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 275 | <bpmndi:BPMNLabel> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 276 | <dc:Bounds x="173" y="424" width="52" height="14" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 277 | </bpmndi:BPMNLabel> |
| 278 | </bpmndi:BPMNShape> |
| 279 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_79" bpmnElement="prepareFalloutHandler_ScriptTask"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 280 | <dc:Bounds x="408" y="360" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 281 | </bpmndi:BPMNShape> |
| 282 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_80" bpmnElement="postProcessAndCompletionRequest_ScriptTask"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 283 | <dc:Bounds x="1113" y="877" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 284 | </bpmndi:BPMNShape> |
| 285 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_83" bpmnElement="prepareDBInfraRequest_ScriptTask"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 286 | <dc:Bounds x="1113" y="660" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 287 | </bpmndi:BPMNShape> |
| 288 | <bpmndi:BPMNShape id="_BPMNShape_ServiceTask_86" bpmnElement="callDBInfra_ServiceTask"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 289 | <dc:Bounds x="1113" y="769" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 290 | </bpmndi:BPMNShape> |
| 291 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_12" bpmnElement="SequenceFlow_7" sourceElement="_BPMNShape_ScriptTask_61" targetElement="_BPMNShape_ScriptTask_127"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 292 | <di:waypoint x="575" y="112" /> |
| 293 | <di:waypoint x="616" y="112" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 294 | <bpmndi:BPMNLabel> |
| 295 | <dc:Bounds x="486" y="112" width="6" height="6" /> |
| 296 | </bpmndi:BPMNLabel> |
| 297 | </bpmndi:BPMNEdge> |
| 298 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_127" bpmnElement="sendSyncAckResponse_ScriptTask"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 299 | <dc:Bounds x="616" y="72" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 300 | </bpmndi:BPMNShape> |
| 301 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_35" bpmnElement="SequenceFlow_23" sourceElement="_BPMNShape_StartEvent_50" targetElement="_BPMNShape_ExclusiveGateway_255"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 302 | <di:waypoint x="216" y="401" /> |
| 303 | <di:waypoint x="238" y="401" /> |
| 304 | <di:waypoint x="238" y="400" /> |
| 305 | <di:waypoint x="264" y="400" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 306 | <bpmndi:BPMNLabel> |
| 307 | <dc:Bounds x="99" y="401" width="6" height="6" /> |
| 308 | </bpmndi:BPMNLabel> |
| 309 | </bpmndi:BPMNEdge> |
| 310 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_38" bpmnElement="SequenceFlow_25" sourceElement="_BPMNShape_ScriptTask_79" targetElement="_BPMNShape_CallActivity_3"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 311 | <di:waypoint x="508" y="400" /> |
| 312 | <di:waypoint x="558" y="400" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 313 | <bpmndi:BPMNLabel> |
| 314 | <dc:Bounds x="413" y="400" width="6" height="6" /> |
| 315 | </bpmndi:BPMNLabel> |
| 316 | </bpmndi:BPMNEdge> |
| 317 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_40" bpmnElement="SequenceFlow_27" sourceElement="_BPMNShape_ServiceTask_86" targetElement="_BPMNShape_ScriptTask_80"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 318 | <di:waypoint x="1163" y="849" /> |
| 319 | <di:waypoint x="1163" y="877" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 320 | <bpmndi:BPMNLabel> |
| 321 | <dc:Bounds x="1258" y="857" width="6" height="6" /> |
| 322 | </bpmndi:BPMNLabel> |
| 323 | </bpmndi:BPMNEdge> |
| 324 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_42" bpmnElement="SequenceFlow_29" sourceElement="_BPMNShape_ScriptTask_80" targetElement="_BPMNShape_CallActivity_4"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 325 | <di:waypoint x="1163" y="957" /> |
| 326 | <di:waypoint x="1163" y="985" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 327 | <bpmndi:BPMNLabel> |
| 328 | <dc:Bounds x="1289" y="898" width="6" height="6" /> |
| 329 | </bpmndi:BPMNLabel> |
| 330 | </bpmndi:BPMNEdge> |
| 331 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_134" bpmnElement="callRESTDeleteVolGrpId_ScriptTask"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 332 | <dc:Bounds x="1113" y="528" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 333 | </bpmndi:BPMNShape> |
| 334 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_54" bpmnElement="SequenceFlow_35" sourceElement="_BPMNShape_ScriptTask_134" targetElement="_BPMNShape_ScriptTask_83"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 335 | <di:waypoint x="1163" y="608" /> |
| 336 | <di:waypoint x="1163" y="660" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 337 | <bpmndi:BPMNLabel> |
| 338 | <dc:Bounds x="1291" y="557" width="6" height="6" /> |
| 339 | </bpmndi:BPMNLabel> |
| 340 | </bpmndi:BPMNEdge> |
| 341 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_58" bpmnElement="SequenceFlow_37" sourceElement="_BPMNShape_ScriptTask_83" targetElement="_BPMNShape_ServiceTask_86"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 342 | <di:waypoint x="1163" y="740" /> |
| 343 | <di:waypoint x="1163" y="769" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 344 | <bpmndi:BPMNLabel> |
| 345 | <dc:Bounds x="1258" y="751" width="6" height="6" /> |
| 346 | </bpmndi:BPMNLabel> |
| 347 | </bpmndi:BPMNEdge> |
| 348 | <bpmndi:BPMNShape id="_BPMNShape_CallActivity_22" bpmnElement="callVnfAdapterDeleteSubflow_CallActivity"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 349 | <dc:Bounds x="1113" y="300" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 350 | </bpmndi:BPMNShape> |
| 351 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_160" bpmnElement="prepareVnfAdapterDelete_ScriptTask_1"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 352 | <dc:Bounds x="1113" y="180" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 353 | </bpmndi:BPMNShape> |
| 354 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_4" bpmnElement="SequenceFlow_2" sourceElement="_BPMNShape_ScriptTask_160" targetElement="_BPMNShape_CallActivity_22"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 355 | <di:waypoint x="1163" y="260" /> |
| 356 | <di:waypoint x="1163" y="300" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 357 | <bpmndi:BPMNLabel> |
| 358 | <dc:Bounds x="1112" y="280" width="6" height="6" /> |
| 359 | </bpmndi:BPMNLabel> |
| 360 | </bpmndi:BPMNEdge> |
| 361 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_7" bpmnElement="SequenceFlow_5" sourceElement="_BPMNShape_CallActivity_22" targetElement="_BPMNShape_ExclusiveGateway_252"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 362 | <di:waypoint x="1163" y="380" /> |
| 363 | <di:waypoint x="1163" y="401" /> |
| 364 | <di:waypoint x="1162" y="401" /> |
| 365 | <di:waypoint x="1162" y="422" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 366 | <bpmndi:BPMNLabel> |
| 367 | <dc:Bounds x="1039" y="415" width="6" height="6" /> |
| 368 | </bpmndi:BPMNLabel> |
| 369 | </bpmndi:BPMNEdge> |
| 370 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_163" bpmnElement="EndEvent_1"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 371 | <dc:Bounds x="708" y="382" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 372 | <bpmndi:BPMNLabel> |
| 373 | <dc:Bounds x="606" y="423" width="0" height="0" /> |
| 374 | </bpmndi:BPMNLabel> |
| 375 | </bpmndi:BPMNShape> |
| 376 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_28" bpmnElement="SequenceFlow_19" sourceElement="_BPMNShape_CallActivity_3" targetElement="_BPMNShape_EndEvent_163"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 377 | <di:waypoint x="658" y="400" /> |
| 378 | <di:waypoint x="708" y="400" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 379 | <bpmndi:BPMNLabel> |
| 380 | <dc:Bounds x="558" y="400" width="6" height="6" /> |
| 381 | </bpmndi:BPMNLabel> |
| 382 | </bpmndi:BPMNEdge> |
| 383 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_167" bpmnElement="EndEvent_2"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 384 | <dc:Bounds x="1145" y="1201" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 385 | <bpmndi:BPMNLabel> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 386 | <dc:Bounds x="1154" y="1242" width="20" height="14" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 387 | </bpmndi:BPMNLabel> |
| 388 | </bpmndi:BPMNShape> |
| 389 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_10" sourceElement="_BPMNShape_CallActivity_4" targetElement="_BPMNShape_ScriptTask_241"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 390 | <di:waypoint x="1163" y="1065" /> |
| 391 | <di:waypoint x="1163" y="1093" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 392 | <bpmndi:BPMNLabel> |
| 393 | <dc:Bounds x="1258" y="1083" width="6" height="6" /> |
| 394 | </bpmndi:BPMNLabel> |
| 395 | </bpmndi:BPMNEdge> |
| 396 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_234" bpmnElement="ScriptTask_4"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 397 | <dc:Bounds x="240" y="492" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 398 | </bpmndi:BPMNShape> |
| 399 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_11" bpmnElement="SequenceFlow_12" sourceElement="_BPMNShape_ScriptTask_127" targetElement="_BPMNShape_ScriptTask_251"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 400 | <di:waypoint x="716" y="112" /> |
| 401 | <di:waypoint x="743" y="112" /> |
| 402 | <di:waypoint x="743" y="115" /> |
| 403 | <di:waypoint x="756" y="115" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 404 | <bpmndi:BPMNLabel> |
| 405 | <dc:Bounds x="613" y="112" width="6" height="6" /> |
| 406 | </bpmndi:BPMNLabel> |
| 407 | </bpmndi:BPMNEdge> |
| 408 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_13" bpmnElement="SequenceFlow_13" sourceElement="_BPMNShape_ScriptTask_62" targetElement="_BPMNShape_ExclusiveGateway_203"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 409 | <di:waypoint x="1084" y="112" /> |
| 410 | <di:waypoint x="1137" y="111" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 411 | <bpmndi:BPMNLabel> |
| 412 | <dc:Bounds x="1067" y="113" width="6" height="6" /> |
| 413 | </bpmndi:BPMNLabel> |
| 414 | </bpmndi:BPMNEdge> |
| 415 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_203" bpmnElement="ExclusiveGateway_3" isMarkerVisible="true"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 416 | <dc:Bounds x="1137" y="86" width="50" height="50" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 417 | <bpmndi:BPMNLabel> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 418 | <dc:Bounds x="1115" y="60" width="81" height="14" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 419 | </bpmndi:BPMNLabel> |
| 420 | </bpmndi:BPMNShape> |
| 421 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_240" bpmnElement="ScriptTask_2"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 422 | <dc:Bounds x="1224" y="72" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 423 | </bpmndi:BPMNShape> |
| 424 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_14" bpmnElement="SequenceFlow_15" sourceElement="_BPMNShape_ExclusiveGateway_203" targetElement="_BPMNShape_ScriptTask_160"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 425 | <di:waypoint x="1162" y="136" /> |
| 426 | <di:waypoint x="1163" y="180" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 427 | <bpmndi:BPMNLabel> |
| 428 | <dc:Bounds x="1040" y="122" width="6" height="6" /> |
| 429 | </bpmndi:BPMNLabel> |
| 430 | </bpmndi:BPMNEdge> |
| 431 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_16" bpmnElement="SequenceFlow_21" sourceElement="_BPMNShape_ExclusiveGateway_203" targetElement="_BPMNShape_ScriptTask_240"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 432 | <di:waypoint x="1187" y="111" /> |
| 433 | <di:waypoint x="1205" y="111" /> |
| 434 | <di:waypoint x="1205" y="112" /> |
| 435 | <di:waypoint x="1224" y="112" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 436 | <bpmndi:BPMNLabel> |
| 437 | <dc:Bounds x="1216" y="113" width="6" height="6" /> |
| 438 | </bpmndi:BPMNLabel> |
| 439 | </bpmndi:BPMNEdge> |
| 440 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_178" bpmnElement="EndEvent_5"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 441 | <dc:Bounds x="1362" y="95" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 442 | <bpmndi:BPMNLabel> |
| 443 | <dc:Bounds x="1260" y="136" width="0" height="0" /> |
| 444 | </bpmndi:BPMNLabel> |
| 445 | </bpmndi:BPMNShape> |
| 446 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_18" bpmnElement="SequenceFlow_22" sourceElement="_BPMNShape_ScriptTask_240" targetElement="_BPMNShape_EndEvent_178"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 447 | <di:waypoint x="1324" y="112" /> |
| 448 | <di:waypoint x="1342" y="112" /> |
| 449 | <di:waypoint x="1342" y="113" /> |
| 450 | <di:waypoint x="1362" y="113" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 451 | <bpmndi:BPMNLabel> |
| 452 | <dc:Bounds x="1220" y="113" width="6" height="6" /> |
| 453 | </bpmndi:BPMNLabel> |
| 454 | </bpmndi:BPMNEdge> |
| 455 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_241" bpmnElement="ScriptTask_3"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 456 | <dc:Bounds x="1113" y="1093" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 457 | </bpmndi:BPMNShape> |
| 458 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_19" bpmnElement="SequenceFlow_24" sourceElement="_BPMNShape_ScriptTask_241" targetElement="_BPMNShape_EndEvent_167"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 459 | <di:waypoint x="1163" y="1173" /> |
| 460 | <di:waypoint x="1163" y="1201" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 461 | <bpmndi:BPMNLabel> |
| 462 | <dc:Bounds x="1040" y="1320" width="6" height="6" /> |
| 463 | </bpmndi:BPMNLabel> |
| 464 | </bpmndi:BPMNEdge> |
| 465 | <bpmndi:BPMNShape id="_BPMNShape_ScriptTask_251" bpmnElement="ScriptTask_callRestCloudRegion"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 466 | <dc:Bounds x="756" y="75" width="100" height="80" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 467 | </bpmndi:BPMNShape> |
| 468 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_223" bpmnElement="ExclusiveGateway_1" isMarkerVisible="true"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 469 | <dc:Bounds x="894" y="89" width="50" height="50" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 470 | <bpmndi:BPMNLabel> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 471 | <dc:Bounds x="879" y="40" width="78" height="27" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 472 | </bpmndi:BPMNLabel> |
| 473 | </bpmndi:BPMNShape> |
| 474 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_215" bpmnElement="EndEvent_3"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 475 | <dc:Bounds x="901" y="170" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 476 | <bpmndi:BPMNLabel> |
| 477 | <dc:Bounds x="799" y="211" width="0" height="0" /> |
| 478 | </bpmndi:BPMNLabel> |
| 479 | </bpmndi:BPMNShape> |
| 480 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_5" bpmnElement="SequenceFlow_4" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_EndEvent_215"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 481 | <di:waypoint x="918" y="139" /> |
| 482 | <di:waypoint x="918" y="153" /> |
| 483 | <di:waypoint x="919" y="153" /> |
| 484 | <di:waypoint x="919" y="170" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 485 | <bpmndi:BPMNLabel> |
| 486 | <dc:Bounds x="796" y="166" width="6" height="6" /> |
| 487 | </bpmndi:BPMNLabel> |
| 488 | </bpmndi:BPMNEdge> |
| 489 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6" sourceElement="_BPMNShape_ScriptTask_251" targetElement="_BPMNShape_ExclusiveGateway_223"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 490 | <di:waypoint x="856" y="115" /> |
| 491 | <di:waypoint x="874" y="115" /> |
| 492 | <di:waypoint x="874" y="114" /> |
| 493 | <di:waypoint x="894" y="114" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 494 | <bpmndi:BPMNLabel> |
| 495 | <dc:Bounds x="752" y="114" width="6" height="6" /> |
| 496 | </bpmndi:BPMNLabel> |
| 497 | </bpmndi:BPMNEdge> |
| 498 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_8" bpmnElement="SequenceFlow_8" sourceElement="_BPMNShape_ExclusiveGateway_223" targetElement="_BPMNShape_ScriptTask_62"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 499 | <di:waypoint x="944" y="114" /> |
| 500 | <di:waypoint x="964" y="114" /> |
| 501 | <di:waypoint x="964" y="112" /> |
| 502 | <di:waypoint x="984" y="112" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 503 | <bpmndi:BPMNLabel> |
| 504 | <dc:Bounds x="841" y="113" width="6" height="6" /> |
| 505 | </bpmndi:BPMNLabel> |
| 506 | </bpmndi:BPMNEdge> |
| 507 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_252" bpmnElement="ExclusiveGateway_2" isMarkerVisible="true"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 508 | <dc:Bounds x="1137" y="422" width="50" height="50" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 509 | <bpmndi:BPMNLabel> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 510 | <dc:Bounds x="1129" y="477" width="66" height="27" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 511 | </bpmndi:BPMNLabel> |
| 512 | </bpmndi:BPMNShape> |
| 513 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_vnfAdapterCallOK" sourceElement="_BPMNShape_ExclusiveGateway_252" targetElement="_BPMNShape_ScriptTask_134"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 514 | <di:waypoint x="1162" y="472" /> |
| 515 | <di:waypoint x="1163" y="528" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 516 | <bpmndi:BPMNLabel> |
| 517 | <dc:Bounds x="1040" y="500" width="6" height="6" /> |
| 518 | </bpmndi:BPMNLabel> |
| 519 | </bpmndi:BPMNEdge> |
| 520 | <bpmndi:BPMNShape id="_BPMNShape_EndEvent_236" bpmnElement="EndEvent_6"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 521 | <dc:Bounds x="1288" y="430" width="36" height="36" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 522 | <bpmndi:BPMNLabel> |
| 523 | <dc:Bounds x="1186" y="471" width="0" height="0" /> |
| 524 | </bpmndi:BPMNLabel> |
| 525 | </bpmndi:BPMNShape> |
| 526 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_15" bpmnElement="SequenceFlow_vnfAdapterCallNotOK" sourceElement="_BPMNShape_ExclusiveGateway_252" targetElement="_BPMNShape_EndEvent_236"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 527 | <di:waypoint x="1187" y="447" /> |
| 528 | <di:waypoint x="1237" y="447" /> |
| 529 | <di:waypoint x="1237" y="448" /> |
| 530 | <di:waypoint x="1288" y="448" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 531 | </bpmndi:BPMNEdge> |
| 532 | <bpmndi:BPMNShape id="_BPMNShape_ExclusiveGateway_255" bpmnElement="ExclusiveGateway_synResponseSent" isMarkerVisible="true"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 533 | <dc:Bounds x="264" y="375" width="50" height="50" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 534 | <bpmndi:BPMNLabel> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 535 | <dc:Bounds x="254" y="439" width="73" height="27" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 536 | </bpmndi:BPMNLabel> |
| 537 | </bpmndi:BPMNShape> |
| 538 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_17" bpmnElement="SequenceFlow_responseNotSent" sourceElement="_BPMNShape_ExclusiveGateway_255" targetElement="_BPMNShape_ScriptTask_234"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 539 | <di:waypoint x="289" y="425" /> |
| 540 | <di:waypoint x="289" y="458" /> |
| 541 | <di:waypoint x="290" y="458" /> |
| 542 | <di:waypoint x="290" y="492" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 543 | <bpmndi:BPMNLabel> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 544 | <dc:Bounds x="283" y="458" width="15" height="14" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 545 | </bpmndi:BPMNLabel> |
| 546 | </bpmndi:BPMNEdge> |
| 547 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_20" bpmnElement="SequenceFlow_responseSent" sourceElement="_BPMNShape_ExclusiveGateway_255" targetElement="_BPMNShape_ScriptTask_79"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 548 | <di:waypoint x="314" y="400" /> |
| 549 | <di:waypoint x="408" y="400" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 550 | <bpmndi:BPMNLabel> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 551 | <dc:Bounds x="330" y="400" width="18" height="14" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 552 | </bpmndi:BPMNLabel> |
| 553 | </bpmndi:BPMNEdge> |
| 554 | <bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_22" bpmnElement="SequenceFlow_14" sourceElement="_BPMNShape_ScriptTask_234" targetElement="_BPMNShape_ScriptTask_79"> |
Boslet, Cory | fa9a707 | 2020-04-16 10:43:38 -0400 | [diff] [blame] | 555 | <di:waypoint x="340" y="532" /> |
| 556 | <di:waypoint x="374" y="532" /> |
| 557 | <di:waypoint x="456" y="532" /> |
| 558 | <di:waypoint x="456" y="508" /> |
| 559 | <di:waypoint x="456" y="482" /> |
| 560 | <di:waypoint x="457" y="440" /> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 561 | <bpmndi:BPMNLabel> |
| 562 | <dc:Bounds x="317" y="532" width="6" height="6" /> |
| 563 | </bpmndi:BPMNLabel> |
| 564 | </bpmndi:BPMNEdge> |
| 565 | </bpmndi:BPMNPlane> |
| 566 | </bpmndi:BPMNDiagram> |
| 567 | </bpmn2:definitions> |