langflow/src
Gabriel Luiz Freitas Almeida 667713f6c0
fix: add run_id parameter to set run ID in graph and handle exceptions in FlowTool (#3855)
* Add run_id setting to FlowTool with warning on failure

* feat: Add try-except block to set run_id in FlowTool

The try-except block is added to handle any exceptions that may occur when setting the run_id in the FlowTool class. If an exception occurs, a warning is issued and the run_id is set to None. This ensures that the code does not break if there is an error in setting the run_id.
2024-09-19 13:31:38 -07:00
..
backend fix: add run_id parameter to set run ID in graph and handle exceptions in FlowTool (#3855) 2024-09-19 13:31:38 -07:00
frontend fix: fix building loop when renaming a folder and opening a new flow and running It (#3844) 2024-09-18 20:13:47 -03:00