Interface: IGetWorkflowExecutionHistoryResponse
workflowservice.v1.IGetWorkflowExecutionHistoryResponse
Properties of a GetWorkflowExecutionHistoryResponse.
Hierarchy
-
↳
IGetWorkflowExecutionHistoryResponse
Properties
archived
• Optional archived: null | boolean
GetWorkflowExecutionHistoryResponse archived
Inherited from
history
• Optional history: null | $Properties
GetWorkflowExecutionHistoryResponse history
Inherited from
nextPageToken
• Optional nextPageToken: null | Uint8Array
Will be set if there are more history events than were included in this response
Inherited from
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.