Same process not execute every time

there is any way.I have 3 sequence.Each sequence takes time 4 to 5 to execute one sequence.Now my requirement is after complete 1 and 2 sequence if my application execution stop then I start again execution then it not start with sequence 1 and 2.It directly start from 3 means where execution stop or break.

eg Can we do like this after successfully execution of sequence we make status true.if application stop working then we again restart the application then application check the status of sequence which status is not true.it will start from there

You can achieve this by using the ReFramework. Or using a rety scope.

4 Likes

As @vishal.kp said you can use the Retry Scope to achieve it.

3 Likes