Skip to content

docs / samples: Add an example of fetching an existing workflow instance after a starter process crash or shutdown. #439

@joeblubaugh

Description

@joeblubaugh

Maybe I'm just failing to read the client code properly, but I can't figure out how to handle this scenario:

  1. A client in a "starter" process creates a workflow instance and waits on it. Workers run in separate processes.
  2. The starter process shuts down or crashes while the workflow is still executing.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions