Workflow.await(duration, condition)
does not automatically cancel the timer if the condition is resolved
#2312
Labels
enhancement
User experience
Is your feature request related to a problem? Please describe.
Workflow.await(duration, condition)
should automatically cancel the timer when the condition is resolvedDescribe 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.
The text was updated successfully, but these errors were encountered: