This table maps delegated and reassigned workitems to their new assignments.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| workitemid | nvarchar(30) | not null | This workitem id |
| workitemname | nvarchar(30) | not null | The name for the workitem |
| delegatedto | nvarchar(30) | with null | The actor to whom this has been delegated |
| delegatedby | nvarchar(30) | with null | The actor by which this has been delegated |
| takenby | nvarchar(30) | with null | The actor who has taken this workitem |
| takenfrom | nvarchar(30) | with null | The actor the workitem was taken from |
| complete | float | with null | Completion date |
| mustcomplete | float | with null | The item due date |
| usertype | nvarchar(4) | with null | The user type |
| productid | byte(16) | not null | The product id |
Product Name: Workflow
Table Type: Table