Hi folks!,
I would like to call an orchestrator API to add item to queue without installing UiPath Robots (The client system will be having access to Orchestrator server)? Can someone guide me different methods to do that?
Thanks
Hi folks!,
I would like to call an orchestrator API to add item to queue without installing UiPath Robots (The client system will be having access to Orchestrator server)? Can someone guide me different methods to do that?
Thanks
You can create the Queue and get items from Queue using Orchestrator API’s but you can’t add items to the Queue.
Thanks @lakshman ! But I was able to add queue item using Swagger. What I need is to call the same API from my client machine.