fix: Chat triggers don't work with the new partial execution flow (#11952)

This commit is contained in:
Danny Martini
2024-12-04 15:33:46 +01:00
committed by GitHub
parent 0e26f58ae6
commit 2b6a72f128
11 changed files with 360 additions and 80 deletions

View File

@@ -46,6 +46,7 @@ import type {
StartNodeData,
IPersonalizationSurveyAnswersV4,
AnnotationVote,
ITaskData,
} from 'n8n-workflow';
import type {
@@ -201,6 +202,10 @@ export interface IStartRunData {
destinationNode?: string;
runData?: IRunData;
dirtyNodeNames?: string[];
triggerToStartFrom?: {
name: string;
data?: ITaskData;
};
}
export interface ITableData {