How do we wait for response from workflow called by the AI Agent

Describe the problem/error/question

How do we wait for response from workflow called by the AI Agent, i tried to increase the Timeout value in workflow settings but it didnt help.

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

No response

Information on your n8n setup

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

Hi @Arunkumarasokan

Thanks for posting here and welcome to the community! :cake:

Is there any specific error that you are getting? The AI Agent should always be waiting for the workflow tool to finish and provide input.

If you turn on the Return Intermediate Steps option in your AI Agent and then check the logs of the execution, you may find more info about what the agent is doing.

2 Likes

Thanks @ria , this solution worked fine…

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.