mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix: Ensure all new executions are saved (#7061)
This commit is contained in:
@@ -185,9 +185,7 @@ export const workflowRun = defineComponent({
|
||||
startNodes.push(nodeName);
|
||||
}
|
||||
|
||||
const isNewWorkflow = this.workflowsStore.isNewWorkflow;
|
||||
const hasWebhookNode = this.workflowsStore.currentWorkflowHasWebhookNode;
|
||||
if (isNewWorkflow && hasWebhookNode) {
|
||||
if (this.workflowsStore.isNewWorkflow) {
|
||||
await this.saveCurrentWorkflow();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user