Skip to main content

Interface: IGetWorkflowExecutionHistoryRequest

workflowservice.v1.IGetWorkflowExecutionHistoryRequest

Properties of a GetWorkflowExecutionHistoryRequest.

Hierarchy

Properties

execution

Optional execution: null | $Properties

GetWorkflowExecutionHistoryRequest execution

Inherited from

$Properties.execution


historyEventFilterType

Optional historyEventFilterType: null | HistoryEventFilterType

Filter returned events such that they match the specified filter type. Default: HISTORY_EVENT_FILTER_TYPE_ALL_EVENT.

Inherited from

$Properties.historyEventFilterType


maximumPageSize

Optional maximumPageSize: null | number

GetWorkflowExecutionHistoryRequest maximumPageSize

Inherited from

$Properties.maximumPageSize


namespace

Optional namespace: null | string

GetWorkflowExecutionHistoryRequest namespace

Inherited from

$Properties.namespace


nextPageToken

Optional nextPageToken: null | Uint8Array

If a GetWorkflowExecutionHistoryResponse or a PollWorkflowTaskQueueResponse had one of these, it should be passed here to fetch the next page.

Inherited from

$Properties.nextPageToken


skipArchival

Optional skipArchival: null | boolean

GetWorkflowExecutionHistoryRequest skipArchival

Inherited from

$Properties.skipArchival


waitNewEvent

Optional waitNewEvent: null | boolean

If set to true, the RPC call will not resolve until there is a new event which matches the history_event_filter_type, or a timeout is hit.

Inherited from

$Properties.waitNewEvent