/AWS1/CL_LMDCHKPTDURABLEEXERSP¶
The response from the CheckpointDurableExecution operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_newexecutionstate TYPE REF TO /AWS1/CL_LMDCHKPTUPDDEXECSTATE /AWS1/CL_LMDCHKPTUPDDEXECSTATE¶
Updated execution state information that includes any changes that occurred since the last checkpoint, such as completed callbacks or expired timers. This allows the SDK to update its internal state during replay.
Optional arguments:¶
iv_checkpointtoken TYPE /AWS1/LMDCHECKPOINTTOKEN /AWS1/LMDCHECKPOINTTOKEN¶
A new checkpoint token to use for the next checkpoint operation. This token replaces the one provided in the request and must be used for subsequent checkpoints to maintain proper ordering.
Queryable Attributes¶
CheckpointToken¶
A new checkpoint token to use for the next checkpoint operation. This token replaces the one provided in the request and must be used for subsequent checkpoints to maintain proper ordering.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHECKPOINTTOKEN() |
Getter for CHECKPOINTTOKEN, with configurable default |
ASK_CHECKPOINTTOKEN() |
Getter for CHECKPOINTTOKEN w/ exceptions if field has no val |
HAS_CHECKPOINTTOKEN() |
Determine if CHECKPOINTTOKEN has a value |
NewExecutionState¶
Updated execution state information that includes any changes that occurred since the last checkpoint, such as completed callbacks or expired timers. This allows the SDK to update its internal state during replay.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEWEXECUTIONSTATE() |
Getter for NEWEXECUTIONSTATE |