> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/support/zh/chang-jian-wen-ti/workflow-issues/common-issues.md).

# 工作流故障排除

**我的工作流已部署，但什么也没做。** 常见原因：未满足触发条件，缺少必需的连接器（Telegram、电子邮件、交易所）或未授权，或者该工作流使用了尚未完全支持的节点类型。

需要检查的内容：

* 确认该工作流基于受支持的模板（价格提醒、自动交易、定时分析、跟单交易）。
* 在你的设置中确认所有连接器都已正确连接并获得授权。
* 检查每个节点的逻辑，确认输入有效。

如果问题仍然存在，请携带你的工作流 ID 在 Discord 提交工单。

**我的价格提醒触发了一次，然后就停止了。** 这是预期行为。价格触发型工作流本质上是一次性的——每个分支在条件满足时只执行一次，然后结束。若要持续监控，请在一个工作流中设置多个价格触发分支，或者改用定时工作流。

**我设置了电子邮件提醒，但从未收到任何内容。** 常见原因：

* 工作流在到达电子邮件节点之前就失败了（请检查工作流日志）。
* 电子邮件连接器未验证或未授权。
* 邮件被归入了垃圾邮件。
* 在电子邮件节点执行前，额度已用完。

请检查你的垃圾邮件文件夹，并验证你的电子邮件连接器设置。如有需要，请携带你的工作流 ID 在 Discord 提交工单。

**我的工作流运行一段时间后就停止了。** 最可能的原因是额度用完了。当订阅额度完全消耗时，所有活跃工作流都会自动暂停。请检查你的额度余额，并在需要时充值或升级套餐。

**我可以在一个工作流中设置多个价格目标吗？** 可以。添加多个价格触发分支——每个分支都会在各自条件满足时独立触发。若要持续监控同一价格水平，请使用定时工作流。

**哪些工作流类型是稳定且受支持的？** 当前稳定的有：

* 价格提醒机器人
* 带止盈/止损的自动交易
* 定时分析报告
* 跟单交易机器人

这些模板之外的自定义工作流目前可能还未获得完全支持。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://minara.ai/docs/support/zh/chang-jian-wen-ti/workflow-issues/common-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
