Interface: IWorkflowExecutionFailedEventAttributes
history.v1.IWorkflowExecutionFailedEventAttributes
Properties of a WorkflowExecutionFailedEventAttributes.
Implemented by
Properties
failure
• Optional failure: null | IFailure
Serialized result of workflow failure (ex: An exception thrown, or error returned)
newExecutionRunId
• Optional newExecutionRunId: null | string
If another run is started by cron or retry, this contains the new run id.
retryState
• Optional retryState: null | RetryState
WorkflowExecutionFailedEventAttributes retryState
workflowTaskCompletedEventId
• Optional workflowTaskCompletedEventId: null | Long
The WORKFLOW_TASK_COMPLETED event which this command was reported with