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

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.