BreakTriggerScopeInArgumentとは何でしょうか?

UiPath Studio 2025.0.172STS Community editionのユーザーです。

Main.xamlからProcess.xamlを呼び出すワークフローを複数作成中です。
Main.xamlからProcess.xamlを呼び出すとき、時々BreakTriggerScopeInArgumentというString変数の引数が表れることがあります。

2点教えてください。
1.これはどのような意味を持つ引数でしょうか?

2.BreakTriggerScopeInArgumentはProcess.xamlで設定できません。対処法を教授ください。

@gorby

This argument gets auto created when you have Break activity in your invoking workflow.

You don’t need to set it anything just let be as it is.

It’s known behaviour and widely discussed here on this thread. You can also find few workaround to get it removed if you want till UiPath fix it.

Hey buddy @gorby BreakTriggerScopeInArgument is a system generated argumentintroduced in recent UiPath versions 2023+ and it is related to the Trigger Scope that UiPath uses internally.

And

To deal with it leave BreakTriggerScopeInArgument empty when invoking Process.xaml because UiPath will handle it internally and your workflow won’t break.

Namaste :folded_hands: