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