Interface: $Properties
v1.ActivityTaskFailedEventAttributes.$Properties
Properties of an ActivityTaskFailedEventAttributes.
Hierarchy
-
$Properties
Properties
failure
• Optional failure: null | $Properties
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 | $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]