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 escalationErrorException
Date getEscalationDate(TaskContext context) throws ErrorException
context
- ErrorException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.