Skip to main content

ProcessHistoryWithML Properties

An object defining properties for the ProcessHistoryWithML class.

ShowTimeoutInHistory

Gets or sets a value indicating whether timeout processes should be shown in the history.

Type: bool


SubProcesses

Gets or sets the list of sub-processes associated with the process.

Type: List<ProcessHistoryWithML>


DeleteDate

Gets or sets the date when the process was deleted, if applicable.

Type: DateTimeOffset?


DeletedBy

Gets or sets the user who deleted the process, if applicable.

Type: string


ShowCancelledInHistory

Gets or sets a value indicating whether cancelled processes should be shown in the history.

Type: bool


Items

Gets or sets the list of history items associated with the process.

Type: List<ProcessHistoryItemWithML>


StatusDescription

Gets or sets the multilingual status description of the process.

Type: Dictionary<string, string>

See Also

  • //todo

ProcessCaption

Gets or sets the multilingual caption of the process.

Type: Dictionary<string, string>

See Also

  • //todo

ProcessId

Gets or sets the identifier of the process.

Type: long


StatusIcon

Gets or sets the icon representing the status of the process.

Type: string


ProcessName

Gets or sets the name of the process.

Type: string