Skip to content

Show workflow template link in workflow node summary tab #15995

@nakatani-yo

Description

@nakatani-yo

Summary

When a workflow is created from a WorkflowTemplate (or ClusterWorkflowTemplate), there is no easy way to navigate to the source template from the workflow node info panel. Users must manually search for the template name.

Motivation

When investigating workflow execution results in the node summary tab, it is common to want to:

  • Quickly identify which workflow template the workflow was created from
  • Navigate to the source template to review or edit the template definition

Currently, users need to manually copy the template name from other sources and navigate to the workflow templates page separately, which interrupts the debugging/investigation flow.

Proposal

Add a WORKFLOW TEMPLATE row to the workflow node summary tab that displays the template name as a clickable link, allowing users to navigate directly to the WorkflowTemplate (or ClusterWorkflowTemplate) page.

  • For namespace-scoped templates: links to /workflow-templates/{namespace}/{name}
  • For cluster-scoped templates: links to /cluster-workflow-templates/{name}
  • Only shown when the workflow was created from a workflowTemplateRef

Message from the maintainers:

Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions