Home > @tridion-sites/open-api-client > ProcessDefinition
Abstract base class for the data of Process Definitions.
Signature:
export type ProcessDefinition = RepositoryLocalObject & {
ActivityDefinitions?: Array<ActivityDefinition>;
StoreSnapshot?: boolean;
};
References: RepositoryLocalObject, ActivityDefinition