Task statuses

A task can have one of the following statuses: Error; Warning; OK.

A task status is derived from the result of the last run of the task.

 

Status

How it is determined

How to handle

1

Error

Last result is "Failed"

Identify the failed task -> Check the task log to find out the reason of the failure, then do one or more of the following:

  • Remove the reason of the failure -> [optionally] Start the failed task manually
  • Edit the failed task to prevent its future failure

2

Warning

Last result is "Succeeded with warning" or the task has been stopped

View the log to read the warnings -> [optionally] Perform actions to prevent the future warnings or failure.

3

OK

Last result is "Succeeded" or "Not run yet"

"Not run yet" means that the task has never been started or has been started, but has not finished yet and, therefore its result is not available. You may want to find out why the task has not started so far.