Home > @tridion-sites/models > ActivityHistory
Representing data of the Activity History. This is the part of “ProcessHistory”.
Signature:
export declare class ActivityHistory extends Activity
Extends: Activity
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ activityType, approvalStatus, backendModel, …activityArgs }) | Constructs a new instance of the ActivityHistory class |
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 |