Cron Expression Orchestrator

Hi everybody,

I need help with a cron expression.

I want to run my bot in the orchestrator.

The Bot should run Monday till Saturday at following time

7:30
9:00
10:30
12:00
13:30
15:00
16:30
18:00

What does the cron expression for this look like?

@IvanKurtovic

You can try creating 2 time triggers. Choose the Advanced option.

Cron expression for the first one will be:

0 30 7,10,13,16 ? * 2-7

The second one will be:

0 0 9,12,15,18 ? * 2-7

Hope this helps.

1 Like

Thank you very much. Its working.

1 Like

Glad to know. Good luck and happy automation. :slight_smile:

1 Like

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