Interface: $Properties
v1.GetWorkflowExecutionHistoryResponse.$Properties
Properties of a GetWorkflowExecutionHistoryResponse.
Hierarchy
-
$Properties
Properties
archived
• Optional archived: null | boolean
GetWorkflowExecutionHistoryResponse archived
history
• Optional history: null | $Properties
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 | $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.