# Argo Workflows (/docs/runtime/components/argo-workflows)



Component Category [#component-category]

Workflows and automation / workflow orchestration

Component Description [#component-description]

Argo Workflows is a Kubernetes-native workflow engine for running multi-step jobs, pipelines, and batch processes.

Why It Is Used [#why-it-is-used]

In BullSequana AI Runtime, Argo Workflows provides the execution layer for structured automation flows that need ordered steps, retries, artifacts, and Kubernetes-native scaling. It is a key building block for document pipelines, event-driven jobs, and operational automations.

Learn More [#learn-more]

* [Argo Workflows documentation](https://argo-workflows.readthedocs.io/)
* [argoproj/argo-workflows on GitHub](https://github.com/argoproj/argo-workflows)

Interacts With [#interacts-with]

* `Argo Events`, which can trigger workflows from external or internal events.
* `MinIO`, which stores workflow artifacts, inputs, and outputs.
* `Temporal`, which covers a different orchestration pattern for durable application workflows.
* `Prometheus`, `Grafana`, and `Grafana Loki`, through workflow metrics and logs used for operations and troubleshooting.
