Restart failed job

Is it finally possible for a job to restart itself if it has a failed status? I have a proces that is very unstable in the Init phase, before populating the Queue that is, and so if the job fails, I would like it to automatically restart itself, as most likely it would work again then.

Hi @Mikkel_Nielsen

There is a https://docs.uipath.com/activities/docs/start-job activity in UiPath which you may be able to safely use within Exception Handling to start another instance of the same process.

But, just to throw an idea, is it possible to separate out the module that creates queue item and run it as an individual process?
That way, you can create items once but process them with your performer process as many times as necessary (e.g. A queue-based trigger)

1 Like