diff options
author | zm330 <zhangminyj@chinamobile.com> | 2020-05-20 10:34:57 +0800 |
---|---|---|
committer | zm330 <zhangminyj@chinamobile.com> | 2020-05-20 10:35:07 +0800 |
commit | d392b9594ac6f1099965d129b52e1b954fff33d6 (patch) | |
tree | d8506ca5bc146f2d16956b8185e9bd3b2b75dee4 | |
parent | 06c00b7e1f74f0b793731983bc11fe79541a2b16 (diff) |
Add sST value to communication service
Issue-ID: SO-2942
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: I062512977f2e2991a817327572576f7137c5ad2e
-rw-r--r-- | bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCommunicationService.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCommunicationService.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCommunicationService.groovy index cf6bef6510..89c3ab7c8b 100644 --- a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCommunicationService.groovy +++ b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/CreateCommunicationService.groovy @@ -383,7 +383,7 @@ class CreateCommunicationService extends AbstractServiceTaskProcessor { } e2eInputMap.put("sNSSAI", execution.getVariable("sNSSAI_id")) - + e2eInputMap.put("sST", execution.getVariable("csServiceType")) execution.setVariable("e2eInputMap", e2eInputMap) execution.setVariable("e2eServiceType", e2eServiceDecomposition.getServiceType()) execution.setVariable("e2eModelInvariantUuid", e2eServiceDecomposition.getModelInfo().getModelInvariantUuid()) |