-
taskId
String taskId
Id of this task.
-
priority
TaskState.Priority priority
The priority of the task which decides which queue the task should go into
-
status
ai.grakn.engine.TaskStatus status
Task status, @see TaskStatus.
-
statusChangeTime
java.time.Instant statusChangeTime
Time when task status was last updated.
-
taskClassName
String taskClassName
Name of Class implementing the BackgroundTask interface that should be executed when task is run.
-
creator
String creator
String identifying who created this task.
-
engineID
EngineID engineID
String identifying which engine instance is executing this task, set when task is scheduled.
-
schedule
TaskSchedule schedule
Schedule for when this task should execute
-
stackTrace
String stackTrace
Used to store any executing failures for the given task.
-
exception
String exception
-
taskCheckpoint
TaskCheckpoint taskCheckpoint
Used to store a task checkpoint allowing it to resume from the same point of execution as at the time of the checkpoint.