66.1. Viewing Tasks #

In the navigation panel, go to Task console.

The table of tasks with the following columns will be displayed:

  • Name: The name of the task.

  • Agent: The agent assigned to execute the task.

    This column includes additional information:

    Instance: The instance where the task was executed.

  • Status.

    Possible values:

    • Executing: The task was received and started by the agent.

    • No response from agent: The manager could not reach the agent.

    • Rejected by agent: The agent rejected the task.

    • Not executed: The agent received the task, but the task was not executed due to an error.

    • Canceling: The task is being cancelled.

    • Terminating: The task is being terminated.

    • Canceled: The task was cancelled per user request.

    • Terminated: The task was terminated per user request.

    • Executed: The task was executed.

    • Execution failed: An error occurred while executing the task.

    • Executed by user: The task was executed by the user.

    • Waiting: The task was queued at the agent side.

    • Rolled back: The task was executed and then cancelled as part of one transaction manually or as a result of an error.

  • Database: The database for which the task was executed.

  • Start time and End time: The start and end time of the task execution.

To view detailed information about the task, click next to it.

The window with the following parameters will open:

  • Status: The task execution status.

  • ID: The task ID.

  • Agent: The agent that executed the task.

  • Instance: The instance where the task was executed.

  • Type: The task type.

  • User: The user who requested the task.

  • Start and End: The task execution time.

  • Command: The SQL command that was executed as part of the task.

  • Log: The log entry of the task.

  • Errors: Errors occurred during the task execution.

You can view tasks with errors by clicking Show errors in the top-right corner of the task table. This applies the following filters at once:

  • No response from agent

  • Rejected by agent

  • Not executed

  • Execution failed