db_process_type
Describes a process type
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
vdb_id | Integer | Â | Â |
name | String | Â | Name |
name_plural | String | Â | Plural Name |
description | String | Â | Description |
requestor_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 |
allow_time | Boolean (t or f) | Â | Â |
allow_client | Boolean (t or f) | Â | Â |
active | Boolean (t or f) | Â | Â |
followers_csv | String | Â | Person ID CSV (-1 means project team), (-2 means PM) |