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 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!
SystemError Is Nothing And BusinessRuleException is Nothing
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.