Home > @tridion-sites/open-api-client > ActivityHistory
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