Hi,
I have to schedule a job to run at 1pm every 1st day of the month. If the 1st day of the month is a Sunday, run the job on Monday at 1pm instead.
Using a time trigger of interval type, I created two triggers.
Trigger 1 - run 1st day of the month
Trigger 2 - runs Monday - Friday.
Made trigger 1 dependent on trigger 2.
Is there a way to define a trigger to run on the Monday, when the 1st falls on a Sunday?