Package com.appiancorp.suiteapi.process
Class Escalation
java.lang.Object
com.appiancorp.suiteapi.process.AbstractEscalation
com.appiancorp.suiteapi.process.Escalation
- All Implemented Interfaces:
AppianTypeHolder
,Serializable
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:
-
Field Summary
Fields inherited from class com.appiancorp.suiteapi.process.AbstractEscalation
AC_NOTIFY_NAME, AC_PRIORITY_NAME, AC_REASSIGN_NAME, PRIORITY_SET, TYPE_EVENT_PRODUCER, TYPE_NOTIFY, TYPE_PRIORITY, TYPE_REASSIGN
-
Constructor Summary
-
Method Summary
Methods inherited from class com.appiancorp.suiteapi.process.AbstractEscalation
fillInAppianTypes, getActivityClass, getEventProducer, getEventTrigger, getType, setActivityClass, setEventProducer, setEventTrigger, setType
-
Constructor Details
-
Escalation
public Escalation() -
Escalation
-