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 |
---|---|
UserName | The username of the individual associated with this step. |
StepName | The name of the process step. |
ResponseDate | The date and time when the request received a response, if applicable. |
Status | The current status of this process step. |
RequestDate | The date and time when the request was made. |
RequestType | The type of request associated with this step. |
PositionName | The name of the position associated with this step. |
Caption | A multilingual caption for the process step. |
ProcessId | The identifier of the process to which this step belongs. |