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

# バージョン履歴

Morphic では、ワークフローが変更されるたびにその版が保存されます。バージョン履歴にはそれぞれの版、作成者、作成日時が表示され、以前の版を再び使えるように戻せます。

共有ワークフローの編集を安全にできるのはそのためです。変更がうまくいかなかった場合や、頼りにしていたものをチームメイトが変更した場合でも、その前の版が残っています。

Morphic でバージョン履歴を使う方法を簡単にご紹介します：

### バージョン履歴を開く

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/jp/wkufur/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.
