diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-04-10 08:29:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-10 08:29:16 +0000 |
commit | 636e4c00bf22b324502ed5b56206eced6e50ff15 (patch) | |
tree | afeeae0bfe61479c4ffc780285913db20351a262 /bpmn/MSOCommonBPMN/src | |
parent | 8f57778f43ff59fd7ffaa824eff91dd891b96a3c (diff) | |
parent | a5ef20260857a35d1d659fcf421441d936a090c4 (diff) |
Merge "Add service type for bpmn input"
Diffstat (limited to 'bpmn/MSOCommonBPMN/src')
-rw-r--r-- | bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/recipe/BpmnRestClient.java | 1 |
1 files changed, 1 insertions, 0 deletions
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 494ce69a23..016afa8537 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 @@ public class BpmnRestClient { requestIdInput.setValue(requestId);
requestActionInput.setValue(requestAction);
serviceInstanceIdInput.setValue(serviceInstanceId);
+ serviceTypeInput.setValue(serviceType);
recipeParamsInput.setValue(recipeParams);
resourceInput.setValue(requestDetails);
recipeRequest.setHost(host);
|