Add lastNodeExecuted example data to ErrorTrigger-Node

This commit is contained in:
Jan Oberhauser 2019-07-17 11:55:26 +02:00
parent ce79d8063d
commit 85d9cc4eb8

View file

@ -39,7 +39,7 @@ export class ErrorTrigger implements INodeType {
message: 'Example Error Message',
stack: 'Stacktrace'
},
lastNodeExecuted: '',
lastNodeExecuted: 'Node With Error',
mode: 'manual'
},
workflow: {