Hi everyone,
I’m trying to implement an AI Agent using Call n8n Workflow Tool on n8n v2.30.4 (hosted by Cloudfy).
I’ve read the documentation and several community topics, but I’m still unable to configure the tool.
Current behavior
When configuring the Call n8n Workflow Tool, I see the message:
“This tool will call the workflow you define below, and look in the last node for the response. The workflow needs to start with an Execute Workflow Trigger.”
However:
- I cannot find any node called Execute Workflow Trigger or When Executed by Another Workflow.
- Searching for workflow, execute, or another only shows Execute Sub-workflow.
- The Workflow selector stays on “Choose…” and clicking it does not list any workflows.
Environment
- n8n version: 2.30.4
- Hosted by Cloudfy
- PostgreSQL database
- AI Agent node available
- Call n8n Workflow Tool available
What I already verified
- The workflow exists and is saved.
- PostgreSQL credentials and queries are working correctly.
- Other workflows execute normally.
- I compared my interface with the official documentation and community examples.
Questions
- Is Execute Workflow Trigger expected to exist in n8n 2.30.4?
- Has it been renamed in newer versions?
- Are there any requirements for a workflow to appear in the Workflow selector?
- Could this be related to Cloudfy’s deployment or configuration?
I’ve attached screenshots showing:
- the tool configuration,
- the empty workflow selector,
- and the node search results.
Any guidance would be greatly appreciated.
Thank you!