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 | False |
Identifier of the process instance to which this work item belongs. | |
| OriginalActorId | String | False |
Identifier of the original user or group assigned to complete the work item. | |
| OriginalActorIdType | String | False |
Specifies the type of the 'OriginalActorId' polymorphic field to use in the statement. | |
| OriginalActorIdExternalFieldName | String | False |
Specifies the external field name of the 'OriginalActorId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ActorId | String | False |
Identifier of the user or group currently responsible for acting on the work item. | |
| ActorIdType | String | False |
Specifies the type of the 'ActorId' polymorphic field to use in the statement. | |
| ActorIdExternalFieldName | String | False |
Specifies the external field name of the 'ActorId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| ElapsedTimeInDays | Double | True |
Field containing ElapsedTimeInDays information. | |
| ElapsedTimeInHours | Double | True |
Field containing ElapsedTimeInHours information. | |
| ElapsedTimeInMinutes | Double | True |
Field containing ElapsedTimeInMinutes information. | |
| IsDeleted | Bool | 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. |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent modification to the work item. |