Expand description
Workflow-level error handling policies
Implements comprehensive workflow-level error handling directives that control how the entire workflow responds to failures, including automatic DLQ routing, failure thresholds, circuit breakers, and graceful degradation strategies.
Structs§
- Circuit
Breaker - Circuit breaker for preventing cascading failures
- Circuit
Breaker Config - Circuit breaker configuration for preventing cascading failures
- Error
Metrics - Error metrics tracking
- Error
Policy Executor - Error policy executor that applies workflow-level error handling
- Failure
Pattern - Pattern detected in failures
- Retry
Config - Retry configuration with backoff strategy
- Workflow
Error Policy - Workflow-level error handling policy
Enums§
- Backoff
Strategy - Backoff strategy for retries
- Circuit
State - Circuit breaker state
- Error
Collection Strategy - Strategy for collecting and reporting errors
- Failure
Action - Action to take in response to a failure
- Item
Failure Action - Action to take when an individual work item fails