What type of mechanisam orchestror do implement when serving the queue item to multibot

Suppose i have 10K transaction for processA and it is designed in multibot architure now how we can assign 5 robots to processA and then how bot picks queue item

Hi, @Ajij_Mujawar

Are you use environment?

The image shows a user interface with a highlighted "Environments" tab located between the "Robots" and "Monitoring" tabs, and includes icons for Home, Automations, and Queues. (Captioned by AI)

Hello Kismet,
Yes i am using environment in that suppose i have Tenant-Dev/Stage.

You can choose on the trigger screen

Hi @Ajij_Mujawar

Load distribution is one of the best use cases for Queues. While all 5 are working simultaneously on Single queue the Orchestrator mechanism make sure only one transaction will be assigned to one BOT and in that case 5 different transactions are assigned to 5 different Robots.

The Robot which completes the transaction first will be assigned the next available transaction.

To assign 5 robots on single queue we can create trigger with option ‘Select valid account - machine mappings’ and define Robot/machine for each trigger

Also

Robots can be available

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