I searched for RE FRAMEWORK in last one month, but all video's are ok, they were explained some point only, I feel that this is re framework... But this video AMAZING ❤️... Explained very well... Pin to pin explained is too good...Thanq so much sir
Thank you Mukesh for the detailed explanation. I would like clarification on how to design a process that fulfills the following requirements: 1.The process needs to read emails from Outlook, considering the possibility of receiving one or multiple emails. 2. It should identify emails with attached Excel files sent by end users. 3. The process should download the attached Excel files and place them inside a designated folder. 4. Each downloaded Excel file should be individually processed. ( already created sequence of workflow to process one excel file ) 5. In the event of a failure during the processing of a specific Excel file (e.g., the 3rd file), that file should be moved to an error folder. 6. The process should then proceed to process the next Excel file. 7. Each Excel file is independent of the others and is only consumed once during the process. How can I incorporate these requirements into the design of a RE Framework ? Please provide your input which would be very helpful. If you have already created video on similar requirement, please do share.
Detailed and complete explanation of RE Framework benefits . All interview scenarios well covered. Beginners easily understand what is RE Framework and purpose of it?. Waiting for the upcoming videos. Thank you sir.
Appreciate your feedback on the videos , would suggest you to complete at least one end to end project in re framework Sharing Playlist for Practice End to End Use Cases ua-cam.com/play/PLEYSwx3duQ2A6zGKqO5RvSBartYnHx6pG.html
Sharing Beginners Series in Both Hindi and English Language 👉👉 UiPath Beginners - START Here ua-cam.com/play/PLEYSwx3duQ2AZKIUewc2phz6sjzOv42q3.html 👉👉 Hindi UiPath Playlist | हिंदी ua-cam.com/play/PLEYSwx3duQ2BSbJTsWADFggPgurO0kdhM.html
The Iterative process has limitations, if one transaction fails then all other transactions would be impacted. If the Iterative process has this limitation, what are the situations where we need to use the Iterative process? How do I decide to choose between the Iterative process and Transactional Process for my Projects?
In case you are working on a requirements where all transactions are linked to the prev one and any failure in any of them - you do not want the other items to continue - we use the iterative framework .
One of the interview questions asked to me that How to retry if anything fails in the Init state of the RE framework? What is the correct answer or approach?
Ideally if anything fails in Init - it would be a system exception and retry would not help - Still in case we want to retry - we can loop back the transition to Init from End process and have ar etry count 2. In the Catch Section of Init - Invoke the Init again
Hi mukesh, Our videos realy useful.i have one question the config file is initialized in init stage i want it is not initialized again and again happens only one time how to do that
Yes , It it Initialized once once in the INIT xaml - There is a condition which say Config is Nothing meaning Only if Config is not initialized - then only it will Read the Config other wise It is initialized only once.
The fraction numbers up to one thousand are not typed properly in the excel sheet using the select item activity in the drop down menu, some numbers are missed please help
Okay : So the issue with the drop-down select or the write part of the excel .. If that is with the write part - then try to use copy to clipboard and ctrl + v with send horkey If that is something with source : then try to use get full text to get the data
It would depend what was the outcome - 1. If all Good - It woud be Success 2. otherwise it would be Failed with System or Business Exception - 3. If Neither Success - Nor Failed - After 24 Hours - All the Pending Items would be marked as Abandoned.
1. One Robot at a Time can execute only 1 Process. 2. In case we want to run Multiple Process on same machine at a time - we would need to create High Density Robots.
Yes We Can ... Let's say you have to process each and every file from an folder , extract some details and add the details to the Queue. Here , transaction data will be list of files.. transaction will be file ... Now in gettransactionData.xaml - we will get item one by one from the list of file ... And in process.xaml we write logic to extract some information and upload the details to queue ..
Rightly Pointed .. There is a mistake .. In case of a business Exception , it will go and get a new Transaction ... This is correct .. I will rectify that .. Thank you for sharing 🙏
@@MukeshKala Hello MVP, I hope you can also cover the "Test Folder" particularly the RunAllTests.xaml from the REFramework, also I watched your video in Creating Framework for Linear Process I assume this is also applicable to the testing?
Hello , Not really to Testing .. Actually the default Re Framework is meant to be worked with transactions where it performs the same operation on multiple transactions .. But let's assume I have a process that has to be executed only once ... And I need to use the other benefits / features of Re Framework .. then I need to customize the framework to execute only once .. That is where re framework for linear process will come in picture .. For the runalltests.xaml , Noted 👍
@@MukeshKala Sorry Mukesh, what I mean is does the "runalltests workflow" from the default REFramework, will this run/operates smoothly after we created a framework for linear process?
Ideally It Should Work with the Linear Framework as I Purpose is to have the Unit Testing, When we create a Linear process - we are removing the states , However if you add some extra xaml , make sure to include it in the Scripts
Dispatcher and Performer are not specific to States. Dispatcher are Performer would be 2 Different Projects. Project 1 - Dispatcher - will have all the state and will only upload the data to Queue. Project 2 - Performer - will have all the State and will get the Data from queue and Process. Now While Implementing - we can add/ remove states from Dispatcher and Performer. Also, You can have Dispatcher / Performer in a Single Project also.
It’s already there with end to end use case as well 🔴 33. [Hindi] : UiPath RE Framework in Hindi | Understand Basics | Beginners | RPA हिंदी में ua-cam.com/video/a4EOhZ3HVE8/v-deo.html
I searched for RE FRAMEWORK in last one month, but all video's are ok, they were explained some point only, I feel that this is re framework... But this video AMAZING ❤️... Explained very well... Pin to pin explained is too good...Thanq so much sir
Thank you Mukesh for the detailed explanation.
I would like clarification on how to design a process that fulfills the following requirements:
1.The process needs to read emails from Outlook, considering the possibility of receiving one or multiple emails.
2. It should identify emails with attached Excel files sent by end users.
3. The process should download the attached Excel files and place them inside a designated folder.
4. Each downloaded Excel file should be individually processed. ( already created sequence of workflow to process one excel file )
5. In the event of a failure during the processing of a specific Excel file (e.g., the 3rd file), that file should be moved to an error folder.
6. The process should then proceed to process the next Excel file.
7. Each Excel file is independent of the others and is only consumed once during the process.
How can I incorporate these requirements into the design of a RE Framework ? Please provide your input which would be very helpful. If you have already created video on similar requirement, please do share.
Drop me an email and i can revert with the architecture
Detailed and complete explanation of RE Framework benefits . All interview scenarios well covered. Beginners easily understand what is RE Framework and purpose of it?. Waiting for the upcoming videos. Thank you sir.
Thanks a ton !
Thanks for this valuable video on RE Framework. This is really very very knowledgeable video for me and all.
Appreciate the feedback Nitin 😊
Thank you Mukesh..you nicely explained.. Some basics cleared now..
Appreciate your feedback on the videos , would suggest you to complete at least one end to end project in re framework
Sharing Playlist for Practice End to End Use Cases
ua-cam.com/play/PLEYSwx3duQ2A6zGKqO5RvSBartYnHx6pG.html
Thank you..
You are an amazing tutor Mukesh. Really appreciate the efforts you out into explain the concept.
Thank you Alok 🤝
Really I have to say it.....premium content for free😍
Thank you Bro !
Thank you for sharing wonderful knowledge with so much dedication 💫💫
Appreciate your feedback 🙏 , Thank you for sharing
Great explaination
Thank you 😀
Hi Rakesh,
Great video.
Could you please make a series for beginners. That will help a lot of RPA aspirants. Thanks
Sharing Beginners Series in Both Hindi and English Language
👉👉 UiPath Beginners - START Here
ua-cam.com/play/PLEYSwx3duQ2AZKIUewc2phz6sjzOv42q3.html
👉👉 Hindi UiPath Playlist | हिंदी
ua-cam.com/play/PLEYSwx3duQ2BSbJTsWADFggPgurO0kdhM.html
awesome...waiting for more videos
Uploading Soon
Thanks Mukesh very good explanation 👍
Thank you ☺️☺️
Thank you for this video!
Glad it was helpful!
Grate content sir! 👌 Happy automation! 💟
Thanks a ton
The Iterative process has limitations, if one transaction fails then all other transactions would be impacted. If the Iterative process has this limitation, what are the situations where we need to use the Iterative process? How do I decide to choose between the Iterative process and Transactional Process for my Projects?
In case you are working on a requirements where all transactions are linked to the prev one and any failure in any of them - you do not want the other items to continue - we use the iterative framework .
One of the interview questions asked to me that How to retry if anything fails in the Init state of the RE framework? What is the correct answer or approach?
Ideally if anything fails in Init - it would be a system exception and retry would not help - Still in case we want to retry - we can loop back the transition to Init from End process and have ar etry count
2. In the Catch Section of Init - Invoke the Init again
Hi mukesh,
Our videos realy useful.i have one question the config file is initialized in init stage i want it is not initialized again and again happens only one time how to do that
Yes , It it Initialized once once in the INIT xaml - There is a condition which say Config is Nothing meaning Only if Config is not initialized - then only it will Read the Config other wise It is initialized only once.
The fraction numbers up to one thousand are not typed properly in the excel sheet using the select item activity in the drop down menu, some numbers are missed please help
Okay : So the issue with the drop-down select or the write part of the excel ..
If that is with the write part - then try to use copy to clipboard and ctrl + v with send horkey
If that is something with source : then try to use get full text to get the data
Sirr u r great
Thank you 🙏
What is the status of the queue item when the dispatcher process is completed?
For example, it's now or in-progress.
It would depend what was the outcome -
1. If all Good - It woud be Success
2. otherwise it would be Failed with System or Business Exception -
3. If Neither Success - Nor Failed - After 24 Hours - All the Pending Items would be marked as Abandoned.
Thanks Mukesh
Cheers !
Can we process multiple data load on on same machine with different robots at the same time?
1. One Robot at a Time can execute only 1 Process.
2. In case we want to run Multiple Process on same machine at a time - we would need to create High Density Robots.
Guru thank you so much 🙏
This will be a complete series on RE Framework , Let me know your feedback on this video 🤓
@@MukeshKala
Superb way of explaination keep going and post more videos like this thank you so much for such a wonderful videos
Appreciate your Feedback !
Hi Mukesh can we use complete Re framework to make dispatcher
Yes We Can ... Let's say you have to process each and every file from an folder , extract some details and add the details to the Queue.
Here , transaction data will be list of files.. transaction will be file ... Now in gettransactionData.xaml - we will get item one by one from the list of file ... And in process.xaml we write logic to extract some information and upload the details to queue ..
if it will get business exception , it will again go to get new business exception ??can check at 20 : 00 minutes..
Rightly Pointed .. There is a mistake .. In case of a business Exception , it will go and get a new Transaction ... This is correct ..
I will rectify that .. Thank you for sharing 🙏
@@MukeshKala ok thnx got confused
Thank You!!
🤓🤓🤓
@@MukeshKala Hello MVP, I hope you can also cover the "Test Folder" particularly the RunAllTests.xaml from the REFramework, also I watched your video in Creating Framework for Linear Process I assume this is also applicable to the testing?
Hello ,
Not really to Testing .. Actually the default Re Framework is meant to be worked with transactions where it performs the same operation on multiple transactions ..
But let's assume I have a process that has to be executed only once ... And I need to use the other benefits / features of Re Framework .. then I need to customize the framework to execute only once ..
That is where re framework for linear process will come in picture ..
For the runalltests.xaml , Noted 👍
@@MukeshKala Sorry Mukesh, what I mean is does the "runalltests workflow" from the default REFramework, will this run/operates smoothly after we created a framework for linear process?
Ideally It Should Work with the Linear Framework as I Purpose is to have the Unit Testing, When we create a Linear process - we are removing the states , However if you add some extra xaml , make sure to include it in the Scripts
Thanks bro
More Videos in Line Bro 🤓
In which stat dispatcher and in which stat performer used in re framework
Dispatcher and Performer are not specific to States. Dispatcher are Performer would be 2 Different Projects.
Project 1 - Dispatcher - will have all the state and will only upload the data to Queue.
Project 2 - Performer - will have all the State and will get the Data from queue and Process.
Now While Implementing - we can add/ remove states from Dispatcher and Performer.
Also, You can have Dispatcher / Performer in a Single Project also.
@@MukeshKala thank you for reply
Uploading the rest videos soon
How do i extract table structure written/printed over a page, into an excel sheet correctly without typing it manually
Simply use Read Range and Write Range - ua-cam.com/video/I5owUVRS9FY/v-deo.html - Sharing video for reference
@@MukeshKala i need to extract the table from img / pdf and then i need to write it in xcel...
Then Normal scraping would not work ... You need to use the CV Table extraction ... See the below video
ua-cam.com/video/hLwB3IKgW8g/v-deo.html
@@MukeshKala thank you
plzz upload this video topic in hindi
It’s already there with end to end use case as well
🔴 33. [Hindi] : UiPath RE Framework in Hindi | Understand Basics | Beginners | RPA हिंदी में
ua-cam.com/video/a4EOhZ3HVE8/v-deo.html
hi need these slides please
Drop me a note on mailmukeshkala@gmail.com
plz send notes if any
There are No Notes as Such I have created