Package io.temporal.common
Class SearchAttribute
- java.lang.Object
-
- io.temporal.common.SearchAttribute
-
@Deprecated public class SearchAttribute extends java.lang.Object
Deprecated.typed search attributes should be used instead.
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.List<java.lang.Object>
UNSET_VALUE
Deprecated.Passing this value as a search attribute value intoWorkflow.upsertSearchAttributes(Map)
will lead to unsetting the search attribute with the corresponded name if any present.
-
Constructor Summary
Constructors Constructor Description SearchAttribute()
Deprecated.
-
-
-
Field Detail
-
UNSET_VALUE
public static final java.util.List<java.lang.Object> UNSET_VALUE
Deprecated.Passing this value as a search attribute value intoWorkflow.upsertSearchAttributes(Map)
will lead to unsetting the search attribute with the corresponded name if any present.
-
-