> For the complete documentation index, see [llms.txt](https://docs-embed.anyflow.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-embed.anyflow.jp/solution-editor/variables/standard.md).

# 標準変数

### 標準変数

標準変数とは、Anyflowが標準的に用意している変数です。\
ソリューションの実行開始日時など、システム側で保有している値を利用することができます。

標準変数の値は、通常の変数と同様にソリューションの中で利用することができます。\
他のシステムにデータを渡すことや、エンドユーザー変数を元に条件分岐をすること、標準変数のデータを加工することなどが行えます。

<figure><img src="https://files.readme.io/927ebda6e17b30d3d151901b7c1f16fe5cc8905e2be0f23e02266f95cd7b435f-image.png" alt="" width="563"><figcaption></figcaption></figure>

利用できる標準変数は以下のとおりです。

<table><thead><tr><th width="207.65625">変数名</th><th>説明</th></tr></thead><tbody><tr><td>実行開始日時</td><td>ソリューションの実行が開始された日時です。ISO 8601の形式です。</td></tr><tr><td>実行履歴ID</td><td>実行履歴に割り振られたユニークIDです。<br>実行履歴の詳細を確認するためにも利用できます（詳しくは<a href="/pages/b6I5H0Wk1dWaWmOs2M6J">こちら</a>）</td></tr><tr><td>デプロイ環境ユニーク名</td><td><a href="/pages/Op9udC5mvzAh6XfaNRDq">デプロイ環境</a>のユニーク名です。<br>開発環境と本番環境でAPIリクエスト先を変更する場合にも利用できます。</td></tr><tr><td>anyflow_team_id</td><td><a href="/pages/J4Hx3bhqChCEzbaA2sd8">JWTのペイロード</a>に含まれる一意なエンドユーザーチームの識別子（anyflow_team_id）の値です。自身のプロダクトにて設定した値が入ります。</td></tr><tr><td>anyflow_user_id</td><td><a href="/pages/J4Hx3bhqChCEzbaA2sd8">JWTのペイロード</a>に含まれる一意なエンドユーザーの識別子（anyflow_user_id）の値です。自身のプロダクトにて設定した値が入ります。設定していない場合は入りません。</td></tr></tbody></table>


---

# 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://docs-embed.anyflow.jp/solution-editor/variables/standard.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.
