Skip to content

/AWS1/CL_PIPACTIONCONTEXT

Represents the context of an action in the stage of a pipeline to a job worker.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_name TYPE /AWS1/PIPACTIONNAME /AWS1/PIPACTIONNAME

The name of the action in the context of a job.

iv_actionexecutionid TYPE /AWS1/PIPACTIONEXECUTIONID /AWS1/PIPACTIONEXECUTIONID

The system-generated unique ID that corresponds to an action's execution.


Queryable Attributes

name

The name of the action in the context of a job.

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

actionExecutionId

The system-generated unique ID that corresponds to an action's execution.

Accessible with the following methods

Method Description
GET_ACTIONEXECUTIONID() Getter for ACTIONEXECUTIONID, with configurable default
ASK_ACTIONEXECUTIONID() Getter for ACTIONEXECUTIONID w/ exceptions if field has no v
HAS_ACTIONEXECUTIONID() Determine if ACTIONEXECUTIONID has a value