Skip to content

/AWS1/CL_BDNWORKFLOWRUNSUMMARY

Summary information about a workflow run, including execution status and timing.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_workflowrunarn TYPE /AWS1/BDNWORKFLOWRUNARN /AWS1/BDNWORKFLOWRUNARN

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

iv_workflowrunid TYPE /AWS1/BDNUUIDSTRING /AWS1/BDNUUIDSTRING

The unique identifier of the workflow run.

iv_status TYPE /AWS1/BDNWORKFLOWRUNSTATUS /AWS1/BDNWORKFLOWRUNSTATUS

The current execution status of the workflow run.

iv_startedat TYPE /AWS1/BDNDATETIMESTAMP /AWS1/BDNDATETIMESTAMP

The timestamp when the workflow run started execution.

Optional arguments:

iv_endedat TYPE /AWS1/BDNDATETIMESTAMP /AWS1/BDNDATETIMESTAMP

The timestamp when the workflow run completed execution, if applicable.

io_tracelocation TYPE REF TO /AWS1/CL_BDNTRACELOCATION /AWS1/CL_BDNTRACELOCATION

The location where trace information for this workflow run is stored.


Queryable Attributes

workflowRunArn

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

Accessible with the following methods

Method Description
GET_WORKFLOWRUNARN() Getter for WORKFLOWRUNARN, with configurable default
ASK_WORKFLOWRUNARN() Getter for WORKFLOWRUNARN w/ exceptions if field has no valu
HAS_WORKFLOWRUNARN() Determine if WORKFLOWRUNARN has a value

workflowRunId

The unique identifier of the workflow run.

Accessible with the following methods

Method Description
GET_WORKFLOWRUNID() Getter for WORKFLOWRUNID, with configurable default
ASK_WORKFLOWRUNID() Getter for WORKFLOWRUNID w/ exceptions if field has no value
HAS_WORKFLOWRUNID() Determine if WORKFLOWRUNID has a value

status

The current execution status of the workflow run.

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

startedAt

The timestamp when the workflow run started execution.

Accessible with the following methods

Method Description
GET_STARTEDAT() Getter for STARTEDAT, with configurable default
ASK_STARTEDAT() Getter for STARTEDAT w/ exceptions if field has no value
HAS_STARTEDAT() Determine if STARTEDAT has a value

endedAt

The timestamp when the workflow run completed execution, if applicable.

Accessible with the following methods

Method Description
GET_ENDEDAT() Getter for ENDEDAT, with configurable default
ASK_ENDEDAT() Getter for ENDEDAT w/ exceptions if field has no value
HAS_ENDEDAT() Determine if ENDEDAT has a value

traceLocation

The location where trace information for this workflow run is stored.

Accessible with the following methods

Method Description
GET_TRACELOCATION() Getter for TRACELOCATION

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_WORKFLOWRUNSUMMARIES

TYPES TT_WORKFLOWRUNSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDNWORKFLOWRUNSUMMARY WITH DEFAULT KEY
.