documentation icon indicating copy to clipboard operation
documentation copied to clipboard

[Observability] Remove search attributes is missing in Java

Open rachfop opened this issue 2 years ago • 1 comments

Remove search attributes is missing is Java


You can provide a code snippet in the comments or a link to the line numbers of the samples-repo. Once added, I'll update the app-dev page with the new code snippet.

rachfop avatar Aug 18 '22 20:08 rachfop

To remove a SA in Java, io.temporal.common.SearchAttribute#UNSET_VALUE value can be used in the upsert map (see https://github.com/temporalio/documentation/issues/1477) for the SA name.

Spikhalskiy avatar Sep 14 '22 04:09 Spikhalskiy