BaseProcessItem
The BaseProcessItem class represents the basic information and metadata for a process within a project, including identifiers, status, user details, and associated steps.
Properties
| Name | Description |
|---|---|
| ProjectCaption | A multilingual caption for the project. |
| ProjectName | The name of the project to which the process belongs. |
| Steps | A list of steps (BaseProcessStep objects) associated with this process. |
| DeleteDate | The date and time when the process was deleted, if applicable. |
| FlowName | The name of the flow associated with this process. |
| DeletedBy | The identifier of the user who deleted the process, if applicable. |
| UserName | The username of the user associated with the process. |
| ParentProcessId | The identifier of the parent process, if this process is part of a larger workflow. |
| FlowStatus | A multilingual description of the current flow status. |
| FlowStatusId | The identifier of the current status of the flow associated with the process. |
| UserId | The identifier of the user associated with the process. |
| FinishDate | The date and time when the process was completed, if applicable. |
| ProcessId | The unique identifier of the process. |
| ProjectId | The unique identifier of the project to which the process belongs. |
| LastExecuteDate | The date and time when the process was last executed. |
| CreateDate | The date and time when the process was created. |
| DeletedByUserName | The username of the user who deleted the process, if applicable. |
| FlowId | The identifier of the flow associated with this process. |
| FlowCaption | A multilingual caption for the flow. |