UiPath REFramework Beginners Tutorial

Описание к видео UiPath REFramework Beginners Tutorial

This video tutorial shows, how to get started with UiPath REFramework. It explains how to easily set up the framework, gives easy explanations on state machine and arguments, elaborates on the Config sheet and finally create a simple use case. The tutorial is perfect for beginners that want to learn the UiPath REFramework.

🎓Get our Udemy UiPath Advanced REFramework (EVERYTHING COVERED) - https://geni.us/m0zgO

You could also watch:
🔵 UiPath REFramework Full Tutorial -    • UiPath REFramework - Full Tutorial - ...  

0:15 Advantages of REFramework
The advantages of REFramework are low code structure, reusability, exception handling, logging and seperation of concerns.

0:41 How to install
We can simply just install the framework by chosing the template.

1:01 What is State Machine
A state machine is nothing but a mathematical model of computation. It gives a finite number of states at any given time. We create a small sample case with state machine.

5:28 Overview of the REFramework
We have four states: Initialization, Get Transaction Data, Process Transaction and End Process.

7:34 The Config Excel sheet
In the Config Excel sheet we store our settings, constants and assets. The main part to specify is the OrchestratorQueueName (make sure you are connected to Orchestrator). We also configure an asset.

11:30 Initialization
In the initialization state we are initializing all the settings and applications the bot will need to perform the processes.

12:32 Arguments in UiPath
An argument in UiPath is a variable that pass between workflows. We will create a small example to show, how to work with arguments.

18:14 Init All Applications
In this workflow we launch the applications, that our bot needs. We use the config dictionary instead of a variable/hardcode.

20:15 Get Transaction Data
We won't touch nothing in this state. The variable transactionitem is covered.

22:12 Add to Queue
We create a dispatcher/performer model. In the dispatcher we add to our queue and in the performer we process the queue items.

26:19 Process Transaction
In the Process Transaction we process our transaction items one by one.

28:07 Try Catch
The two important blocks of a Try Catch is Try and Catch. We try someting and if anything goes wrong, we can catch the error in the catch instead of stopping the workflow.

📚 Learning Visual Basic .NET (The coding language of UiPath) - https://geni.us/v6ffI

Connect with me:
🔔 Subscribe - http://www.youtube.com/user/klogeande...
💼 LinkedIn -   / andersjensens  
👥 Facebook -   / andersjensenorg  
💌 Email Newsletter - https://andersjensen.org/email-newsle...

#uipath #rpa #automation

Комментарии

Информация по комментариям в разработке