/AWS1/CL_LMDGETDURABLEEXHIST01¶
The response from the GetDurableExecutionHistory operation, containing the execution history and events.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_events TYPE /AWS1/CL_LMDEVENT=>TT_EVENTS TT_EVENTS¶
An array of execution history events, ordered chronologically unless
ReverseOrderis set totrue. Each event represents a significant occurrence during the execution, such as step completion or callback resolution.
Optional arguments:¶
iv_nextmarker TYPE /AWS1/LMDSTRING /AWS1/LMDSTRING¶
If present, indicates that more history events are available. Use this value as the
Markerparameter in a subsequent request to retrieve the next page of results.
Queryable Attributes¶
Events¶
An array of execution history events, ordered chronologically unless
ReverseOrderis set totrue. Each event represents a significant occurrence during the execution, such as step completion or callback resolution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTS() |
Getter for EVENTS, with configurable default |
ASK_EVENTS() |
Getter for EVENTS w/ exceptions if field has no value |
HAS_EVENTS() |
Determine if EVENTS has a value |
NextMarker¶
If present, indicates that more history events are available. Use this value as the
Markerparameter in a subsequent request to retrieve the next page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |