> For the complete documentation index, see [llms.txt](https://dataon.gitbook.io/dataon-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dataon.gitbook.io/dataon-user-guide/canvas/workflow/workflow-3.md).

# Workflow 수행

## 워크플로우 수행&#x20;

* 제작한 워크플로우를 "①워크플로우 실행" 버튼을 클릭하여 워크플로우를 수행합니다.
  * 워크플로우 수행 시 ②영역을 통하여 실시간 워크플로우 상태를 확인 수 있습니다.
  * 워크플로우 수행 시 ③영역을 통하여 실시간 애플리케이션 수행 상태를 확인 수 있습니다.
  * 워크플로우 수행 시 ④ 워크플로우 이력 조회가 가능합니다.
    * 실시간 워크플로우 이력 로그를 ⓑ영역에서 확인할 수 있습니다.
    * "ⓐ워크플로우 이력 조회" 버튼 또는 ⓑ영역의 "X" 버튼을 통해 워크플로우 이력조회 창을 닫을 수 있습니다.

* 워크플로우 수행이 완료되면 해당 워크플로우의 로그와 결과파일을 ⑤Disks에서 확인할 수 있습니다.

  * ⑤Disks의 **/MyCanvas/workflow/{워크플로우 명}/{애플리케이션 명\_버전}/result** 의 경로에서 확인 수 있습니다.
  * 위의 경로가 없을 경우 "ⓐ새로고침" 버튼을 클릭해주세요.&#x20;

* 워크플로우 상태에 따라 "①워크플로우 상태" 버튼이 변경 됩니다.

* ② 워크플로우 상태

  * READY : 작성중&#x20;
  * CREATE : 생성&#x20;
  * RUNNING : 실행&#x20;
  * RESTART : 재실행&#x20;
  * PAUSED : 중지&#x20;
  * COMPLETED : 완료&#x20;
  * FAILED : 에러

* ③ 애플리케이션 수행 상태
  * CREATE : 생성&#x20;
  * QUEUE : 큐&#x20;
  * RUNNING : 실행&#x20;
  * RESTART : 재실행&#x20;
  * PAUSED : 중지&#x20;
  * NOTEXECUTE : 실행되지 않음 &#x20;
  * SUCCESS : 성공&#x20;
  * FAILED : 에러

{% hint style="info" %}
워크플로우 수행 시, 편집이 불가능하며 상태에 따라 제작패널의 버튼이 제어됩니다.
{% endhint %}

![](/files/-MNXozazvlUOESjdVs3B)


---

# 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://dataon.gitbook.io/dataon-user-guide/canvas/workflow/workflow-3.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.
