- Monitor Queue
- Verifier Queue
- Fetcher Queue
The Batch Sender process
For this process, specify the name of the queue to which identifiers of the created batches will be added.- Open the process in UiPath Studio and expand the Variables tab.
- Navigate to the Flowchart area and enter the new queue name in the Default column for the MonitorQueueName variable.

The Batch Monitor process
For this process, specify the names of all 3 utilized queues.- Open the process in UiPath Studio and navigate to the State Machine area.
- Expand the Variables pane.
- Enter the new queue names in the Default column for the MonitorQueueName, VerifierQueueName, and FetcherQueueName variables.

The Batch Verifier process
For this process, specify the name of the queue that will store identifiers of batches awaiting verification.- Open the process in UiPath Studio and navigate to the Flowchart area.
- Expand the Variables pane.
- Enter the new queue name in the Default column for the VerifierQueueName variable.

The Batch Fetcher process
For this process, specify the name of the queue where identifiers of successfully processed batches will be stored. After this, batch processing results will start to be downloaded using the Batch Fetcher process.- Open the process in UiPath Studio and expand the Variables pane.
- Enter the new queue name in the Default column for the FetcherQueueName variable.

