Visual Indicators
The Failed status is clearly marked with red indicators across every view:- Board View
- List View
- Graph View
- Timeline View
A dedicated red Failed column appears on the Kanban board. Cards show the retry count and failure reason.
Task Lifecycle
- The agent process crashes or exits with an error
- The task has already used all configured retry attempts
- No more retries are available
Recovery
Review the failure
Open the task to see the terminal output and understand what went wrong. Check the last tool calls and error messages.
Fix the issue
Common fixes: update the task description with more context, change the model to Opus for complex tasks, fix a broken dependency, or resolve a git conflict.
Conditional Dependencies
Failed tasks can trigger on_failure dependencies. This lets you build recovery workflows:- Task A fails → Task B (debug/fix task) starts automatically
- Notification webhook fires with failure details
- A simpler version of the task can be attempted with a different model