GetFilteredWorkflowSchedulesEx

Returns a list of workflow schedules.

InputsData TypeDescription
ScheduleFilterScheduleFilter

Specifies the criteria by which to filter the schedules.

OutputsDescription
Collection<WorkflowScheduleData> 

Returns a list of preconfigured workflow schedules.

Data Contract

The ScheduleFilter object passes into the GetFilteredWorkflowSchedulesEx method and provides the required parameters to this method.

[DataContract]
public class ScheduleFilter   
  {        
    [ DataMember ]         
    public string  DisplayNameFilter;         

    [ DataMember ]         
    public bool  UseStartTaskFilter;    
  }