Hi All ,
I create my project using ReFramework , the process is to open website and Extract data so i want crate the Retry if the browser is close then i want to retry 3 time and then send email
how i can do that ?
Thanks
Hi All ,
I create my project using ReFramework , the process is to open website and Extract data so i want crate the Retry if the browser is close then i want to retry 3 time and then send email
how i can do that ?
Thanks
You can use retry scope activity where you can mention Retry interval and No of retires
Are you using Orchestrator queues then you have a option while creating the queues → Retries
if you are not using Orchestrator then You have to go to projectFolder->Data->Config.xlsx
Open Config file and navigate to Constants sheet, In that you can see MaxRetryNumber. By default it is 0, make it to 3, so it will retry 3 times
Mark as solution if this helps
Thanks
When creating the queues you will get that AutoRetry
Specify your number in that, so that it will retry the transaction
Hope this helps
Thanks
In REFramework-> In Initilization, Place your website logic after IntiAllApplications
so everytime it retries, it will execute the website logic also
Mark as solution if this works for you
Thanks
Thanks i will try that
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.