mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Make it possible to display notes in flow
This commit is contained in:
@@ -289,6 +289,7 @@ export interface INode {
|
||||
type: string;
|
||||
position: [number, number];
|
||||
disabled?: boolean;
|
||||
notesInFlow?: boolean;
|
||||
retryOnFail?: boolean;
|
||||
maxTries?: number;
|
||||
waitBetweenTries?: number;
|
||||
|
||||
Reference in New Issue
Block a user