Interface: ISystemWorkflowFailure
errordetails.v1.ISystemWorkflowFailure
Properties of a SystemWorkflowFailure.
Implemented by
Properties
workflowError
• Optional workflowError: null | string
Serialized error returned by the system workflow performing the underlying operation.
workflowExecution
• Optional workflowExecution: null | IWorkflowExecution
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.