Examples

This section includes examples of shifts that violate or pass the Min Consecutive Rest Between Days rule.

Example configuration

The examples in this section use these configuration settings:
  • Min Hours Required: 10

Example 1 - Pass

Employee A is scheduled to work:
  • Monday 2:00 PM - 10:00 PM
  • Tuesday 8:00 AM - 4:00 PM

Schedule compliance does not return a violation because the rest period between the Monday and Tuesday shifts is 10 hours.

Example 2 - Violation

Employee B is scheduled to work:
  • Monday 2:00 PM - 10:00 PM
  • Tuesday 7:00 AM - 3:00 PM

Schedule compliance returns a violation because the rest period between the Monday and Tuesday shifts is only 9 hours.

Example 3 - Pass (multiple shifts on same date)

Employee C is scheduled to work:
  • Monday:
    • Shift 1 8:00 AM - 10:00 AM
    • Shift 2 4:00 PM - 10:00 PM
  • Tuesday 8:00 AM - 4:00 PM

Schedule compliance does not return an violation because the rest period between shift 2 and the Tuesday shift is 10 hours. The 6 hour gap between shift 1 and shift 2 on Monday does not cause a violation because the shifts have the same work date.