> ## 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.

# Data workflows overview

> Explore guides and references for orchestrating interdependent processes and tasks in Cognite Data Fusion (CDF) with built-in automation, retry logic, and error handling.

<CardGroup cols={2}>
  <Card title="About Data workflows" icon="info" href="/cdf/data_workflows/index">
    Understand core concepts including workflows, workflow versions, definitions, tasks, executions, and triggers.
  </Card>

  <Card title="Use data workflows" icon="play" href="/cdf/data_workflows/workflow_user_guide">
    Create, run, and monitor data workflows using the CDF user interface, Cognite API, or Python SDK.
  </Card>
</CardGroup>

## Configure and automate

<CardGroup cols={2}>
  <Card title="Tasks in data workflows" icon="list-checks" href="/cdf/data_workflows/task_types">
    Learn about task types, configure parameters, and use dynamic references to pass data between tasks.
  </Card>

  <Card title="Triggers for data workflows" icon="zap" href="/cdf/data_workflows/triggers">
    Automate workflow execution with schedule-based triggers or data modeling event triggers.
  </Card>
</CardGroup>

## Reference

<Card title="Limits and restrictions" icon="gauge" href="/cdf/data_workflows/limits_and_restrictions_workflows">
  Review technical specifications and limits for the data workflows service in CDF.
</Card>
