Skip to content

/AWS1/CL_MWSWORKFLOWVRSSUMMARY

Summary information about a workflow version, including identification and configuration details.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_workflowversion TYPE /AWS1/MWSWORKFLOWVERSION /AWS1/MWSWORKFLOWVERSION

The version identifier of the workflow version.

iv_workflowarn TYPE /AWS1/MWSWORKFLOWARN /AWS1/MWSWORKFLOWARN

The Amazon Resource Name (ARN) of the workflow that contains this version.

Optional arguments:

iv_islatestversion TYPE /AWS1/MWSISLATESTVERSION /AWS1/MWSISLATESTVERSION

Boolean flag that indicates whether this is the latest version of the workflow.

iv_createdat TYPE /AWS1/MWSTIMESTAMPVALUE /AWS1/MWSTIMESTAMPVALUE

The timestamp when the workflow version was created, in ISO 8601 date-time format.

iv_modifiedat TYPE /AWS1/MWSTIMESTAMPVALUE /AWS1/MWSTIMESTAMPVALUE

The timestamp when the workflow version was last modified, in ISO 8601 date-time format.

io_definitions3location TYPE REF TO /AWS1/CL_MWSDEFNS3LOCATION /AWS1/CL_MWSDEFNS3LOCATION

The Amazon S3 location of the workflow definition file for this version.

io_scheduleconfiguration TYPE REF TO /AWS1/CL_MWSSCHEDULECONF /AWS1/CL_MWSSCHEDULECONF

The schedule configuration for this workflow version.

iv_triggermode TYPE /AWS1/MWSGENERICSTRING /AWS1/MWSGENERICSTRING

The trigger mode for the workflow execution.


Queryable Attributes

WorkflowVersion

The version identifier of the workflow version.

Accessible with the following methods

Method Description
GET_WORKFLOWVERSION() Getter for WORKFLOWVERSION, with configurable default
ASK_WORKFLOWVERSION() Getter for WORKFLOWVERSION w/ exceptions if field has no val
HAS_WORKFLOWVERSION() Determine if WORKFLOWVERSION has a value

WorkflowArn

The Amazon Resource Name (ARN) of the workflow that contains this version.

Accessible with the following methods

Method Description
GET_WORKFLOWARN() Getter for WORKFLOWARN, with configurable default
ASK_WORKFLOWARN() Getter for WORKFLOWARN w/ exceptions if field has no value
HAS_WORKFLOWARN() Determine if WORKFLOWARN has a value

IsLatestVersion

Boolean flag that indicates whether this is the latest version of the workflow.

Accessible with the following methods

Method Description
GET_ISLATESTVERSION() Getter for ISLATESTVERSION, with configurable default
ASK_ISLATESTVERSION() Getter for ISLATESTVERSION w/ exceptions if field has no val
HAS_ISLATESTVERSION() Determine if ISLATESTVERSION has a value

CreatedAt

The timestamp when the workflow version was created, in ISO 8601 date-time format.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

ModifiedAt

The timestamp when the workflow version was last modified, in ISO 8601 date-time format.

Accessible with the following methods

Method Description
GET_MODIFIEDAT() Getter for MODIFIEDAT, with configurable default
ASK_MODIFIEDAT() Getter for MODIFIEDAT w/ exceptions if field has no value
HAS_MODIFIEDAT() Determine if MODIFIEDAT has a value

DefinitionS3Location

The Amazon S3 location of the workflow definition file for this version.

Accessible with the following methods

Method Description
GET_DEFINITIONS3LOCATION() Getter for DEFINITIONS3LOCATION

ScheduleConfiguration

The schedule configuration for this workflow version.

Accessible with the following methods

Method Description
GET_SCHEDULECONFIGURATION() Getter for SCHEDULECONFIGURATION

TriggerMode

The trigger mode for the workflow execution.

Accessible with the following methods

Method Description
GET_TRIGGERMODE() Getter for TRIGGERMODE, with configurable default
ASK_TRIGGERMODE() Getter for TRIGGERMODE w/ exceptions if field has no value
HAS_TRIGGERMODE() Determine if TRIGGERMODE 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_WORKFLOWVERSIONSUMMARIES

TYPES TT_WORKFLOWVERSIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_MWSWORKFLOWVRSSUMMARY WITH DEFAULT KEY
.