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
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove warning notices
dandavison committed Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7f0908e0aa46a22c890f145d17c427e4262e7786
10 changes: 0 additions & 10 deletions temporalio/client.py
Original file line number Diff line number Diff line change
@@ -1882,11 +1882,6 @@ async def execute_update(
.. warning::
This API is experimental

.. warning::
WorkflowHandles created as a result of :py:meth:`Client.start_workflow` will
send updates to the latest workflow with the same workflow ID even if it is
unrelated to the started workflow.

Args:
update: Update function or name on the workflow.
arg: Single argument to the update.
@@ -1994,11 +1989,6 @@ async def start_update(
.. warning::
This API is experimental

.. warning::
WorkflowHandles created as a result of :py:meth:`Client.start_workflow` will
send updates to the latest workflow with the same workflow ID even if it is
unrelated to the started workflow.

Args:
update: Update function or name on the workflow.
arg: Single argument to the update.