mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(core): Implement webhook-only manual execution (#4960)
* ⚡ Implement webhook-only manual execution * ♻️ Apply feedback
This commit is contained in:
@@ -27,6 +27,7 @@ export class TestWebhooks {
|
||||
timeout: NodeJS.Timeout;
|
||||
workflowData: IWorkflowDb;
|
||||
workflow: Workflow;
|
||||
destinationNode?: string;
|
||||
};
|
||||
} = {};
|
||||
|
||||
@@ -128,6 +129,7 @@ export class TestWebhooks {
|
||||
}
|
||||
resolve(data);
|
||||
},
|
||||
this.testWebhookData[webhookKey].destinationNode,
|
||||
);
|
||||
|
||||
if (executionId === undefined) {
|
||||
@@ -230,6 +232,7 @@ export class TestWebhooks {
|
||||
timeout,
|
||||
workflow,
|
||||
workflowData,
|
||||
destinationNode,
|
||||
};
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user