commit | a5ef20260857a35d1d659fcf421441d936a090c4 | [log] [tgz] |
---|---|---|
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | Sat Apr 07 14:03:31 2018 +0000 |
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | Tue Apr 10 04:41:01 2018 +0000 |
tree | bc00f284d0ea5bd0c69594208b33572d5b4290fa | |
parent | 6431c6e07f9fd9d2efa848a6f0810d3e842c8d6a [diff] |
Add service type for bpmn input Add service type for bpmn input. Change-Id: Icc7487724bd4f6df5a78473f39a0e99a4e16cd28 Issue-ID: SO-422 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
diff --git a/bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/recipe/BpmnRestClient.java b/bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/recipe/BpmnRestClient.java index 494ce69..016afa8 100644 --- a/bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/recipe/BpmnRestClient.java +++ b/bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/recipe/BpmnRestClient.java
@@ -181,6 +181,7 @@ requestIdInput.setValue(requestId); requestActionInput.setValue(requestAction); serviceInstanceIdInput.setValue(serviceInstanceId); + serviceTypeInput.setValue(serviceType); recipeParamsInput.setValue(recipeParams); resourceInput.setValue(requestDetails); recipeRequest.setHost(host);