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:
@@ -2284,6 +2284,10 @@ export interface IWorkflowExecutionDataProcess {
|
||||
*/
|
||||
partialExecutionVersion?: string;
|
||||
dirtyNodeNames?: string[];
|
||||
triggerToStartFrom?: {
|
||||
name: string;
|
||||
data?: ITaskData;
|
||||
};
|
||||
}
|
||||
|
||||
export interface ExecuteWorkflowOptions {
|
||||
|
||||
Reference in New Issue
Block a user