Package com.inet.taskplanner.server.api.history
package com.inet.taskplanner.server.api.history
Provides classes for managing task execution history in the Task Planner.
This includes tracking and storing information about past task executions,
their results, and related metadata for auditing and monitoring purposes.
-
InterfacesClassDescriptionHolds information about last executions of a
TaskExecution.Holds information about one execution of aTaskExecution.
The execution may, but does not need to, be already finished.