utils.log("INFO","The requestAction is: " + requestAction, isDebugEnabled)\r
String recipeParamsFromRequest = execution.getVariable("recipeParams")\r
utils.log("INFO","The recipeParams is: " + recipeParamsFromRequest, isDebugEnabled)\r
- String resourceInput = execution.getVariable("requestInput")\r
+ String resourceInput = execution.getVariable("resourceInput")\r
utils.log("INFO","The resourceInput is: " + resourceInput, isDebugEnabled)\r
//Get ResourceInput Object\r
- ResourceInput resourceInputObj = ResourceRequestBuilder.getJsonObject(resourceInput, resourceInputObj)\r
+ ResourceInput resourceInputObj = ResourceRequestBuilder.getJsonObject(resourceInput, ResourceInput.class)\r
execution.setVariable(Prefix + "resourceInput", resourceInputObj)\r
\r
//Deal with recipeParams\r