Skip to content

v0.47.1: caller-owned workflow search attributes

Choose a tag to compare

@raphael raphael released this 15 Mar 02:20
· 3 commits to main since this release
9f15d11

Summary

  • stop auto-injecting SessionID into Temporal workflow search attributes for sessionful runs
  • keep session ownership strict by rejecting mismatched caller-supplied SessionID values and any SessionID on one-shot runs
  • document workflow search attributes as caller-owned engine metadata

Verification

  • go test ./runtime/agent/runtime
  • make test
  • make lint