Wants to create a Queue without manual

Hi Everyone, when we performs the Dispatcher and Performer Scenario in UiPath, we had to create Queues, is there any thing or coding that we can create Queue in Orchestrator without manual efforts.

Hi! Welcome to community!

If you’re using REFramework You can use Performer and dispatcher to access the queue.

how to create queue in orchestrator?

Have a view on this docs for more information: Managing Queues in Orchestrator.

Performer Dispatcher: Robotic Enterprise Framework - Dispatcher/Performer

Regards,
NaNi

1 Like

Hi @Shubham4323

There is no direct way to create a queue by not going to orchestrator.

But still if you dont wish to create manually You can automate the process by uipath studio ( same manual steps)

1 Like

Thanks Buddy @THIRU_NANI for your Response, but actually me finding to create queue without user action on Orchestrator.

1 Like

you can use orchestrator API s to achieve the same .The end point URL for the POST http request and body to be passed is available in URL

https://www.postman.com/uipath/workspace/uipath-s-public-workspace/example/3707132-1d21d3f3-7e90-4bf9-98aa-1d29ff02ed57

Please check and update if it worked as expected

1 Like

Thanks @Lak_Ui

can anyone help me towards this JSONPayload that says it should be in String
“{itemData: {Name: ‘Queue’,Priority: Normal,SpecificContent: {Type: ‘Customer’,Name@odata.type: ‘#String’,Name: ‘Queue’}}”

Thanks in Advance.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.