STATE
Description
This table stores the state information.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the state. |
| KIND | varchar | The kind of the state. |
| NAME | varchar | The name of the state. |
| USING_TUPLE_TIME_AS_VISIT_TI_0 | bit | Indicates if tuple time is used as visit time. |
| ACTIVITY_TRANSITION_FILTER_S_0 | bigint | The activity transition filter value. |
| INACTIVITY_TRANSITION_STATE 0 | bigint | The inactivity transition state value. |
| STATES_TRIGGER_OPERATION_ID | bigint | The ID of the trigger operation associated with the state. |
| STATES_HJORDER | int | The HJORDER value of the state. |
Primary Key
- ID
Foreign Key Relationships
- ACTIVITY_TRANSITION_FILTER_S_0 references ACTIVITY_TRANSITION_FILTER(ID)
- INACTIVITY_TRANSITION_STATE 0 references INACTIVITY_TRANSITION(ID)
- STATES_TRIGGER_OPERATION_ID references TRIGGER_OPERATION(ID)