Skip to content

/AWS1/CL_IOSPIPELINEEXECSTATUS

Current execution status of a pipeline.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_state TYPE /AWS1/IOSPIPELINEEXECSTATE /AWS1/IOSPIPELINEEXECSTATE

Current state of the pipeline execution.

Optional arguments:

io_statedetails TYPE REF TO /AWS1/CL_IOSPLINEXECSTATEDETS /AWS1/CL_IOSPLINEXECSTATEDETS

Additional information about the execution outcome. Populated when the execution has terminated (failed or cancelled).


Queryable Attributes

state

Current state of the pipeline 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 execution outcome. Populated when the execution has terminated (failed or cancelled).

Accessible with the following methods

Method Description
GET_STATEDETAILS() Getter for STATEDETAILS