Interface: IWorkflowTaskFailedEventAttributes
history.v1.IWorkflowTaskFailedEventAttributes
Properties of a WorkflowTaskFailedEventAttributes.
Implemented by
Properties
baseRunId
• Optional baseRunId: null | string
The original run id of the workflow. For reset workflow.
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
cause
• Optional cause: null | WorkflowTaskFailedCause
WorkflowTaskFailedEventAttributes cause
failure
• Optional failure: null | IFailure
The failure details
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.
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'.
newRunId
• Optional newRunId: null | string
If the workflow is being reset, the new run id.
scheduledEventId
• Optional scheduledEventId: null | Long
The id of the WORKFLOW_TASK_SCHEDULED event this task corresponds to
startedEventId
• Optional startedEventId: null | Long
The id of the WORKFLOW_TASK_STARTED event this task corresponds to
workerVersion
• Optional workerVersion: null | IWorkerVersionStamp
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]