Rest Call Response Headers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2018 02:03 PM
I'm trying out the REST Call task, and it looks like it does most of what I need. It does seem to be missing a way to access/store the response headers. Is there something I'm missing?
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2018 04:46 PM
Also have the same question. Is there tried and tested way to be access the Response Headers from a Rest Call Task?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2018 10:01 AM
I wound up forgoing this and just using a groovy task with Unirest, as described in this thread:
a task calls a REST web service and makes the result available to other tasks
This is a bit more work to use, but has a lot more flexibility.
