ui icon indicating copy to clipboard operation
ui copied to clipboard

Sort order

Open Smitzel opened this issue 2 years ago • 4 comments

Describe the bug In the new UI [version 2.6.6] the workflows are sorted on "Status", we want a sort on "start". That is not possible. Now all "running workflows" are on top, and failed and success are on the bottom. This is not how we want it.

To Reproduce open UI, try to sort the workflows by clicking on the names of the columns

Expected behavior clicking on the name of a column will sort the workflows

Screenshots top of workflows:

image

bottom of workflows:

image

Desktop (please complete the following information):

  • OS: W10
  • Browser Chrome

Additional context How can we sort like we want it?

Smitzel avatar Sep 29 '22 05:09 Smitzel

Hi @Smitzel,

The default sort for workflows is actually CloseTime desc, StartTime desc. Thus running workflows will always appear on top since they don't have a CloseTime. We are currently working on more advanced search features that will allow different sorting options and this should be available in the near future.

You can view the sort you want now by clicking the 'Advanced Search' link and entering:

order by StartTime desc

Alex-Tideman avatar Sep 29 '22 14:09 Alex-Tideman

Thanks for your reply @Alex-Tideman ,

It is not really like I expected:

image

Smitzel avatar Sep 30 '22 07:09 Smitzel

The Server team also is unifying standard and enhanced visibility for 1.19. Until that ships, we probably can’t do the sorting client-side.

stevekinney avatar Oct 04 '22 14:10 stevekinney

I am getting Screenshot 2023-10-19 at 10 09 17

Temporal Server Version | 1.22.0 Temporal UI Version | 2.16.2

Using postgresql

Irvenae avatar Oct 19 '23 08:10 Irvenae