feat(editor): Execute sub-workflow UX and copy updates (no-changelog) (#12834)

This commit is contained in:
Milorad FIlipović
2025-01-28 11:33:23 +01:00
committed by GitHub
parent 13652c5ee2
commit de49c23971
18 changed files with 539 additions and 46 deletions

View File

@@ -35,6 +35,8 @@ export class LocalLoadOptionsContext implements ILocalLoadOptionsFunctions {
if (selectedWorkflowNode) {
const selectedSingleNodeWorkflow = new Workflow({
id: dbWorkflow.id,
name: dbWorkflow.name,
nodes: [selectedWorkflowNode],
connections: {},
active: false,