Interface: IListClosedWorkflowExecutionsRequest
workflowservice.v1.IListClosedWorkflowExecutionsRequest
Properties of a ListClosedWorkflowExecutionsRequest.
Implemented by
Properties
executionFilter
• Optional
executionFilter: null
| IWorkflowExecutionFilter
ListClosedWorkflowExecutionsRequest executionFilter
maximumPageSize
• Optional
maximumPageSize: null
| number
ListClosedWorkflowExecutionsRequest maximumPageSize
namespace
• Optional
namespace: null
| string
ListClosedWorkflowExecutionsRequest namespace
nextPageToken
• Optional
nextPageToken: null
| Uint8Array
ListClosedWorkflowExecutionsRequest nextPageToken
startTimeFilter
• Optional
startTimeFilter: null
| IStartTimeFilter
ListClosedWorkflowExecutionsRequest startTimeFilter
statusFilter
• Optional
statusFilter: null
| IStatusFilter
ListClosedWorkflowExecutionsRequest statusFilter
typeFilter
• Optional
typeFilter: null
| IWorkflowTypeFilter
ListClosedWorkflowExecutionsRequest typeFilter