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

Maestro ユーザー ガイド

Mock

A placeholder node with no behavior. Use it to sketch the shape of a flow before implementing the actual logic — it passes through execution without doing anything and produces no output.

When to use Mock

  • Modeling: Rough out the structure of a complex flow before wiring in real nodes.
  • Stubbing: Hold a position in the flow where a node will be added later without breaking the flow's structure.

The Mock node is not intended for output simulation. To return a fixed value during testing without calling an external service, use a Script node that returns a hardcoded value.

構成

The Mock node has no configuration fields.

出力

The Mock node produces no output. Downstream nodes cannot reference any output from a Mock node.

備考

  • A Mock node that is wired into the flow will execute (passing control to the next node) but does nothing.
  • Mock nodes should be replaced before publishing a flow to production.
  • When to use Mock
  • 構成
  • 出力
  • 備考

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得