Skip to content

/AWS1/CL_SFNGETACTIVITYTASKOUT

GetActivityTaskOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_TASKTOKEN TYPE /AWS1/SFNTASKTOKEN /AWS1/SFNTASKTOKEN

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

IV_INPUT TYPE /AWS1/SFNSENSITIVEDATAJOBINPUT /AWS1/SFNSENSITIVEDATAJOBINPUT

The string that contains the JSON input data for the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.


Queryable Attributes

taskToken

A token that identifies the scheduled task. This token must be copied and included in subsequent calls to SendTaskHeartbeat, SendTaskSuccess or SendTaskFailure in order to report the progress or completion of the task.

Accessible with the following methods

Method Description
GET_TASKTOKEN() Getter for TASKTOKEN, with configurable default
ASK_TASKTOKEN() Getter for TASKTOKEN w/ exceptions if field has no value
HAS_TASKTOKEN() Determine if TASKTOKEN has a value

input

The string that contains the JSON input data for the task. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

Accessible with the following methods

Method Description
GET_INPUT() Getter for INPUT, with configurable default
ASK_INPUT() Getter for INPUT w/ exceptions if field has no value
HAS_INPUT() Determine if INPUT has a value