tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > ActivityHistory

ActivityHistory type

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

Signature:

export type ActivityHistory = Activity & {
    ActivityDefinitionTitle?: string;
    ActivityType?: ActivityType;
    ApprovalStatus?: Link;
    Description?: string;
};

References: Activity, ActivityType, Link