GetDurableExecutionStateResponse
The response from the GetDurableExecutionState operation, containing the current execution state for replay.
Types
Properties
Link copied to clipboard
If present, indicates that more operations are available. Use this value as the Marker parameter in a subsequent request to retrieve the next page of results.
Link copied to clipboard
An array of operations that represent the current state of the durable execution. Operations are ordered by their start sequence number in ascending order and include information needed for replay processing.
Functions
Link copied to clipboard
inline fun copy(block: GetDurableExecutionStateResponse.Builder.() -> Unit = {}): GetDurableExecutionStateResponse