Skip to content

/AWS1/CL_SWFACTIVITYTSKCANCE00

Provides the details of the ActivityTaskCanceled event.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_scheduledeventid TYPE /AWS1/SWFEVENTID /AWS1/SWFEVENTID

The ID of the ActivityTaskScheduled event that was recorded when this activity 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 ActivityTaskStarted event recorded when this activity task was started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Optional arguments:

iv_details TYPE /AWS1/SWFDATA /AWS1/SWFDATA

Details of the cancellation.

iv_latestcancelreqedeventid TYPE /AWS1/SWFEVENTID /AWS1/SWFEVENTID

If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.


Queryable Attributes

details

Details of the cancellation.

Accessible with the following methods

Method Description
GET_DETAILS() Getter for DETAILS, with configurable default
ASK_DETAILS() Getter for DETAILS w/ exceptions if field has no value
HAS_DETAILS() Determine if DETAILS has a value

scheduledEventId

The ID of the ActivityTaskScheduled event that was recorded when this activity 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 ActivityTaskStarted event recorded when this activity 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

latestCancelRequestedEventId

If set, contains the ID of the last ActivityTaskCancelRequested event recorded for this activity task. 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_LATESTCANCELREQEDEVENTID() Getter for LATESTCANCELREQUESTEDEVENTID