Namespace: ListOpenWorkflowExecutionsRequest
workflowservice.v1.ListOpenWorkflowExecutionsRequest
Interfaces
Type Aliases
$Shape
Ƭ $Shape: { executionFilter?: $Shape | null ; maximumPageSize?: number | null ; namespace?: string | null ; nextPageToken?: Uint8Array | null ; startTimeFilter?: $Shape | null ; typeFilter?: $Shape | null } & { executionFilter?: null ; filters?: undefined ; typeFilter?: null } | { executionFilter: $Shape ; filters?: "executionFilter" ; typeFilter?: null } | { executionFilter?: null ; filters?: "typeFilter" ; typeFilter: $Shape }
Narrowed shape of a ListOpenWorkflowExecutionsRequest.