> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ja/workflow/workflow-overview.md).

# ワークフローについて

本記事では、ワークフロー機能の概要について説明します。

## ワークフローとは

ワークフローは、AI エージェントや分岐条件などのブロックを組み合わせて、一連の処理を実行できる機能です。

これにより、段階的な処理を組み合わせたタスクや、複雑なタスクを実行できます。

## ワークフローの特徴

### ワークフローの再利用

ワークフローは、実行時に必要な情報を入力として利用できます。 入力として扱える内容には、テキスト、数値、ファイルなどがあります。

同じワークフローを使いながら、対象や条件を変えて実行できます。

### 柔軟な実行トリガー

ワークフローは、必要なときに手動で実行したり、特定のトリガーを設定して自動実行したりできます。

トリガーとして、手動実行、API 経由の実行、GitHub イベント（連携設定時）などに対応しています。

作成したワークフローを日々の業務に柔軟に組み込めます。

### ワークフローの半自動化

ワークフローの途中で、人による確認を挟むこともできます。

必要なブロックをレビュー必須に設定し、人が内容を確認したうえで先に進める運用が可能です。

これにより、すべてを完全自動にするのではなく、重要なポイントだけ人が判断する運用も可能です。

### 成果物の生成

ワークフローで生成したドキュメントなどの出力は、必要に応じて成果物として保存できます。

レビューや共有の対象になる結果を残したい場面でも活用できます。


---

# 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://help.genesis.autify.com/features-ja/workflow/workflow-overview.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.
