setEccCorrelator() for REST Web Service in servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 05:44 AM
Hi There!
I use REST web service orchestration designer activity in the workflow to trigger the outbound rest message. Is there any way i can capture this request and response in the ECC queue?. I see that designer activity do not capture the eccsysid for the REST activity.
Regards,
Saranya
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 07:52 AM
Hi Saranya,
Following links should help you:
https://docs.servicenow.com/app_store/dev_portal/API_reference/RESTMessageV2/reference/r_RMV2-setEccCorrelator_S.html
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2018 11:13 PM
Hi Ankur,
Thanks for your reply. But the link which you have shared is to trigger the outbound vis REST message method. IN that scenario, we can set the correlator id. But i use orchestrational REST web service activity to trigger the outbound.PFA the attachment.
If you refer the below link,
https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/administer/orchestration-activity-designer/task/t_CreateAParsingRule.html#ariaid-title2
There is no record getting published in ECC queue for using the REST web service via activity designer in the baseline. SO, my query is there any way i can invoke the ECC queue along with REST web service activity designer.
Regards,
Saranya