Uipath Studio - Arguments

Hi,

I want to know how to set the arguments as mandatory. I tried using clicked IsRequired, but it won’t work.

While invoking the workflow if i leave any of the arguments as Empty/Blank how can know that or catch that.

Can you anyone advice on this.

Hi

A few suggestions could be using e.g. a Flow Decision or an “IF” activity in the beginning of the called workflow to determine if your arguments are set or not?
Then throw an exception or WriteLine.

BR, Martin

1 Like