(Suspend/Resume support for runtime workflows) No snapshot found for this workflow run: runtime-***
I have a registered
workflow-runner
that has a first step execute-child-workflow
that generates and runs a dynamic runtime workflow like @rase- mentioned here: https://discord.com/channels/1309558646228779139/1375392490521231431/1377257555956465714
Like this,
When the child workflow suspends, parent workflow also suspends. I got that to work.
However, when resuming the parent worflow, and have it drilldown to the child workflow to resume that child's exact step, I run into this error...
So apparently, the @mastra/pg
snapshot storage only works for suspend/resume on registered workflows but not the inner child workflow runs?
Please help, this is crucial to our product 🙏 Thank you!!1 Reply
📝 Created GitHub issue: https://github.com/mastra-ai/mastra/issues/9123
GitHub
[DISCORD:1430496885226864791] (Suspend/Resume support for runtime w...
This issue was created from Discord post: https://discord.com/channels/1309558646228779139/1430496885226864791 I have a registered workflow-runner that has a first step execute-child-workflow that ...