Merged
Conversation
Matsuuu
approved these changes
Mar 3, 2026
Contributor
There was a problem hiding this comment.
No issues found across 30 files
Architecture diagram
sequenceDiagram
participant User as User / Admin
participant Editor as Editor UI / Chat Hub
participant API as Backend API
participant Auth as AuthRolesService
participant Core as Core Execution Engine
participant Secrets as Secret Store Service (Vault/AWS)
participant DB as Database / Execution Logs
Note over User,DB: System Startup & Initialization
Auth->>Auth: NEW: Resolve multi-main race condition
Auth-->>API: Roles & Scopes ready (execution:reveal, workflow:execute)
Note over User,DB: Workflow Design & Credential Configuration
User->>Editor: Configure Credential Resolver
Editor->>API: CHANGED: Save project-scoped settings
API->>DB: Update Workflow/Project Settings
Note over User,DB: Runtime: Workflow Execution with AI & External Secrets
User->>Editor: Interact with Chat Hub
Editor->>API: Check permissions (disallow file uploads if disabled)
API-->>Editor: Perms OK
Editor->>Core: Trigger Execution
Core->>Secrets: NEW: Fetch External Secret (Multi-connection Vault)
Secrets-->>Core: Return Decrypted Secret
Core->>Core: NEW: Track dynamic credential resolution (ITaskData)
opt AI Node / Chat Tool Interaction
Core->>Core: NEW: Log chat tool input logs
end
Core->>Core: NEW: Execution data redaction
Core->>DB: Save Redacted Execution Logs
Core-->>Editor: Return Result
opt Chat Hub Post-Execution
Editor->>Editor: NEW: Show Suggested Prompts
end
Note over User,DB: Administration: Community Nodes & Project Assignments
User->>Editor: Install Community Node
Editor->>API: CHANGED: Batch requests (Strapi arraySize fix)
API->>DB: Persist Node Installation
User->>Editor: Assign Custom Role to Project
Editor->>API: NEW: Manage assignments with project visibility
API->>DB: Update Role Assignments
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Bundle ReportBundle size has no change ✅ Affected Assets, Files, and Routes:view changes for bundle: editor-ui-esmAssets Changed:
|
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)