latestCancelRequestedEventId property

int? latestCancelRequestedEventId
final

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.

Implementation

final int? latestCancelRequestedEventId;