Blue Prismソリューションは、Process and Object Studioで開発およびテストする場合は正常に機能しますが、コントロールルームで実行する場合、画面要素が見つからないために例外が発生します。最も可能性の高い原因は何ですか?
正解:B
Reason: This is because when we are running the process in testing and development phase at time the speed of running the process is slow, that's why it ran properly and when we haven't give the proper wait stage and when the process ran in control room the exception occurs as the process ran in full speed so the process is not having the time to wait. This is mentioned in the Process creation exercise or Lifecycle exercise.