Interface: IActivityTaskCanceledEventAttributes
history.v1.IActivityTaskCanceledEventAttributes
Properties of an ActivityTaskCanceledEventAttributes.
Implemented by
Properties
details
• Optional
details: null
| IPayloads
Additional information that the activity reported upon confirming cancellation
identity
• Optional
identity: null
| string
id of the worker who canceled this activity
latestCancelRequestedEventId
• Optional
latestCancelRequestedEventId: null
| Long
id of the most recent ACTIVITY_TASK_CANCEL_REQUESTED
event which refers to the same
activity
scheduledEventId
• Optional
scheduledEventId: null
| Long
The id of the ACTIVITY_TASK_SCHEDULED
event this cancel confirmation corresponds to
startedEventId
• Optional
startedEventId: null
| Long
The id of the ACTIVITY_TASK_STARTED
event this cancel confirmation corresponds to
workerVersion
• Optional
workerVersion: null
| IWorkerVersionStamp
Version info of the worker who processed this workflow task. Deprecated. Use the info inside the corresponding ActivityTaskStartedEvent