Skip to main content

Interface: IActivityTaskCanceledEventAttributes

history.v1.IActivityTaskCanceledEventAttributes

Properties of an ActivityTaskCanceledEventAttributes.

Hierarchy

Properties

details

Optional details: null | $Properties

Additional information that the activity reported upon confirming cancellation

Inherited from

$Properties.details


identity

Optional identity: null | string

id of the worker who canceled this activity

Inherited from

$Properties.identity


latestCancelRequestedEventId

Optional latestCancelRequestedEventId: null | Long

id of the most recent ACTIVITY_TASK_CANCEL_REQUESTED event which refers to the same activity

Inherited from

$Properties.latestCancelRequestedEventId


scheduledEventId

Optional scheduledEventId: null | Long

The id of the ACTIVITY_TASK_SCHEDULED event this cancel confirmation corresponds to

Inherited from

$Properties.scheduledEventId


startedEventId

Optional startedEventId: null | Long

The id of the ACTIVITY_TASK_STARTED event this cancel confirmation corresponds to

Inherited from

$Properties.startedEventId


workerVersion

Optional workerVersion: null | $Properties

Version info of the worker who processed this workflow task. Deprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]

Inherited from

$Properties.workerVersion