Cron Expression: 09:00 to 17:00 Every hour on the half hour, Monday to Friday

Hi,

I would like my robot to run from monday to friday from 9 to 17 every hour and 30 min, so:

9:30, 10:30, 11:30…16:30.

I found cron generator but I dont know how to set these rules.
Second thing is, where in the orchestrator do You paste this cron expression?

Best Regards

Hi @wenar58700 ,
Use below cron expression
*/90 9-17 * * 1-5

Cron expression generator by Cronhub

Regards,
Arivu

Hi @wenar58700 ,

Could you pls try below expression.

0 30 9-17 ? * 2-6 *

and you have to go the following navigation in the orchestrator → Automations → triggers. whenever you create trigger you could able to see there is filed for cron expression there you have to enter the above cron expression to reflect the job schedule in orchestrator. thanks.

thanks, but is there option to start at 9:30, not at 9:00 ?

if we give directly 30 it will start from 9:30. please try. thanks.

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