Skip to main content
By default the queues are named Monitor Queue, Verifier Queue, and Fetcher Queue. To use different names, create the queues with the names you want and then set those names in the process variables. Each process needs the names of the queues it uses.

Batch Sender

This process needs the name of the queue that the IDs of created batches are added to.
1

Open the process variables

Open the process in UiPath Studio, expand the Variables tab, and navigate to the Flowchart area.
2

Set the queue name

Enter the new queue name in the Default column for the MonitorQueueName variable.
Screenshot of the Batch Sender process Flowchart in UiPath Studio with the Variables tab open, showing a custom queue name entered in the Default column for the MonitorQueueName variable.

Batch Monitor

This process needs the names of all three queues.
1

Open the process variables

Open the process in UiPath Studio, navigate to the State Machine area, and expand the Variables pane.
2

Set the queue names

Enter the new queue names in the Default column for the MonitorQueueName, VerifierQueueName, and FetcherQueueName variables.
Screenshot of the Batch Monitor process State Machine in UiPath Studio with the Variables tab open, showing custom queue names entered in the Default column for the MonitorQueueName, VerifierQueueName, and FetcherQueueName variables.

Batch Verifier

This process needs the name of the queue that stores the IDs of batches awaiting verification.
1

Open the process variables

Open the process in UiPath Studio, navigate to the Flowchart area, and expand the Variables pane.
2

Set the queue name

Enter the new queue name in the Default column for the VerifierQueueName variable.
Screenshot of the Batch Verifier process Flowchart in UiPath Studio with the Variables tab open, showing a custom queue name entered in the Default column for the VerifierQueueName variable.

Batch Fetcher

This process needs the name of the queue that stores the IDs of successfully processed batches. It then starts downloading the batch processing results.
1

Open the process variables

Open the process in UiPath Studio and expand the Variables pane.
2

Set the queue name

Enter the new queue name in the Default column for the FetcherQueueName variable.
Screenshot of the Batch Fetcher process Flowchart in UiPath Studio with the Variables pane open, showing a custom queue name entered in the Default column for the FetcherQueueName variable.
After you make the changes, publish all modified processes to Orchestrator again.