Information about Cron expresssion

Hi,

Can anyone help me to find the Cron expression for below schedule.

  • Need to schedule a process to run on every Monday at 2:50 PM IST and every 1st day of month at 2:50 PM IST.

  • I did created a Cron expression - 50 14 1 * 1, but the orchastrator says its wrong.

What approach do I take to schedule the process? Please guide me.

Thanks in advance.

Regards,
Saurav

1 Like

Hi,
This may help you Link

Hi Poorna,

The link that you have shared have already taken reference of it but in that we can build the Cron expression seperalately for Sec/Min/Hour/Day/Month/Year.

But as per my query I need to build one Cron expression which include Weekly(Day as Monday) & Monthly (Date as 1).

As only one expression we can update in orcastrator scheduler.

Any assistance would be helpfull.

Regards,
Saurav

Hi,

Can any body assist me on my raised query.

Regards,
Saurav

Hi,
I guess you can create 2 different schedules for a process

For this , in Orchestrator you need to create 2 job and give the cron expression for each

Hi Poorna,

You are right, we create two schedule to run one process.

Monthly - 0 50 14 1 1/1 ? *
Weekly - 0 50 14 ? * MON *

Thanks for your guidance on this.
Regards,
Saurav

1 Like

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