Used to filter the workflow executions in visibility APIs by their workflowId .

 public ListClosedWorkflowExecutionsRequest WithExecutionFilter(WorkflowExecutionFilter executionFilter)
 {
     this.executionFilter = executionFilter;
     return this;
 }
Example #2
0
 /// <summary>
 /// Sets the ExecutionFilter property
 /// </summary>
 /// <param name="executionFilter">The value to set for the ExecutionFilter property </param>
 /// <returns>this instance</returns>
 public CountOpenWorkflowExecutionsRequest WithExecutionFilter(WorkflowExecutionFilter executionFilter)
 {
     this.executionFilter = executionFilter;
     return(this);
 }
 /// <summary>
 /// Sets the ExecutionFilter property
 /// </summary>
 /// <param name="executionFilter">The value to set for the ExecutionFilter property </param>
 /// <returns>this instance</returns>
 public ListClosedWorkflowExecutionsRequest WithExecutionFilter(WorkflowExecutionFilter executionFilter)
 {
     this.executionFilter = executionFilter;
     return(this);
 }
 public CountOpenWorkflowExecutionsRequest WithExecutionFilter(WorkflowExecutionFilter executionFilter)
 {
     this.executionFilter = executionFilter;
     return this;
 }