This is great explanation, please do some more videos on ReFramework.. looking forward for those
@MukeshKala4 жыл бұрын
Thanks, will do!
@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 Жыл бұрын
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.
@vijayalakshmiboya92883 жыл бұрын
clear cut explaination of concepts which will help a lot in interview. Thank you sir.
@MukeshKala3 жыл бұрын
You are most welcome
@Adityasingh-ru1dj2 жыл бұрын
Really what a explanation, loving your teaching style sir .Thanks
@MukeshKala2 жыл бұрын
You are most welcome
@muhammadshariq2823 Жыл бұрын
great explanation.
@MukeshKala Жыл бұрын
Glad you liked it
@irrfanshaik2 жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
Thanks for the explanation 😊
@srinivaschary-zg2lj Жыл бұрын
Thanks a ton brother you are awwesome
@MukeshKala Жыл бұрын
Thank you Bro 😎
@vittalpatil43662 жыл бұрын
........... speechless
@MukeshKala2 жыл бұрын
Was it good ?
@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 Жыл бұрын
Just put the same in a try catch block
@kondasaicharangoud67292 жыл бұрын
Can we connect the System exception in the Process state to the Initialisation state?
@MukeshKala2 жыл бұрын
Yes Absolutely - In case you want to initialize everything and process again - But maintain retry counter.
@dhirendraswain45543 ай бұрын
Thank u
@MukeshKala3 ай бұрын
Welcome
@Mrkashyap034 жыл бұрын
Great...
@MukeshKala4 жыл бұрын
Thank you 😊
@sureshbabunarra57744 жыл бұрын
This is great explanation, please do some more videos on ReFramework, looking forward for those
@rockingram51832 жыл бұрын
Your Video = Confident
@MukeshKala2 жыл бұрын
Means a lot 🤩
@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 Жыл бұрын
Yes you are correct , that is the correct way of doing 🤝
@yashobantadash66702 жыл бұрын
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?
@MukeshKala2 жыл бұрын
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
@shubhamdubey54382 жыл бұрын
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?
@MukeshKala2 жыл бұрын
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
@shivki233 жыл бұрын
Why to use RE template if we delete everything
@MukeshKala3 жыл бұрын
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
@wasimakram34303 жыл бұрын
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...
@MukeshKala3 жыл бұрын
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