REframework Retry mechanism

Dear Reader,

Can anybody tell me… Is it possible to make REframework retry as soon as one transaction fail instead of retrying after the complete process transaction stage?

Hi @manna_kaur

If u are using datatable approach it will retry the same transactionitem again and again until reaching it’s retry limit.

But in case of Queue u can’t do that.

1 Like

Hi @manna_kaur

You have to apply Retry mechanism for the entire Process Transaction block by creating New XAML and using either Retry application scope or loop mechanism to run the process. After that you have to update the transaction.

Regards,
Sunil

1 Like

Thank you guys. It was one of the questions asked in Interview.

I’d set priority to high in the SetTransaction before marking as failed, but did not try this.

1 Like