# Workflow Versions を管理する

Workflowを保存するたびに、新しいバージョンがWorkflow Version Historyに保存されます。

すべてのユーザーは、最新のWorkflowバージョンを最大3つまで表示できます。有料プランでは、完全なバージョン履歴、名前の変更、および以前のバージョンを復元する機能が利用できます。

{% hint style="info" %}
プランとそれに関連する機能の最新情報については、 [pricing page](https://roboflow.com/pricing).
{% endhint %}

### Versionsを表示

WorkflowのVersionsを表示するには、Workflow editorの右側サイドバーにある時計アイコンをクリックします。保存された変更をすべて表示するパネルが開きます。

最新の保存済みバージョンにはLiveのマークが付きます。これは、Workflowを実行したときに本番環境で実行されるWorkflowです。

<figure><img src="/files/3c118414b77026f2ba54d3b502eeb021d0aeec57" alt=""><figcaption></figcaption></figure>

### バージョン名を設定する

Workflow Version History内のバージョンには名前を付けられます。バージョンに名前を付けるには、バージョン名の横にある3つのドットをクリックし、次に「Rename」をクリックします：

<figure><img src="/files/e69361c616954779059860a1a2f6854fa77cba2f" alt=""><figcaption></figcaption></figure>

その後、Workflowバージョンの名前を指定できます：

<figure><img src="/files/97c8d7f062f6a3f57a5a11f3edf847cfafcb49f7" alt=""><figcaption></figcaption></figure>

すると、バージョン名が更新されます：

<figure><img src="/files/699d56bb22f507b9bd8532754271b9dcfc5a3e34" alt=""><figcaption></figcaption></figure>

### 以前のバージョンにロールバックする

{% hint style="info" %}
以前のバージョンを復元するには、有料プランが必要です。
{% endhint %}

Workflowはいつでも以前のバージョンにロールバックできます。

以前のバージョンにロールバックするには、Workflow名の横にある3つのドットをクリックし、次に「Restore」をクリックします：

<figure><img src="/files/ed43237c35b838f89ba68455db658d25f30b8a71" alt=""><figcaption></figcaption></figure>

すると、Workflow Versionがeditorに表示されます。変更を保存するには、「Save」ボタンをクリックする必要があります：

<figure><img src="/files/80b404f3695c43b6aa9b9c0483291ba01c97c4ae" alt=""><figcaption></figcaption></figure>

Saveを押すと、ロールバックした変更を含む新しいWorkflowバージョンが作成され、そのバージョンがWorkflowのLiveバージョンになります。


---

# Agent Instructions: 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/workflows/manage-workflow-versions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
