View a different label instead of "ActivityType" on the UI
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.
The user metadata is designed to support this kind of use case. But it may need more UI work to show it.
@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.