> For the complete documentation index, see [llms.txt](https://guide.bati.ai/service/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.bati.ai/service/faq/function/actionsetting.md).

# 워크플로가 실행되지 않아요

워크플로를 설정하려면 모든 액션의 설정이 완료되어야 합니다. \
워크플로 액션이 미설정 혹은 임시저장 상태가 아닌지 확인해 주세요.

**워크플로 설정 상태**

* 🟢 : 액션 설정이 완료된 경우 초록색 체크로 표시됩니다.
* ⚪ : 액션 설정이 임시저장인 경우 회색 체크로 표시됩니다.
* 🔴 : 액션 설정이 되지 않은 경우 체크 표시가 없습니다.
* ⏸ : 액션을 일시정지하는 경우 비활성화되며 해당 액션을 제외한 나머지 액션만 실행됩니다.


---

# 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://guide.bati.ai/service/faq/function/actionsetting.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.
