mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? Replace `payload.Encode` with `sadefs.MustEncodeValue` for encoding predefined search attributes used internally. ## Why? `sadefs.MustEncodeValue` adds metadata type to the payload. ## How did you test it? - [x] built - [ ] run locally and tested manually - [x] covered by existing tests - [ ] added new unit test(s) - [ ] added new functional test(s) ## Potential risks