Skip to main content

Interface: IGetWorkflowExecutionHistoryResponse

workflowservice.v1.IGetWorkflowExecutionHistoryResponse

Properties of a GetWorkflowExecutionHistoryResponse.

Implemented by

Properties

archived

Optional archived: null | boolean

GetWorkflowExecutionHistoryResponse archived


history

Optional history: null | IHistory

GetWorkflowExecutionHistoryResponse history


nextPageToken

Optional nextPageToken: null | Uint8Array

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


rawHistory

Optional rawHistory: null | IDataBlob[]

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.