/AWS1/CL_LMDSTEPDETAILS¶
Details about a step operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_attempt TYPE /AWS1/LMDATTEMPTCOUNT /AWS1/LMDATTEMPTCOUNT¶
The current attempt number for this step.
iv_nextattempttimestamp TYPE /AWS1/LMDEXECUTIONTIMESTAMP /AWS1/LMDEXECUTIONTIMESTAMP¶
The date and time when the next attempt is scheduled, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). Only populated when the step is in a pending state.
iv_result TYPE /AWS1/LMDOPERATIONPAYLOAD /AWS1/LMDOPERATIONPAYLOAD¶
The JSON response payload from the step operation.
io_error TYPE REF TO /AWS1/CL_LMDERROROBJECT /AWS1/CL_LMDERROROBJECT¶
Details about the step failure.
Queryable Attributes¶
Attempt¶
The current attempt number for this step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTEMPT() |
Getter for ATTEMPT |
NextAttemptTimestamp¶
The date and time when the next attempt is scheduled, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). Only populated when the step is in a pending state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTATTEMPTTIMESTAMP() |
Getter for NEXTATTEMPTTIMESTAMP, with configurable default |
ASK_NEXTATTEMPTTIMESTAMP() |
Getter for NEXTATTEMPTTIMESTAMP w/ exceptions if field has n |
HAS_NEXTATTEMPTTIMESTAMP() |
Determine if NEXTATTEMPTTIMESTAMP has a value |
Result¶
The JSON response payload from the step operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESULT() |
Getter for RESULT, with configurable default |
ASK_RESULT() |
Getter for RESULT w/ exceptions if field has no value |
HAS_RESULT() |
Determine if RESULT has a value |
Error¶
Details about the step failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |