Skip to main content

Interface: IWorkflowTaskFailedEventAttributes

history.v1.IWorkflowTaskFailedEventAttributes

Properties of a WorkflowTaskFailedEventAttributes.

Hierarchy

Properties

baseRunId

Optional baseRunId: null | string

The original run id of the workflow. For reset workflow.

Inherited from

$Properties.baseRunId


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

$Properties.binaryChecksum


cause

Optional cause: null | WorkflowTaskFailedCause

WorkflowTaskFailedEventAttributes cause

Inherited from

$Properties.cause


failure

Optional failure: null | $Properties

The failure details

Inherited from

$Properties.failure


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

$Properties.forkEventVersion


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

$Properties.identity


newRunId

Optional newRunId: null | string

If the workflow is being reset, the new run id.

Inherited from

$Properties.newRunId


scheduledEventId

Optional scheduledEventId: null | Long

The id of the WORKFLOW_TASK_SCHEDULED event this task corresponds to

Inherited from

$Properties.scheduledEventId


startedEventId

Optional startedEventId: null | Long

The id of the WORKFLOW_TASK_STARTED event this task corresponds to

Inherited from

$Properties.startedEventId


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]

Inherited from

$Properties.workerVersion