Retry failed items

Hi @AutoBot_Edge

You can use Set Transaction Progress activity after each steps i.e., step1, step2 and step3

Use if activity before sequence(i.e., Step1, Step2 and Step3) and check

In_TransactionItem.Progress.Equals("Step1 Done")

If yes, Step1 is completed. like that do for all steps

Regards,