QuestionQ160

Variables and Arguments

The Main.xaml file contains an In argument of type String whose default value is String.Empty. What value does the argument have at runtime when the process is executed from the Start Job window in UiPath Orchestrator?

Explanation

An In argument defined in Main.xaml is available as an input argument in Orchestrator. A default specified in Studio is inherited when no value is supplied, and an input value provided at the process or job level in Orchestrator overrides that default.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!