This table contains process/instance/and actor statistics.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| processid | nvarchar(20) | not null | |
| started | float | not null | The date the workitem was started |
| workitemid | nvarchar(20) | not null | The associated workitem id |
| duedate | float | with null | The workitem due date |
| completed | float | with null | The workitem completion date |
| actor | nvarchar(50) | not null | The actor associated with the workitem |
| processname | nvarchar(50) | not null | The associated process name |
| nodeid | nvarchar(20) | not null | The associated node id |
| nodename | nvarchar(50) | not null | The associated node name |
| nodedesc | nvarchar(200) | with null | The associated node description |
| serverid | nvarchar(16) | with null | |
| productid | byte(16) | not null | The product id |
Product Name: Workflow
Table Type: Table