Add additional data to Error Workflow Trigger

This commit is contained in:
Jan Oberhauser
2019-09-11 17:48:14 +02:00
parent 9bd5d4bec1
commit 52bd08fae0
2 changed files with 8 additions and 5 deletions

View File

@@ -35,6 +35,8 @@ export class ErrorTrigger implements INodeType {
// example data to allow to develope and test errorWorkflows easily
items[0].json = {
execution: {
id: '231',
retryOf: '34',
error: {
message: 'Example Error Message',
stack: 'Stacktrace'