This table contains system event timers
| Column Name | Column Datatype | Column Null Option | Column Comment |
| eventtime | float | not null | The time at which to trigger |
| processid | nvarchar(20) | not null | The associated process id |
| id | nvarchar(20) | not null | |
| duedate | float | not null | The due date for this event |
| parentid | nvarchar(20) | with null | This event's parent id |
| reservedby | nvarchar(16) | with null | |
| productid | byte(16) | not null | The product id |
Product Name: Workflow
Table Type: Table