We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b5d65 commit 2e6d742Copy full SHA for 2e6d742
temporalio/workflow.py
@@ -934,6 +934,8 @@ def upsert_search_attributes(
934
DEPRECATED and if used, result in invalid key types on the
935
typed_search_attributes property in the info.
936
"""
937
+ if not attributes:
938
+ return
939
temporalio.common._warn_on_deprecated_search_attributes(attributes)
940
_Runtime.current().workflow_upsert_search_attributes(attributes)
941
0 commit comments