Cron Expression last day of the month

Hello Everybody.
I need to start 1 my process in orchestrator with these logic:

  1. Every last day of the month
  2. If the last day of the month is not working day(saturday and sunday)
  3. Then start on first working day

Thanks

Loris

@l.sambinelli

CRON Expression —> 0 0 12 LW * ? —> At 12:00:00pm, on the last weekday of the month, every month (Excluding Saturday and Sunday)

What time you would like to start on first working day?
Please let me know if you need any changes.

2 Likes

Hi @l.sambinelli ,

This helps you.

Thank you
Balamurugan.S

1 Like

at 12 pm it’s perfect

yes it help me,
but i can’t understand how to insert the if condition of working days