- 发行说明
- 入门指南
- 设置和配置
- 自动化项目
- 依赖项
- 工作流类型
- 文件比较
- 自动化最佳实践
- 源代码控件集成
- 调试
- 诊断工具
- 工作流分析器
- 变量
- 参数
- 导入的命名空间
- 录制
- 用户界面元素
- 控制流程
- 选取器
- 对象存储库
- 数据抓取
- 图像与文本自动化
- Citrix 技术自动化
- RDP 自动化
- Salesforce 自动化
- SAP 自动化
- VMware Horizon 自动化
- 日志记录
- ScreenScrapeJavaSupport 工具
- Webdriver 协议
- Studio 测试
- 扩展程序
- 故障排除

Studio User Guide
ST-NMG-004
Scope: Workflow
This rule analyzes the display names of activities and determines whether they are repetitive or generic.
The display names of activities should clearly indicate how they are used in the workflow. This makes the project meaningful and avoids any confusion in terms of usage.
Make sure default names of activities are changed into more meaningful names and are not repeated throughout the workflow.
By adding a more descriptive display name, it might become easier to understand what the activity does. For example, if your workflow uses the Click activity for clicking the Save button in an application, then you could name the activity to Click Save Button, giving it a unique and descriptive name.
In the Project Settings window, select the Workflow Analyzer tab. Find and select the rule, as in the image below:
1
. This means that if the Workflow Analyzer finds at least two activities with the same display name, then a message is logged in the Error List.
5
and the rule logs an error message only if the number of activities with the same display name surpasses the threshold, in
this case 5
.