- Automation Cloud and Test Cloud
- Automation Cloud Dedicated and Test Cloud Dedicated
July 2026 release notes for Studio Web in Automation Cloud.
July 21, 2026
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.
July 15, 2026
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.
July 10, 2026
Remove unused packages
We added a Remove unused packages action to the right-click context menu for both projects and solutions. The action identifies dependencies that aren't referenced anywhere in the project or solution and removes them. Before removal, Studio Web takes a snapshot of the solution, so you can roll back the operation if needed.
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.
Improvements to the resource mismatch hint
Studio Web refines the resource mismatch hint introduced in June, which warns you when a bound resource has a different definition available at debug time than at design time. The improvements make drift easier to notice and let you re-sync a resource definition at any time:
- Warning icon inside the field — When drift is detected, it now surfaces as a non-blocking warning icon inside the Process field, next to the link to update the resource mapping.
- Refresh always available — The Refresh action is now always available, so you can force a re-sync of the resource definition even when no drift is reported. Drift detection is not guaranteed in every case, so a manual refresh remains an option at any time.
- July 21, 2026
- 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
- July 15, 2026
- Maestro Case and Maestro Flow (Preview) now available in Studio Web
- July 10, 2026
- Remove unused packages
- Add a project when cloning an empty repository
- Improvements to the resource mismatch hint