Studio Web
latest
false
Banner background image
Studio Web User Guide
Last updated May 16, 2024

Managing project files and folders

A project can contain multiple workflows which you can organize in folders.

By default, a project consists of a single workflow file named Main.xaml that contains the sequence of activities used in your automation. When you create complex automations, it is a good practice to break projects into multiple smaller workflows that are easier to organize and navigate, and which can be tested individually. To determine the order in which the workflows run, you link them by adding Invoke Workflow File activities in the main workflow to call each workflow when it's needed.
You can also link a workflow file to another workflow by:
  • Dragging the workflow from the Project explorer and dropping it inside the main workflow. This action creates an Invoke Workflow File activity that references the invoked workflow.
  • Right-clicking the workflow in the Project explorer and selecting the Invoke in current workflow menu option. This action creates an Invoke Workflow File activity and adds it at the bottom of the main workflow.

For example, in a project where you use UI automation to process data in an online application, you can create two separate files for the sign-in steps and the data processing, and use the main workflow to add the trigger and call the two files using two Invoke Workflow File activities, invoking the sign-in workflow first.

You manage the project files from the Project explorer. If a project was edited in Studio Desktop, it may contain additional files and folders.

To open the Project explorer, select on the upper-left side of the designer. This is where you can:

  • Open a workflow in the designer by selecting it.
  • Add a workflow or a folder using the two buttons on the upper-left side of the panel. File and folder names can't start with the character . or contain the following special characters: ' ", < > | : * ? \ / ; % =.
  • Move files and folders by dragging and dropping them in the desired location.
  • Rename or delete a file or folder by right-clicking it and selecting either Rename or Delete. You can't delete or rename the main workflow.
  • Duplicate a workflow file by right-clicking it and selecting Duplicate. The name of the new workflow is the name of the workflow you duplicated followed by 1. The duplicated workflow contains the same configured activities as the original workflow.
    Note: Currently, you can only duplicate workflow files, not other files and folders.

Managing files in projects edited with Studio Desktop

Projects that were edited in Studio Desktop may contain different types of files that can't be opened or edited in Studio Web. Please note the following:
  • You can only edit sequences in Studio Web. Flowcharts, state machines, and test cases are not supported in Studio Web.
  • Projects with multiple entry points can be opened in Studio Web, but not edited. Files that are set as entry points are highlighted in the Project explorer by a green arrow displayed on the icon and a text displayed when hovering the icon.
  • If you create a project with multiple files in Studio Web, you can only edit the main workflow when you open it in StudioX.
  • You can only change which workflow is set as main from Studio Desktop. The name of the main workflow file is displayed in bold in the Project explorer.
  • Managing files in projects edited with Studio Desktop

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.