You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be able to get an update handle from a workflow handle. Also since updates are always run-specific, when using "start", the update handle should use the returned run ID regardless of what user passed in (but can still leave optional when using getter). And for the update-handle getter, we should document very clearly the consequences of getting an update handle on a workflow handle with no run ID.
The text was updated successfully, but these errors were encountered:
sync-by-unitobot
changed the title
[Feature Request] Add get update handle and set run ID
[Feature Request] add get update handle and set run ID
Dec 13, 2023
cretz
added a commit
to cretz/temporal-sdk-python
that referenced
this issue
May 8, 2024
Describe the solution you'd like
Should be able to get an update handle from a workflow handle. Also since updates are always run-specific, when using "start", the update handle should use the returned run ID regardless of what user passed in (but can still leave optional when using getter). And for the update-handle getter, we should document very clearly the consequences of getting an update handle on a workflow handle with no run ID.
The text was updated successfully, but these errors were encountered: