tridion-sites-extensions-api-docs

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

ProcessDefinitionAssociation type

Representing data object of the Process Definition Association

Signature:

export type ProcessDefinitionAssociation = IdentifiableObject & {
    ProcessDefinition?: Link;
};

References: IdentifiableObject, Link