Event-driven Automation Framework for Kubernetes
Go to file
dependabot[bot] a81c5628b4
chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#3703)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-21 15:30:19 +00:00
.github chore(deps): bump actions/download-artifact from 4 to 5 (#3686) 2025-08-09 12:56:58 +00:00
api fix(doc): Update data filter doc about string handling (#3670) 2025-07-24 23:44:48 -07:00
cmd
docs fix(doc): Update data filter doc about string handling (#3670) 2025-07-24 23:44:48 -07:00
examples fix(docs): replace outdated `whalesay` image with `busybox` (#3657) 2025-07-13 22:32:53 -07:00
hack
manifests
pkg fix(doc): Update data filter doc about string handling (#3670) 2025-07-24 23:44:48 -07:00
test fix(docs): replace outdated `whalesay` image with `busybox` (#3657) 2025-07-13 22:32:53 -07:00
third_party
.dockerignore
.gitattributes
.gitignore
.golangci.yml
CHANGELOG.md docs: updated CHANGELOG.md (#3668) 2025-07-13 23:08:30 -07:00
CONTRIBUTING.md
DEPENDENCIES.md
Dockerfile
LICENSE
Makefile
OWNERS
README.md
ROADMAP.md
SECURITY.md
USERS.md Add a dynamic headers block for http trigger (#3655) 2025-07-13 22:30:34 -07:00
go.mod chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#3703) 2025-08-21 15:30:19 +00:00
go.sum chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#3703) 2025-08-21 15:30:19 +00:00
mkdocs.yml
version.go

README.md

Argo Events - The Event-driven Workflow Automation Framework

Go Report Card slack Build Status CII Best Practices OpenSSF Scorecard GoDoc License Artifact HUB

What is Argo Events?

Argo Events is an event-driven workflow automation framework for Kubernetes. It allows you to trigger 10 different actions (such as the creation of Kubernetes objects, invoke workflows or serverless workloads) on over 20 different events (such as webhook, S3 drop, cron schedule, messaging queues - e.g. Kafka, GCP PubSub, SNS, SQS).

Argo Events in 3 minutes

Features

  • Supports events from 20+ event sources and 10+ triggers.
  • Ability to customize business-level constraint logic for workflow automation.
  • Manage everything from simple, linear, real-time to complex, multi-source events.
  • CloudEvents compliant.

Try Argo Events

Access the demo environment (login using GitHub)

Screenshot

Getting Started

Follow these instructions to set up Argo Events.

User Interface/API

The Argo Workflows has an API and user interface support Argo Events.

Documentation

Blogs and Presentations

Who uses Argo Events?

Official Argo Events user list

Contribute

Participation in the Argo Events project is governed by the CNCF Code of Conduct.

Contributions are more than welcome, if you are interested take a look at our Contributing Guidelines.

License

Apache License Version 2.0, see LICENSE

Security

Please see SECURITY.md