Skip to main content

ProcessHistoryWithML

The ProcessHistoryWithML class represents the history of a process with multilingual support, including details such as process ID, name, captions, items, sub-processes, status, and deletion information.

Properties

NameDescription
DeleteDateGets or sets the date when the process was deleted, if applicable.
SubProcessesGets or sets the list of sub-processes associated with the process.
DeletedByGets or sets the user who deleted the process, if applicable.
ShowCancelledInHistoryGets or sets a value indicating whether cancelled processes should be shown in the history.
StatusIconGets or sets the icon representing the status of the process.
ItemsGets or sets the list of history items associated with the process.
ProcessCaptionGets or sets the multilingual caption of the process.
ProcessNameGets or sets the name of the process.
StatusDescriptionGets or sets the multilingual status description of the process.
ShowTimeoutInHistoryGets or sets a value indicating whether timeout processes should be shown in the history.
ProcessIdGets or sets the identifier of the process.

Constructors

NameDescription
ProcessHistoryWithML()Initializes a new instance of the ProcessHistoryWithML class.