Interface: ISystemWorkflowFailure
errordetails.v1.ISystemWorkflowFailure
Properties of a SystemWorkflowFailure.
Hierarchy
-
↳
ISystemWorkflowFailure
Properties
workflowError
• Optional workflowError: null | string
Serialized error returned by the system workflow performing the underlying operation.
Inherited from
workflowExecution
• Optional workflowExecution: null | $Properties
WorkflowId and RunId of the Temporal system workflow performing the underlying operation. Looking up the info of the system workflow run may help identify the issue causing the failure.