Invalid flow failure while handling flow error
Hello, I have recently encountered an error within my flows error handler I can't explain/understand. My error handler is to read the flows state and write it to a database via the following bun script below
But I encounter the error below
This would eventually lead to the flow crashing(img) and the called script in the error handler not having a log entry for that flow run. The flow ran on 29/05 05:00 UTC. Was there perhaps an update to windmill that occurred then that may have caused this error?

2 Replies
the 2 errors seems unrelated
one is just an issue in the error handler graph renderer
the other seems to be an error in destructuring in your error handler logic
Oh you are correct. I removed it from my question as it had some confidential info. I was reading from a flow state that had not yet been defined. Thanks for the help.