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

コード例 #1
0
 public ListClosedWorkflowExecutionsRequest WithExecutionFilter(WorkflowExecutionFilter executionFilter)
 {
     this.executionFilter = executionFilter;
     return this;
 }
コード例 #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);
 }
コード例 #3
0
 /// <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);
 }
コード例 #4
0
 public CountOpenWorkflowExecutionsRequest WithExecutionFilter(WorkflowExecutionFilter executionFilter)
 {
     this.executionFilter = executionFilter;
     return this;
 }