public interface EscalatableTask
| Modifier and Type | Method and Description |
|---|---|
void |
escalate(TaskContext context,
String reason)
Task itself defines what is executed during escalation.
|
Date |
getEscalationDate(TaskContext context)
Returns escalation timeout
|
void escalate(TaskContext context, String reason) throws ErrorException
context - reason - reason of escalationErrorExceptionDate getEscalationDate(TaskContext context) throws ErrorException
context - ErrorExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.