MarketplaceStudioSolutionREFramework without Queue

Create your first automation in just a few minutes.Try Studio Web

REFramework without Queue

REFramework without Queue

by Njord Designs

StarStarStarStarStarStarStarStarStarStar

0

Solution

Downloads

<100

back button
back button
carouselImage0
next button
next button

Summary

Summary

A modification of UiPath's REFramework without queue. Ideal for tabular data (Excel, CSV).

Overview

Overview

This framework is ideal for when transactions are a part of a whole. Typically, a user submits an Excel-file and wants a receipt/email when all of the transactions in the file are processed. This framework makes it easy, including sending the receipt.

Documentation is included in the Documentation folder.

See modifications, prerequisites, error-handling and also how to test the framework.

By experience we have found that retrying failed transactions usually is bad exception handling. Usually either the RPA process needs a change (e.g. selector modification) or the user's input needs to be edited. By retrying a failed transaction you may risk making the error-handling harder and end up with more errors to clean up in the input-system. That's why retry activities are removed from the framework and System Exceptions are handled in End Process.

This template is a modification of the standard REFramework included in UiPath Studio 23.10.

Code Language Visual Basic

Features

Features

  • No queues.
  • Easily set environment (Config values).
  • Checks for input at Init.
  • Send receipt for each input-file.
  • All retry functions are removed (bad exception handling).
  • Additional UserConfig-file is stored outside of the project, accessible for business users if they need to change variables on the fly (no need to update the package with a new version for small changes).
  • No unnecessary actions/variables/log fields.
  • Simple Error handling.
  • Log runtime.
  • Start as many jobs as you want simultaneously. E.g. if you have 4 robots, 4 input files can run at the same time, since they’re moved from “Input” folder to “Running” at start.

Additional Information

Additional Information

Dependencies

UiPath.Excel.Activities UiPath.Mail.Activities UiPath.System.Activities UiPath.UIAutomation.Activities

Code Language

Visual Basic

Publisher

Njord Designs

Visit publisher's page

License & Privacy

MIT

Privacy Terms

Technical

Version

1.0.0

Updated

April 1, 2024

Works with

Studio: 23.10+

Certification

Silver Certified

Application

UiPath Studio

Support

UiPath Community Support

Resources

Similar Listings