Represents one step in an approval process (ProcessInstance).
| Field | Field Type | Field Properties | Description |
|---|---|---|---|
| ActorId | reference | Create | ID of the user who is currently assigned to this approval step. |
| Comments | string | Create | Limited to 4,000 bytes. |
| OriginalActorId | reference | Create | ID of the user who was originally assigned to this approval step. |
| ProcessInstanceId | reference | Create | ID of the ProcessInstance that this approval step belongs to. |
| StepStatus | picklist | Create | The current status of this approval step, for example Pending
or Approved. If the approval step requires unanimous approval and one approver rejects the request, the value of this field for the other approvers changes to NoResponse. Likewise, if approval is based on the first response and an approver responds, the value of this field for the other approvers changes to NoResponse. |
Create, query, or retrieve a new step in an approval process (ProcessInstance).