/AWS1/CL_SWFTIMERCANCEDEVTAT00¶
Provides the details of the TimerCanceled
event.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_timerid
TYPE /AWS1/SWFTIMERID
/AWS1/SWFTIMERID
¶
The unique ID of the timer that was canceled.
iv_startedeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
TimerStarted
event that was recorded when this timer was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
iv_dcsntaskcompletedeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
DecisionTaskCompleted
event corresponding to the decision task that resulted in theCancelTimer
decision to cancel this timer. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Queryable Attributes¶
timerId¶
The unique ID of the timer that was canceled.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMERID() |
Getter for TIMERID, with configurable default |
ASK_TIMERID() |
Getter for TIMERID w/ exceptions if field has no value |
HAS_TIMERID() |
Determine if TIMERID has a value |
startedEventId¶
The ID of the
TimerStarted
event that was recorded when this timer 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 |
decisionTaskCompletedEventId¶
The ID of the
DecisionTaskCompleted
event corresponding to the decision task that resulted in theCancelTimer
decision to cancel this timer. 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_DCSNTASKCOMPLETEDEVENTID() |
Getter for DECISIONTASKCOMPLETEDEVENTID |