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

1.3 KiB

title description menu weight cascade
tasks package The `tasks` package provides tools for working with InfluxDB tasks.
flux_v0_ref
name parent identifier
tasks influxdata/influxdb influxdata/influxdb/tasks
31
introduced
0.84.0

The tasks package provides tools for working with InfluxDB tasks. Import the influxdata/influxdb/tasks package:

import "influxdata/influxdb/tasks"

Options

option tasks.lastSuccessTime = _zeroTime

lastSuccessTime

lastSuccessTime is the last time this task ran successfully.

Functions

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