GetFilteredWorkflowSchedulesEx
Returns a list of workflow schedules.
Inputs | Data Type | Description |
---|---|---|
ScheduleFilter | ScheduleFilter |
Specifies the criteria by which to filter the schedules. |
Outputs | Description | |
---|---|---|
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;
}