From the course: Complete Guide to UiPath RPA Development

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

REFramework quick start

REFramework quick start

- [Bryan] Okay, I think you'll find this lecture to be pretty exciting. I'm going to give you an REFramework Quick Start, and you're finally going to see how much work is done for you when you use the REFramework project template. And I'll also do a short demo so you can see how easy it is to create a performer bot that has lots of capabilities right out of the box. During this Quick Start, there are six highlights I want you to notice. First, that the REFramework has a prebuilt workflow, and this includes framework files that you can modify very quickly to add the capabilities of your desired automation. There's also a preexisting Excel config file, and this makes it easy for us to type in our robot name, our queue folder, and queue name, and any timeout values we think we'll need. The REFramework is prebuilt to read and load those Excel config items, and the resulting config object is then passed around to all states as an argument. There's a prebuilt transaction request, and that…

Contents