Studio 发行说明
May 18, 2026
Build number: 2026.0.193
新增功能
Solutions in Studio Desktop
You can now create a new project from a template directly from a Solution. Right-click the Solution in the Explorer panel and select Create Automation from Template. Then, select a template and configure it further. The new project is created as part of the solution folder. This makes it easier to get started with a template without requiring you to create it outside of the solution.
The same template selection experience is available backstage, with each template card exposing a version dropdown and additional information — full description, creator, and last updated date — available on hover.
Non-RPA projects in the Solution Explorer are no longer rendered in a disabled state. Opening a file from a non-RPA project shows a contextual banner explaining the limited editing experience and providing a direct link to edit the project in Studio Web.
The Solution Explorer project icons in Studio Desktop have been updated to match the icons used in Studio Web for Agentic Process, Apps, Agent, API Workflow, and other project types. The JSON file icon has also been refreshed.
Edit activities faster in Compact Mode
Property editing in Compact Mode previously required opening the full Properties Panel for every change. Clicking a pill of an activity opens the Properties Panel pre-focused on the matching field, ready for input.
UI Automation cards allow you to indicate the target directly from the cards. When the project uses Object Repository, the activity card shows the activity name (e.g., Click, Get Text) together with a pill displaying the descriptor name, so it’s clear at a glance which element the activity targets.
Try/Catch, Switch, and Else If
In Compact Mode, the branches of Try/Catch, Switch, and Else If now use a merged-container treatment: each branch’s header (condition, case, or exception filter) and body are combined into a single container per branch, reducing the length of the designer.
When a Catch block in a Try/Catch is selected, the Properties panel now also exposes the exception type as an editable property. Changing it from the Properties panel updates the activity on the canvas, and the reverse.
错误修复
- Minimizing an email activity surfaced a "You must provide a value for Connection" validation error that disappeared when the activity was expanded again.
- Clicking Refresh on the Input arguments field of a Run Job activity regenerated only the input custom-types assembly and left the output assembly stale. As a result, run or debug failed to load the workflow with errors like Unable to create activity builder for Main.xaml or BC30560 'X' is ambiguous in the namespace.
- Studio could not apply the Automation Ops governance policy when the Automation Cloud organization display name contained non-ASCII characters, failing with Request headers must contain only ASCII characters during policy retrieval.
- Create variables and arguments from JSON schemas could not be used when Studio was running in a non-English language.
- Renaming an argument or variable referenced by an Object Repository activity left the activity pointing at the old name, causing an exception at runtime. Studio now warns before you rename arguments or variables that are used in Object Repository activities.
2026 年 5 月 4 日
内部版本号:2026.0.192
新增功能
在 Studio 中创建解决方案
您现在可以直接在 Studio 中创建解决方案。无论从新流程开始还是从模板开始,您现在都可以选择通过启用“新建解决方案”将其创建为解决方案的一部分。
作为这项工作的一部分,“添加文件”、“添加文件夹”和“打开文件位置”现在可在资源管理器中的所有项目类型中使用,而非仅限于当前打开的 RPA 项目。
改进
直接在活动卡中将活动标记为“私有”
右键单击活动,即可使用“标记为私有”或“标记为公共”,从而控制活动值是否在执行日志中显示。
错误修复
- 双击流程图中流程决策活动的验证错误,将聚焦于流程图本身而非流程决策活动,导致存在多个流程决策活动时难以识别哪个活动缺少条件。当活动名称为默认名称时,工作流分析器结果也会发生相同的行为。