mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 05:23:08 +00:00
Add isArchived field to workflow responses and types
This commit is contained in:
@@ -49,6 +49,7 @@ export interface Workflow {
|
||||
nodes: WorkflowNode[];
|
||||
connections: WorkflowConnection;
|
||||
active?: boolean; // Optional for creation as it's read-only
|
||||
isArchived?: boolean; // Optional, available in newer n8n versions
|
||||
settings?: WorkflowSettings;
|
||||
staticData?: Record<string, unknown>;
|
||||
tags?: string[];
|
||||
|
||||
Reference in New Issue
Block a user