UiPath Automation Developer Professional v1 — Question 150

A developer wants to ensure that the Delay activity operates correctly when leveraged in a Main workflow of an Orchestration Process. What is the appropriate approach to accomplish this?

Answer options

Correct answer: C

Explanation

The correct answer is C because placing the Delay activity inside a 'No Persist Scope' activity prevents it from being affected by persistence, ensuring it operates correctly in the Main workflow. Option A is incorrect as it is not necessary to update to a specific version for this activity. Option B is irrelevant since the Delay activity does not require a valid condition. Option D is also incorrect, as the Delay activity can function properly when placed in the right context within the Orchestration Process.