Interface: IActivityTaskStartedEventAttributes
history.v1.IActivityTaskStartedEventAttributes
Properties of an ActivityTaskStartedEventAttributes.
Implemented by
Properties
attempt
• Optional
attempt: null
| number
Starting at 1, the number of times this task has been attempted
buildIdRedirectCounter
• Optional
buildIdRedirectCounter: null
| Long
Used by server internally to properly reapply build ID redirects to an execution when rebuilding it from events. Deprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]
identity
• Optional
identity: null
| string
id of the worker that picked up this task
lastFailure
• Optional
lastFailure: null
| IFailure
Will be set to the most recent failure details, if this task has previously failed and then been retried.
requestId
• Optional
requestId: null
| string
TODO ??
scheduledEventId
• Optional
scheduledEventId: null
| Long
The id of the ACTIVITY_TASK_SCHEDULED
event this task corresponds to
workerVersion
• Optional
workerVersion: null
| IWorkerVersionStamp
Version info of the worker to whom this task was dispatched. Deprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]