This table contains all the history information for instances.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| processid | nvarchar(20) | not null | |
| nodeid | nvarchar(20) | not null | The associated node id |
| type | integer | not null | What type of history entry this row is |
| timestamp | float | not null | The time it was completed |
| workitemid | nvarchar(30) | with null | The associated workitem id |
| actorname | nvarchar(50) | with null | The associated actor name |
| info | nvarchar(250) | with null | Additional information |
| serverid | nvarchar(16) | with null | |
| productid | BYTE(16) | not null | The product id |
Product Name: Workflow
Table Type: Table