Skip to content

Commit

Permalink
Document GetSearchAttributes is not supported on cloud (temporalio#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Feb 20, 2024
1 parent 30da688 commit 65aae9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ type (
// GetSearchAttributes returns valid search attributes keys and value types.
// The search attributes can be used in query of List/Scan/Count APIs. Adding new search attributes requires temporal server
// to update dynamic config ValidSearchAttributes.
// NOTE: This API is not supported on Temporal Cloud.
GetSearchAttributes(ctx context.Context) (*workflowservice.GetSearchAttributesResponse, error)

// QueryWorkflow queries a given workflow's last execution and returns the query result synchronously. Parameter workflowID
Expand Down

0 comments on commit 65aae9b

Please sign in to comment.