/AWS1/CL_SWFDCSNTSKTMOUTEVTA00¶
Provides the details of the DecisionTaskTimedOut
event.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_timeouttype
TYPE /AWS1/SWFDCSNTASKTIMEOUTTYPE
/AWS1/SWFDCSNTASKTIMEOUTTYPE
¶
The type of timeout that expired before the decision task could be completed.
iv_scheduledeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
DecisionTaskScheduled
event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
iv_startedeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
DecisionTaskStarted
event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Queryable Attributes¶
timeoutType¶
The type of timeout that expired before the decision task could be completed.
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 |
scheduledEventId¶
The ID of the
DecisionTaskScheduled
event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing 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
DecisionTaskStarted
event recorded when this decision task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTEDEVENTID() |
Getter for STARTEDEVENTID |