- 基本情報
- Studio Web での UiPath Agents
- UiPath のコード化されたエージェント

Agents ガイド
エージェントを実行する
After publishing your agent from Studio Web, you can run it directly as an Orchestrator job or incorporate it into Studio workflows. Using agents in workflows lets you use them in larger deterministic processes, run multiple agents in series, and trigger execution based on events.
To incorporate your agent into a Studio workflow:
- エージェントを Orchestrator にパブリッシュします。
- Studio で、[ジョブを実行] アクティビティを使用してエージェントをワークフローに統合します。
- エージェントに変更を加えた場合は必ず、更新したエージェントを Orchestrator に再パブリッシュし、Orchestrator で対応するプロセスをアップグレードします。[ジョブを実行] アクティビティは常に、Orchestrator で現在設定されているエージェントのバージョンを実行します。これにより、ワークフローで常に最新バージョンのエージェントが使用されます。
Studio のワークフローで [ジョブを実行] アクティビティを設定して使用する方法については、システム アクティビティのガイドをご覧ください。
UiPath.System.Activities バージョン 25.4.2 より、エージェントとその他の Orchestrator のジョブの実行は、[ジョブを実行] アクティビティに統合されて改良されました。[エージェントを実行] アクティビティを使用する既存のワークフローは、引き続き変更なしに機能するので、スムーズに移行できます。新しいエージェント実行機能をワークフローに追加すると、[エージェントを実行] を検索しても、自動的に [ジョブを実行] アクティビティが提案されて実装されます。
Monitoring execution
From Orchestrator, you can view inputs, outputs, tool calls, and traces for each run. Agent runs move through the following states: running, pending, suspended, completed, or failed.
Traces are the main way to understand what an agent did during a run. The traces UI surfaces:
- LLM の呼び出しと応答
- Tool invocations and results
- Errors and guardrail actions
For more information about the execution model that powers agent runs, see Running agents.