default CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.closeTimeFilter(Consumer<ExecutionTimeFilter.Builder> closeTimeFilter) |
If specified, only workflow executions that meet the close time criteria of the filter are counted.
|
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.closeTimeFilter(Consumer<ExecutionTimeFilter.Builder> closeTimeFilter) |
If specified, the workflow executions are included in the returned results based on whether their close times
are within the range specified by this filter.
|
default CountClosedWorkflowExecutionsRequest.Builder |
CountClosedWorkflowExecutionsRequest.Builder.startTimeFilter(Consumer<ExecutionTimeFilter.Builder> startTimeFilter) |
If specified, only workflow executions that meet the start time criteria of the filter are counted.
|
default CountOpenWorkflowExecutionsRequest.Builder |
CountOpenWorkflowExecutionsRequest.Builder.startTimeFilter(Consumer<ExecutionTimeFilter.Builder> startTimeFilter) |
Specifies the start time criteria that workflow executions must meet in order to be counted.
|
default ListClosedWorkflowExecutionsRequest.Builder |
ListClosedWorkflowExecutionsRequest.Builder.startTimeFilter(Consumer<ExecutionTimeFilter.Builder> startTimeFilter) |
If specified, the workflow executions are included in the returned results based on whether their start times
are within the range specified by this filter.
|
default ListOpenWorkflowExecutionsRequest.Builder |
ListOpenWorkflowExecutionsRequest.Builder.startTimeFilter(Consumer<ExecutionTimeFilter.Builder> startTimeFilter) |
Workflow executions are included in the returned results based on whether their start times are within the
range specified by this filter.
|