> 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/zh/gong-zuo-liu/edit-a-workflow.md).

# 编辑工作流

创建了一个工作流，想调整一下？你可以随时更新你创建的任何工作流。通过与 Copilot 对话，你可以添加新步骤、调整偏好设置，或优化其工作方式。

以下是编辑工作流的方法：

{% embed url="<https://youtu.be/YSwu_XJJ7Ag>" %}

* 在聊天中：如果你刚创建了一个工作流，可以直接在聊天里告诉 Copilot 需要更改什么。描述你想要的编辑内容，Copilot 就会为你更新工作流。
* 在仪表板中：转到侧边栏中的“工作流”选项卡，点击你创建的任意工作流上的三点菜单（···），然后选择“编辑”。这会打开工作流编辑器，左侧显示完整详细信息，右侧是 Copilot，随时引导你完成更改。

每一轮更改都会作为一个版本保留，因此你可以回看工作流以前的样子；如果某次更改没有生效，还可以发布更早的版本。请参见 [版本历史](/docs/zh/gong-zuo-liu/version-history.md).

如果你不想更改团队正在运行的工作流，可以从“···”菜单中复制一份，然后编辑副本。

这就是在 Morphic 中编辑工作流的方法。想要与团队或外部共享吗？了解如何共享工作流。

***

如果您遇到任何问题或有任何疑问，欢迎随时联系我们。我们很乐意为您提供帮助。请写信至 [**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/zh/gong-zuo-liu/edit-a-workflow.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.
