Skip to main content

ProcessHistoryWithML Properties

An object defining properties for the ProcessHistoryWithML class.

DeleteDate

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

Type: DateTimeOffset?


SubProcesses

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

Type: List<ProcessHistoryWithML>


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


StatusIcon

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

Type: string


Items

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

Type: List<ProcessHistoryItemWithML>


ProcessCaption

Gets or sets the multilingual caption of the process.

Type: Dictionary<string, string>

See Also

  • //todo

ProcessName

Gets or sets the name of the process.

Type: string


StatusDescription

Gets or sets the multilingual status description of the process.

Type: Dictionary<string, string>

See Also

  • //todo

ShowTimeoutInHistory

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

Type: bool


ProcessId

Gets or sets the identifier of the process.

Type: long