Workflow process state
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| name | String | Short name | |
| description | String | Description | |
| is_start_state | Boolean (t or f) | Is this a 'start' state? | |
| is_end_state | Boolean (t or f) | Is this an 'end' state? An end state means that the process is assumed to be completed. | |
| context_id | Integer | ||
| context_type | Integer | ||
| deleted_on | Date | Date this state was deleted | |
| position | Integer | Order in its siblings |