Skip to content

/AWS1/CL_BDNGETWORKFLOWDEFNRSP

GetWorkflowDefinitionResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_name TYPE /AWS1/BDNWORKFLOWDEFNNAME /AWS1/BDNWORKFLOWDEFNNAME

The name of the workflow definition.

iv_arn TYPE /AWS1/BDNWORKFLOWDEFINITIONARN /AWS1/BDNWORKFLOWDEFINITIONARN

The Amazon Resource Name (ARN) of the workflow definition.

iv_createdat TYPE /AWS1/BDNDATETIMESTAMP /AWS1/BDNDATETIMESTAMP

The timestamp when the workflow definition was created.

iv_status TYPE /AWS1/BDNWORKFLOWDEFNSTATUS /AWS1/BDNWORKFLOWDEFNSTATUS

The current status of the workflow definition.

Optional arguments:

iv_description TYPE /AWS1/BDNWORKFLOWDESCRIPTION /AWS1/BDNWORKFLOWDESCRIPTION

The description of the workflow definition.

io_exportconfig TYPE REF TO /AWS1/CL_BDNWORKFLOWEXPORTCFG /AWS1/CL_BDNWORKFLOWEXPORTCFG

The export configuration for the workflow definition.


Queryable Attributes

name

The name of the workflow definition.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

arn

The Amazon Resource Name (ARN) of the workflow definition.

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

createdAt

The timestamp when the workflow definition was created.

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

description

The description of the workflow definition.

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

exportConfig

The export configuration for the workflow definition.

Accessible with the following methods

Method Description
GET_EXPORTCONFIG() Getter for EXPORTCONFIG

status

The current status of the workflow definition.

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