Interface: IWorkflowTaskFailedEventAttributes
history.v1.IWorkflowTaskFailedEventAttributes
Properties of a WorkflowTaskFailedEventAttributes.
Hierarchy
-
↳
IWorkflowTaskFailedEventAttributes
Properties
baseRunId
• Optional baseRunId: null | string
The original run id of the workflow. For reset workflow.
Inherited from
binaryChecksum
• Optional binaryChecksum: null | string
Deprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv] If a worker explicitly failed this task, its binary id
Inherited from
cause
• Optional cause: null | WorkflowTaskFailedCause
WorkflowTaskFailedEventAttributes cause
Inherited from
failure
• Optional failure: null | $Properties
The failure details
Inherited from
forkEventVersion
• Optional forkEventVersion: null | Long
Version of the event where the history branch was forked. Used by multi-cluster replication during resets to identify the correct history branch.
Inherited from
identity
• Optional identity: null | string
If a worker explicitly failed this task, this field contains the worker's identity. When the server generates the failure internally this field is set as 'history-service'.
Inherited from
newRunId
• Optional newRunId: null | string
If the workflow is being reset, the new run id.
Inherited from
scheduledEventId
• Optional scheduledEventId: null | Long
The id of the WORKFLOW_TASK_SCHEDULED event this task corresponds to
Inherited from
startedEventId
• Optional startedEventId: null | Long
The id of the WORKFLOW_TASK_STARTED event this task corresponds to
Inherited from
workerVersion
• Optional workerVersion: null | $Properties
Version info of the worker who processed this workflow task. If present, the build_id field
within is also used as binary_checksum, which may be omitted in that case (it may also be
populated to preserve compatibility).
Deprecated. This field should be cleaned up when versioning-2 API is removed. [cleanup-experimental-wv]