Skip to content

/AWS1/CL_APFEXECUTIONRECORD

Specifies information about the past flow run instances for a given flow.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_executionid TYPE /AWS1/APFEXECUTIONID /AWS1/APFEXECUTIONID

Specifies the identifier of the given flow run.

iv_executionstatus TYPE /AWS1/APFEXECUTIONSTATUS /AWS1/APFEXECUTIONSTATUS

Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.

io_executionresult TYPE REF TO /AWS1/CL_APFEXECUTIONRESULT /AWS1/CL_APFEXECUTIONRESULT

Describes the result of the given flow run.

iv_startedat TYPE /AWS1/APFDATE /AWS1/APFDATE

Specifies the start time of the flow run.

iv_lastupdatedat TYPE /AWS1/APFDATE /AWS1/APFDATE

Specifies the time of the most recent update.

iv_datapullstarttime TYPE /AWS1/APFDATE /AWS1/APFDATE

The timestamp that determines the first new or updated record to be transferred in the flow run.

iv_datapullendtime TYPE /AWS1/APFDATE /AWS1/APFDATE

The timestamp that indicates the last new or updated record to be transferred in the flow run.

it_metadatacatalogdetails TYPE /AWS1/CL_APFMETCATALOGDETAIL=>TT_METADATACATALOGDETAILS TT_METADATACATALOGDETAILS

Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.


Queryable Attributes

executionId

Specifies the identifier of the given flow run.

Accessible with the following methods

Method Description
GET_EXECUTIONID() Getter for EXECUTIONID, with configurable default
ASK_EXECUTIONID() Getter for EXECUTIONID w/ exceptions if field has no value
HAS_EXECUTIONID() Determine if EXECUTIONID has a value

executionStatus

Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.

Accessible with the following methods

Method Description
GET_EXECUTIONSTATUS() Getter for EXECUTIONSTATUS, with configurable default
ASK_EXECUTIONSTATUS() Getter for EXECUTIONSTATUS w/ exceptions if field has no val
HAS_EXECUTIONSTATUS() Determine if EXECUTIONSTATUS has a value

executionResult

Describes the result of the given flow run.

Accessible with the following methods

Method Description
GET_EXECUTIONRESULT() Getter for EXECUTIONRESULT

startedAt

Specifies the start time of the flow run.

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

lastUpdatedAt

Specifies the time of the most recent update.

Accessible with the following methods

Method Description
GET_LASTUPDATEDAT() Getter for LASTUPDATEDAT, with configurable default
ASK_LASTUPDATEDAT() Getter for LASTUPDATEDAT w/ exceptions if field has no value
HAS_LASTUPDATEDAT() Determine if LASTUPDATEDAT has a value

dataPullStartTime

The timestamp that determines the first new or updated record to be transferred in the flow run.

Accessible with the following methods

Method Description
GET_DATAPULLSTARTTIME() Getter for DATAPULLSTARTTIME, with configurable default
ASK_DATAPULLSTARTTIME() Getter for DATAPULLSTARTTIME w/ exceptions if field has no v
HAS_DATAPULLSTARTTIME() Determine if DATAPULLSTARTTIME has a value

dataPullEndTime

The timestamp that indicates the last new or updated record to be transferred in the flow run.

Accessible with the following methods

Method Description
GET_DATAPULLENDTIME() Getter for DATAPULLENDTIME, with configurable default
ASK_DATAPULLENDTIME() Getter for DATAPULLENDTIME w/ exceptions if field has no val
HAS_DATAPULLENDTIME() Determine if DATAPULLENDTIME has a value

metadataCatalogDetails

Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.

Accessible with the following methods

Method Description
GET_METADATACATALOGDETAILS() Getter for METADATACATALOGDETAILS, with configurable default
ASK_METADATACATALOGDETAILS() Getter for METADATACATALOGDETAILS w/ exceptions if field has
HAS_METADATACATALOGDETAILS() Determine if METADATACATALOGDETAILS 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_FLOWEXECUTIONLIST

TYPES TT_FLOWEXECUTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_APFEXECUTIONRECORD WITH DEFAULT KEY
.