Need cron expression to run the bot from 10.30AM to 5.30PM every hour in weekdays.
0 30 10-18 ? * 2-6
Is above expression correct ?
Need cron expression to run the bot from 10.30AM to 5.30PM every hour in weekdays.
0 30 10-18 ? * 2-6
Is above expression correct ?
Hi @balarajesh.p,
I check from orchestrator and got this result.
At 30 minutes past the hour, between 10:00 AM and 06:59 PM, Monday through Friday
Is it ok for you?
Regards
Ömer
Maybe this should be your desired cron expression.
0 30 10-17 ? * 2-6
At 30 minutes past the hour, between 10:00 AM and 05:59 PM, Monday through Friday
0 30 10-17 ? * 2-6
You can check out the expression in the below link
Regards
Gokul