Skip to main content

Interface: IActivityTaskFailedEventAttributes

history.v1.IActivityTaskFailedEventAttributes

Properties of an ActivityTaskFailedEventAttributes.

Hierarchy​

Properties​

cause​

• Optional cause: null | ActivityTaskFailedCause

Why did the task fail? When unset, the failure is treated as an unspecified activity failure.

Inherited from​

$Properties.cause


failure​

• Optional failure: null | $Properties

Failure details

Inherited from​

$Properties.failure


identity​

• Optional identity: null | string

id of the worker that failed this task

Inherited from​

$Properties.identity


retryState​

• Optional retryState: null | RetryState

ActivityTaskFailedEventAttributes retryState

Inherited from​

$Properties.retryState


scheduledEventId​

• Optional scheduledEventId: null | Long

The id of the ACTIVITY_TASK_SCHEDULED event this failure corresponds to

Inherited from​

$Properties.scheduledEventId


startedEventId​

• Optional startedEventId: null | Long

The id of the ACTIVITY_TASK_STARTED event this failure 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