Skip to content

/AWS1/CL_IOSPLINEXECSUMMARY

Contains summary information about a pipeline execution.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_pipelineexecutionid TYPE /AWS1/IOSID /AWS1/IOSID

The unique identifier of the pipeline execution.

iv_pipelineversion TYPE /AWS1/IOSVERSION /AWS1/IOSVERSION

The pipeline version this execution ran against.

io_status TYPE REF TO /AWS1/CL_IOSPIPELINEEXECSTATUS /AWS1/CL_IOSPIPELINEEXECSTATUS

The current execution status of the pipeline.

Optional arguments:

iv_executionpriority TYPE /AWS1/IOSEXECUTIONPRIORITY /AWS1/IOSEXECUTIONPRIORITY

Scheduling priority for the execution. When not specified, defaults to lowest priority.

iv_starttime TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP

The time the pipeline execution started, in Unix epoch time.

iv_endtime TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP

The time the pipeline execution completed, in Unix epoch time.


Queryable Attributes

pipelineExecutionId

The unique identifier of the pipeline execution.

Accessible with the following methods

Method Description
GET_PIPELINEEXECUTIONID() Getter for PIPELINEEXECUTIONID, with configurable default
ASK_PIPELINEEXECUTIONID() Getter for PIPELINEEXECUTIONID w/ exceptions if field has no
HAS_PIPELINEEXECUTIONID() Determine if PIPELINEEXECUTIONID has a value

pipelineVersion

The pipeline version this execution ran against.

Accessible with the following methods

Method Description
GET_PIPELINEVERSION() Getter for PIPELINEVERSION, with configurable default
ASK_PIPELINEVERSION() Getter for PIPELINEVERSION w/ exceptions if field has no val
HAS_PIPELINEVERSION() Determine if PIPELINEVERSION has a value

status

The current execution status of the pipeline.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS

executionPriority

Scheduling priority for the execution. When not specified, defaults to lowest priority.

Accessible with the following methods

Method Description
GET_EXECUTIONPRIORITY() Getter for EXECUTIONPRIORITY, with configurable default
ASK_EXECUTIONPRIORITY() Getter for EXECUTIONPRIORITY w/ exceptions if field has no v
HAS_EXECUTIONPRIORITY() Determine if EXECUTIONPRIORITY has a value

startTime

The time the pipeline execution started, in Unix epoch time.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

endTime

The time the pipeline execution completed, in Unix epoch time.

Accessible with the following methods

Method Description
GET_ENDTIME() Getter for ENDTIME, with configurable default
ASK_ENDTIME() Getter for ENDTIME w/ exceptions if field has no value
HAS_ENDTIME() Determine if ENDTIME has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PIPELINEEXECSUMMARYLIST

TYPES TT_PIPELINEEXECSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSPLINEXECSUMMARY WITH DEFAULT KEY
.