Skip to main content

Interface: IWorkflowExecutionFailedEventAttributes

history.v1.IWorkflowExecutionFailedEventAttributes

Properties of a WorkflowExecutionFailedEventAttributes.

Hierarchy

  • $Properties

    IWorkflowExecutionFailedEventAttributes

Properties

failure

Optional failure: null | $Properties

Serialized result of workflow failure (ex: An exception thrown, or error returned)

Inherited from

$Properties.failure


newExecutionRunId

Optional newExecutionRunId: null | string

If another run is started by cron or retry, this contains the new run id.

Inherited from

$Properties.newExecutionRunId


retryState

Optional retryState: null | RetryState

WorkflowExecutionFailedEventAttributes retryState

Inherited from

$Properties.retryState


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with

Inherited from

$Properties.workflowTaskCompletedEventId