Question
2
Replies
27
Views
Posted: January 20, 2021
Last activity: January 22, 2021
Pega Platform api to put a task on the work queue
Hello, Is it possible to put the task on the work queue using api? Per the official list of apis - I wasn't able to find anything... I have seen few posts when some Pega engineers say it is possible, does anyone know for sure or have done it? My current goal is to put the task on the robotic queue using api. Thank you!
***Edited by Moderator Marissa to update Platform Capability tags****
I believe one way to do this is to create case using API:
https://community.pega.com/knowledgebase/articles/case-management/84/creating-case-using-api
Then, if you are talking about robotic queue, your case lifecycle can have "assign to robotic queue" as a first and only step.
Hope this helps.