UiPath | Create Framework for Linear Process using RE Framework | RE Framework | RPA | Beginners

  Рет қаралды 13,480

Tutorials by Mukesh Kala

Tutorials by Mukesh Kala

Күн бұрын

Пікірлер: 41
@sureshbabunarra5774
@sureshbabunarra5774 4 жыл бұрын
This is great explanation, please do some more videos on ReFramework.. looking forward for those
@MukeshKala
@MukeshKala 4 жыл бұрын
Thanks, will do!
@stroodleboots5360
@stroodleboots5360 Жыл бұрын
Thank you for spending the time to make this video. I appreciate you, but I don’t agree with this design. I prefer the option to have the automation to retry the process if it hits an unexpected network error. Exception handling is one of the best parts of the ReFramework. I’m sure you know this, but just in case someone else reads this comment, there is another way to set up the ReFramework for a linear process (you can do this by updating the SetTransaction sequence).
@MukeshKala
@MukeshKala Жыл бұрын
Yes , You are Correct by just updating the set transaction to 1 - we can convert the framework - I would try to make that video that as an upgraded version to this one. Thank you for writing.
@vijayalakshmiboya9288
@vijayalakshmiboya9288 3 жыл бұрын
clear cut explaination of concepts which will help a lot in interview. Thank you sir.
@MukeshKala
@MukeshKala 3 жыл бұрын
You are most welcome
@Adityasingh-ru1dj
@Adityasingh-ru1dj 2 жыл бұрын
Really what a explanation, loving your teaching style sir .Thanks
@MukeshKala
@MukeshKala 2 жыл бұрын
You are most welcome
@muhammadshariq2823
@muhammadshariq2823 Жыл бұрын
great explanation.
@MukeshKala
@MukeshKala Жыл бұрын
Glad you liked it
@irrfanshaik
@irrfanshaik 2 жыл бұрын
It was a great explanation about the linear process. But i need to know the points below. 1. How to send Success or failure notification/Email to end users in a linear process.
@MukeshKala
@MukeshKala Жыл бұрын
Good Question 🙋 .. See in a linear process … the mails to the business would be send from process.xaml only .. inside the try of process … once everything is done , use send email
@irrfanshaik
@irrfanshaik Жыл бұрын
Thanks for the explanation 😊
@srinivaschary-zg2lj
@srinivaschary-zg2lj Жыл бұрын
Thanks a ton brother you are awwesome
@MukeshKala
@MukeshKala Жыл бұрын
Thank you Bro 😎
@vittalpatil4366
@vittalpatil4366 2 жыл бұрын
........... speechless
@MukeshKala
@MukeshKala 2 жыл бұрын
Was it good ?
@YasserAhmedBaharetha
@YasserAhmedBaharetha Жыл бұрын
Good Job Sir, if some system exception happen for example: Portal not found , how we will retry init state to open it again ?
@MukeshKala
@MukeshKala Жыл бұрын
Just put the same in a try catch block
@kondasaicharangoud6729
@kondasaicharangoud6729 2 жыл бұрын
Can we connect the System exception in the Process state to the Initialisation state?
@MukeshKala
@MukeshKala 2 жыл бұрын
Yes Absolutely - In case you want to initialize everything and process again - But maintain retry counter.
@dhirendraswain4554
@dhirendraswain4554 3 ай бұрын
Thank u
@MukeshKala
@MukeshKala 3 ай бұрын
Welcome
@Mrkashyap03
@Mrkashyap03 4 жыл бұрын
Great...
@MukeshKala
@MukeshKala 4 жыл бұрын
Thank you 😊
@sureshbabunarra5774
@sureshbabunarra5774 4 жыл бұрын
This is great explanation, please do some more videos on ReFramework, looking forward for those
@rockingram5183
@rockingram5183 2 жыл бұрын
Your Video = Confident
@MukeshKala
@MukeshKala 2 жыл бұрын
Means a lot 🤩
@EmiliaTravelcations
@EmiliaTravelcations Жыл бұрын
For cases in which there is only a single transaction (i.e., a linear process), use an If activity to check whether the argument in_TransactionNumber has the value 1 (meaning it is the first and only transaction) and assign the transaction item to out_TransactionItem. For any other value of in_TransactionNumber, out_TransactionItem should be set to Nothing. Can we do the same without deleting the activities?
@MukeshKala
@MukeshKala Жыл бұрын
Yes you are correct , that is the correct way of doing 🤝
@yashobantadash6670
@yashobantadash6670 2 жыл бұрын
What if we use an iterative process instead of linear process in re.should we delete the get transaction state and execute using the same process that is used in here?
@MukeshKala
@MukeshKala 2 жыл бұрын
Yes But Iterative process would stop the complete process in case of any exception in any item . have a look at below video to understand the difference. kzbin.info/www/bejne/aYLOf4d6lLSImaM
@shubhamdubey5438
@shubhamdubey5438 2 жыл бұрын
In summary, We removed the get transaction data state because we want to make linear process along with that shifted all transitions to end process from process transaction and written whole business logic in process.xaml.Also, We opened and closed applications according to process requirement. @Mukesh kala Am I correct?
@MukeshKala
@MukeshKala 2 жыл бұрын
Correct ! Now here If we don’t went to delete the get transaction data , we can hardcode the transaction number to 1 meaning it will run only once
@shivki23
@shivki23 3 жыл бұрын
Why to use RE template if we delete everything
@MukeshKala
@MukeshKala 3 жыл бұрын
Thank you for the Question - We Have Deleted only the things which are required for the Transaction Process - The Below Benefits can be still leveraged which are explained in Video -Error Handling -Exceptional logging Mechanism -Retry Mechanism -Failure / Success Notifications -Consistency of Assets and Settings -Separate System and Business Exception -Configuration File - Without Code -Kill Process - Clean Environment -Logging ,Failure / Success Notification, Retry
@wasimakram3430
@wasimakram3430 3 жыл бұрын
Could you please explain more about the excel operation....You have not shown how the excel is getting open without Excel application scope Also how it is getting the excel path...
@MukeshKala
@MukeshKala 3 жыл бұрын
hi , 1. I am using the Config Object to get the Excel Path which means that my path is stored in the Config File and we are just passing the Key. Below video will guide we use Config Files. kzbin.info/www/bejne/qmGxmHeNf7mZqNE 2. There is no need to open the excel for operation , we are using the workbook activities here. For Excel vs Workbook Activities - Please Refer kzbin.info/www/bejne/p5nUc52gj9KrpsU
@wasimakram3430
@wasimakram3430 3 жыл бұрын
Thanks a lot Sir ❤️
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 38 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 10 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 57 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 49 МЛН
UiPath REFramework - The Basics for Beginners (Full Use Case)
1:23:18
Anders Jensen
Рет қаралды 57 М.
RPA tutorial | Bot Framework in Automation 360 or A2019 | Automation Anywhere
19:32
Modify UiPath Robotic Enterprise (RE) Framework to Linear Process
17:39
Automate with Rakesh
Рет қаралды 9 М.
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 38 МЛН