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);