Run Failed: Timeout exceeded. (after 70 minutes)

Hi @Alex_MindStudio ,

Following your guidance from the other post… I really need help as I need to deliver this project next week. Long story short:

I have 9 workflows in 6 levels of depth for the agent. I was running it ok (with other occasional bugs) and improving it. Now, this new error appeared after running it for 70 minutes: Run Failed: Timeout exceeded.

https://app.mindstudio.ai/share/debugger/65fe935a-c876-4a7f-a70b-aadd38b0ae59/eac6ba30-94ba-443e-8f52-44895f42f13c

Agent ID: 65fe935a-c876-4a7f-a70b-aadd38b0ae59

Here is my take:

  • In the debugger, when running the agent, it completes all blocks up to the last one before the Run Workflow (in parallel) block.

  • It starts the workflow, but in the debugger, the very last block before the run workflow still appears as running. BUT we know the Workflows are running because we can see in the left panel.

  • So, it seems that even though it was completed and the variable was propagated, it wasn’t flagged as completed.

  • This can be a timeout of this function that actually worked.

  • I already discarded other possible causes, like the size of the variables, var names, etc. But see, it worked for 70 minutes in a roll. then, it only returned Time out, no var problems, no overflows, just timeout.

Found the problem. Wasn’t connected to workflows. I had 2 branches for END blocks, one returning null. I was thinking that if END has no output variables, nothing was returned…