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

Update bug fix: prevent update from a stale workflow handle #703

Merged
merged 4 commits into from
Dec 19, 2024

Conversation

dandavison
Copy link
Contributor

Prior to this PR, update requests were not using the first_execution_run_id returned by StartWorkflow. This meant that, in a situation where workflow IDs are beign re-used, a stale workflow handle from a closed workflow could accidentally be used to send an update to the wrong workflow execution.

@dandavison dandavison requested a review from a team as a code owner December 16, 2024 16:52
@dandavison dandavison merged commit c44a6d8 into main Dec 19, 2024
12 checks passed
@dandavison dandavison deleted the 682-update-run-id branch December 19, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants