UiPath Automation Developer Associate v1 — Question 2
Which of the following statements is correct about arguments?
Answer options
- A. Argument names are automatically updated in the activities inside the current workflow when the name of the argument is changed in the Data Manager
- B. Only String argument names are automatically updated in the activities inside the current workflow when the name of the argument is changed in the data manager.
- C. Argument names cannot be changed after an argument was created, if you need to rename an argument you should re-create the argument.
- D. Argument names are not automatically updated in the activities inside the current workflow, if you rename an argument you need to manually change the name inside the activities.
Correct answer: A
Explanation
The correct answer is A because argument names do indeed update automatically in the workflow activities when changed in the Data Manager. Option B incorrectly limits this behavior to String arguments only, while options C and D suggest that renaming is either impossible or requires manual updates, which is not the case.