> 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/workflows/version-history.md).

# 版本历史

查看某个工作流的每个版本、回看较早版本，并发布它以重新投入使用。所有内容都不会被覆盖，因此失误的编辑始终可以撤销。

Morphic 会在工作流每次发生变化时保留一个版本。版本历史会显示每个版本、创建者以及创建时间，并允许你将较早的版本重新启用。

这正是让编辑共享工作流变得安全的原因。如果某次更改没有奏效，或者你的队友改动了你依赖的内容，之前的版本仍然保留着。

下面是如何在 Morphic 上使用版本历史的快速教程：

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

### 打开版本历史

1. 前往 [工作流](https://studio.morphic.com/workflows)
2. 将鼠标悬停在你想要的工作流上，然后点击其卡片上的“···”菜单
3. 点击“版本历史”

工作流会打开，右侧显示版本列表，最新的在前，并按月份分组。每条记录都会显示创建时间和创建者，因此在团队共享的工作流中，你可以看到是谁改了什么。

### 查看较早的版本

1. 点击列表中的任意版本
2. 工作流会按当时的样子显示出来，包括当时拥有的输入和步骤
3. 屏幕底部的栏会显示你正在查看的是哪个版本

查看旧版本不会对其他人造成任何影响。你团队运行的工作流会一直保持当前版本，直到你发布另一个版本。

要停止查看并返回当前版本，请点击底部栏中的“取消”。

### 将较早的版本重新启用

1. 打开你想要的版本
2. 点击底部栏中的“发布版本”
3. 对话框会显示你选择的版本名称。点击“发布版本”进行确认

该版本会成为所有人用来运行工作流的版本。

之后创建的版本仍会保留在列表中。回退并不等于丢弃之后的更改，所以你可以像回退时一样再向前切换。

### 改为在副本上工作

当你想尝试某些改动，而又不想影响其他人正在运行的工作流时，可以复制它并在副本上操作。

1. 将鼠标悬停在工作流上并点击“···”菜单
2. 点击“复制”

副本本身就是一个独立的工作流。它从你复制时的版本开始，并从那里建立自己的历史记录，而原始工作流则保持不变。

### 须知

* 查看旧版本不会对任何人造成影响。只有发布才会。
* 发布较早的版本不会删除之后创建的版本，因此你可以像回退时一样再向前切换。
* 在团队共享的工作流中，列表会显示每个版本的创建者，这是了解变更内容以及该问谁的最快方式。

这就是 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/workflows/version-history.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.
