tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ProcessHistory

ProcessHistory class

Representing data of a Process History.

Signature:

export declare class ProcessHistory extends Process

Extends: Process

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, finishReason, finishDate, …processArgs })   Constructs a new instance of the ProcessHistory class

Properties

Property Modifiers Type Description
_backendModel   BackendProcessHistory  
finishDate   Date | undefined Finish date and time in UTC of the Activity.
finishReason   ProcessFinishReason | undefined Finish Reason of the Activity.
getInternalModel   () => BackendProcessHistory  
processDefinitionTitle   string | undefined Process Definition Title of the Activity.