Exit UIPATH-RPAV1 UiPath RPA Associate v1.0 (UiRPA)
Question 5 of 5
0% complete
Q5 Single choice

A developer published a process to UiPath Orchestrator with only the Main.xaml workflow file. There is one
"In" argument of type String in the Main.xaml file with a default value of String.Empty.

When running the process from the Start Job window in Orchestrator, what is the value of the argument at runtime?

  • A

    An Input Dialog box will prompt the user to input a value and that value will be used

  • B

    Only the default value of String Empty will be used, overriding any values provided in Orchestrator

  • C

    Any input arguments provided in Orchestrator are used, otherwise the default value of String Empty will be used

  • D

    A runtime error will occur as arguments are not allowed in the Main.xaml file