Ui orchestrator scheduled job

I want to schedule a job every 5 seconds. Is uipath orchestrator able to do so? I saw that it could schedule job every minute, not sure if seconds. Thanks.

1 Like

In that case , you have to chose advanced with CRON expression -

Regards,
Karthik Byggari

1 Like

thanks @KarthikByggari

I want to ask if I want to trigger job at 6:56AM and run every 5seconds and kill job if it successfully login the system. How to trigger in the uipath orchestrator? thanks again

Hi @vivianlam12

I feel like you should look at it from a different angle. How about scheduling the process once to run at 6:56AM and then using the Robot logic itself to retry your login every 5 seconds and complete the process as soon as you log in?