Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom search attribute "Status" should probably be reserved #2577

Open
gregbrowndev opened this issue Feb 24, 2025 · 0 comments
Open

Custom search attribute "Status" should probably be reserved #2577

gregbrowndev opened this issue Feb 24, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@gregbrowndev
Copy link

gregbrowndev commented Feb 24, 2025

Describe the bug

"Status" is not a reserved search attribute, ref. You can create the attribute using the CLI. ("ExecutionStatus" is reserved, of course.)

However, it does not appear in the "Configure Workflow Table" settings as a column you can view (screenshot attached).

It does appear in the Filter list and it is even possible to filter on it (screenshot attached).

Clearly, having "Status" as a custom search attribute would conflict with the UIs choice to display "ExecutionStatus" as "Status" in the table.

To Reproduce
Steps to reproduce the behavior:

  1. Create custom search attribute, "Status":
temporal operator search-attribute create \
    --name Status \
    --type Keyword
  1. View Temporal UI with a running workflow and see that Status is not an option in the "Configure Workflows Table" but it is possible to filter and search on it.

Expected behavior

Either this term should be reserved to prevent accidental use of it, or the UI should make the distinction between "ExecutionStatus" and "Status" as different attributes.

Screenshots

Image Image

Desktop (please complete the following information):

  • OS: MacOS
  • Browser: Arc
  • Version: 1.82.1

Additional context

Running self-hosted Temporal (latest on DockerHub as of now):

  • Temporal UI version: 2.35.1
  • Temporal Server version: 1.27.0

All the best!

@gregbrowndev gregbrowndev added the bug Something isn't working label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant