ReFramework is a UiPath template that you can build upon to create your automation. The framework offers a way to handle common project tasks. Here are some advantages of using ReFramework:Â
- Easily store, read, and modify configuration data
- Handle exceptions and retry failed transactions
- Extensive event logging for all exceptions
- Automate complex processes using defined states
The framework is recommended for creating scalable and robust automation with UiPath.Â
Here is an overview of ReFramework and its states:
ReFramework uses the concept of state machines. It has four states to build robust automations. These states are as follows:
- Init State: In this state, we initialize the automation. This includes the following:
- Initializing the settings; for example, the loading of configuration data from the config file
- Initializing the applications; for example, logging in to applications using credentials
- Killing all working...