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
Name | Description |
---|
DeleteDate | Gets or sets the date when the process was deleted, if applicable. |
SubProcesses | Gets or sets the list of sub-processes associated with the process. |
DeletedBy | Gets or sets the user who deleted the process, if applicable. |
ShowCancelledInHistory | Gets or sets a value indicating whether cancelled processes should be shown in the history. |
StatusIcon | Gets or sets the icon representing the status of the process. |
Items | Gets or sets the list of history items associated with the process. |
ProcessCaption | Gets or sets the multilingual caption of the process. |
ProcessName | Gets or sets the name of the process. |
StatusDescription | Gets or sets the multilingual status description of the process. |
ShowTimeoutInHistory | Gets or sets a value indicating whether timeout processes should be shown in the history. |
ProcessId | Gets or sets the identifier of the process. |
Constructors