UiPath orchestrator conditional retry

Hi,

Please let me know if we could retry a set of transactions conditionally from the orchestrator? The requirement is that, during execution of our process, if any transaction fails in the validation stage and throws a system exception, it should be retried. But, transactions that get past the validation stage and fails later need not be retried. Hence, am looking for a solution to conditionally retry from the orchestrator. If not, can we programmatically rerun a transaction from UiPath based on the reference value?

Note: Our process is implemented with RE Framework.

Thanks,
Anonymous

Hi @pazzion

Isn’t it plausible to use the reframework retry functionality to achieve your goal? It works independently from the queue item retry.

Hi,

Thanks. Yes, will try this out and keep the forum posted on the results.

Thanks