Add resourceAlias resource to n8n node

Move the set and remove alias operations out of the trust center
resource into a dedicated resourceAlias resource so n8n workflows can
alias any resource.

Signed-off-by: Bryan Frimin <bryan@probo.com>
This commit is contained in:
Bryan Frimin
2026-06-22 10:59:52 +02:00
parent 6758a1cd50
commit cc02519d7b
6 changed files with 73 additions and 31 deletions

View File

@@ -176,6 +176,11 @@ export class Probo implements INodeType {
value: 'processingActivity',
description: 'Manage processing activities',
},
{
name: 'Resource Alias',
value: 'resourceAlias',
description: 'Manage resource aliases',
},
{
name: 'Rights Request',
value: 'rightsRequest',