ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.clone() |
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withDomain(String domain) |
The name of the domain that contains the workflow executions to list.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withExecutionFilter(WorkflowExecutionFilter executionFilter) |
If specified, only workflow executions matching the workflow ID specified
in the filter are returned.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withMaximumPageSize(Integer maximumPageSize) |
The maximum number of results that will be returned per call.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withNextPageToken(String nextPageToken) |
If a NextPageToken was returned by a previous call, there
are more results available.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withReverseOrder(Boolean reverseOrder) |
When set to true, returns the results in reverse order.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withStartTimeFilter(ExecutionTimeFilter startTimeFilter) |
Workflow executions are included in the returned results based on whether
their start times are within the range specified by this filter.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withTagFilter(TagFilter tagFilter) |
If specified, only executions that have the matching tag are listed.
|
ListOpenWorkflowExecutionsRequest |
ListOpenWorkflowExecutionsRequest.withTypeFilter(WorkflowTypeFilter typeFilter) |
If specified, only executions of the type specified in the filter are
returned.
|