tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > PublishingService > getBusinessProcessTypes

PublishingService.getBusinessProcessTypes() method

Gets a list of Business Process Types linked to a specified Topology Type. This operation returns an instance of ‘Link’ type.

Signature:

static getBusinessProcessTypes({ topologyTypeId, }: {
        topologyTypeId: string;
    }): CancelablePromise<Array<Link>>;

Parameters

Parameter Type Description
{ topologyTypeId, } { topologyTypeId: string; }  

Returns:

CancelablePromise<Array<Link>>

Link The request was successful.

Exceptions

ApiError