Can we pass runtime context between two workflow runs
Workflowscreate-mastraStorageMemory
Use case, we have:
specImportWorkflow
specImportWorkflow
→ one workflow run, which sets some value and add a job to queue.
hackWorkflow
hackWorkflow
→ a completely different workflow run, need the same value which was set in
specImportWorkflow
specImportWorkflow
We use Redis Queue to trigger and run workflows. And do we have a solution for sharing a state/data between workflows. Any kind of suggestion would help a lot.