> ## Documentation Index
> Fetch the complete documentation index at: https://radarhq.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Argo Workflows visibility in Kubernetes

> Inspect Argo Workflow runs, templates, CronWorkflows, DAG tasks, steps, retries, inputs, failures, and retained history in Radar.

[Argo Workflows](https://argoproj.github.io/workflows/) is a container-native workflow engine for orchestrating parallel jobs on Kubernetes. Radar represents the stable workflow definition separately from its retained Workflow runs, then turns each selected run's controller graph into a readable execution hierarchy.

Use the [Jobs and workflows guide](/docs/features/jobs-and-workflows) to learn how to select runs, compare captured configuration with the current definition, follow DAG tasks and Steps, inspect inputs, and diagnose failures.

Radar understands Workflow, CronWorkflow, WorkflowTemplate, and ClusterWorkflowTemplate resources. It also follows template references attached to individual tasks and links them back to the referenced definition when the resource is visible.

| CRD                     | Group                  | Topology | Detail View | AI Summary |
| ----------------------- | ---------------------- | -------- | ----------- | ---------- |
| Workflow                | `argoproj.io/v1alpha1` | Yes      | Yes         | -          |
| WorkflowTemplate        | `argoproj.io/v1alpha1` | Yes      | Yes         | -          |
| ClusterWorkflowTemplate | `argoproj.io/v1alpha1` | Yes      | Yes         | -          |
| CronWorkflow            | `argoproj.io/v1alpha1` | Yes      | Yes         | -          |

<Note>
  Radar reads Workflow and template CRDs from the Kubernetes API using the current user's permissions. ClusterWorkflowTemplate names and metadata are not included when the user cannot list that cluster-scoped resource.
</Note>
