QuestionQ20
Exception HandlingA project includes a Try Catch activity in the Main.xaml workflow. Its Catches block contains a Rethrow activity. The process is launched from Orchestrator, and an exception is caught in the Try section. What result is expected?
- A Job is completed with a "Successful” state.
- B Job is completed with a "Faulted" state.
- C Job is completed with a "Stopped" state.
- D Exception Pop-up is displayed on the robot machine.
Community Discussion