Skip to main content

Interface: IActivityTaskFailedEventAttributes

history.v1.IActivityTaskFailedEventAttributes

Properties of an ActivityTaskFailedEventAttributes.

Implemented by

Properties

failure

Optional failure: null | IFailure

Failure details


identity

Optional identity: null | string

id of the worker that failed this task


retryState

Optional retryState: null | RetryState

ActivityTaskFailedEventAttributes retryState


scheduledEventId

Optional scheduledEventId: null | Long

The id of the ACTIVITY_TASK_SCHEDULED event this failure corresponds to


startedEventId

Optional startedEventId: null | Long

The id of the ACTIVITY_TASK_STARTED event this failure corresponds to


workerVersion

Optional workerVersion: null | IWorkerVersionStamp

Version info of the worker who processed this workflow task.