db_state
Workflow process state
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
guid | String | Â | Â |
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. |
process_type_id | Integer | db_process_type.id | Â |
deleted_on | Date | Â | Date this state was deleted |
position | Integer | Â | Order in its siblings |