UiPath Automation Developer Professional v1 — Question 151
When using Profile Execution in UiPath Studio, how is the total duration calculated when no workflow file is selected?
Answer options
- A. It is the average duration of all executed activities from the entry point workflow file.
- B. It is the cumulative sum of all top-level durations, excluding Invoke Workflow activities.
- C. It is the sum of the minimum and maximum duration values of each workflow file.
- D. It is the average duration of all executed activities from all workflow files.
Correct answer: A
Explanation
The correct answer is A because when no workflow file is selected, the execution profile takes the average of the executed activities starting from the entry point workflow. The other options do not correctly describe how the duration is calculated in this scenario, as they refer to different methods of summation or averaging that do not apply when no specific workflow is chosen.