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
- A. Update the UiPath Studio to version 2025.4 of higher to make the Delay activity compatible with the Main workflow.
- B. Ensure the Delay activity is configured with a valid condition in the Main workflow of the Orchestration Process.
- C. Place the Delay activity inside a “No Persist Scope” activity.
- D. Use a separate workflow outside the Orchestration Process to execute the Delay activity properly.
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.