ProcessInstance
Tracks running instances of approval processes, recording their status and progression.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the process instance record. | |
| ProcessDefinitionId | String | True |
Identifier of the approval process definition associated with this instance. | |
| TargetObjectId | String | True |
Identifier of the record that the approval process is acting upon. | |
| Status | String | True |
Current status of the process instance, such as Started, Approved, or Rejected. | |
| IsDeleted | Boolean | True |
Indicates whether the process instance has been deleted from the system. | |
| CreatedDate | Datetime | True |
Date and time when the process instance was created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who initiated the process instance. |
| LastModifiedDate | Datetime | True |
Date and time when the process instance was last updated. | |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last modified the process instance. |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the latest update to the process instance. |