/AWS1/CL_SWFLAMBDAFUNCTMOUTE00¶
Provides details of the LambdaFunctionTimedOut
event.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_scheduledeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
LambdaFunctionScheduled
event that was recorded when this activity 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
ActivityTaskStarted
event that was 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_timeouttype
TYPE /AWS1/SWFLAMBDAFUNCTIMEOUTTYPE
/AWS1/SWFLAMBDAFUNCTIMEOUTTYPE
¶
The type of the timeout that caused this event.
Queryable Attributes¶
scheduledEventId¶
The ID of the
LambdaFunctionScheduled
event that was recorded when this activity 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
ActivityTaskStarted
event that was 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 |
timeoutType¶
The type of the timeout that caused this event.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMEOUTTYPE() |
Getter for TIMEOUTTYPE, with configurable default |
ASK_TIMEOUTTYPE() |
Getter for TIMEOUTTYPE w/ exceptions if field has no value |
HAS_TIMEOUTTYPE() |
Determine if TIMEOUTTYPE has a value |