Hi Team,
Can we direct call an api and push the data to queue in orchestrator itself in uipath
Thanks and Regards,
Supriya Yenaganti
Hi Team,
Can we direct call an api and push the data to queue in orchestrator itself in uipath
Thanks and Regards,
Supriya Yenaganti
Hi @supu123
Yes you can. But it is a much simpler way to use Add Queue Item activity.
If you tell us more about your use case we may help you.
Regards
Gabriel Marin
Hi Team,
I have an Api, once we call that api data gets pushed so here we need to push the data to orchestrator queue directly by calling api and then fetch from queue one after the other
Basically is it possible to call api from orchestrator and put the data to queue
Thanks and Regards,
Supriya Yenaganti
This article is for calling orchestrator Api’s correct?
Thanks and Regards,
Supriya Yenaganti
We don’t want studio integration here to add queues
Directly via orchestrator will I be able to call api and push the data to queue
Regards,
Supriya
Yes.
Orchestrator API lets other system integrate with RPA processes like in this case creating a queue item. You can also communicate to Orchestrator API from your RPA process but in some cases you have simpler ways to do that as I mentioned above.
Hope it helps
@supu123
Yes, Its for Orchestrator API.
Go through the above link, try to understand and then implement.