mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(editor): Fix AI Node Logs View to Filter Duplicate Executions (#15049)
Co-authored-by: autologie <suguru@n8n.io>
This commit is contained in:
@@ -43,6 +43,7 @@ import type {
|
||||
IPersonalizationSurveyAnswersV4,
|
||||
AnnotationVote,
|
||||
ITaskData,
|
||||
ISourceData,
|
||||
} from 'n8n-workflow';
|
||||
|
||||
import type {
|
||||
@@ -189,6 +190,7 @@ export interface IAiDataContent {
|
||||
data: INodeExecutionData[] | null;
|
||||
inOut: 'input' | 'output';
|
||||
type: NodeConnectionType;
|
||||
source?: Array<ISourceData | null>;
|
||||
metadata: {
|
||||
executionTime: number;
|
||||
startTime: number;
|
||||
|
||||
Reference in New Issue
Block a user