- Automation Cloud and Test Cloud
- Automation Cloud Dedicated and Test Cloud Dedicated
August 2026 release notes for Studio Web in Automation Cloud Dedicated and Test Cloud Dedicated.
August 26, 2026
Local setup for RPA workflow and app projects — Enterprise rollout
Local setup for editing and debugging RPA workflow and app projects in Studio Web is now rolling out to Enterprise accounts.
Enterprise users can continue using the current setup during a grace period that ends on February 1, 2027. After that date, UiPath Assistant (STS version 2026.0.190 or later, or LTS version 2025.10.15 or later) is required to edit and debug RPA workflow and app projects. For setup instructions and requirements, see Local setup for RPA workflow and app projects.
Queue support for Maestro BPMN processes
Agentic processes built in Studio Web can now use a Queue start event and a set of queue task activities to trigger from, and interact with, Orchestrator queue items. This is part of a broader update documented in the Maestro release notes. For configuration details, refer to Events and Queue task activities in the Maestro user guide.
Convert files to and from Base64 in API workflows
Two new native API workflow activities are now available, Base64 to File and File to Base64. The activities enable you to handle Base64-encoded file payloads without writing custom JavaScript code. You can use them when a step sends or receives a file as an inline Base64 string, for example image or audio data returned inline by an AI model. For more information, see Base64 to File and File to Base64.
Safer branch switching in version control
Switching to a tracked remote branch no longer risks silently discarding your work. Studio Web now checks whether your local branch has diverged from the remote before switching: safe switches happen immediately, and a confirmation dialog appears only when the switch would discard unpushed local commits or uncommitted changes. For more information, see Version control for solutions.
Templates now available in the Local Workspace
You can now use templates to create solutions in the Local Workspace. For more information, see Solutions in the local workspace.
Improvements
- We have replaced the message that editing the project is locked with a Locked by you status indicator and Edit button at the top of the Studio Web designer.
- The Autopilot chat panel now has a larger minimum width, providing more space for text and content when the panel first opens.
- We have improved the clarity of error messages for various common issues, such as failing to update a project name.
Bug fixes
- Saved test and debug run input arguments could be lost after a project was repackaged, because the identifier used to store them was not stable across packaging runs.
- Release notes entered when publishing a version were not displayed in the Change history panel or in the package version hint.
- Variable suggestions for output variables and arguments enforced strict type equality, which could prevent selecting compatible file resource types without a manual expression cast.
- The full text of a field in an Autopilot-generated activity could not be viewed during review.
Maestro Case and Maestro Flow (Preview) now available in Studio Web
Two new project types for business orchestration are now available in Studio Web.
Maestro Case (available since June 12, 2026) introduces a Maestro Case plan designer for goal-driven, exception-heavy processes where the next step is determined at runtime. Use it to model stages, tasks, rules, and SLAs for long-running work such as insurance claims, dispute resolution, or loan underwriting. For more information, see the Maestro Case release notes and the Studio Web Maestro Case documentation.
Maestro Flow (available in Preview since July 7, 2026) is a visual node-based Maestro Flow canvas for building lightweight process orchestrations that connect APIs, AI agents, human approvals, and enterprise services on the Maestro runtime. For more information, see the Maestro Flow release notes and the Studio Web Flow documentation.
August 21, 2026
Add a project when cloning an empty repository
When you clone an empty Git repository to start a new project, Studio Web now prompts you to add a project. Previously, cloning a repository with no valid project file left Studio Web unable to load.
- August 26, 2026
- Local setup for RPA workflow and app projects — Enterprise rollout
- Queue support for Maestro BPMN processes
- Convert files to and from Base64 in API workflows
- Safer branch switching in version control
- Templates now available in the Local Workspace
- Improvements
- Bug fixes
- Maestro Case and Maestro Flow (Preview) now available in Studio Web
- August 21, 2026
- Add a project when cloning an empty repository