Add Properties Order for recipeParams 71/33371/1
authorc00149107 <chenchuanyu@huawei.com>
Wed, 28 Feb 2018 07:36:32 +0000 (15:36 +0800)
committerc00149107 <chenchuanyu@huawei.com>
Wed, 28 Feb 2018 07:36:32 +0000 (15:36 +0800)
Add Properties Order for recipeParams

Change-Id: Iae1d1609e9e543dc4b7ac6b9017ab9184deef6b9
Issue-ID: SO-449
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
mso-api-handlers/mso-api-handler-common/src/main/java/org/openecomp/mso/apihandler/camundabeans/CamundaVIDRequest.java

index a53ef22..3ef6d49 100644 (file)
@@ -38,7 +38,7 @@ import org.openecomp.mso.apihandler.common.CommonConstants;
        CommonConstants.VOLUME_GROUP_ID_VARIABLE, CommonConstants.NETWORK_ID_VARIABLE,
        CommonConstants.SERVICE_TYPE_VARIABLE, CommonConstants.VNF_TYPE_VARIABLE,
        CommonConstants.VF_MODULE_TYPE_VARIABLE, CommonConstants.NETWORK_TYPE_VARIABLE,
-       CommonConstants.CAMUNDA_SERVICE_INPUT})
+       CommonConstants.CAMUNDA_SERVICE_INPUT, CommonConstants.RECIPE_PARAMS})
 @JsonRootName(CommonConstants.CAMUNDA_ROOT_INPUT)
 public class CamundaVIDRequest {