QuestionQ278

UiPath Automation Development

What is the correct sequence of steps for passing and receiving data from a workflow invoked in Main.xaml?

Drag & Drop
Open the workflow file and create the arguments.
Create the workflow file.
Pass the values of the arguments to/from the variables in the Main.xaml file.
Invoke the workflow file in the Main.xaml file and click Import Arguments.
Step 1
Step 2
Step 3
Step 4
Explanation

An invoked UiPath workflow must first be created and have its In, Out, or In/Out arguments defined. In Main.xaml, Invoke Workflow File can then import those arguments. After import, map the caller variables to the argument values, including output mappings for data returned to Main.xaml.

Learn more

Community Discussion

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