> For the complete documentation index, see [llms.txt](https://docs.ozone.one/ozone-end-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ozone.one/ozone-end-user-guide/faq/pipelines.md).

# Pipelines

### Overview

Pipelines run [tasks](/ozone-end-user-guide/faq/tasks.md) in a sequence that is abstracted as a [Directed Acyclic Graph](https://en.wikipedia.org/wiki/Directed_acyclic_graph). You are free to define a granular pipeline that performs a specific vertical of the DevOps workflow (such as quality testing) or you can package all of it into one single pipelines.

Pipelines give you the flexibility to define templates that an organisation adheres to. For further reading please check the [official documentation of tekton](https://tekton.dev/docs/concepts/#steps-tasks-and-pipelines)

{% hint style="info" %}
Pipelines are templated entities. The instances of their execution are defined by the PipelineRun object
{% endhint %}
