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 +++ .../process/CreateCustomE2EServiceInstance.bpmn | 82 +++++++++++----------- 2 files changed, 53 insertions(+), 40 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 diff --git a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn index b9d5e2c1d2..62ed844fe7 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn +++ b/bpmn/MSOInfrastructureBPMN/src/main/resources/process/CreateCustomE2EServiceInstance.bpmn @@ -146,9 +146,16 @@ csi.sendSyncResponse(execution)]]> SequenceFlow_1euqjsp +csi.prepareInitServiceOperationStatus(execution)]]> + + + + SequenceFlow_081z8l2 + SequenceFlow_194rnud + - @@ -171,27 +178,22 @@ csi.InitServiceOperationStatus(execution)]]> SequenceFlow_1euqjsp SequenceFlow_081z8l2 - - - SequenceFlow_081z8l2 - SequenceFlow_194rnud - - + - + - + - + @@ -200,7 +202,7 @@ csi.InitServiceOperationStatus(execution)]]> - + @@ -212,7 +214,7 @@ csi.InitServiceOperationStatus(execution)]]> - + @@ -227,24 +229,24 @@ csi.InitServiceOperationStatus(execution)]]> - - + + - + - - + + - + - + - + @@ -255,10 +257,10 @@ csi.InitServiceOperationStatus(execution)]]> - - + + - + @@ -369,35 +371,35 @@ csi.InitServiceOperationStatus(execution)]]> - - + + - + - + - - - + + + - + + + + - + - - - + + + - + - - - -- cgit 1.2.3-korg