Alex Tideman
Alex Tideman
Thanks @darewreck54 for the issue report! Checking out first one issue, will report back. For the second issue, currently the server does not support partial search so this is expected...
We do currently show the Start to Close Timeout in the event history.
We have deprecated the old UI, our docker-compose runs the new UI by default on http://localhost:8080.
Fixed with: https://github.com/temporalio/ui/pull/1350 https://github.com/temporalio/ui/pull/1354
Thanks for reporting! It was due to the addition of the csp config of Sveltekit https://github.com/temporalio/ui/pull/1903. I'll update the directives to fix this.
Fixed with https://github.com/temporalio/ui/pull/2103
Thanks for the suggestion! We recently added a new visualization for workflow history that you can view if you add the `labs=true` url param on the Workflow history page (`.../history?labs=true`)....
Taking a look this morning, thanks for the details and the screenshots @yurkeen!
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...
@rifelpet thanks for the great feedback! I'll work with @canvanooo to see how we can incorporate these ideas.