The new layout is ok. We can work on the content

This commit is contained in:
2025-08-03 18:11:26 +02:00
parent 2bd998fe69
commit 4ac3eb2dfa
3 changed files with 80 additions and 8 deletions

View File

@@ -34,6 +34,12 @@ class WorkflowDesignerCommandManager(BaseCommandManager):
def __init__(self, owner):
super().__init__(owner)
def on_save(self):
return {}
def on_cancel(self):
return {}
def select_processor(self, component_id: str):
return {
"hx_post": f"{ROUTE_ROOT}{Routes.SelectProcessor}",