argoproj/argo-workflows

Workflow Engine for Kubernetes

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 3 seconds ago
Added to GitGenius on August 31st, 2021
Created on August 21st, 2017
Open Issues & Pull Requests: 1,252 (+0)
Number of forks: 3,611
Total Stargazers: 16,899 (+0)
Total Subscribers: 199 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.6 days
Mean response time: 337.0 days
90th percentile: 1149.4 days
Tracked items: 1,535

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 84% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "type/regression" is answered fastest, typically in about 31 hours, while "area/templating" waits about 12 months. 65% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 1% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 972
New in 7 days: 5
Closed in 7 days: 74
Avg open age: 994 days
Stale 30+ days: 918
Stale 90+ days: 885

Recent activity

Opened in 7 days: 5
Closed in 7 days: 74
Comments in 7 days: 88
Events in 7 days: 208

Top labels

  • area/ui (396)
  • area/controller (361)
  • type/regression (339)
  • solution/workaround (329)
  • P3 (326)
  • area/artifacts (273)
  • good first issue (262)
  • type/support (254)

Detailed Description

Argo Workflows is a container-native workflow engine for Kubernetes that orchestrates parallel jobs as a Kubernetes Custom Resource Definition.

The tool addresses the need to define and execute complex multi-step workloads on Kubernetes by letting developers model workflows either as sequences of tasks or as directed acyclic graphs that capture task dependencies. Each step in a workflow runs as a container, making it straightforward to express compute-intensive jobs for machine learning, data processing, infrastructure automation, and CI/CD pipelines. The engine handles parallel execution and scales across Kubernetes clusters without the overhead of legacy VM-based workflow systems.

Argo Workflows suits teams already committed to Kubernetes who need to orchestrate batch jobs, machine learning pipelines, or data processing workflows. It works well for organizations seeking a cloud-agnostic solution that runs on any Kubernetes cluster. The tool is particularly valuable for Python users through the Hera SDK, which provides a programmatic interface to define workflows. Anyone evaluating this tool should know it is designed specifically for container-native environments and assumes Kubernetes as the underlying platform.

The project receives almost all of its issue reports from outside users rather than the core team, reflecting a substantial base of adopters running it in production. Responses to issues and pull requests typically arrive within one to two weeks. Work in the issue tracker concentrates on the controller implementation, UI improvements, and lower-priority items, suggesting the core engine remains stable while development effort focuses on operational tooling and user experience.