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

# Workflows

> Orchestrate multi-step data processing pipelines in Cognite Data Fusion (CDF).

The workflows APIs let you orchestrate multi-step data processing pipelines in CDF. Create workflows, define versions with task graphs, trigger executions, and manage triggers. Use these APIs for ETL pipelines, scheduled synchronization, event-driven processing, and multi-step validations.

## APIs in this group

* [Workflows](/api-reference/concepts/20230101/workflows) — Create and manage workflow definitions
* [Workflow versions](/api-reference/concepts/20230101/workflow-versions) — Define task graphs and execution logic
* [Workflow executions](/api-reference/concepts/20230101/workflow-executions) — Run workflows and track status
* [Workflow triggers](/api-reference/concepts/20230101/workflow-triggers) — Trigger workflows on schedule or events
* [Workflow tasks](/api-reference/concepts/20230101/workflow-tasks) — Update task state during execution
