If Wait To Start = Time or Relative Time; Specification for whether or not to advance the wait time to another day.Valid values:
- -- None --
- If Wait To Start = Time; Advance to the next day if the specified wait time is before the time that the task instance is eligible to start; that is, all dependencies have been met. For example: it is not being held, and it is not waiting on any predecessors.
- If Wait To Start = Relative Time; Advance to the next day if the specified wait time is before the task instance Trigger Time or, if there is no Trigger Time, before the task instance Launch Time. In the latter case, when a task instance is within a workflow, it will inherit the Launch Time of the top-level parent workflow task instance.
- Same Day
Do not advance day. - Next Day
Advance to the next day. - Next Business Day
Advance to the next business day. - Sunday
If today is not Sunday, advance to next Sunday. - Monday
If today is not Monday, advance to next Monday. - Tuesday
If today is not Tuesday, advance to next Tuesday. - Wednesday
If today is not Wednesday, advance to next Wednesday. - Thursday
If today is not Thursday, advance to next Thursday. - Friday
If today is not Friday, advance to next Friday. - Saturday
If today is not Saturday, advance to next Saturday.
Default is – None --.