Skip to main content

Interface: IGetWorkflowExecutionHistoryResponse

workflowservice.v1.IGetWorkflowExecutionHistoryResponse

Properties of a GetWorkflowExecutionHistoryResponse.

Hierarchy

Properties

archived

Optional archived: null | boolean

GetWorkflowExecutionHistoryResponse archived

Inherited from

$Properties.archived


history

Optional history: null | $Properties

GetWorkflowExecutionHistoryResponse history

Inherited from

$Properties.history


nextPageToken

Optional nextPageToken: null | Uint8Array

Will be set if there are more history events than were included in this response

Inherited from

$Properties.nextPageToken


rawHistory

Optional rawHistory: null | $Properties[]

Raw history is an alternate representation of history that may be returned if configured on the frontend. This is not supported by all SDKs. Either this or history will be set.

Inherited from

$Properties.rawHistory