Cron Expression: 18:30 - 09:30 IST, Every 10 Minutes

Hi,

My BOT has to run 18.30PM IST - 9.30AM IST For every 10Minutes

I want a corn expression for this to trigger a BOT in orchestrator.

Thanks
Rishi

Hi, Rishik!

Can you elaborate what your question is.

Hey @Sergey_Petrenko

I want to trigger a BOT in orchestrator so I want to get the corn expression as above start and end time :grinning:

Maybe Cron Expression Generator would help. Please look in this topic:

Hi!

18.30PM IST

0 30 18 1/1 * ? *

9.30AM IST

0 30 9 1/1 * ? *

For every 10Minutes

0 0/10 * 1/1 * ? *

Reference: http://www.cronmaker.com/

Regards,
NaNi

Hi @Rishik_Chowdary


please fnd the above screenshot

and can you try using this below expression

0 30/10 18-9 ? * * *

Let me know if it works
Thanks

In this case it would be better to set timezone on +05:00

with this expression: 0 0/10 0-9,18-23 ? * * *

In this case you would get
“18.30PM IST - 9.30AM IST For every 10Minutes”

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