maestro
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Maestro ユーザー ガイド

最終更新日時 2026年3月27日

Custom instance ID

概要

By default, Maestro identifies each process instance by a system-generated ID. A custom instance ID lets you replace that label with a dynamic, human-readable value—such as an order number or a customer name—derived from the data the process receives at runtime.

The custom instance ID is displayed directly in the instance list, so you can identify why an instance ran and for which value, without opening the instance.

前提条件

  • An Agentic process open in the Maestro canvas.
  • The process has a start event.

Configuring a custom instance ID

  1. Select the start event on the canvas.

  2. In the Properties panel, go to the General section.

  3. In the Custom Instance ID field, set the value using one of the following options:

    • Variable — select a start event variable or input argument.
    • Expression — build an expression that combines variables or formats output, for example: string.Format("Order: {0}", vars.OrderId).
    • Literal — enter a fixed text value.
  4. Publish the process.

結果

When an instance runs, Maestro evaluates the Custom Instance ID expression after the start event completes and displays the result as the instance name in the instance list.

If the expression references variables that are not yet resolved at evaluation time, the custom instance ID displays as blank until the value is available.

制限事項

  • You can configure custom instance IDs on start events only. Custom instance IDs are evaluated once, immediately after the start event executes. Values set on activities or end events are not applied.
  • Searching and filtering instances by custom instance ID in instance management, Insights, and Process Mining is not yet supported.
  • 概要
  • 前提条件
  • Configuring a custom instance ID
  • 結果
  • 制限事項

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得