> 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/ko/faq/workflow-issues/common-issues.md).

# 워크플로 문제 해결

**워크플로우는 배포되었지만 아무 일도 하지 않았습니다.** 일반적인 원인: 트리거 조건이 충족되지 않았거나, 필요한 커넥터(텔레그램, 이메일, 거래소)가 없거나 승인되지 않았거나, 또는 워크플로우가 아직 완전히 지원되지 않는 노드 유형을 사용하고 있습니다.

확인할 사항:

* 워크플로우가 지원되는 템플릿(가격 알림, 자동 거래, 예약 분석, 카피 트레이딩)을 기반으로 하는지 확인하세요.
* 설정에서 모든 커넥터가 올바르게 연결되고 승인되었는지 확인하세요.
* 각 노드의 로직을 검토하여 입력이 유효한지 확인하세요.

문제가 계속되면 워크플로우 ID와 함께 Discord 티켓을 여세요.

**가격 알림이 한 번 트리거된 뒤 멈췄습니다.** 이는 예상된 동작입니다. 가격 트리거 워크플로우는 설계상 일회성입니다. 조건이 충족되면 각 분기가 한 번 실행되고 종료됩니다. 지속적인 모니터링을 원하면 하나의 워크플로우에 여러 가격 트리거 분기를 설정하거나, 대신 예약 워크플로우를 사용하세요.

**이메일 알림을 설정했지만 아무것도 받지 못했습니다.** 일반적인 원인:

* 이메일 노드에 도달하기 전에 워크플로우가 실패했습니다(워크플로우 로그를 확인하세요).
* 이메일 커넥터가 인증되지 않았거나 승인되지 않았습니다.
* 이메일이 스팸으로 분류되었습니다.
* 이메일 노드가 실행되기 전에 크레딧이 소진되었습니다.

스팸 폴더를 확인하고 이메일 커넥터 설정을 검증하세요. 필요하면 워크플로우 ID와 함께 Discord 티켓을 여세요.

**시간이 지나면서 워크플로우가 실행을 멈췄습니다.** 가장 가능성 높은 원인: 크레딧이 소진되었습니다. 활성 워크플로우는 구독 크레딧이 모두 소진되면 자동으로 일시 중지됩니다. 크레딧 잔액을 확인하고 필요하면 충전하거나 요금제를 업그레이드하세요.

**하나의 워크플로우에 여러 가격 목표를 설정할 수 있나요?** 네. 여러 가격 트리거 분기를 추가할 수 있으며, 각 분기는 해당 조건이 충족되면 독립적으로 실행됩니다. 동일한 가격 수준을 지속적으로 모니터링하려면 예약 워크플로우를 사용하세요.

**어떤 워크플로우 유형이 안정적이고 지원되나요?** 현재 안정적으로 지원되는 항목:

* 가격 알림 봇
* TP/SL이 포함된 자동 거래
* 예약 분석 리포트
* 카피 트레이딩 봇

이 템플릿 외의 사용자 정의 워크플로우는 아직 완전히 지원되지 않을 수 있습니다.


---

# 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, and the optional `goal` query parameter:

```
GET https://minara.ai/docs/support/ko/faq/workflow-issues/common-issues.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
