/AWS1/CL_OMXRUNBATCHLISTITEM¶
A single run entry returned by ListRunsInBatch.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_runsettingid TYPE /AWS1/OMXRUNSETTINGID /AWS1/OMXRUNSETTINGID¶
The customer-provided identifier for the run configuration. Use this to correlate results back to the input configuration provided in
inlineSettingsors3UriSettings.
iv_runid TYPE /AWS1/OMXRUNID /AWS1/OMXRUNID¶
The HealthOmics-generated identifier for the workflow run. Empty if submission failed.
iv_runinternaluuid TYPE /AWS1/OMXRUNUUID /AWS1/OMXRUNUUID¶
The universally unique identifier (UUID) for the run.
iv_runarn TYPE /AWS1/OMXRUNARN /AWS1/OMXRUNARN¶
The unique ARN of the workflow run.
iv_submissionstatus TYPE /AWS1/OMXSUBMISSIONSTATUS /AWS1/OMXSUBMISSIONSTATUS¶
The submission outcome for this run.
iv_submissionfailurereason TYPE /AWS1/OMXSUBMISSIONFAILREASON /AWS1/OMXSUBMISSIONFAILREASON¶
The error category for a failed submission. See the run-level failure table in the HealthOmics User Guide for details on each value.
iv_submissionfailuremessage TYPE /AWS1/OMXSUBMISSIONFAILUREMSG /AWS1/OMXSUBMISSIONFAILUREMSG¶
A detailed message describing the submission failure.
Queryable Attributes¶
runSettingId¶
The customer-provided identifier for the run configuration. Use this to correlate results back to the input configuration provided in
inlineSettingsors3UriSettings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNSETTINGID() |
Getter for RUNSETTINGID, with configurable default |
ASK_RUNSETTINGID() |
Getter for RUNSETTINGID w/ exceptions if field has no value |
HAS_RUNSETTINGID() |
Determine if RUNSETTINGID has a value |
runId¶
The HealthOmics-generated identifier for the workflow run. Empty if submission failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNID() |
Getter for RUNID, with configurable default |
ASK_RUNID() |
Getter for RUNID w/ exceptions if field has no value |
HAS_RUNID() |
Determine if RUNID has a value |
runInternalUuid¶
The universally unique identifier (UUID) for the run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNINTERNALUUID() |
Getter for RUNINTERNALUUID, with configurable default |
ASK_RUNINTERNALUUID() |
Getter for RUNINTERNALUUID w/ exceptions if field has no val |
HAS_RUNINTERNALUUID() |
Determine if RUNINTERNALUUID has a value |
runArn¶
The unique ARN of the workflow run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNARN() |
Getter for RUNARN, with configurable default |
ASK_RUNARN() |
Getter for RUNARN w/ exceptions if field has no value |
HAS_RUNARN() |
Determine if RUNARN has a value |
submissionStatus¶
The submission outcome for this run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBMISSIONSTATUS() |
Getter for SUBMISSIONSTATUS, with configurable default |
ASK_SUBMISSIONSTATUS() |
Getter for SUBMISSIONSTATUS w/ exceptions if field has no va |
HAS_SUBMISSIONSTATUS() |
Determine if SUBMISSIONSTATUS has a value |
submissionFailureReason¶
The error category for a failed submission. See the run-level failure table in the HealthOmics User Guide for details on each value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBMISSIONFAILUREREASON() |
Getter for SUBMISSIONFAILUREREASON, with configurable defaul |
ASK_SUBMISSIONFAILUREREASON() |
Getter for SUBMISSIONFAILUREREASON w/ exceptions if field ha |
HAS_SUBMISSIONFAILUREREASON() |
Determine if SUBMISSIONFAILUREREASON has a value |
submissionFailureMessage¶
A detailed message describing the submission failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBMISSIONFAILUREMESSAGE() |
Getter for SUBMISSIONFAILUREMESSAGE, with configurable defau |
ASK_SUBMISSIONFAILUREMESSAGE() |
Getter for SUBMISSIONFAILUREMESSAGE w/ exceptions if field h |
HAS_SUBMISSIONFAILUREMESSAGE() |
Determine if SUBMISSIONFAILUREMESSAGE 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_RUNBATCHLIST¶
TYPES TT_RUNBATCHLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXRUNBATCHLISTITEM WITH DEFAULT KEY
.