INACTIVITY_TRANSITION
Description
This table stores information about the inactivity transitions.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the inactivity transition. |
| NAME | varchar | The name of the inactivity transition. |
| TARGET | varchar | The target of the inactivity transition. |
| CONDITION | longtext | The condition of the inactivity transition. |
| DURATION_IN_SECONDS | bigint | The duration in seconds. |
Constraints
- PRIMARY KEY (ID)