試験Agentforce-Specialist-JPN トピック2 問題320 スレッド
Salesforce Agentforce-Specialist-JPNのリアル試験問題集
問題 #: 320
トピック #: 2
問題 #: 320
トピック #: 2
Agentforceスペシャリストが、エージェントアクションを使用して複数ステップのオンボーディングワークフローを構築しています。このワークフローは、アカウント作成、プロファイル設定、設定構成、最終処理という4つのステップで構成されています。create_accountアクションが正常に実行された後、システムは追加のユーザー操作を必要とせずに、直ちに確認メールを送信する必要があります。
専門家は、アカウント作成後に確認メールが自動的に送信されるようにするために、どの方法を用いるべきでしょうか?
専門家は、アカウント作成後に確認メールが自動的に送信されるようにするために、どの方法を用いるべきでしょうか?
おすすめの解答:A 解答を投票する
The correct approach is to use deterministic procedural execution with run so the verification email is triggered immediately after the account creation path succeeds. In Agent Script, declaring an action only makes it available; it does not guarantee execution. Salesforce explains that run inside reasoning.
instructions executes immediately when the code path is reached, which is appropriate for mandatory follow-up logic such as sending a verification email after account creation. Option B has the wrong sequencing because the email should occur after account creation, not merely before profile setup finishes without being tied to the successful action result. Option C is weaker because it exposes the action for LLM selection rather than forcing execution.
instructions executes immediately when the code path is reached, which is appropriate for mandatory follow-up logic such as sending a verification email after account creation. Option B has the wrong sequencing because the email should occur after account creation, not merely before profile setup finishes without being tied to the successful action result. Option C is weaker because it exposes the action for LLM selection rather than forcing execution.
伊藤** 2026-09-09 10:50:13
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。