Hello, I am trying to schedule a job which should run every 2nd Thursday of the Month and If 2nd Thursday is Holiday, This job should run at next working day i.e. on Friday. I was able to find Cron Expression to schedule the JOB at every 2nd Thursday (00 00 03 ? * 5#2) and also i declared Holiday list in Orchestrator settings.
With the above expression the Job will run every 2nd Thursday but not on Holidays…
Could you guys suggest how to check and run it on next working day if the 2nd Thursday is Holiday?