15-04-23 09:01 AM
18-04-23 09:48 AM
I think option 1 is correct. Because in the main page only we can use recover stage without Block as well there is no need of Resume here if we use resume then we can not use Rethrow which is preserve check.
18-04-23 01:16 PM
We thought it could be a potential bug which went unnoticed or it is how it is - We posted it here : Blue Prism Product
Blueprism | remove preview | ||||||
|
tagging @ewilson @GeoffHirst for more clarity on this.
------------------------------
Kindly up vote this as "Best Answer" if it adds value or resolves your query in anyway possible, happy to help.
Regards,
Mukesh Kumar - Senior Automation Developer
NHS, England, United Kingdom, GB
------------------------------
21-04-23 10:18 AM
Hi Mukesh,
The exception detail is not correct but it is going to an infinite loop that is correct. Because you can not keep a preserve check after a resume page which gives you an error before executing itself in the Errors Tab. So in the resume stage, the Exception is getting neutralized and again it's throwing an exception eventually it will go to the recovery stage.
So the exception detail is not correct, but I think an infinite loop is expected.