> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/workflows.md).

# 워크플로

한 번 반복 가능한 파이프라인을 만든 뒤, 필요할 때마다 새 입력에 실행하세요.

워크플로는 단계들을 서로 연결해, 이미 정리해 둔 프로세스를 다시 새로 만들지 않고도 다시 실행할 수 있게 합니다. 먼저 다른 사람이 만든 것을 실행해 보고, 그다음 자신만의 것으로 편집하세요.\
\
Morphic에서 워크플로를 사용하는 완전한 가이드는 다음과 같습니다:

{% embed url="<https://www.youtube.com/watch?v=FTVRf9D4E_k>" %}

* [워크플로 둘러보기](/docs/kr/workflows/explore-workflows.md): 처음부터 만들기 전에 이미 있는 것을 살펴보기
* [워크플로 실행하기](/docs/kr/workflows/run-a-workflow.md): 입력을 넣고 결과를 얻기
* [워크플로 만들기](/docs/kr/workflows/create-a-workflow.md): 직접 만든 단계들로 구성하기
* [워크플로 편집하기](/docs/kr/workflows/edit-a-workflow.md): 단계, 입력, 출력을 변경하기
* [버전 기록](/docs/kr/workflows/version-history.md): 이전 버전으로 돌아가기
* [중첩 워크플로](/docs/kr/workflows/nested-workflows.md): 한 워크플로 안에서 다른 워크플로를 호출하기
* [워크플로 공유하기](/docs/kr/workflows/share-a-workflow.md): 팀원에게 전달하거나 공개하기

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/kr/workflows.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.
