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).
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.
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.
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
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?
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. ruclips.net/video/3QkNTD_OUcA/видео.html
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?
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?
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
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...
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. ruclips.net/video/t0NgDWJTfro/видео.html 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 ruclips.net/video/qhqBjjZmxpc/видео.html
This is great explanation, please do some more videos on ReFramework.. looking forward for those
Thanks, will do!
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).
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.
clear cut explaination of concepts which will help a lot in interview. Thank you sir.
You are most welcome
Good Job Sir, if some system exception happen for example: Portal not found , how we will retry init state to open it again ?
Just put the same in a try catch block
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.
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
Thanks for the explanation 😊
Really what a explanation, loving your teaching style sir .Thanks
You are most welcome
........... speechless
Was it good ?
Can we connect the System exception in the Process state to the Initialisation state?
Yes Absolutely - In case you want to initialize everything and process again - But maintain retry counter.
great explanation.
Glad you liked it
Thanks a ton brother you are awwesome
Thank you Bro 😎
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?
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.
ruclips.net/video/3QkNTD_OUcA/видео.html
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?
Yes you are correct , that is the correct way of doing 🤝
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?
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
Your Video = Confident
Means a lot 🤩
Thank u
Welcome
Great...
Thank you 😊
This is great explanation, please do some more videos on ReFramework, looking forward for those
Why to use RE template if we delete everything
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
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...
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.
ruclips.net/video/t0NgDWJTfro/видео.html
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
ruclips.net/video/qhqBjjZmxpc/видео.html
Thanks a lot Sir ❤️