Skip to content

/AWS1/CL_SWFLAMBDAFUNCCMPDEV00

Provides the details of the LambdaFunctionCompleted event. It isn't set for other event types.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_scheduledeventid TYPE /AWS1/SWFEVENTID /AWS1/SWFEVENTID

The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

iv_startedeventid TYPE /AWS1/SWFEVENTID /AWS1/SWFEVENTID

The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Optional arguments:

iv_result TYPE /AWS1/SWFDATA /AWS1/SWFDATA

The results of the Lambda task.


Queryable Attributes

scheduledEventId

The ID of the LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Accessible with the following methods

Method Description
GET_SCHEDULEDEVENTID() Getter for SCHEDULEDEVENTID

startedEventId

The ID of the LambdaFunctionStarted event recorded when this activity task started. To help diagnose issues, use this information to trace back the chain of events leading up to this event.

Accessible with the following methods

Method Description
GET_STARTEDEVENTID() Getter for STARTEDEVENTID

result

The results of the Lambda task.

Accessible with the following methods

Method Description
GET_RESULT() Getter for RESULT, with configurable default
ASK_RESULT() Getter for RESULT w/ exceptions if field has no value
HAS_RESULT() Determine if RESULT has a value