mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Add additional data to Error Workflow Trigger
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user