How to run process automatically from where the application is stopped

For e.g,
Generic

Step 1:- opened application
Step 2:- entered information.
Suddenly application is stopped.

When i run the process it should start from the page where application is stop without repeating step 1 and 2.
Please help.
Thanks
Ravi shanker

Hi,

First please try to modularize your workflow and use “Retry Scope” Activity.
Retries the contained activities as long as the condition is not met or an error is thrown.
Check this out.
https://www.uipath.com/activities-guide/retry-scope

Thanks