From f14bff2a2accbe34e5b8584718205a1dcf5ce669 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Wed, 30 Oct 2019 11:53:06 -0700 Subject: [PATCH] Edit task-options.md --- content/v2.0/process-data/task-options.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/v2.0/process-data/task-options.md b/content/v2.0/process-data/task-options.md index 9841fcb8d..c60042df4 100644 --- a/content/v2.0/process-data/task-options.md +++ b/content/v2.0/process-data/task-options.md @@ -12,8 +12,8 @@ weight: 105 v2.0/tags: [tasks, flux] --- -Task options define specific information about the task and are specified in your -Flux script or in the InfluxDB user interface (UI). +Task options define specific information about a task. +They are set in a Flux script or in the InfluxDB user interface (UI). The following task options are available: - [name](#name) @@ -44,8 +44,6 @@ The interval at which the task runs. _**Data type:** Duration_ -_**Note:** In the InfluxDB UI, the **Interval** field sets this option_. - ```js options task = { // ... @@ -53,6 +51,10 @@ options task = { } ``` +{{% note %}} +In the InfluxDB UI, the **Interval** field sets this option. +{{% /note %}} + ## cron The [cron expression](https://en.wikipedia.org/wiki/Cron#Overview) that defines the schedule on which the task runs.