Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.

 public ListClosedWorkflowExecutionsRequest WithTypeFilter(WorkflowTypeFilter typeFilter)
 {
     this.typeFilter = typeFilter;
     return this;
 }
Beispiel #2
0
 /// <summary>
 /// Sets the TypeFilter property
 /// </summary>
 /// <param name="typeFilter">The value to set for the TypeFilter property </param>
 /// <returns>this instance</returns>
 public CountOpenWorkflowExecutionsRequest WithTypeFilter(WorkflowTypeFilter typeFilter)
 {
     this.typeFilter = typeFilter;
     return(this);
 }
 /// <summary>
 /// Sets the TypeFilter property
 /// </summary>
 /// <param name="typeFilter">The value to set for the TypeFilter property </param>
 /// <returns>this instance</returns>
 public ListClosedWorkflowExecutionsRequest WithTypeFilter(WorkflowTypeFilter typeFilter)
 {
     this.typeFilter = typeFilter;
     return(this);
 }
 public CountOpenWorkflowExecutionsRequest WithTypeFilter(WorkflowTypeFilter typeFilter)
 {
     this.typeFilter = typeFilter;
     return this;
 }