Fixed unit tests
This commit is contained in:
@@ -43,7 +43,7 @@ class WorkflowComponentRuntimeState:
|
||||
Represents the runtime state of a single workflow component.
|
||||
"""
|
||||
id: str
|
||||
state: ComponentState = ComponentState.NOT_RUN
|
||||
state: ComponentState = ComponentState.SUCCESS
|
||||
error_message: str | None = None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user