mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Fix pairedItem issue with partial manual executions (#8575)
Co-authored-by: Danny Martini <danny@n8n.io> Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -1943,6 +1943,11 @@ export interface ISourceData {
|
||||
previousNodeRun?: number; // If undefined "0" gets used
|
||||
}
|
||||
|
||||
export interface StartNodeData {
|
||||
name: string;
|
||||
sourceData: ISourceData | null;
|
||||
}
|
||||
|
||||
// The data for all the different kind of connections (like main) and all the indexes
|
||||
export interface ITaskDataConnections {
|
||||
// Key for each input type and because there can be multiple inputs of the same type it is an array
|
||||
|
||||
Reference in New Issue
Block a user