diff --git a/src/backend/langflow/components/utilities/SharedState.py b/src/backend/langflow/components/utilities/SharedState.py index d3c5e20fb..95de17774 100644 --- a/src/backend/langflow/components/utilities/SharedState.py +++ b/src/backend/langflow/components/utilities/SharedState.py @@ -37,4 +37,5 @@ class SharedState(CustomComponent): state = Record(text=str(state)) elif not state: state = Record(text="") + self.status = state return state