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.
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.