From ab936b38990e34ffa665ffbbb720882ca4b1be1e Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Thu, 26 Jul 2018 15:28:26 +0530 Subject: Fix Activate resource bpmn Fix Activate resource bpmn for groovy invocation and naming convention. Change-Id: I3cd71032d65f4c4c85f8b40aef0f37b39bb03c03 Issue-ID: SO-689 Signed-off-by: subhash kumar singh --- .../subprocess/ActivateSDNCNetworkResource.bpmn | 162 +++++++++++++ .../subprocess/activateSDNCNetworkResource.bpmn | 258 --------------------- 2 files changed, 162 insertions(+), 258 deletions(-) create mode 100644 bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/ActivateSDNCNetworkResource.bpmn delete mode 100644 bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/activateSDNCNetworkResource.bpmn (limited to 'bpmn/MSOInfrastructureBPMN/src') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/ActivateSDNCNetworkResource.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/ActivateSDNCNetworkResource.bpmn new file mode 100644 index 0000000000..257771fcb8 --- /dev/null +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/ActivateSDNCNetworkResource.bpmn @@ -0,0 +1,162 @@ + + + + + SequenceFlow_1c92ks3 + + + SequenceFlow_17md60u + + + + + + + + + + + + + SequenceFlow_18l3crb + SequenceFlow_1xk5xed + + + + + SequenceFlow_1vnx1pp + SequenceFlow_0ow44q0 + import org.openecomp.mso.bpmn.infrastructure.scripts.* +def dcsi = new ActivateSDNCNetworkResource() +dcsi.postCreateSDNCCall(execution) + + + + SequenceFlow_1c92ks3 + SequenceFlow_18l3crb + import org.openecomp.mso.bpmn.infrastructure.scripts.* +def dcsi = new ActivateSDNCNetworkResource() +dcsi.preProcessRequest(execution) + + + SequenceFlow_1xk5xed + SequenceFlow_1jr6zi0 + import org.openecomp.mso.bpmn.infrastructure.scripts.* +def dcsi = new ActivateSDNCNetworkResource() +dcsi.prepareUpdateAfterActivateSDNCResource(execution) + + + + + + ${CVFMI_dbAdapterEndpoint} + + + application/soap+xml + Basic QlBFTENsaWVudDpwYXNzd29yZDEk + + + ${CVFMI_updateResOperStatusRequest} + POST + ${statusCode} + ${response} + + http-connector + + + SequenceFlow_1jr6zi0 + SequenceFlow_1vnx1pp + + + + + SequenceFlow_0ow44q0 + SequenceFlow_17md60u + import org.openecomp.mso.bpmn.infrastructure.scripts.* +def csi = new ActivateSDNCNetworkResource() +csi.sendSyncResponse(execution) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/activateSDNCNetworkResource.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/activateSDNCNetworkResource.bpmn deleted file mode 100644 index c074571265..0000000000 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/subprocess/activateSDNCNetworkResource.bpmn +++ /dev/null @@ -1,258 +0,0 @@ - - - - - SequenceFlow_1qo2pln - - - - - SequenceFlow_18l3crb - SequenceFlow_0khtova - - - - SequenceFlow_17md60u - - - - - - - - - - - - - SequenceFlow_15mvedq - SequenceFlow_1xk5xed - - - - - SequenceFlow_1vnx1pp - SequenceFlow_0ow44q0 - - - - - - SequenceFlow_1qo2pln - SequenceFlow_0w2es8j - - - - SequenceFlow_0w2es8j - SequenceFlow_18l3crb - - - - - - SequenceFlow_0khtova - SequenceFlow_1mz0vdx - - - - SequenceFlow_1xk5xed - SequenceFlow_1jr6zi0 - - - - - - - ${CVFMI_dbAdapterEndpoint} - - - application/soap+xml - Basic QlBFTENsaWVudDpwYXNzd29yZDEk - - - ${CVFMI_updateResOperStatusRequest} - POST - ${statusCode} - ${response} - - http-connector - - - SequenceFlow_1mz0vdx - SequenceFlow_15mvedq - - - - - - ${CVFMI_dbAdapterEndpoint} - - - application/soap+xml - Basic QlBFTENsaWVudDpwYXNzd29yZDEk - - - ${CVFMI_updateResOperStatusRequest} - POST - ${statusCode} - ${response} - - http-connector - - - SequenceFlow_1jr6zi0 - SequenceFlow_1vnx1pp - - - - - SequenceFlow_0ow44q0 - SequenceFlow_17md60u - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit 1.2.3-korg