Is it necessary to use REFramework for Dispatcher

Hello All,

On a generic note, i understand why and when to use REF, but i would like to know if we need to use REF for uploading QueueItems (Dispatcher) to Orchestrator. Especially what is the best practice in the industry ?

Thank You
Hara

We don’t. We usually have a dispatcher that goes through to get the transactions then uses a “start job” activity to kick off the rest of the robots to process everything.

In general, we don’t use REFramework for any simple linear processes

Hi @Hara_Gopal,

REFrameWork is not necessary.

But talking about industry, using REFrameWork is a good practice. You can also make your own framework for your project or process.

Thanks & Regards,
Apurba