Skip to main content

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


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