I’m exploring how to design workflows in n8n to work iteratively with AI Agents (like OpenAI nodes) before moving to the next steps in the flow.
The idea is to:
Iterate back and forth with the AI Agent (e.g., refining text or content) until I’m satisfied.
Once the output is ready, manually trigger the workflow to proceed to the next steps (e.g., processing the output with a Code node or publishing it via WordPress).