Please confirm if the below scenario is possible..
I want to call REST based webservice through service task and wants to pass the return result of REST to drool file, is it possible that I can do it with no java code? Means I don't have to call REST service in Java delegate class and pass returned results from java class.
Is it also possible that I can call REST service from script task and pass the result of REST to drool file?