This table contains all the process instances in the system.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | nvarchar(20) | not null | This instance id |
| productid | byte(16) | not null | The product id |
| definitionid | nvarchar(20) | not null | The id of the definition of which this is an instance |
| content | long byte | with null | This instance in XML |
| externals | long byte | with null | External datatypes |
| started | float | with null | The date this was started |
| completed | float | with null | The date this was completed |
| status | integer | with null | This instance's status |
| name | nvarchar(50) | with null | The name of this instance |
| description | nvarchar(200) | with null | A description |
| version | nvarchar(6) | not null | |
| reservedby | nvarchar(16) | with null | |
| reservedtime | float | with null | |
| lastmodifiedby | nvarchar(16) | with null | |
| killcount | integer | not null |
Product Name: Workflow
Table Type: Table