The Conversation Flow node embeds a Conversation Flow inside a workflow. Use it when a workflow needs a multi-turn conversation — qualifying a lead, troubleshooting an issue, walking the user through a form — and you’ve already designed that conversation as a flow.Documentation Index
Fetch the complete documentation index at: https://docs.cogniagent.ai/llms.txt
Use this file to discover all available pages before exploring further.

When to use
- Mixed mode — A workflow handles the deterministic steps; a conversation flow handles the open-ended chat.
- Lead capture inside a pipeline — Trigger a sales triage conversation, then continue with downstream CRM updates once it ends.
- Long-running interactions — A workflow polls, waits, or escalates while a conversation is still active.
How it works
- Pick which Conversation Flow to start. The flow must already exist in your workspace.
- The node opens action handles you can use to send a message into the conversation or trigger lifecycle behaviors (start, transfer, end).
- It also exposes event handles so the workflow can react to incoming user messages, completion, or timeouts.
- Each handle is wired to whatever node should run next.
Next steps
Conversation Flows
Build the multi-agent conversation you want to embed.
Ask User
Use this lighter alternative for a single question.
