UiPath Automation Developer Professional v1 — Question 99
A developer intends to incorporate a Flow Switch activity within a Flowchart. What is a characteristic of this activity?
Answer options
- A. The Flow Switch activity is designed solely for usage in sequence workflows.
- B. Two default cases can be assigned in the Default section.
- C. The default TypeArgument property for the Flow Switch activity is set to Int32.
- D. Default cases can be numbered.
Correct answer: C
Explanation
The correct answer is C because the default TypeArgument for the Flow Switch activity is indeed Int32, which is vital for its operation. Option A is incorrect as Flow Switch activities can be used in Flowcharts, not just sequence workflows. Option B is misleading since the Default section allows for one default case, and Option D is incorrect because default cases are not assigned numbers.