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