Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update perma link
Signed-off-by: Tim Li <ltim@uber.com>
  • Loading branch information
timl3136 committed Nov 25, 2025
commit 6b059afab4bff95eb2852dc9318ecb416d972ba4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* System attributes as defined by Cadence.
* These are built-in attributes that are automatically indexed by the system.
* https://github.com/cadence-workflow/cadence/blob/b9e01ea9b881daff690434419b253d1d36fc486a/common/definition/indexedKeys.go#L92
* https://github.com/cadence-workflow/cadence/blob/5c79d73b2bd31ae492c84d780b5b4fb7afdc2417/common/definition/indexedKeys.go#L94
*/
export const SYSTEM_SEARCH_ATTRIBUTES: Set<string> = new Set([
'DomainID',
Expand Down