Skip to main content

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

NameDescription
ProjectCaptionA multilingual caption for the project.
ProjectNameThe name of the project to which the process belongs.
StepsA list of steps (BaseProcessStep objects) associated with this process.
DeleteDateThe date and time when the process was deleted, if applicable.
FlowNameThe name of the flow associated with this process.
DeletedByThe identifier of the user who deleted the process, if applicable.
UserNameThe username of the user associated with the process.
ParentProcessIdThe identifier of the parent process, if this process is part of a larger workflow.
FlowStatusA multilingual description of the current flow status.
FlowStatusIdThe identifier of the current status of the flow associated with the process.
UserIdThe identifier of the user associated with the process.
FinishDateThe date and time when the process was completed, if applicable.
ProcessIdThe unique identifier of the process.
ProjectIdThe unique identifier of the project to which the process belongs.
LastExecuteDateThe date and time when the process was last executed.
CreateDateThe date and time when the process was created.
DeletedByUserNameThe username of the user who deleted the process, if applicable.
FlowIdThe identifier of the flow associated with this process.
FlowCaptionA multilingual caption for the flow.