UiPath Automation Developer Professional v1 — Question 157
You need to create a process where multiple events happen at the same time, and triggers must handle these events simultaneously in an attended automation.
How can you set up this parallel execution of triggers?
Answer options
- A. Use the Run Local Triggers activity to manage the simultaneous execution of multiple triggers within the project.
- B. Use the Enable Local Trigger activity to run all triggers at the same time once they are enabled.
- C. Use the Trigger Scope activity to handle all events in a sequential manner rather than parallel.
- D. Rely on the Form Builder to set up multiple events and manage their execution based on user input.
Correct answer: B
Explanation
The correct answer is B, as the Enable Local Trigger activity allows for the simultaneous execution of all triggers once they are activated. Option A incorrectly suggests using Run Local Triggers, which does not facilitate parallel processing. Option C focuses on sequential handling, which is contrary to the requirement for simultaneous execution, and option D does not address the automation of triggers directly.