57.1. Viewing Tasks #

In the navigation panel, go to Tasks 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:

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

    • NO_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.

    • CANCEL_IN_PROGRESS: The task is being cancelled.

    • TERMINATE_IN_PROGRESS: The task is being terminated.

    • CANCELED: The task was cancelled per user request.

    • TERMINATED: The task was terminated per user request.

    • COMPLETED: The task was completed.

    • FAILED: An error occurred while executing the task.

    • COMPLETED_BY_USER: The task was completed by the user.

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

    • ROLLBACK: 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 Show log 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.