chantee
(chantee)
June 15, 2024, 1:37am
1
アカデミーのREFrameworkのこちらの最後のクイズ(CheckYourKnowledge)について、
答えは3なのですが、納得がいきません・・・
しきい値を超えていたら、ビジネス例外となり「失敗」がマークされて、
遷移は「ビジネス例外」で次の状態は「トランザクション データの取得」へ進み次のデータを取得するものだと思っているのですが。。選択肢にないです。
なぜ答えは3の遷移「成功」なのでしょうか。
<問題文>
オートメーションが電子メールを処理します。
プロセス状態で行われたチェックにより、電子メールの数値が、
処理用に構成ファイルで設定されたしきい値を超えていることが判定されます。
次に実行される遷移はどれですか?
以下のオプションのいずれかを選択してください。
1遷移: データなし 次の状態: プロセスの終了
2遷移: 新規トランザクション 次の状態: トランザクションの処理
3遷移: 成功 次の状態: トランザクション データの取得
4遷移: システム例外 次の状態: プロセスの終了
<補足>
Academy https://academy.uipath.com/learning-plans/automation-developer-professional-training
ーAutomation Developer Professional Training
ーBuilding a REFramework Project with Orchestrator Queues
Anil_G
(Anil Gorthi)
June 15, 2024, 2:52am
2
@chantee
Automation processes the email already…sonit is a success scenario
So the next state would be to get the next item
Cheers
chantee
(chantee)
June 15, 2024, 3:15am
3
回答ありがとうございます。
Config.xlsxで設定したManualTransactionThresholdの値を超えている場合は、NGとしてビジネス例外にすると思っていたのですが、
メールの場合はビジネス例外にしなくて良いということでしょうか・・?
データの型がQueueItemか、Datarowか、メールかで、ManualTransactionThresholdの意味は変わりますか・・?
Anil_G
(Anil Gorthi)
June 15, 2024, 3:29am
4
@chantee
As per scenario no exception is being thrown or is mentioned as such…just to confuse a extra line of threshold details are given…but it need not necessarily mean you have a bus exception thrown there
Cheers
1 Like
chantee
(chantee)
June 15, 2024, 7:28am
5
てっきりManualTransactionThresholdがTRUEであるものだと思い込んでいました。。!
この値はデフォルトでは"FALSE"ですね。
そうなると、キューのステータスは「処理中」のままとなり、
遷移: 成功 次の状態: トランザクション データの取得 になりますね
理解できました。ありがとうございました。
1 Like
system
(system)
Closed
June 18, 2024, 7:38am
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.