/AWS1/CL_OMXGETWORKFLOWVRSRSP¶
GetWorkflowVersionResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_arn
TYPE /AWS1/OMXWORKFLOWVERSIONARN
/AWS1/OMXWORKFLOWVERSIONARN
¶
ARN of the workflow version.
iv_workflowid
TYPE /AWS1/OMXWORKFLOWID
/AWS1/OMXWORKFLOWID
¶
The workflow's ID.
iv_versionname
TYPE /AWS1/OMXWORKFLOWVERSIONNAME
/AWS1/OMXWORKFLOWVERSIONNAME
¶
The workflow version name.
iv_accelerators
TYPE /AWS1/OMXACCELERATORS
/AWS1/OMXACCELERATORS
¶
The accelerator for this workflow version.
iv_creationtime
TYPE /AWS1/OMXWORKFLOWTIMESTAMP
/AWS1/OMXWORKFLOWTIMESTAMP
¶
When the workflow version was created.
iv_description
TYPE /AWS1/OMXWORKFLOWVERSIONDESC
/AWS1/OMXWORKFLOWVERSIONDESC
¶
Description of the workflow version.
iv_definition
TYPE /AWS1/OMXWORKFLOWDEFINITION
/AWS1/OMXWORKFLOWDEFINITION
¶
Definition of the workflow version.
iv_digest
TYPE /AWS1/OMXWORKFLOWDIGEST
/AWS1/OMXWORKFLOWDIGEST
¶
The workflow version's digest.
iv_engine
TYPE /AWS1/OMXWORKFLOWENGINE
/AWS1/OMXWORKFLOWENGINE
¶
The workflow engine for this workflow version.
iv_main
TYPE /AWS1/OMXWORKFLOWMAIN
/AWS1/OMXWORKFLOWMAIN
¶
The path of the main definition file for the workflow.
it_metadata
TYPE /AWS1/CL_OMXWORKFLOWMETADATA_W=>TT_WORKFLOWMETADATA
TT_WORKFLOWMETADATA
¶
The metadata for the workflow version.
it_parametertemplate
TYPE /AWS1/CL_OMXWORKFLOWPARAMETER=>TT_WORKFLOWPARAMETERTEMPLATE
TT_WORKFLOWPARAMETERTEMPLATE
¶
The parameter template for the workflow version.
iv_status
TYPE /AWS1/OMXWORKFLOWSTATUS
/AWS1/OMXWORKFLOWSTATUS
¶
The workflow version status
iv_statusmessage
TYPE /AWS1/OMXWORKFLOWSTATUSMESSAGE
/AWS1/OMXWORKFLOWSTATUSMESSAGE
¶
The workflow version status message
iv_storagetype
TYPE /AWS1/OMXSTORAGETYPE
/AWS1/OMXSTORAGETYPE
¶
The default storage type for the run.
iv_storagecapacity
TYPE /AWS1/OMXINTEGER
/AWS1/OMXINTEGER
¶
The default run storage capacity for static storage.
iv_type
TYPE /AWS1/OMXWORKFLOWTYPE
/AWS1/OMXWORKFLOWTYPE
¶
The workflow version type
it_tags
TYPE /AWS1/CL_OMXTAGMAP_W=>TT_TAGMAP
TT_TAGMAP
¶
The workflow version tags
iv_uuid
TYPE /AWS1/OMXWORKFLOWUUID
/AWS1/OMXWORKFLOWUUID
¶
The universally unique identifier (UUID) value for this workflow version
iv_workflowbucketownerid
TYPE /AWS1/OMXWORKFLOWBUCKETOWNERID
/AWS1/OMXWORKFLOWBUCKETOWNERID
¶
Amazon Web Services Id of the owner of the bucket.
iv_readme
TYPE /AWS1/OMXREADMES3PRESIGNEDURL
/AWS1/OMXREADMES3PRESIGNEDURL
¶
The README content for the workflow version, providing documentation and usage information specific to this version.
io_defnrepositorydetails
TYPE REF TO /AWS1/CL_OMXDEFNREPODETAILS
/AWS1/CL_OMXDEFNREPODETAILS
¶
Details about the source code repository that hosts the workflow version definition files.
iv_readmepath
TYPE /AWS1/OMXREADMEPATH
/AWS1/OMXREADMEPATH
¶
The path to the workflow version README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the
README.md
file from the root directory of the repository will be used.
Queryable Attributes¶
arn¶
ARN of the workflow version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
workflowId¶
The workflow's ID.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKFLOWID() |
Getter for WORKFLOWID, with configurable default |
ASK_WORKFLOWID() |
Getter for WORKFLOWID w/ exceptions if field has no value |
HAS_WORKFLOWID() |
Determine if WORKFLOWID has a value |
versionName¶
The workflow version name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VERSIONNAME() |
Getter for VERSIONNAME, with configurable default |
ASK_VERSIONNAME() |
Getter for VERSIONNAME w/ exceptions if field has no value |
HAS_VERSIONNAME() |
Determine if VERSIONNAME has a value |
accelerators¶
The accelerator for this workflow version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCELERATORS() |
Getter for ACCELERATORS, with configurable default |
ASK_ACCELERATORS() |
Getter for ACCELERATORS w/ exceptions if field has no value |
HAS_ACCELERATORS() |
Determine if ACCELERATORS has a value |
creationTime¶
When the workflow version was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
description¶
Description of the workflow version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
definition¶
Definition of the workflow version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEFINITION() |
Getter for DEFINITION, with configurable default |
ASK_DEFINITION() |
Getter for DEFINITION w/ exceptions if field has no value |
HAS_DEFINITION() |
Determine if DEFINITION has a value |
digest¶
The workflow version's digest.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DIGEST() |
Getter for DIGEST, with configurable default |
ASK_DIGEST() |
Getter for DIGEST w/ exceptions if field has no value |
HAS_DIGEST() |
Determine if DIGEST has a value |
engine¶
The workflow engine for this workflow version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENGINE() |
Getter for ENGINE, with configurable default |
ASK_ENGINE() |
Getter for ENGINE w/ exceptions if field has no value |
HAS_ENGINE() |
Determine if ENGINE has a value |
main¶
The path of the main definition file for the workflow.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAIN() |
Getter for MAIN, with configurable default |
ASK_MAIN() |
Getter for MAIN w/ exceptions if field has no value |
HAS_MAIN() |
Determine if MAIN has a value |
metadata¶
The metadata for the workflow version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_METADATA() |
Getter for METADATA, with configurable default |
ASK_METADATA() |
Getter for METADATA w/ exceptions if field has no value |
HAS_METADATA() |
Determine if METADATA has a value |
parameterTemplate¶
The parameter template for the workflow version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PARAMETERTEMPLATE() |
Getter for PARAMETERTEMPLATE, with configurable default |
ASK_PARAMETERTEMPLATE() |
Getter for PARAMETERTEMPLATE w/ exceptions if field has no v |
HAS_PARAMETERTEMPLATE() |
Determine if PARAMETERTEMPLATE has a value |
status¶
The workflow version status
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusMessage¶
The workflow version status message
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
storageType¶
The default storage type for the run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STORAGETYPE() |
Getter for STORAGETYPE, with configurable default |
ASK_STORAGETYPE() |
Getter for STORAGETYPE w/ exceptions if field has no value |
HAS_STORAGETYPE() |
Determine if STORAGETYPE has a value |
storageCapacity¶
The default run storage capacity for static storage.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STORAGECAPACITY() |
Getter for STORAGECAPACITY, with configurable default |
ASK_STORAGECAPACITY() |
Getter for STORAGECAPACITY w/ exceptions if field has no val |
HAS_STORAGECAPACITY() |
Determine if STORAGECAPACITY has a value |
type¶
The workflow version type
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
tags¶
The workflow version tags
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
uuid¶
The universally unique identifier (UUID) value for this workflow version
Accessible with the following methods¶
Method | Description |
---|---|
GET_UUID() |
Getter for UUID, with configurable default |
ASK_UUID() |
Getter for UUID w/ exceptions if field has no value |
HAS_UUID() |
Determine if UUID has a value |
workflowBucketOwnerId¶
Amazon Web Services Id of the owner of the bucket.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKFLOWBUCKETOWNERID() |
Getter for WORKFLOWBUCKETOWNERID, with configurable default |
ASK_WORKFLOWBUCKETOWNERID() |
Getter for WORKFLOWBUCKETOWNERID w/ exceptions if field has |
HAS_WORKFLOWBUCKETOWNERID() |
Determine if WORKFLOWBUCKETOWNERID has a value |
readme¶
The README content for the workflow version, providing documentation and usage information specific to this version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_README() |
Getter for README, with configurable default |
ASK_README() |
Getter for README w/ exceptions if field has no value |
HAS_README() |
Determine if README has a value |
definitionRepositoryDetails¶
Details about the source code repository that hosts the workflow version definition files.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEFNREPOSITORYDETAILS() |
Getter for DEFINITIONREPOSITORYDETAILS |
readmePath¶
The path to the workflow version README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the
README.md
file from the root directory of the repository will be used.
Accessible with the following methods¶
Method | Description |
---|---|
GET_READMEPATH() |
Getter for READMEPATH, with configurable default |
ASK_READMEPATH() |
Getter for READMEPATH w/ exceptions if field has no value |
HAS_READMEPATH() |
Determine if READMEPATH has a value |