Hey guys,
I’m working on this very complex, at least for me, workflow to help me automate some of my work. It’s a project management assistant to create projects and minutes, and it has a RAG Agent at the front end. Everything works fine when I’m testing and triggering manually. All steps execute the way they suppose apart from a few mistakes on the agent that I need to fix. But what is killing me is:
you see there are several webhooks and the agent has few request tools. I guess as soon as the request tool is used it is supposed to trigger one of the webhooks in the same workflow. But for some reason, it never happens. I checked all URLs to be sure it was working (I changed all my URLs in this file for privacy reasons). Everything seems fine but no trigger. Am I missing something?
I’m running version 1.64.3 in a docker container. Webhooks work on other workflows when accessed from outside N8N
Thx for the help
PS: I had to delete 75% of the workflow coz I exceeded the 85k lines limit