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 |
---|---|
DeleteDate | The date and time when the process was deleted, if applicable. |
ProjectCaption | A multilingual caption for the project. |
ParentProcessId | The identifier of the parent process, if this process is part of a larger workflow. |
ProjectName | The name of the project to which the process belongs. |
DeletedBy | The identifier of the user who deleted the process, if applicable. |
ProjectId | The unique identifier of the project to which the process belongs. |
FlowStatus | A multilingual description of the current flow status. |
UserName | The username of the user associated with the process. |
CreateDate | The date and time when the process was created. |
FlowId | The identifier of the flow associated with this process. |
LastExecuteDate | The date and time when the process was last executed. |
FlowStatusId | The identifier of the current status of the flow associated with the process. |
UserId | The identifier of the user associated with the process. |
DeletedByUserName | The username of the user who deleted the process, if applicable. |
FlowCaption | A multilingual caption for the flow. |
FinishDate | The date and time when the process was completed, if applicable. |
Steps | A list of steps (BaseProcessStep objects) associated with this process. |
ProcessId | The unique identifier of the process. |
FlowName | The name of the flow associated with this process. |