# 워크플로우

워크플로우는 비즈니스 목표를 달성하기 위해 여러 참가자 간에 일정한 규칙에 따라 문서, 정보 또는 작업을 자동으로 전달하는 프로세스입니다. 워크플로우는 데이터 테이블에 설정됩니다.

{% hint style="info" %}
워크플로우는 사용자 관리 기능을 사용하여 담당자를 구성해야 하므로 일반 인증 또는 Windows 도메인 인증을 사용하고 사용자 관리에 사용자를 추가해야 합니다.
{% endhint %}

* [워크플로우 설정](/command/workflow/setting.md)&#x20;
* [일반 프로세스 ](/command/workflow/generalprocess.md)
* [승인 프로세스](/command/workflow/approvalprocess.md)&#x20;


---

# 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://doc.forguncy.co.kr/command/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.
