1.3 KiB
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. |
|
|
202 |
|
|
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" >}}