From a5ef20260857a35d1d659fcf421441d936a090c4 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Sat, 7 Apr 2018 14:03:31 +0000 Subject: 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 --- .../main/java/org/openecomp/mso/bpmn/common/recipe/BpmnRestClient.java | 1 + 1 file changed, 1 insertion(+) (limited to 'bpmn/MSOCommonBPMN') 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); -- cgit 1.2.3-korg