RESPONSE_ACTION
Description
This table stores the response action information.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the response 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. |
| EXPECTED_RESPONSE_RESPONSE_A_0 | bigint | The expected response response value. |
| RESPONSE_ACTIONS_RESPONSE_ST_0 | bigint | The response actions response value. |
| RESPONSE_ACTIONS_HJORDER | int | The HJORDER value of the response action. |
Primary Key
- ID
Foreign Key Relationships
- SIDE_EFFECT_ACTION_BASE_ID references SIDE_EFFECT(ID)
- EXPECTED_RESPONSE_RESPONSE_A_0 references MESSAGE_RESPONSE(ID)
- RESPONSE_ACTIONS_RESPONSE_ST_0 references RESPONSE_STAGE(ID)