I currently have the response from an HTTP request and need to access what is in the body. The type of the response is “Reader.” I want to know how I can access the body of the HTTP request response.
Try this configuration, where you pass the body(Reader) you get from the HTTP request to the jsenv reader. Its based on this Workflow Processing :: Corteza Docs