Learning REFramework deeply — need good resource / rebuild-only guide

Hi everyone,
I’m an RPA Developer Trainee, and I really want to strengthen my understanding of REFramework — not just how to use it, but how it works internally and how to rebuild its skeleton from scratch.

I’ve already searched on YouTube with terms like “Rebuild REFramework Template”, but I couldn’t find any video that focuses only on rebuilding the core framework structure (Init, GetTransaction, Process, End) without lots of extra application or project code.

If anyone can recommend:

  1. A video tutorial (or series) that shows just the rebuild / skeleton part

  2. Written guides or blog posts that show the internal structure

  3. Advice for how to practice rebuilding the REFramework by yourself

Thank you in advance!

hi, @S_Yuvaraj Welcome to Community!
The REFramework is built around four main states: Init (setup), GetTransaction (get next item), Process (handle the item), and End (cleanup). To rebuild it, just create a state machine with these states and basic exception handling, skipping complex app logic at first. Practice by building each state workflow separately and then combine them into the full skeleton.

Build RE Framework from Scratch Step by Step" covers creating Config Dictionary, Config file, and Assets setup.
Link: https://www.youtube.com/watch?v=jkc0ShRBxyM

Hi @S_Yuvaraj

Welcome to UiPath,

Pls check below link:
1.
Learn UiPath Robotic Enterprise Framework - New | For UiPath RPA Developers

Happy Automation