From c9f9e3c9733ad82d5537636f24d65ffdb6881876 Mon Sep 17 00:00:00 2001 From: seshukm Date: Tue, 17 Oct 2017 11:04:23 +0530 Subject: fix method name mismatch create E2E svc IssueId: SO-222 Change-Id: Ibcdf8c95dfa789619214745edd54393e8340d5ee Signed-off-by: seshukm --- .../scripts/CreateCustomE2EServiceInstance.groovy | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso') diff --git a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy index 7f4f78762e..8ada19c1f0 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy +++ b/bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy @@ -337,4 +337,15 @@ public class CreateCustomE2EServiceInstance extends AbstractServiceTaskProcessor } utils.log("DEBUG", "======== COMPLETED prepareInitServiceOperationStatus Process ======== ", isDebugEnabled) } + + /** + * send a request to SDNC + */ + public void sendSdncSvc(Execution execution) + { + def isDebugEnabled = execution.getVariable("isDebugLogEnabled") + utils.log("DEBUG", "======== sendSdncSvc Process ======== ", isDebugEnabled) + //TODO + } + } \ No newline at end of file -- cgit 1.2.3-korg