Render Tutorials
Stock research that survives a closed browser

Recover and verify

⏱ 4 min

Repeat the abandon test from Feel the broken run. The UI already stores the root taskRunId, polls, and resumes the tracker (you did not edit those files). Step-task runs can appear in the Dashboard; the browser only needs the root ID.

Hard-refresh the live URL once first (cache can keep an old app.js).

1. Close the tab, then come back

  1. Open the live URL.
  2. Start research for MSFT.
  3. While the tracker is still running, close the tab.
  4. Open the same URL again.

Expected: The page resumes from localStorage, the tracker picks up, polling continues, and the same memo appears for the same root taskRunId.

What lets you recover research after closing the browser?

What you learned

  • Same mock research steps; Workflow owns the runs
  • Close-tab recover works with the stored root task-run ID