Cron Expression - Use Case first 7 days

Hey guys,

I try to set up a cron expression for my specific use-case but until now I always face the error message “Syntax Error #1600” in Orchestrator. Maybe you guys can help me to define the right expression.

The process should start within the first 7 days of a new month but just on working days monday-friday at 9 am, 1pm (13), 4 pm (16)

Thanks in advance!

Regards
Marco

looks like it is against the nature of cron

@marco.roensch

This is the closest possible one

0 0 9,13,16 1W * ? *

Cheers

1 Like

Hi @marco.roensch
Try out this cron expression 0 9,13,16 1-7 * 1-5

1 Like

Hi guys,

yeah it seems like it is not possible to define it like I want to.
So I will setup several individual triggers which isn’t a problem :slightly_smiling_face:

Thanks and Regards

Marco

1 Like

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