feat(editor): Show error on Execute Workflow Node if connected workflow is archived (no-changelog) (#15056)

This commit is contained in:
Jaakko Husso
2025-05-08 15:02:49 +03:00
committed by GitHub
parent ce7ab2f456
commit d870c685b5
9 changed files with 219 additions and 31 deletions

View File

@@ -1248,6 +1248,7 @@ export interface ITabBarItem {
export interface IResourceLocatorResultExpanded extends INodeListSearchItems {
linkAlt?: string;
isArchived?: boolean;
}
export interface CurlToJSONResponse {