Used to filter the workflow executions in visibility APIs based on a tag.

コード例 #1
0
 public ListClosedWorkflowExecutionsRequest WithTagFilter(TagFilter tagFilter)
 {
     this.tagFilter = tagFilter;
     return this;
 }
コード例 #2
0
 /// <summary>
 /// Sets the TagFilter property
 /// </summary>
 /// <param name="tagFilter">The value to set for the TagFilter property </param>
 /// <returns>this instance</returns>
 public CountOpenWorkflowExecutionsRequest WithTagFilter(TagFilter tagFilter)
 {
     this.tagFilter = tagFilter;
     return(this);
 }
コード例 #3
0
 /// <summary>
 /// Sets the TagFilter property
 /// </summary>
 /// <param name="tagFilter">The value to set for the TagFilter property </param>
 /// <returns>this instance</returns>
 public ListClosedWorkflowExecutionsRequest WithTagFilter(TagFilter tagFilter)
 {
     this.tagFilter = tagFilter;
     return(this);
 }
コード例 #4
0
 public CountOpenWorkflowExecutionsRequest WithTagFilter(TagFilter tagFilter)
 {
     this.tagFilter = tagFilter;
     return this;
 }