Examples
This section includes some practical examples of how schedule details are handled using this filter.
Example Configuration
The following examples use this configuration setting:
Activities: On-Call
Each of these examples also use the Maximum Hours Per Week rule with the following configuration:
Hours: 25
Example 1 - Pass/Not Passed
Schedule A includes the following schedule details:
| SCHEDULE A | |
|---|---|
| REG | 24 | 
| On Call | 24 | 
Schedule compliance passes 24 hours to the Maximum Hours Per Week rule:
| SCHEDULE A | |
|---|---|
| On Call | 24 | 
The filter passes the above schedule details to the Maximum Hours Per Week rule. Schedule compliance does not return a violation as the hours (24) do not exceed the defined maximum (25).
Schedule compliance does not pass 24 hours to the Maximum Hours Per Week rule:
| SCHEDULE A | |
|---|---|
| REG | 24 | 
Example 2 - Pass
Schedule B includes the following schedule details:
| SCHEDULE A | |
|---|---|
| REG | 0 | 
| On Call | 48 | 
Schedule compliance passes 48 hours to the Maximum Hours Per Week rule:
| SCHEDULE B | |
|---|---|
| On Call | 48 | 
The filter passes the above schedule details to the Maximum Hours Per Week rule. Schedule compliance returns a violation as the hours (48) exceed the defined maximum (25).
Schedule compliance does not pass 0 hours to the Maximum Hours Per Week rule:
| SCHEDULE B | |
|---|---|
| REG | 0 |