BaseProcessItem Properties
An object defining properties for the BaseProcessItem class.
ProjectCaption
A multilingual caption for the project.
Type: MultiLanguage
ProjectName
The name of the project to which the process belongs.
Type: string
Steps
A list of steps (BaseProcessStep objects) associated with this process.
Type: List<BaseProcessStep>
DeleteDate
The date and time when the process was deleted, if applicable.
Type: DateTimeOffset?
FlowName
The name of the flow associated with this process.
Type: string
DeletedBy
The identifier of the user who deleted the process, if applicable.
UserName
The username of the user associated with the process.
Type: string
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.
Type: MultiLanguage
FlowStatusId
The identifier of the current status of the flow associated with the process.
UserId
The identifier of the user associated with the process.
Type: long
FinishDate
The date and time when the process was completed, if applicable.
Type: DateTimeOffset?
ProcessId
The unique identifier of the process.
Type: long
ProjectId
The unique identifier of the project to which the process belongs.
Type: string
LastExecuteDate
The date and time when the process was last executed.
Type: DateTimeOffset
CreateDate
The date and time when the process was created.
Type: DateTimeOffset
DeletedByUserName
The username of the user who deleted the process, if applicable.
Type: string
FlowId
The identifier of the flow associated with this process.
Type: string
FlowCaption
A multilingual caption for the flow.
Type: MultiLanguage