diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-10-17 11:04:23 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-10-17 11:04:23 +0530 |
commit | c9f9e3c9733ad82d5537636f24d65ffdb6881876 (patch) | |
tree | e6eaf8a73705b616a6a5d5f6339e0aa9d85aeaec /bpmn/MSOInfrastructureBPMN/src/main/groovy | |
parent | e852c6718d4f8f3d475d354595a55ce20727637a (diff) |
fix method name mismatch create E2E svc
IssueId: SO-222
Change-Id: Ibcdf8c95dfa789619214745edd54393e8340d5ee
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/src/main/groovy')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/CreateCustomE2EServiceInstance.groovy | 11 |
1 files changed, 11 insertions, 0 deletions
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 |