feat: Add token to sendAndWait operations links to walidate in webhook (#17566)

This commit is contained in:
Michael Kret
2025-08-06 17:28:50 +03:00
committed by GitHub
parent 6495e08c79
commit 9cb5754f33
30 changed files with 277 additions and 92 deletions

View File

@@ -210,6 +210,8 @@ export class NodeTestHarness {
hooks.addHandler('workflowExecuteAfter', (fullRunData) => waitPromise.resolve(fullRunData));
const additionalData = mock<IWorkflowExecuteAdditionalData>({
executionId: '1',
webhookWaitingBaseUrl: 'http://localhost/waiting-webhook',
hooks,
// Get from node.parameters
currentNodeParameters: undefined,