maestro
latest
false
Maestro 用户指南
- 简介
- 入门指南
- 使用 Maestro BPMN 进行构建
- 使用 Maestro Case 构建
- 使用 Maestro Flow 进行构建
- Maestro Automate
- 集成
- 运营
- 监控
- 正在优化
- 参考信息
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
The conversation trigger marks the Flow as conversational and interactable from any chat channel.
操作
The presence of a conversation trigger is what makes the Flow discoverable as a conversational agent on every supported chat channel once published.
Each conversation runs as a single Flow instance — suspending and resuming at each Wait for Message as the user sends more messages. When the Flow execution ends, the conversation gracefully completes as well; users see that the conversation has ended and cannot send more messages to the chat.
输出
| 字段 | 描述 |
|---|---|
conversationId | Unique identifier for the conversation this run is serving. |
Downstream conversational nodes may require a Conversation ID input. Reference the trigger's output, such as with:
$vars.conversationTrigger1.output.conversationId
$vars.conversationTrigger1.output.conversationId
注意
- Ensure a Wait for Message node immediately follows the conversation trigger.
- Once published, the conversation trigger only fires when it's set to the Flow's default trigger in Orchestrator. Either ensure this is the Flow's only trigger, or confirm that the conversation trigger is the default entry point in Orchestrator after publish.
相关页面
- Wait for Message — the next node in a chat loop.
- Chat — full palette of chat conversational nodes.
- Build a chat agent workflow — end-to-end walkthrough starting with the Conversation Trigger.
- Chat deployment — publish and expose the Flow through various channels.