mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-03-23 19:03:07 +00:00
This commit is contained in:
committed by
GitHub
parent
47d9f55dc5
commit
fc37907348
@@ -56,6 +56,7 @@ export interface WorkflowSettings {
|
||||
export interface Workflow {
|
||||
id?: string;
|
||||
name: string;
|
||||
description?: string; // Returned by GET but must be excluded from PUT/PATCH (n8n API limitation, Issue #431)
|
||||
nodes: WorkflowNode[];
|
||||
connections: WorkflowConnection;
|
||||
active?: boolean; // Optional for creation as it's read-only
|
||||
|
||||
Reference in New Issue
Block a user