Describes Updates on a process typeincludes assignee changes, comments or state transitions
Column | Type | References | Comments | ||
---|---|---|---|---|---|
id | Integer | Primary key | |||
vdb_id | Integer | ||||
nameguid | String | Name | |||
descriptioncreated | StringDate | Description | |||
requestor_reqd | Boolean (t or f) | Whether requestor makes sense for this process type | |||
initial_ | Date of update | ||||
process_id | Integer | db_process.id | Process ID | ||
comments | String | Comments | |||
creator_id | Integer | db_person.id | Creator ID | ||
assignee_id | Integer | initial_assignee_typedb_person.id | Assignee ID | ||
state_id | 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)db_state.id | From state ID | ||
transition_id | Integer | db_state_transition.id | State Transition ID, if none then empty | ||
next_state_id | Integer | db_state.id | To state ID | ||
name | String | Name of the person doing the transition if not a Celoxis user | |||
String | Email of the person doint the transition if not a Celoxis user |