I have a process that just have to be triggered the 7th of each month. The problem here is that when the 7th day of the month is non working day, the process does not trigger until the next month, instead of triggering the 8th.
For running on woorking daya you can use expression like this 0 0 12 1W 1/1 ? * this will run on 1st working day of everymonth you can modify accordingly. If you want to consider holidays then create a separate calander for this process and mark holidaya in it
We have already use that cron expression combined with a non-workable days calendar, but the Orchestrator is not able to execute the process the next day, postponing the execution for the following month.
If that’s the case then as of now we have to handle it in our process itself . by checking for the required date and running the BOT on a daily schedule