Ui PATH - RE FRAMEWORK
Ui PATH - RE FRAMEWORK
Ui PATH - RE FRAMEWORK
-----------------------------------------------------------------------------------
-
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-
---------- Robotic Enterprise Framework ----------
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-
-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
-
Robotic Enterprise Framework also referred as REFramework it is a framework which
is provided by UiPath to help developers build RPA processes quickly and
efficiently.The Framework is implemented with the State Machine so it allows
developers to control the Robot Process States.
It's purpose is to provide a template which handles the basic needs of any business
process automation, like reading and storing a configuration file, retrying
Transactions that fail with an Application Exception and logging the status of all
processed transactions, failed or successful
However, a robot is able to work much faster, and more efficiently without ever
slowing down.
UiPath Studio is a complete software solution that enables you to automate your
back office repetitive tasks. It converts tedious tasks into complete UI
automation, thus, making your work easier and faster.
UiPath is a Robotic Process Automation tool which is used for Windows desktop
automation. It is used to automate repetitive/redundant tasks and eliminates human
intervention. The tool is simple to use and has a drag and drop functionality of
activities.
PROCESS TRANSACTION :
--------------------
Try ProcessTransaction
If application exceptions happen
SaveErrorScreen - In Config("ErrorsFolder") with the exception message
Going to re/INITIALIZE
SetTransactionStatus - As Success, Failed or Rejected with reason
./Framework/SetTransactionStatus - Updates the Orchestrator queue item
./SetTransactionStatus - Sample for updating Excel input file
END PROCESS :
-------------
CloseAllApplications - As listed in Config("CloseApps")