Class AheadOfScheduleFilter

java.lang.Object
com.appiancorp.suiteapi.process.analytics2.BaseFilter
com.appiancorp.suiteapi.process.analytics2.AheadOfScheduleFilter
All Implemented Interfaces:
DeepCloneable, Filter, Serializable, Cloneable

public class AheadOfScheduleFilter extends BaseFilter implements DeepCloneable
Filter for tasks/processes that are ahead of schedule: when this filter is added, only completed tasks/processes that are ahead of schedule will be returned in the report. Whether a task/process is ahead of schedule or not is determined from the deadline specified in the process model.
See Also: