@AccessLevel(value=EXTERNAL)
public final class TaskAllocationAdmin
extends java.lang.Object
The process of reallocating a task could be quite time consuming so use cases that must return quickly should consider wrapping calls to this API within a deferred process.
Modifier and Type | Method and Description |
---|---|
static void |
reallocateTask(TaskKey taskKey)
Reallocates the task specified by the given task key.
|
public static void reallocateTask(TaskKey taskKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
taskKey
- The task key.curam.util.exception.AppException
- Exceptions that may be thrown reallocating the task.curam.util.exception.InformationalException
- Generic informational exception.