TRIGGER_ACTION
Description
This table stores information about trigger actions.
Columns
| Column Name | Data Type | Description |
| ID | bigint | Primary key column for the table |
| TRANSITION_STAGE_INDEX | int | Stores the index of the transition stage associated with the trigger action |
| SIDE_EFFECT_ACTION_BASE_ID | bigint | Stores the ID of the side effect action base associated with the trigger action |
| TIMEOUT_IN_SECONDS | bigint | Stores the timeout in seconds for the trigger action |
| TRIGGER_CONDITION_TRIGGER_AC_0 | bigint | Stores the ID of the trigger condition associated with the trigger action |
| TRIGGER_ACTIONS_TRIGGER_STAG_0 | bigint | Stores the ID of the trigger stage associated with the trigger action |
| TRIGGER_ACTIONS_HJORDER | int | Stores the HJORDER of the trigger action |
Foreign Key Relationships
- SIDE_EFFECT_ACTION_BASE_ID references SIDE_EFFECT(ID)
- TRIGGER_CONDITION_TRIGGER_AC_0 references TRIGGER_CONDITION(ID)
- TRIGGER_ACTIONS_TRIGGER_STAG_0 references TRIGGER_STAGE(ID)