Interface: IActivityTaskFailedEventAttributes
history.v1.IActivityTaskFailedEventAttributes
Properties of an ActivityTaskFailedEventAttributes.
Hierarchy
-
↳
IActivityTaskFailedEventAttributes
Properties
failure
• Optional failure: null | $Properties
Failure details
Inherited from
identity
• Optional identity: null | string
id of the worker that failed this task
Inherited from
retryState
• Optional retryState: null | RetryState
ActivityTaskFailedEventAttributes retryState
Inherited from
scheduledEventId
• Optional scheduledEventId: null | Long
The id of the ACTIVITY_TASK_SCHEDULED event this failure corresponds to
Inherited from
startedEventId
• Optional startedEventId: null | Long
The id of the ACTIVITY_TASK_STARTED event this failure corresponds to
Inherited from
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]