/AWS1/CL_IOSDESCRPLINEXECRSP¶
Response structure for DescribePipelineExecution operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_pipelineexecutionid TYPE /AWS1/IOSID /AWS1/IOSID¶
The unique identifier of the pipeline execution.
iv_pipelinename TYPE /AWS1/IOSRESOURCENAME /AWS1/IOSRESOURCENAME¶
The name of the pipeline.
iv_workspacename TYPE /AWS1/IOSWORKSPACENAME /AWS1/IOSWORKSPACENAME¶
The name of the workspace.
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.
io_requestenvvariables TYPE REF TO /AWS1/CL_IOSEXECENVVARIABLES /AWS1/CL_IOSEXECENVVARIABLES¶
The environment variables provided as input for the pipeline execution.
it_computenodeexecdetails TYPE /AWS1/CL_IOSCOMPNODEEXECDETS=>TT_COMPUTENODEEXECDETAILSLIST TT_COMPUTENODEEXECDETAILSLIST¶
A list of compute node execution details within this pipeline execution.
Optional arguments:¶
iv_starttime TYPE /AWS1/IOSTIMESTAMP00 /AWS1/IOSTIMESTAMP00¶
The time the pipeline execution started, in Unix epoch time.
iv_endtime TYPE /AWS1/IOSTIMESTAMP00 /AWS1/IOSTIMESTAMP00¶
The time the pipeline execution completed, in Unix epoch time.
iv_executionpriority TYPE /AWS1/IOSEXECUTIONPRIORITY /AWS1/IOSEXECUTIONPRIORITY¶
Scheduling priority for the execution. When not specified, defaults to lowest priority.
iv_nexttoken TYPE /AWS1/IOSPAGINATIONTOKEN /AWS1/IOSPAGINATIONTOKEN¶
The token to be used for the next set of paginated results.
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 |
pipelineName¶
The name of the pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINENAME() |
Getter for PIPELINENAME, with configurable default |
ASK_PIPELINENAME() |
Getter for PIPELINENAME w/ exceptions if field has no value |
HAS_PIPELINENAME() |
Determine if PIPELINENAME has a value |
workspaceName¶
The name of the workspace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKSPACENAME() |
Getter for WORKSPACENAME, with configurable default |
ASK_WORKSPACENAME() |
Getter for WORKSPACENAME w/ exceptions if field has no value |
HAS_WORKSPACENAME() |
Determine if WORKSPACENAME 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 |
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 |
requestEnvironmentVariables¶
The environment variables provided as input for the pipeline execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTENVVARIABLES() |
Getter for REQUESTENVIRONMENTVARIABLES |
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 |
computeNodeExecutionDetails¶
A list of compute node execution details within this pipeline execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPUTENODEEXECDETAILS() |
Getter for COMPUTENODEEXECUTIONDETAILS, with configurable de |
ASK_COMPUTENODEEXECDETAILS() |
Getter for COMPUTENODEEXECUTIONDETAILS w/ exceptions if fiel |
HAS_COMPUTENODEEXECDETAILS() |
Determine if COMPUTENODEEXECUTIONDETAILS has a value |
nextToken¶
The token to be used for the next set of paginated results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |