Package pro.taskana.common.internal.jobs
Interface TaskanaJob
-
- All Known Implementing Classes:
AbstractTaskanaJob,ClassificationChangedJob,TaskCleanupJob,TaskRefreshJob,TaskUpdatePriorityJob,WorkbasketCleanupJob
public interface TaskanaJobInterface for all background TASKANA jobs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun()Execute the TaskanaJob.
-
-
-
Method Detail
-
run
void run() throws TaskanaException
Execute the TaskanaJob.- Throws:
TaskanaException- if any exception occurs during the execution.
-
-