UiPath ReFramwork Process

No comments

1: -Robotic Enterprise Framework: -

Robotic Enterprise Framework is a project template which provide all the required basic need of any automation process.

The Feature of RE-Framework

Proper Exception handling

Recovery abilities

Effective logging

 

The Business process can have divided into 3 category

Linear Process

Interactive Process

Transactional Process


1: - Linear Business Process: -

Linear process run once time. It’s not very suitable for repetitive process (Drawback)

 2:- Interactive Process: -

 Get data once and process data multiple time

Drawback: -  If one of the data has some problem then your entire workflow will fail.

 

3: - Transactional Process: -  


 

Transactional Process get data and process are independent from one another as. In transaction process one data has problem then never workflow will fail. 


In Robotic Enterprise Framework have 4 state

·       Init state.

·       Get Transaction data state.

·       Process Transaction Data State.

·       End State.

In Robotic Enterprise Framework have 7 transaction
As you can see, it has a main.xml file that uses state machine workflows and each
step is linked with each other for work processes.



Why Use Re-Framework in Uipath

Re-Framework makes the tasks of a developer very easy. Re-Framework  works as a template and provides all the basic details that you as a developer may need for
any process automation. It can use any type of business process. if any transactions fail it can re-try. It can handle error very easily without human intervention.