mastra is not retrieving `waitForEvent` workflow snapshots

I have following scenario:

  1. Workflow is paused with
    waitForEvent
    ; a new record appears in DB table mastra_workflow_snapshot , that is good.
  2. then I restart mastra server and send sendEvent with the runId from that record. But receive error: "Workflow run not found".
Should I somehow manually retrieve the snapshots?
Was this page helpful?