BaseProcessStep
The BaseProcessStep class represents an individual step within a process, including details like the step name, associated user, position, and request status.
Properties
| Name | Description |
|---|---|
| Caption | A multilingual caption for the process step. |
| Status | The current status of this process step. |
| RequestDate | The date and time when the request was made. |
| UserName | The username of the individual associated with this step. |
| RequestType | The type of request associated with this step. |
| ResponseDate | The date and time when the request received a response, if applicable. |
| PositionName | The name of the position associated with this step. |
| StepName | The name of the process step. |
| ProcessId | The identifier of the process to which this step belongs. |