I can show WorkflowDesigner tab

I
This commit is contained in:
2025-07-02 00:05:49 +02:00
parent 4b06a0fe9b
commit 7f6a19813d
9 changed files with 248 additions and 4 deletions

View File

@@ -6,6 +6,11 @@ from core.settings_management import SettingsManager
logger = logging.getLogger("WorkflowsSettings")
@dataclass
class WorkflowsDesignerSettings:
workflow_name: str
@dataclass
class WorkflowsSettings: