Orchestrator Queues with REF Framework

Hi,

I’ve been looking at the REF Framework and Queues inside Orchestrator.
I can not seem to find any documentation about this but I was wondering what is best practice when I want to add things to the queue. Should I make the robot add the list to the queue in the initalization step or should I have a different robot that adds the list to the queue?

@einarbr

Welcome to the uipath community.

It’s better to create to separate processes like Dispatcher and performer. Dispatcher process will add items to the Queue and Performer will take one by one item from queue and will process it.

For your reference, Please go through Level
3 Advanced Training assignments.

3 Likes

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