UiPath Advanced RPA Developer (UiARD) — Question 30
A developer is working on an existing project in which GIT is used as the source control. Another team member wants to compare two versions of a particular workflow in this project. Which UiPath Studio option provides this capability?
Answer options
- A. Pull (rebase)
- B. Checkout Branch
- C. Show History
- D. Push
Correct answer: C
Explanation
The correct answer is C, 'Show History', as it allows users to view the changes made over time to the workflow, facilitating the comparison of different versions. The other options, such as 'Pull (rebase)', 'Checkout Branch', and 'Push', do not provide version comparison capabilities and are instead used for managing code changes and updates.