/AWS1/CL_IOSCOMPNODEEXECSTATUS¶
Current execution status of a compute node within a pipeline execution.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_state TYPE /AWS1/IOSCOMPUTENODEEXECSTATE /AWS1/IOSCOMPUTENODEEXECSTATE¶
Current state of the compute node execution.
Optional arguments:¶
io_statedetails TYPE REF TO /AWS1/CL_IOSCOMPNDEXECSTATDETS /AWS1/CL_IOSCOMPNDEXECSTATDETS¶
Additional information about the compute node's failure. Populated when the compute node has failed.
Queryable Attributes¶
state¶
Current state of the compute node execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
stateDetails¶
Additional information about the compute node's failure. Populated when the compute node has failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATEDETAILS() |
Getter for STATEDETAILS |