Posts

Showing posts from August, 2022

UiPath Code Review Checklist – To Perform Effective RPA Code Reviews

Image
  Perform Effective RPA Code Reviews Code Review is improving general code quality and reducing the number of bugs by sharing the knowledge of the author and reviewers . Code review can be treated as a checklist in which developers submit their code for feedback before merging branches or deploying code to production. The feedback is usually given by a manager, or a tech lead. ____________________________________________ Workflow Analyzer   Workflow Analyzer  is a static code analyzer that ensures your project meets high quality and reliability standards. A static code analyzer checks for inconsistencies without executing the project, as opposed to dynamic analyzers which step in during execution.   ____________________________________________ Code Review Checklist for UiPath Code Reviewer The Code Review process, like any other process, can use some rules, for complex projects. So, it is the best p...

What is Dispatcher and Performer?

  What is Dispatcher and Performer? Dispatcher and Performer (Worker) will be the two separate robot or sometimes it can be one. Dispatcher would be the robot that will add the transaction into queue. Performer will retrieve on item from the queue and process them. ____________________________________________ Dispatcher ·       The Dispatcher is a process to push the transaction item to an orchestrator queue. ·       It extracts data from one or multiple sources and uses it to create queue item. ·       Dispatcher can push the transaction item to one or more queues. ·       We can split the processing of the item between multiple robots. ____________________________________________ Performer ·       The Performer is a process used to pull transaction item from an orchestrator queue and process them. ·     ...

What is Robotic Enterprise Framework (RE Framework) Architecture?

Image
  What is Robotic Enterprise Framework (RE Framework) Architecture? RE Framework is a template that is used to create automation workflow in a modular approach for large scale deployments. Robotic Enterprise Framework  is a project template based on  State Machines . It is created to fit all of the best practices regarding logging, exception handling, application initialization, and others, being ready to tackle a complex business scenario. Re-Framework is a template, which provides all the required basic needs of any process Automation, like reading and storing the Config data, initializes the applications, which are being used in the process, gets the transactions, and process them, re-try the transactions if it’s required and logging the status of all processed transactions, Failed or successful and close all the applications. It helps developers to build processes Quicker, robust, and apply the best practices. It has many features: proper Exception Handling, Reco...

What is Robotic Enterprise Framework (RE Framework)?

Image
    What is Robotic Enterprise Framework (RE Framework)? RE Framework is a template that is used to create automation workflow in a modular approach for large scale deployments. Robotic Enterprise Framework  is a project template based on  State Machines . It is created to fit all of the best practices regarding logging, exception handling, application initialization, and others, being ready to tackle a complex business scenario . _______________________   Why we use RE Framework? RPA is a process where the manual tasks get automated using the top RPA tools, but any task which is getting automated is somewhere or other dependent on the human employee. To avoid the dependency on human employees, we must define the robot in such a way that they can execute or perform task. All the bots deployed in production must be able to execute multiple transaction and simultaneously re-execute a transaction if it h...

What is robotic process automation (RPA)?

  What is robotic process automation? RPA system can be defined as a software that capabilities to handle high volume repeatable task which would have previously required an individual to perform these tasks. RPA helps to reduce the headcount. The approach is completely simple and does not require many technicalities, it doesn't need programming skills. Anyone can be an RPA expert with some basic knowledge or training. The biggest factor is RPA always make sure of error free result which means no wastage of time, less human interference and for organization it's only one time investment.   _________________________   What are the benefits of RPA? Code Free  – RPA does not require programming skills. The whole work around RPA chart which provides a flow chart designer to graphically link, drag and drop icon to present steps in a process. User Friendly   – RPA Project require less IT skills and less investment. Reduction in errors  – The biggest...