Maybe I'm just failing to read the client code properly, but I can't figure out how to handle this scenario:
- A client in a "starter" process creates a workflow instance and waits on it. Workers run in separate processes.
- The starter process shuts down or crashes while the workflow is still executing.
- The starter process is started again.
How do I retrieve an existing workflow instance so I can wait on its result? A sample or examples in the docs would be helpful.