---
title: Process data with InfluxDB tasks
description: InfluxDB’s task engine runs scheduled Flux tasks that process and analyze data. This collection of articles provides information about creating and managing InfluxDB tasks.
url: https://docs.influxdata.com/influxdb/cloud/process-data/
estimated_tokens: 500
product: InfluxDB Cloud (TSM)
version: cloud
---

# Process data with InfluxDB tasks

Process and analyze your data with tasks in the InfluxDB **task engine**. Use tasks (scheduled Flux queries) to input a data stream and then analyze, modify, and act on the data accordingly.

Discover how to create and manage tasks using the InfluxDB user interface (UI) and the `influx` command line interface (CLI). Find examples of data downsampling, anomaly detection *(Coming)*, alerting *(Coming)*, and other common tasks.

Tasks replace InfluxDB v1.x continuous queries.

### [Get started with tasks](/influxdb/cloud/process-data/get-started/)

Learn the basics of writing an InfluxDB task that processes data, and then performs an action, such as storing the modified data in a new bucket or sending an alert.

### [Manage tasks](/influxdb/cloud/process-data/manage-tasks/)

InfluxDB provides options for creating, reading, updating, and deleting tasks using the `influx` CLI, the InfluxDB UI, and the InfluxDB API.

### [Common data processing tasks](/influxdb/cloud/process-data/common-tasks/)

InfluxDB Tasks process data on specified schedules. This collection of articles walks through common use cases for InfluxDB tasks.

### [Task configuration options](/influxdb/cloud/process-data/task-options/)

Task options define specific information about a task such as its name, the schedule on which it runs, execution delays, and others.

#### Related

-   [Tasks & InfluxDB](/resources/videos/influxdb-tasks/)

[tasks](/influxdb/cloud/tags/tasks/)
