ui icon indicating copy to clipboard operation
ui copied to clipboard

View a different label instead of "ActivityType" on the UI

Open CtrlAltGiri opened this issue 11 months ago • 2 comments

Is your feature request related to a problem? Please describe. I have a generic activity that calls an LLM and returns a result. I want to be able to change this to a different name / label which I can view on the UI.

Describe the solution you'd like I'd like to be able to see a different name on the UI instead of just execute_llm_call. I want to label them on my workflow.

Describe alternatives you've considered Tried using execute_activity's summary param, but it doesn't show up on the UI.

CtrlAltGiri avatar Mar 12 '25 08:03 CtrlAltGiri

The user metadata is designed to support this kind of use case. But it may need more UI work to show it.

yiminc avatar Mar 23 '25 16:03 yiminc

@CtrlAltGiri Which version of the UI are you using? As of v2.35.0, we support showing the Summary field of metadata in the UI.

Alex-Tideman avatar Mar 24 '25 16:03 Alex-Tideman