UiPath RPA Associate (UiRPA) — Question 30
A developer invoked a workflow file with three arguments: one "In", one "Out", and one "In/Out". In the Invoked Workflow Arguments window, how can the Value be configured for each argument?
Answer options
- A. In: Variable or Hard-coded value Out: Variable or Hard-coded value In/Out: Hard-coded value only
- B. In: Variable only - Out: Variable only - In/Out: Variable only
- C. In: Variable or Hard-coded value Out: Variable only - In/Out: Variable only
- D. In: Variable or Hard-coded value Out: Hard-coded value only - In/Out: Variable only
Correct answer: A
Explanation
The correct answer is A, as it correctly states that 'In' and 'Out' can accept either a variable or a hard-coded value, while 'In/Out' can only accept a hard-coded value. The other options are incorrect because they restrict the input types for the 'In' and 'Out' arguments or misinterpret the 'In/Out' argument's requirements.