Home > @tridion-sites/open-api-client > Process
Abstract base class for the data of Processes.
Signature:
export type Process = WorkflowObject & {
Activities?: Array<Activity>;
Creator?: Link;
HasSnapshots?: boolean;
Subjects?: Array<Link>;
WorkflowType?: Link;
};
References: WorkflowObject, Activity, Link