Skip to main content

Interface: IListClosedWorkflowExecutionsRequest

workflowservice.v1.IListClosedWorkflowExecutionsRequest

Properties of a ListClosedWorkflowExecutionsRequest.

Hierarchy

Properties

executionFilter

Optional executionFilter: null | $Properties

ListClosedWorkflowExecutionsRequest executionFilter

Inherited from

$Properties.executionFilter


filters

Optional filters: "executionFilter" | "typeFilter" | "statusFilter"

ListClosedWorkflowExecutionsRequest filters

Inherited from

$Properties.filters


maximumPageSize

Optional maximumPageSize: null | number

ListClosedWorkflowExecutionsRequest maximumPageSize

Inherited from

$Properties.maximumPageSize


namespace

Optional namespace: null | string

ListClosedWorkflowExecutionsRequest namespace

Inherited from

$Properties.namespace


nextPageToken

Optional nextPageToken: null | Uint8Array

ListClosedWorkflowExecutionsRequest nextPageToken

Inherited from

$Properties.nextPageToken


startTimeFilter

Optional startTimeFilter: null | $Properties

ListClosedWorkflowExecutionsRequest startTimeFilter

Inherited from

$Properties.startTimeFilter


statusFilter

Optional statusFilter: null | $Properties

ListClosedWorkflowExecutionsRequest statusFilter

Inherited from

$Properties.statusFilter


typeFilter

Optional typeFilter: null | $Properties

ListClosedWorkflowExecutionsRequest typeFilter

Inherited from

$Properties.typeFilter