ProcessInstanceStep
Represents individual steps within a process instance, tracking approvals and actions taken.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the process instance step record. | |
| ProcessInstanceId | String | True |
Identifier of the process instance to which this step belongs. | |
| StepStatus | String | True |
Current status of the step within the approval process, such as Pending or Approved. | |
| OriginalActorId | String | True |
Identifier of the original user or group assigned to complete this step. | |
| ActorId | String | True |
Identifier of the actual user or group responsible for acting on this step. | |
| Comments | String | True |
Comments or notes added by the actor during completion of the step. | |
| StepNodeId | String | True |
ProcessNode.Id |
Identifier of the process node representing this step in the approval process definition. |
| CreatedDate | Datetime | True |
Date and time when this process step was created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the process instance step. |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent update to this step. |