I have made up a workflow with retry Scope which manually refreshes a page checks for the download links if they are present or not.
Workflow -
Test.xaml (14.5 KB)
I have already created a workflow as per UiPath docs still it throws an error on the Throw Activity and it doesn’t go to a retry and just stops. Can somebody tell me what Am I doing wrong here ?
HI @Ishan_Shelke
If your process need to go on to next step after throw activity it should be included in try catch if not in try catch for sure the process will stop
Try right click on throw activity and select surround with try catch and add a catch with the System.Exception
Regards
Sudharsan
Hello @Ishan_Shelke ,
It seems that you have forgot to add the condition within your retry activity:
Please check the documentation: https://docs.uipath.com/activities/docs/retry-scope
Hope it helps!
Best regards,
Marius
Thanks I guess I missed on that part. So silly of me.
system
(system)
Closed
September 29, 2022, 7:40am
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.