tridion-sites-extensions-api-docs

Home > @tridion-sites/models > ActivityHistory

ActivityHistory class

Representing data of the Activity History. This is the part of “ProcessHistory”.

Signature:

export declare class ActivityHistory extends Activity

Extends: Activity

Constructors

Constructor Modifiers Description
(constructor)({ activityType, approvalStatus, backendModel, …activityArgs })   Constructs a new instance of the ActivityHistory class

Properties

Property Modifiers Type Description
_backendModel   BackendActivityHistory  
activityDefinitionTitle   string | undefined Activity Definition Title of the Activity.
activityType   ActivityType | undefined Activity Type related to current “ActivityHistory”.
approvalStatus   Link | undefined Approval Status of the Activity History.
description   string | undefined Description of current “ActivityHistory”.
getInternalModel   () => BackendActivityHistory