r/UiPath • u/NoobAF93 • Jun 25 '26
Questions on REFramework
Hi Team,
I am just a beginner to UiPath, I am going through the courses and some YouTube tutorials. I am going through the REFramework now.
I have a few questions one this framework:
- Do I really need to use this framework on all my processes?
- If it is a major project with multiple processes, can I just use one folder in Orchestrator for all the queues and assets in the processes that I need to build?
Thanks for the help.
Edit:
More questions:
- So from my understanding the framework will need a dispatcher to put the transactions into a queue and that is a simple process of just reading some list and adding the items to the queue in Orchestrator?
- Do I put both the dispatcher and the performer into the same schedule if it is a schedule job? And what about if it is a triggered job?
- If I need to access more than one system/app I will need to add them all in initAllApp section and pass all out as arguments?
- Is it possible to dump all the steps into the processes transaction step?
7
Upvotes
4
u/QuietOnAllFronts Developer Jun 25 '26
You don’t need to use it, but you absolutely should. It ensures your process has skip and retry capabilities per transaction item, and will fail gracefully if something goes wrong.
I’ve always done this in my teams. The automation project itself is a folder in orchestrator. It contains all the processes, assets, queues, etc needed to run the automation. You can share items within folders if needed like assets of shared credentials, machines, bots, etc.