Skip to main content

Task Status

Task Status shows the execution history of automation tasks and the output of each command. Use it to verify that a task is running as expected or to investigate the cause of a failure. Clicking a device alias on the Task Configuration screen opens Task Status with the execution history for that task already filtered.

Finding results (filters)

When there is a large amount of execution history, use filters to narrow the scope. Click Reset to clear all filters.

FilterHow to use
Select ManagerSelect an NMS Manager
TaskSelect to view results for a specific task only
CommandSearch by command name
StatusFilter to show only successes or failures
Start date / End dateQuery execution history for a specific period
Display countMaximum number of records to load at once (100 / 500 / 1000 / 5000)

Execution result summary

A summary of the current query results is displayed below the filters.

ItemDescription
TotalTotal number of executions retrieved
SuccessNumber of executions completed successfully
FailureNumber of executions that ended in failure

Execution history list

The list is displayed in reverse chronological order.

ColumnDescription
Run timeTime the task was executed
HostHostname of the target device
AliasDevice alias
CommandCommand that was executed
StatusSuccess (green) / Failure (red)
DurationTime taken to execute the command (e.g., 1.234s)
ErrorError message on failure (truncated with ellipsis if long — hover to see the full message)

Viewing execution result details

  1. Click a row in the list to expand the full output of that command below.

  2. Use the output as needed.

    • Copy: copy to clipboard

    • Download: save as a text file (filename format: automation_YYYY-MM-DD_alias_ID.txt)

  3. Click a row with a Failure status to see the error message and how far the command executed before failing.