Class BTImmediateSchedulingTeamExclusionByShift

All Implemented Interfaces:
Serializable, Tool

@Event(value=ImmediateSchedulingTeamExclusionEvent.class, priority=10) public class BTImmediateSchedulingTeamExclusionByShift extends BTImmediateSchedulingTeamExclusion
Business Task for filtering teams based on shift management rules and unavailability. Excludes teams that: - Have a shift that starts too late (after now + shiftStartExclTimeInterval) - Have a shift that ends too soon (before now + shiftEndExclTimeInterval) - Have foreman with unavailability (work shift exceptions) overlapping with current time
Since:
22.0
See Also: