Class: ListClosedWorkflowExecutionsRequest
workflowservice.v1.ListClosedWorkflowExecutionsRequest
Represents a ListClosedWorkflowExecutionsRequest.
Implements
Constructors
constructor
• new ListClosedWorkflowExecutionsRequest(properties?
): ListClosedWorkflowExecutionsRequest
Constructs a new ListClosedWorkflowExecutionsRequest.
Parameters
Name | Type | Description |
---|---|---|
properties? | IListClosedWorkflowExecutionsRequest | Properties to set |
Returns
ListClosedWorkflowExecutionsRequest
Properties
executionFilter
• Optional
executionFilter: null
| IWorkflowExecutionFilter
ListClosedWorkflowExecutionsRequest executionFilter.
Implementation of
IListClosedWorkflowExecutionsRequest.executionFilter
filters
• Optional
filters: "executionFilter"
| "typeFilter"
| "statusFilter"
ListClosedWorkflowExecutionsRequest filters.
maximumPageSize
• maximumPageSize: number
ListClosedWorkflowExecutionsRequest maximumPageSize.
Implementation of
IListClosedWorkflowExecutionsRequest.maximumPageSize
namespace
• namespace: string
ListClosedWorkflowExecutionsRequest namespace.
Implementation of
IListClosedWorkflowExecutionsRequest.namespace
nextPageToken
• nextPageToken: Uint8Array
ListClosedWorkflowExecutionsRequest nextPageToken.
Implementation of
IListClosedWorkflowExecutionsRequest.nextPageToken
startTimeFilter
• Optional
startTimeFilter: null
| IStartTimeFilter
ListClosedWorkflowExecutionsRequest startTimeFilter.
Implementation of
IListClosedWorkflowExecutionsRequest.startTimeFilter
statusFilter
• Optional
statusFilter: null
| IStatusFilter
ListClosedWorkflowExecutionsRequest statusFilter.
Implementation of
IListClosedWorkflowExecutionsRequest.statusFilter