Home > @tridion-sites/models > ProcessHistory
Representing data of a Process History.
Signature:
export declare class ProcessHistory extends Process
Extends: Process
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, finishReason, finishDate, …processArgs }) | Constructs a new instance of the ProcessHistory class |
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. |