Auto assignment of task from orechestrator to attended bot is feasible

I have Orchestrator and 3 Attended bots. I want to understand that how assignment of the task happened to attended bot.

I have dispatched the multiple items in Orchestrator Queue. Now my expectation is
It will assign the task to free bots. and once the execution of assigned task is completed. It will take the next item from the queue. However user will still trigger the execution from system tray.

Hello @manishsoni0407,

You can use the REFramework Template and achive this. It will pick one item after another from queue & perform the required operation.

Hope that helps ! Kudos :slight_smile:

Regards,
Nithin

1 Like

Thanks a lot !