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
ShowTimeoutInHistoryGets or sets a value indicating whether timeout processes should be shown in the history.
SubProcessesGets or sets the list of sub-processes associated with the process.
DeleteDateGets or sets the date when the process was deleted, if applicable.
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.
ItemsGets or sets the list of history items associated with the process.
StatusDescriptionGets or sets the multilingual status description of the process.
ProcessCaptionGets or sets the multilingual caption of the process.
ProcessIdGets or sets the identifier of the process.
StatusIconGets or sets the icon representing the status of the process.
ProcessNameGets or sets the name of the process.

Constructors

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