docs-v2/content/flux/v0.x/stdlib/influxdata/influxdb/tasks/_index.md

1.3 KiB

title list_title description aliases menu weight flux/v0.x/tags related introduced
Flux InfluxDB `tasks` package tasks package The Flux InfluxDB `tasks` package provides options and functions for working with [InfluxDB tasks](/influxdb/cloud/process-data/get-started/). Import the `influxdata/influxdb/tasks` package.
/influxdb/v2.0/reference/flux/functions/influxdb-v1/
/influxdb/v2.0/reference/flux/stdlib/influxdb-tasks/
/influxdb/cloud/reference/flux/stdlib/influxdb-tasks/
flux_0_x_ref
name parent
tasks influxdb-pkg
202
functions
tasks
package
/{{< latest "influxdb" >}}/process-data/get-started/
0.84.0

The Flux InfluxDB tasks package provides options and functions for working with InfluxDB tasks. Import the influxdata/influxdb/tasks package:

import "influxdata/influxdb/tasks"

Options

The influxdata/influxdb/tasks package provides the following options:

import "influxdata/influxdb/tasks"

option tasks.lastSuccessTime = 0000-01-01T00:00:00Z

lastSuccessTime

Define the time of the last successful task run. Only use this option to override the time of the last successful run provided by the InfluxDB task engine.

Functions

{{< children type="functions" show="pages" >}}