Use this predefined database view to query data for escalation templates.
| Column name | Type | Comments |
|---|---|---|
| ESTID | ID | The ID of the escalation template. |
| ACTION | Integer | The action triggered by the escalation. Possible
values are:
|
| ACTIVATION_STATE | Integer | An escalation instance is created if the corresponding
task reaches one of the following states:
|
| AT_LEAST_EXP_STATE | Integer | The state of the task that is expected by the
escalation. If a timeout occurs, the task state is compared with the
value of this attribute. Possible values are:
|
| CONTAINMENT_CTX_ID | String | If the escalation template belongs to an inline task template, the containment context is the process template. If the escalation template context belongs to a stand-alone task template, the containment context is the task template. |
| FIRST_ESTID | ID | The ID of the first escalation template in a chain of escalation templates. |
| INCREASE_PRIORITY | Integer | Indicates how the task priority will be increased.
Possible values are:
|
| NAME | String | The name of the escalation template. |
| PREVIOUS_ESTID | ID | The ID of the previous escalation template in a chain of escalation templates. |
| TKTID | ID | The task template ID to which the escalation template belongs. |