Triage Categories
When a workflow run fails, Nota AI automatically analyzes the failure and assigns it to one of six triage categories. This helps your team focus on real bugs instead of spending time manually investigating every failure.How It Works
After a run completes with a failure, the triage agent examines the error context โ including screenshots, logs, and the test steps โ and classifies the failure into one of the categories below. Each classification includes a confidence score so you know how reliable the assessment is.The Six Categories
| Category | Color | What It Means | Recommended Action |
|---|---|---|---|
| Real Bug | Red | A genuine application defect was detected. | File a bug report with the error details and screenshots. |
| Stale Selector | Amber | The page loaded correctly but the target element was not found โ an element reference changed. | Update the test prompt to use the new element identifier. |
| UI Redesign | Amber | The feature works but the navigation path or UI flow changed. | Update the test workflow steps to match the new UI flow. |
| Environment Issue | Purple | Infrastructure problem (network, auth, DNS) โ not a test or application issue. | Retry when the environment is stable. |
| Agent Limitation | Gray | The agent could not perform a required browser interaction (e.g., double-click, drag). | Simplify the test step or break it into smaller actions. |
| Precondition Not Met | Orange | The application was not in the expected state (e.g., missing data, empty list). | Check test data setup or run order. |
Confidence Tiers
Each triage assignment includes a confidence score displayed as a colored bar:- High (85%+) โ Green bar, solid border. The agent is confident in its classification.
- Medium (70โ85%) โ Amber bar, solid border. Likely correct but worth a quick review.
- Low (below 70%) โ Red bar, dashed border. Manual review recommended.
Where Triage Appears in the UI
Sidebar โ Workflow Group Dots
In the Run History sidebar, each workflow group displays small color-coded dots representing the triage breakdown of its failed runs. This gives you a quick visual summary without opening individual runs.
Sidebar โ Triage Category Filter
The sidebar filters panel includes a Triage Category dropdown. Select one or more categories to narrow down the visible runs โ for example, show only โReal Bugโ failures to focus on genuine defects.
Run Items โ Triage Badge
Individual run items in the artifacts list display a triage category badge with the category name and confidence indicator.
Result Status Types
Runs now have four possible result statuses that work alongside triage categories:- Passed โ The workflow completed successfully.
- Failed โ The workflow failed (may have a triage category assigned).
- Failed (Bug) โ The workflow failed and was triaged as a Real Bug.
- Env Failure โ The workflow failed due to an environment issue.
Notification Emails
When scheduled runs complete, notification emails include a Triage Breakdown section showing the count of Real Bugs and Environment Failures, helping you prioritize which failures need immediate attention.Quick Actions
Some triage categories offer quick actions to help you resolve the issue faster:- Real Bug โ โCopy Bug Reportโ generates a summary with error details you can paste into your issue tracker.
- Stale Selector โ โAccept Healed Promptโ applies the suggested prompt update to match the new element.
- Environment Issue / Precondition Not Met โ โRetryโ re-runs the workflow.

