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

Workflow.await(duration, condition) does not automatically cancel the timer if the condition is resolved #2312

Open
Quinn-With-Two-Ns opened this issue Nov 8, 2024 · 0 comments
Labels
enhancement User experience

Comments

@Quinn-With-Two-Ns
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Workflow.await(duration, condition) should automatically cancel the timer when the condition is resolved

Describe alternatives you've considered
User can currently do this manually with a cancellation scope around the await

Additional context
This will need to be versioned with SDK flags to avoid breaking determinism.

@Quinn-With-Two-Ns Quinn-With-Two-Ns added the enhancement User experience label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement User experience
Projects
None yet
Development

No branches or pull requests

1 participant