Describes a process type
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| name | String | Name | |
| description | String | Description | |
| deleted_on | Date | Date this was deleted | |
| app_id | Integer | db_application.id | Application ID (every process type belongs to an application) |
| client_reqd | Boolean (t or f) | Whether requestor makes sense for this process type | |
| initial_assignee_id | Integer | ||
| initial_assignee_type | Integer | 1 = None , 2 = Specific user, 3 = State manager |