tridion-sites-extensions-api-docs

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

ActivityDefinition type

Abstract base class for the data of the Activity Definitions. Part of the Process Definition.

Signature:

export type ActivityDefinition = WorkflowObject & {
    ActivityConstraints?: ActivityConstraints;
    Assignee?: Link;
    Description?: string;
    ProcessDefinition?: Link;
};

References: WorkflowObject, ActivityConstraints, Link