Closed
Conversation
Member
|
Closing this to test out https://github.com/n8n-io/n8n/actions/workflows/util-cleanup-abandoned-release-branches.yml |
Contributor
There was a problem hiding this comment.
No issues found across 30 files
Architecture diagram
sequenceDiagram
participant User as User / Browser
participant Editor as Editor UI
participant Chat as Chat Hub
participant API as Backend API (Core)
participant Auth as Auth & Roles Service
participant Secret as Secret Store (Vault/AWS)
participant Engine as Workflow Engine
participant DB as Database
Note over User,DB: Configuration & Management Flow
User->>Editor: Manage Project Secrets/Roles
Editor->>API: CHANGED: Save Secret/Role Assignment
API->>Auth: NEW: Validate scopes (execution:reveal, share/unshare)
Auth->>DB: Persist Permissions & Project Mappings
Note over User,DB: Runtime Chat & Execution Flow
User->>Chat: Interaction (Prompt/File Upload)
Chat->>API: Trigger Workflow
API->>Auth: NEW: Check file upload/execution permissions
API->>Engine: Initialize Execution
loop Node Execution
Engine->>API: CHANGED: Request Credential Resolution
API->>Secret: NEW: Resolve External Secrets for Project
Secret-->>API: Credential Data
API->>DB: NEW: Track dynamic resolution in ITaskData
API-->>Engine: Resolved Credentials
Engine->>Engine: Execute Node Logic
opt AI/Tool Node
Engine->>DB: NEW: Log chat tool inputs & rich messages
end
end
Engine-->>API: Execution Result
API-->>Chat: Response (Suggested Prompts/Messages)
Chat-->>User: Display Output
Note over User,DB: Workflow History & Observability
User->>Editor: Compare Workflow History
Editor->>API: Request History Diff
API->>DB: Fetch versions
API-->>Editor: NEW: Changes list & Canvas diff data
Editor-->>User: Visual Diff View
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.11.0 (2026-03-03)
Bug Fixes
arraySize(#26168) (a3d5937)shift+spacekey combo in canvas (#26169) (8803226)Features
execution:revealscope (#26252) (81ab10d)