void |
CountClosedWorkflowExecutionsRequest.setExecutionFilter(WorkflowExecutionFilter executionFilter) |
If specified, only workflow executions matching the
WorkflowId in the filter are counted.
|
void |
CountOpenWorkflowExecutionsRequest.setExecutionFilter(WorkflowExecutionFilter executionFilter) |
If specified, only workflow executions matching the
WorkflowId in the filter are counted.
|
void |
ListClosedWorkflowExecutionsRequest.setExecutionFilter(WorkflowExecutionFilter executionFilter) |
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|
void |
ListOpenWorkflowExecutionsRequest.setExecutionFilter(WorkflowExecutionFilter executionFilter) |
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|
CountClosedWorkflowExecutionsRequest |
CountClosedWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter) |
If specified, only workflow executions matching the
WorkflowId in the filter are counted.
|
CountOpenWorkflowExecutionsRequest |
CountOpenWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter) |
If specified, only workflow executions matching the
WorkflowId in the filter are counted.
|
ListClosedWorkflowExecutionsRequest |
ListClosedWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter) |
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter) |
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|