A developer creates a Performer process using the (RE Framework) in UiPath Studio version 2022]3.10.
The process is published to an Orchestrator folder named FolderX, and a job is created in Orchestrator from the package.
In the Config.xlsx file, the value of the “QueueNameInOrchestrator” setting is set to ProcessQueue, and the value of “QueueFolderInOrchestrator” is set to FolderX.
In Orchestrator’s FolderX, the available queues are: Queue1, Queue2, and Queue3.
The developer starts the job in Orchestrator with the following argument values: input_QueueNameInOrchestrator = “Queue2” and input_QueueFolderInOrchestrator = (empty value).
In this case, the input_QueueNameInOrchestrator argument is set to Queue2, and the input_QueueFolderInOrchestrator argument is left empty. This means the robot will consume the queue named Queue2 from the folder FolderX.
The value of the QueueNameInOrchestrator setting in the Config.xlsx file (which is set to ProcessQueue) will be ignored because the input_QueueNameInOrchestrator argument has been explicitly provided. As a result, at runtime, the robot will consume Queue2.