Skip to main content

Namespace: ListClosedWorkflowExecutionsRequest

workflowservice.v1.ListClosedWorkflowExecutionsRequest

Interfaces

Type Aliases

$Shape

Ƭ $Shape: { executionFilter?: $Shape | null ; maximumPageSize?: number | null ; namespace?: string | null ; nextPageToken?: Uint8Array | null ; startTimeFilter?: $Shape | null ; statusFilter?: $Shape | null ; typeFilter?: $Shape | null } & { executionFilter?: null ; filters?: undefined ; statusFilter?: null ; typeFilter?: null } | { executionFilter: $Shape ; filters?: "executionFilter" ; statusFilter?: null ; typeFilter?: null } | { executionFilter?: null ; filters?: "typeFilter" ; statusFilter?: null ; typeFilter: $Shape } | { executionFilter?: null ; filters?: "statusFilter" ; statusFilter: $Shape ; typeFilter?: null }

Narrowed shape of a ListClosedWorkflowExecutionsRequest.