Tasks

This section covers all configuration related to tasks for Vision.

View the Tasks

The following path shows how to navigate in the UI:

The following figure shows the table of Tasks.

Tasks View

Description of illustration tasks-view.png

This tab gives a list of all tasks currently in Vision. This list can be ordered by clicking on the column you wish to order by. The table contains the following columns:

  1. Name: Name of the task.

  2. Cron Expression: A CRON expression that tells the API how often to execute the task.

  3. Cron Description: (Not Editable) A human readable version of how often the task is updated. This value will be changed when the CRON expression is changed. You will need to refresh the table to see the change.

  4. Type: The type of task it is, galileo is a request to a Vision endpoint, rest is a request to a rest endpoint, script is when the task executes a script file.

  5. Path: The URL for galileo and rest tasks. The location of the file on the filesystem for script tasks.

  6. Username: Username to access the endpoint.

  7. Password: Password for the user.

  8. Method: HTTP method type used for the galileo and rest tasks.

  9. Description: A description of what job the task is performing.

  10. Enabled: Flag for if the task is currently set to be executed at its interval.

To edit an task, click the pencil on the end of the row, click the column you wish to edit, change the required value and click the tick to confirm your change. A popup appears asking you to confirm your edit.

Adding a Task

The following path shows how to navigate in the UI:

The following figure shows the form for adding a Task.

Tasks Form

Description of illustration tasks-form.png

This tab allows you to add in a Task. The mandatory field are Task name, Task description, Task type, Task command/path, Username, Password and Cron expression. For tasks that are Galileo or Rest tasks Request type is also required. Click Add task after fields are filled out to create a task.