Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Unexpected state] Delete connection #11214

Closed
Tracked by #10931
benmoriceau opened this issue Mar 16, 2022 · 1 comment
Closed
Tracked by #10931

[Unexpected state] Delete connection #11214

benmoriceau opened this issue Mar 16, 2022 · 1 comment

Comments

@benmoriceau
Copy link
Contributor

Tell us about the problem you're trying to solve

Temporal can be in an unknown state because of a bug. This ticket is about addressing the scenario where no workflow exists and a delete connection is submitted.

This ticket is about implementing this diagram.

What is expected

When trying to submit a delete connection, if in the TemporalClient we detect that there is no existing temporal workflow, need to:

  • Create a new workflow
  • Submit a delete connection using a signal

No modification is expected in the ConnectionManagerWorkflow.

@terencecho
Copy link
Contributor

acceptance test for this was added here: #11563

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants