Queues Folders

A developer created a Performer process using the Robotic Enterprise (RE) Framework template in UiPath Studio version 2021.10. The process is published to an Orchestrator folder called FolderA and a job is created in Orchestrator from the package. The value of the “OrchestratorQueueName” setting in Config.xlsx is QueueA and the value of “OrchestratorQueueFolder” is FolderA.
The developer runs the job from Orchestrator with the following argument values: in_OrchestratorQueueName = “QueueB” in_OrchestratorQueueFolder = empty value
Which queue will be consumed by the robot?
A. QueueA from FolderA
B. QueueA from Shared
C. QueueB from FolderA
D. QueueB from Shared

@Latifa

Option is C if the Queue B is present in orchestrator folder A because the process is created in folder A…

The bot always check the folder in which it is created for queue or assets

Hope this helps

Cheers

Answer Would be C.

Queue Name is over written from the arguments: Queue B

Whereas folder name is Folder A, because it was published from that folder, so process would exists there only.

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