Hi,
I have a big feature request. I would like to be able to see logs in the WebUI.
This means when calling the logging function in the SDK, it would show up in the workflow or activity view in the Temporal web UI.
I know this is a huge ask and a ton of work. I think it would go a long way to improving debugability and visibility.
FYI: I think I saw something like this in Orkes.
Thoughts?
2 Likes
We’ve considered this, and have some stuff on the roadmap that would enable this kind of functionality. No promises on timeline at the moment, but it’s definitely in consideration!
Thanks for the suggestion
1 Like
maxim
June 10, 2025, 1:45am
3
If you already using a log pulling feature then we recommend using the workflow summary to provide workflow specific links to it from UI.
1 Like
awwx
June 30, 2025, 5:46am
4
@maxim searching the documentation for “workflow summary” and “static summary” I found Ruby (Class: Temporalio::Client::Schedule::Action::StartWorkflow — Documentation by YARD 0.9.37 ) and the CLI (Temporal CLI workflow command reference | Temporal Platform Documentation ), do you know if any other SDK’s support using the workflow summary yet?
maxim
June 30, 2025, 3:02pm
5
Sorry, it is called StaticDetails
:
And CurrentDetails
inside a workflow:
1 Like
I would love this as well
maxim:
CurrentDetails
is there such a thing in typescript sdk?