Uses of Interface
io.dapr.workflows.client.WorkflowFailureDetails
Packages that use WorkflowFailureDetails
-
Uses of WorkflowFailureDetails in io.dapr.workflows
Methods in io.dapr.workflows that return WorkflowFailureDetailsModifier and TypeMethodDescriptionWorkflowTaskRetryContext.getLastFailure()
Gets the details of the previous task failure, including the exception type, message, and callstack.Constructors in io.dapr.workflows with parameters of type WorkflowFailureDetailsModifierConstructorDescriptionWorkflowTaskRetryContext
(DefaultWorkflowContext workflowContext, int lastAttemptNumber, WorkflowFailureDetails lastFailure, Duration totalRetryTime) Constructor for WorkflowTaskRetryContext. -
Uses of WorkflowFailureDetails in io.dapr.workflows.client
Methods in io.dapr.workflows.client that return WorkflowFailureDetailsModifier and TypeMethodDescriptionWorkflowInstanceStatus.getFailureDetails()
Gets the failure details, if any, for the failed workflow instance. -
Uses of WorkflowFailureDetails in io.dapr.workflows.runtime
Classes in io.dapr.workflows.runtime that implement WorkflowFailureDetailsModifier and TypeClassDescriptionclass
Represents a workflow failure details.Methods in io.dapr.workflows.runtime that return WorkflowFailureDetailsModifier and TypeMethodDescriptionDefaultWorkflowInstanceStatus.getFailureDetails()
Gets the failure details, if any, for the failed workflow instance.