Reframe work Question for Queues based?

hello , kindly assist with this question.

A developer creates 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 TestQueue and the value of “OrchestratorQueueFolder" is FolderA. In Orchestrator’s FolderA,
the defined queues are: QueueA, QueueB, QueueC.
The developer runs the job from Orchestrator with the following argument values: in_OrchestratorQueueName = “QueueB”
in_OrchestratorQueueFolder = empty value
What is the behavior at runtime?
A. The robot consumes QueueB
B. An exception is thrown in the Get Transaction Data state
C. The robot consumes QueueA
D. The robot consumes TestQueue

thanks in advance

1 Like

Hi

The answer is
A. The robot consumes QueueB .

In this case, the in_OrchestratorQueueName argument is set to QueueB and the in_OrchestratorQueueFolder argument is empty. This means that the robot will consume the queue named QueueB in the folder named FolderA .

The value of the OrchestratorQueueName setting in Config.xlsx is ignored, because the in_OrchestratorQueueName argument has been explicitly set.

Therefore, the robot will consume QueueB at runtime.

Cheers @Gopi_Krishna_Reddy1

2 Likes

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