/AWS1/CL_SWFACTIVITYTSKCANCR00¶
Provides the details of the ActivityTaskCancelRequested
event.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_dcsntaskcompletedeventid
TYPE /AWS1/SWFEVENTID
/AWS1/SWFEVENTID
¶
The ID of the
DecisionTaskCompleted
event corresponding to the decision task that resulted in theRequestCancelActivityTask
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
iv_activityid
TYPE /AWS1/SWFACTIVITYID
/AWS1/SWFACTIVITYID
¶
The unique ID of the task.
Queryable Attributes¶
decisionTaskCompletedEventId¶
The ID of the
DecisionTaskCompleted
event corresponding to the decision task that resulted in theRequestCancelActivityTask
decision for this cancellation request. 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 |
activityId¶
The unique ID of the task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACTIVITYID() |
Getter for ACTIVITYID, with configurable default |
ASK_ACTIVITYID() |
Getter for ACTIVITYID w/ exceptions if field has no value |
HAS_ACTIVITYID() |
Determine if ACTIVITYID has a value |