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