ACTIVITY_TRANSITION_FILTER
Description
This table stores information about activity transition filters.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each activity transition filter. |
| CONDITION | longtext | The condition for the activity transition filter. |
| CONDITION_PORT_INDEX | int(11) | The index of the condition port. |