-
taskId
String taskId
Id of this task.
-
status
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.
-
stackTrace
String stackTrace
Used to store any executing failures for the given task.
-
exception
String exception