How to do Retry Immediately Failed Queue Items

Hi All,

Anyone can help me, how to retry Failed Queue Items Immediately using robot retry.
what are the pre-condition need to do .

Thanks,
Naveen

Hi @Naveen.Ch,

Just make your transition if your using the state machine/REframework retry it or use error handling to retry. I also recommend giving a amount of retries to retry since you don’t want to retry for ever because it may be a business exception or a more serious error. Once you retry the number of times you decide usually it’s 3 then change to abandon if not process correctly. More about Queue Item Statuses below.

Happy Automation! :smiley:

1 Like

Hi @rmunro

Thank you for response.

I am using RE frame work with queue items.

Best Regards,
Naveen

@Naveen.Ch,

SystemError Is Nothing And BusinessRuleException is Nothing


Create one like that without getting the next value. :grinning:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.