# 워크플로 액션 설정 및 실행

필요한 워크플로 액션을 추가해 매일하는 업무를 자동화해보세요.

> <mark style="background-color:yellow;">🔎Click! 우측 상단의 화살표 아이콘을 클릭하면 예시 화면을 크게 볼 수 있습니다.</mark>

{% @arcade/embed flowId="TnUyGgigr76QeaKIDIZS" url="<https://app.arcade.software/share/TnUyGgigr76QeaKIDIZS>" %}

## 워크플로 생성

새 작업을 실행하면 워크플로 영역이 비어있는 상태로 시작합니다.\
상단의 **Search** 검색창을 클릭해 주세요. 바티의 모든 자동화 액션을 확인 할 수 있습니다.

> <mark style="background-color:yellow;">🔎Click! 우측 상단의 화살표 아이콘을 클릭하면 예시 화면을 크게 볼 수 있습니다.</mark>

{% @arcade/embed flowId="FeQoMBD6c2VomauwSvJc" url="<https://app.arcade.software/share/FeQoMBD6c2VomauwSvJc>" %}

## 워크플로 액션 설정

워크플로 리스트의 액션 설정을 변경하거나, 복사, 일시정지 또는 삭제할 수 있습니다.\
그리고 액션 위치를 변경하여 워크플로 순서를 조정할 수 있습니다.

<figure><img src="/files/EJO0ZqdmRAhDpJseSRLP" alt=""><figcaption></figcaption></figure>

액션 설명도 수정할 수 있으니, 동일한 액션이 여러 개일 때 유용하게 사용해보세요!

<figure><img src="/files/IwapAy6tmRH2Qp4qjfNM" alt=""><figcaption></figcaption></figure>

## 워크플로 실행하기

워크플로는  하단의 **한 번만 실행하기** 버튼을 클릭하여 실행할 수 있습니다.\
워크플로를 실행하려면 모든 액션의 설정이 완료되어야 합니다.\
미설정 혹은 임시저장 상태에서는 워크플로가 실행되지 않습니다.

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

  <figure><img src="/files/r4e8IrqwjMkLucjBqG5v" alt=""><figcaption></figcaption></figure>

## 워크플로 반복실행하기

스케줄링 기능으로 원하는 주기, 기간, 간격, 시간을 설정하여 반복적으로 워크플로를 실행할 수 있습니다.

<figure><img src="/files/nAKA9rP5DU4gnq1zji2g" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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/quickstart/workflow.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.
