Class Escalation

java.lang.Object
com.appiancorp.suiteapi.process.AbstractEscalation
com.appiancorp.suiteapi.process.Escalation
All Implemented Interfaces:
AppianTypeHolder, Serializable

public class Escalation extends AbstractEscalation
An escalation is an action that occurs if the task has not been completed before the configured TimerEventTrigger triggers. It is similar to a Schedule. The type is one of
  • com.appiancorp.suiteapi.process.AbstractEscalation.TYPE_REASSIGN
  • com.appiancorp.suiteapi.process.AbstractEscalation.TYPE_NOTIFY
  • com.appiancorp.suiteapi.process.AbstractEscalation.TYPE_PRIORITY
  • com.appiancorp.suiteapi.process.AbstractEscalation.TYPE_EVENT_PRODUCER
See Also:
  • Constructor Details