コマンドプロンプトからの実行と結果出力

UiPathを以下の方法でコマンドプロンプトより実行させたのですが、
実行結果(成功か失敗)をコマンドプロンプトに出力させることはできるのでしょうか?

コマンドプロンプトからの実行と結果

UiRobot.exe -file:フローチャート.xaml
{} ← 出力結果に成功か失敗の分岐結果を出力したい

フローチャートのdecisionで分岐させた後、何かのアクティビティを追加することで
コマンドプロンプトで成否の判定ができないか検討しています。

Here is the list of arguments supported by UIRobot.

check if anything is there for your question, UiRobot.exe --help

If you don’t find the way to get the success or failure from command prompt, may be a log file can help.
Once the Robot1 successfully runs, write “Successful” in the log file. Check if successful is written in the log file, then trigger the Robot2.