Scheduler

Hi

I have to schedule a complex task to run a job on diffrnt days and diffrnt time.

Like fri,sat,sun on 11 and on Mon it shuld run on 11,12,1 pm

How to do that ?

Thanks in advance

Administrator > Server > Scheduler > User Tasks > New Task
Create two Scheduled Tasks:

  1. add Repeating Tasks with Complex Schedules for
    fri,sat,sun on 11pm
  2. add Repeating Tasks with Complex Schedules for
    Mon on 11,12,1 pm
1 Like

Hi,

Rocky is right.

You will just have to make sure that the execution times of the schedules do not take longer before the next schedule starts.

Regards,
Holger

Thanks