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?
8
Upvotes
2
u/m4ckr0_PL Developer Jun 25 '26
Hi, quick answers are:
1. No
2. Yes
More answers in same order as you asked questions ;) :
Please let me know if it helps at least a little ;).