Cron expression every 15th of a month without weekend

Hi all,

is there a way to realise the following trigger requirement using cron expression?

  • every 15th of a month
  • if 15th is on a weeking (sat, sun), run on following monday

Thanks a lot
Michael

Hello Michael_Pittner,

Kindly check the Cron Expression: 0 0 0 15W * ? *

Hope this helps you. :slight_smile:

Unfortunately not, because if 15th is on a saturday, the process will be executed on friday, because friday is closer than monday.

Hi,

please check below url and screenshot, Would be helpful.

Hi,

thanks for the url, it could by helpful in other cases, but as i mentioned above, the 15W expression is not the solution for my problem:

Any solution for this problem?

requirement is not conform to the nature of a cron