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