ProcessInstanceWorkitem
Stores work items assigned to users as part of an approval process.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the work item associated with a process instance step. | |
| ProcessInstanceId | String | True |
Identifier of the process instance to which this work item belongs. | |
| OriginalActorId | String | True |
Identifier of the original user or group assigned to complete the work item. | |
| ActorId | String | True |
Identifier of the user or group currently responsible for acting on the work item. | |
| IsDeleted | Boolean | True |
Indicates whether the work item has been deleted from the system. | |
| CreatedDate | Datetime | True |
Date and time when the work item was created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the work item record. |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent modification to the work item. |