Problem with ai agent and workflow_tool

Hi guys!
Have a problem with connection of AI agent node and workflow_tool, that ai agent calls.

Ai agent calls this workflow to draw a picture in Midjourney.
Literally 2 days ago it worked, but now, when I ask agent to make me a picture, it calls this workflow_tool (it works perfectly) and in 3 more seconds says, that didn’t get any response, while my workflow_tool still working on creating.
How can I fix it?
Thanks!


Information on your n8n setup

  • n8n version: 1.65.2
  • **Database (default: SQLite):
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
  • **Operating system: windows

Can anybody help me please?

Guys, please!
I really don’t know what to do…

Hi @Vasilii_Danilin,

Sorry to hear that you’re having issues with the workflow and that no one has managed to get back to you sooner. The screenshot is helpful but it would be even more helpful if you could share the workflow json so we can try to reproduce, thanks! :star2:

Tip for sharing your workflow in the forum

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!


Hi @aya! Thank you very much for responding. Here is the JSON of the main workflow.
Should I send you JSON of tool workflows?

Hi @aya!
Have you found any solution?
Thank you!