mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(core): AI agent node data accessibility (#18757)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -273,10 +273,15 @@ export const baseFixtures: ExpressionTestFixture[] = [
|
||||
{
|
||||
type: 'evaluation',
|
||||
input: [],
|
||||
error: new ExpressionError('No execution data available', {
|
||||
error: new ExpressionError("Node 'node' hasn't been executed", {
|
||||
runIndex: 0,
|
||||
itemIndex: -1,
|
||||
type: 'no_execution_data',
|
||||
functionality: 'pairedItem',
|
||||
messageTemplate:
|
||||
'An expression references this node, but the node is unexecuted. Consider re-wiring your nodes or checking for execution first, i.e. {{ $if( $("{{nodeName}}").isExecuted, <action_if_executed>, "") }}',
|
||||
descriptionKey: 'pairedItemNoConnection',
|
||||
nodeCause: 'node',
|
||||
}),
|
||||
},
|
||||
{ type: 'transform' },
|
||||
|
||||
Reference in New Issue
Block a user