🐛 Set lastNodeExecuted correctly also on fail

This commit is contained in:
Jan Oberhauser 2020-10-20 09:37:08 +02:00
parent 4165fad307
commit 40b898eb98

View file

@ -622,6 +622,8 @@ export class WorkflowExecute {
break;
} catch (error) {
this.runExecutionData.resultData.lastNodeExecuted = executionData.node.name;
executionError = {
message: error.message,
stack: error.stack,