Adding error management
This commit is contained in:
@@ -49,8 +49,9 @@ class WorkflowsDesignerState:
|
||||
|
||||
@dataclass
|
||||
class WorkflowsPlayerSettings:
|
||||
workflow_name: str = "No Name"
|
||||
components: list[WorkflowComponent] = None
|
||||
workflow_name: str
|
||||
components: list[WorkflowComponent]
|
||||
connections: list[Connection]
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user