A developer intends to incorporate a Flow Switch activity within a Flowchart. What is a characteristic of this activity?
A developer intends to incorporate a Flow Switch activity within a Flowchart. What is a characteristic of this activity?
The default TypeArgument property for the Flow Switch activity is set to Int32. This characteristic is important to understand as it implies the type of values the Flow Switch can handle by default without further configuration.
https://docs.uipath.com/activities/other/latest/workflow/flow-switch
https://docs.uipath.com/activities/other/latest/workflow/flow-switch#:~:text=TypeArgument%20%2D%20Enables%20you%20to%20select%20the%20type%20of%20statement%20that%20can%20be%20added%20in%20the%20Expression%20property.%20By%20default%2C%20Int32%20is%20selected.