mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
🐛 Set lastNodeExecuted correctly also on fail
This commit is contained in:
@@ -622,6 +622,8 @@ export class WorkflowExecute {
|
||||
|
||||
break;
|
||||
} catch (error) {
|
||||
this.runExecutionData.resultData.lastNodeExecuted = executionData.node.name;
|
||||
|
||||
executionError = {
|
||||
message: error.message,
|
||||
stack: error.stack,
|
||||
|
||||
Reference in New Issue
Block a user