Adding error management
This commit is contained in:
@@ -27,6 +27,12 @@ class Connection:
|
||||
to_id: str
|
||||
|
||||
|
||||
@dataclass
|
||||
class WorkflowComponentRuntimeState:
|
||||
id: str
|
||||
has_error: bool = False
|
||||
error_message: str = ""
|
||||
|
||||
@dataclass
|
||||
class WorkflowsDesignerSettings:
|
||||
workflow_name: str = "No Name"
|
||||
|
||||
Reference in New Issue
Block a user