Commit aa39b33
fix(showcase): add sync_status/sync_error fields the resilient-sync flow writes
The showcase_resilient_sync flow's try/catch demo flags push failures by
writing task.sync_status / task.sync_error from its catch region — but the
showcase_task object never declared those fields, so the catch itself failed
with "no such column: sync_status" and the whole run failed instead of
demonstrating structured error handling.
Found by step-by-step browser E2E of every showcase flow; with the fields in
place the flow now completes: push retries exhaust → catch flags the task →
run completed with the catch step in the run log.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent be11326 commit aa39b33
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
71 | 82 | | |
72 | 83 | | |
73 | 84 | | |
| |||
0 commit comments