tridion-sites-extensions-api-docs

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

Process type

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