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

Maestro ユーザー ガイド

Business Process Model and Notation (BPMN) process

Invokes a Business Process Model and Notation (BPMN) process that is already published in your organization — an agent or agentic automation built elsewhere — and returns its result. Use this node to reuse a published process as a step in your flow, rather than authoring an agent inline with the Agent node.

Before you start: publish a process

The BPMN process node has no process of its own. It surfaces the BPMN processes published in your organization, so one must be published before it appears under the node.

  • The palette lists published processes under BPMN process, each as its own node.
  • If nothing is published, the category appears but is empty.

動作のしくみ

Published processes are loaded dynamically from your organization, the same way connector nodes and Extract models are. Adding one to the canvas creates a node bound to that specific process. When it runs, Flow invokes the process, waits for it to complete, and returns its result before continuing.

構成

フィールドRequired説明
プロセスはいThe published BPMN process to invoke. Chosen when you add the node from the palette.
入力いいえValues mapped to the process's input schema, bound to workflow data with expressions such as $vars.start.output.request.

Output variables

変数説明
outputThe process's result, structured according to its output schema. Access fields with $vars.<node>.output.<field>.
errorPopulated if the node fails. See Error handling.

Agent vs BPMN process

Use…When you want to…
オペレーターAuthor the agent inline on the canvas — set its model, prompts, tools, and context here.
BPMN processReuse an agent or agentic automation that is already published in your organization.

備考

  • To test without invoking the real process, use Mock output on the node and supply a sample result.
  • The BPMN process node supports an error handle — connect it to route failures instead of stopping the process.
  • The list of processes reflects what is published in your organization at design time. Publish or republish a process, then reopen the palette to see it.

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得