# ワークフローとステータス管理

AnnoStationは、プロジェクトの進捗を簡単に追跡できるように、ビルドインのワークフローを提供します。&#x20;

イメージのステータスは重要なチェックポイントを通過すると更新されます。

## ステータス

以下の表は、ステータスの一覧と、そのステータスで誰が画像に対して変更を加えることができるかをまとめたものです。アノテーターはAnnotatorの[ロール](/jpn/mastering-annostation/projectsetup/project-members/project-member-roles.md)を持つメンバーであり、レビュアーはDeveloperまたはManagerの[ロール](/jpn/mastering-annostation/projectsetup/project-members/project-member-roles.md)を持つメンバーです。

| ステータス              | 説明                         |        アノテーター        |         レビュアー        |
| ------------------ | -------------------------- | :------------------: | :------------------: |
| New                | 画像に対してまだ何のアクションもとられていない状態。 | :white\_check\_mark: | :white\_check\_mark: |
| In Progress        | 画像に対してアノテーションが保存されている状態。   | :white\_check\_mark: | :white\_check\_mark: |
| Waiting for review | 画像がレビュー待ちとして登録されている状態。     |          :x:         | :white\_check\_mark: |
| Waiting for change | レビューの結果、変更依頼が出されている状態。     | :white\_check\_mark: | :white\_check\_mark: |
| Done               | レビューの結果、合格した状態。            |          :x:         | :white\_check\_mark: |

## ワークフロー

![](/files/-MFtFA6E29r91U65XZmN)


---

# 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.annostation.orni.co.jp/jpn/mastering-annostation/workflow-and-status-management.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.
