Updates on Describes a process includes assignee changes, comments or state transitionstype
Column | Type | References | Comments | ||
---|---|---|---|---|---|
id | Integer | Primary key | |||
vdb_id | Integer | ||||
guidname | String | Name | |||
createddescription | DateString | Date of updateDescription | |||
processrequestor_id | Integer | db_process.id | Process ID | ||
comments | String | Comments | |||
creator_id | Integer | db_person.id | Creator ID | ||
reqd | Boolean (t or f) | Whether requestor makes sense for this process type | |||
initial_assignee_id | Integer | db_person.id | Assignee ID | state_id | |
initial_assignee_type | Integer | 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 | 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) |