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
Adding new SearchAttribute using workflow.upsert_search_attribute fails with the StopIteration error here since this list contains only previously set attributes.
Adding new SearchAttribute via new typed API raises the same error here.
Minimal Reproduction
Start this workflow without SomeKey in the initial SearchAttributes set.
Describe the bug
Adding new SearchAttribute using
workflow.upsert_search_attribute
fails with theStopIteration
error here since this list contains only previously set attributes.Adding new SearchAttribute via new typed API raises the same error here.
Minimal Reproduction
Start this workflow without
SomeKey
in the initial SearchAttributes set.Environment/Versions
Works fine in SDK 1.3.0 but fails in 1.4.0
The text was updated successfully, but these errors were encountered: