mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix: Chat triggers don't work with the new partial execution flow (#11952)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user