Routine Verification Report — Live Demo
A success message does not prove that every automated step ran. Choose a scenario to compare the reported result with the recorded evidence.
| # | Step | Result | Reported | Artifacts | Findings |
|---|---|---|---|---|---|
| 1 | open-dashboard | Executed | ok | 1/1 | — |
| 2 | pull-subscriber-stats | Executed | ok | 1/1 | — |
| 3 | pull-open-rates | Executed | ok | 1/1 | — |
| 4 | assemble-sponsor-report | Executed | ok | 1/1 | — |
| 5 | email-sponsor-report | Executed | ok | 0/0 | — |
All declared steps are shown as executed, with no findings for this run.
The evidence shows no step-level reason to re-teach this routine.
The receipt archive does not yet show a repeated finding for this routine.
| # | Step | Result | Reported | Artifacts | Findings |
|---|---|---|---|---|---|
| 1 | open-dashboard | Executed | ok | 1/1 | — |
| 2 | pull-subscriber-stats | Skipped silently | absent | 0/1 | STEP_MISSING_FROM_RUN |
| 3 | pull-open-rates | Executed | ok | 1/1 | — |
| 4 | assemble-sponsor-report | Drifted | ok | 1/1 | ASSERTION_FAILED |
| 5 | email-sponsor-report | Executed | ok | 0/0 | — |
SUMMARY_CONTRADICTS_STEPS
Verified Run-level finding{"overall_status": "success", "steps_not_executed": ["pull-subscriber-stats", "assemble-sponsor-report"]}ASSERTION_FAILED
Verified Step: assemble-sponsor-report{"expected": "fresh_exports", "field": "data_source", "op": "equals", "payload_field_value": "cache"}STEP_MISSING_FROM_RUN
Verified Step: pull-subscriber-stats{"missing_step_id": "pull-subscriber-stats", "run_overall_status": "success", "run_step_ids_present": ["assemble-sponsor-report", "email-sponsor-report", "open-dashboard", "pull-open-rates"]}This run has three verified findings, including a silently skipped step.
The evidence supports re-teaching at least one step before the next run.
The receipt archive does not yet show a repeated finding for this routine.
| # | Step | Result | Reported | Artifacts | Findings |
|---|---|---|---|---|---|
| 1 | open-dashboard | Executed | ok | 1/1 | — |
| 2 | pull-subscriber-stats | Drifted | ok | 0/1 | ARTIFACT_EXPECTED_MISSING, ASSERTION_FAILED |
| 3 | pull-open-rates | Executed | ok | 1/1 | — |
| 4 | assemble-sponsor-report | Reported failure | error | 0/1 | STEP_REPORTED_ERROR |
| 5 | email-sponsor-report | Reported skip | skipped | 0/0 | STEP_SKIPPED_REPORTED |
STEP_REPORTED_ERROR
Verified Step: assemble-sponsor-report{"message": "Could not reach the report template.", "status": "error"}STEP_SKIPPED_REPORTED
Verified Step: email-sponsor-report{"message": "Skipped because the report failed.", "reported_status": "skipped"}ARTIFACT_EXPECTED_MISSING
Verified Step: pull-subscriber-stats{"expected_artifacts": ["subscriber-stats.csv"], "missing": ["subscriber-stats.csv"], "reported_artifacts": [], "reported_status": "ok"}ASSERTION_FAILED
Verified Step: pull-subscriber-stats{"expected": 1, "field": "rows_exported", "op": "min_count", "payload_field_value": 0}This run has four verified findings, including a reported failure.
The evidence supports re-teaching at least one step before the next run.
The receipt archive does not yet show a repeated finding for this routine.