Skip to content

Commit

Permalink
fix(core): Add missing nodeCause to paired item error (#8976)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Mar 26, 2024
1 parent 260bc07 commit 19d9e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/workflow/src/WorkflowDataProxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,7 @@ export class WorkflowDataProxy {
functionOverrides: {
message: 'Can’t get data',
},
nodeCause: sourceData.previousNode,
description: 'Item points to a node output which does not exist',
causeDetailed: `The sourceData points to a node output ‘${previousNodeOutput}‘ which does not exist on node ‘${sourceData.previousNode}‘ (output node did probably supply a wrong one)`,
type: 'paired_item_invalid_info',
Expand Down

0 comments on commit 19d9e71

Please sign in to comment.