...
- Postpone the execution for a later hour within the same day
- Postpone Skip the execution of the job for in a later dayJobStream
Postpone the execution for a later hour within the same day
...
E.g., If we want to restrict a job execution for two hours i.e., a job should be executed every day between the time interval from 14:00 to 16:00, then we can assign a Time Slot frequency to the job with Begin = 14:00 and End = 16:00. Refer to the screenshot for reference.
...
Skip the execution of the job
...
in a
...
JobStream
To skip the execution of the Job in a JobStream, you need to assign a working day calendar to Job.
...
E.g., If we want to skip the execution of a job in a JobStream from Monday to Friday, then create a working day calendar with a frequency every day. Assign the calendar to the Job and then add a restriction as Sat and Sun.
This means that when the Job Stream runs (Monday to Friday) and as the Job has a restriction to run only Saturday and Sunday (due to assigned calendar) then the Job will be skipped and generate the event for the OutCondition with the expression rc:0.
Note: If a job is skipped, then it creates the event for the OutCondition rc:0. And it cannot be modified.
...