action-center
2022.4
false
Action Center
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
发行日期:2022 年 5 月 23 日
Automation Suite 2022.4.0 现在可用。
新增功能
Actions 数据加密
- In a continuous process to keep your data safe, starting with this release, you now have the option to encrypt actions linked to newly created actions catalogs. However, the encryption is not applicable retroactively. Find out more details in our documentation.
编辑操作属性
- Task priorities may change in your department, thus affecting actions resolution and completion due dates. To help you reorganize your pending workload or to correct descriptive inaccuracies, we offer the option to edit action properties, such as action name or priority. Learn how to create the means for a better action identification by reading our documentation.
使用标签组织操作
- For rapidly growing Action Center action lists, organizing and tracking actions may become assiduous. We help you overcome this hassle by bringing in the option to label your actions for a better identification, searching, sorting, or filtering operations. You can add as many labels to any type of action, either Unassigned, Pending, or Completed. Find out how in our documentation.
改进
显示用于批量编辑的类似操作
- Remember the Bulk update feature? Here's a little reminder: you could select similar actions (especially designed via the Bulk form designer) and update their data at once. However, if the bulk form layout changed in the meantime, all actions generated by the latest form layout are identified as different actions. So you could not bulk edit an action generated by the previous form layout AND an action generated by the updated form layout. Now, to make things simpler, you have the option to automatically display similar actions that are suitable for bulk editing together. See how in our documentation.
个人工作区文件夹的默认权限
- Starting with this release, you can generate actions from the context of a personal workspace folder and have them displayed in the Action Center inbox. This is possible due to the enablement of all Actions and Action Catalogs permissions for the Personal Workspace Administrator role in the corresponding Orchestrator instance.
更多操作字段供下载
- 从此版本开始,您可以下载增强型 CSV 操作文件。下载的文件包含更多字段,以便正确描述和跟踪您的操作,例如对每个操作执行的操作、分配用户首次打开操作的时间或生成该操作的作业。前往 Action Center,发现其余的已下载字段。
活动中使用的操作目录的先决条件
- Only existing action catalogs can now be linked to actions generated by Persistence activities (Create Form Task , Create External Task) or by activities using Generic Tasks APIs (Create Validation Action,Create Classification Action). That is, you need to create the action catalog before generating the action. Otherwise, if you link an action to an action catalog that is not yet created, the action creation fails with the following error message "No task catalog exists with name [action_catalog_name] Error code: 2451 ".
已知问题
- 向操作添加现有标签时,向下滚动可用标签列表不会到达列表末尾。 或者,输入所需标签的名称,以缩短标签列表的长度。
- 对于 Action Center 中的“编辑属性” 页面,后退、前进或刷新等通用浏览器命令无法正常运行。
错误修复
- 下拉字段数值较多的表单操作加载缓慢或表单字段显示错误。我们进行了一些性能改进,以防止渲染速度变慢。此外,为了提高表单性能,请确保:
- 在定义下拉列表变量时,通过附加
dropdown后缀使用动态下拉列表, - 对下拉变量使用
List<T>类型,而不是Dictionary<T, T>类型。
- 在定义下拉列表变量时,通过附加
- 我们修复了一个错误,该错误会阻止从 Action Center 的“管理员设置” 页面返回后加载操作列表。
- 在表单的文本字段中使用引号字符时,会清除引号后的文本。我们已修复此问题,现在您无需修改任何文本即可使用此字符。
- 已进行一项性能修复,现在可以更快地加载大型表单操作,并立即显示字段数据。