THRESHOLD_ACTION
Description
This table stores the threshold action information.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the threshold action. |
| TRANSITION_STAGE_INDEX | int | The index of the transition stage. |
| SIDE_EFFECT_ACTION_BASE_ID | bigint | The ID of the side effect action base. |
| THRESHOLD_EXPRESSION | longtext | The threshold expression. |
| TIMEOUT_IN_SECONDS | bigint | The timeout in seconds. |
| THRESHOLD_ACTIONS_THRESHOLD 0 | bigint | The threshold actions threshold value. |
| THRESHOLD_ACTIONS_HJORDER | int | The HJORDER value of the threshold action. |
Primary Key
- ID
Foreign Key Relationships
- SIDE_EFFECT_ACTION_BASE_ID references SIDE_EFFECT(ID)
- THRESHOLD_ACTIONS_THRESHOLD 0 references THRESHOLD_STAGE(ID)