Workflow category
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| kind | Integer | ||
| name | String | Short name | |
| description | String | Description | |
| parent_id | Integer | db_category.id | Parent category ID |
| root_id | Integer | db_category.id | Root category ID |
| path | String | Path (IDs separated by /) from root | |
| context_id | Integer | Context object ID e.g. in case of project processes this will be id of the project | |
| context_type | Integer | Context type |