action-center
latest
false
- 入门指南
- Activities (活动)
- 操作
- Action Center 中的 Autopilot - 预览
- 流程
- 通知
- 审核
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Action Center 用户指南
上次更新日期 2026年4月29日
添加任务注释
UiPath.Persistence.Activities.FormTask.AddTaskComment
描述
指示机器人为现有操作添加注释,由其 ID 指示。
项目兼容性
Windows - 旧版 | Windows | 跨平台
重要提示:
The Add Task Comment activity is available starting with v1.3.0 of the Uipath.Persistence.Activities package.
Windows、Windows - 旧版配置
设计器面板
- TaskId(Int32) - The unique identifier of the existing Action.
- Comment (String) - Write the comment for the Action. The comment is displayed in the Action summary and Comments panels.
属性面板
常见
- ContinueOnError (Boolean) - Specify if the automation should continue even when the activity throws an error. The default value is
False. As a result, if the field is blank and an error is thrown, the execution of the workflow stops. If the value is set toTrue, the execution of the project continues regardless of any error.
备注:
如果“Try Catch 异常处理”中包含该活动且“出错时继续”属性的值为“True”,则系统在执行项目时不会捕获任何错误。
- DisplayName(String) - The display name of the activity.
- TimeoutMS (Int32) - Specify the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
输入
- Comment (String) - Write the comment for the Action. The comment is displayed in the Action summary and Comments panels.
- Orchestrator Folder Path (String) - The path to the Orchestrator Folder you want to use with this activity. If left empty, the current Orchestrator folder is used. This field supports strings and
Stringvariables only.
注意:如果执行此操作的用户没有目标文件夹所需的权限,则添加注释将失败并引发严重错误。查看有关文件夹权限的更多信息。
- TaskId(Int32)—The unique identifier of the existing Action.
Warning :请确保您与生成操作的流程位于同一个 Orchestrator 文件夹中。
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
跨平台配置
- TaskId(Int32) - The unique identifier of the existing Action.
- Comment (String) - Write the comment for the Action. The comment is displayed in the Action summary and Comments panels.
高级选项
常见
- ContinueOnError (Boolean) - Specify if the automation should continue even when the activity throws an error. The default value is
False. As a result, if the field is blank and an error is thrown, the execution of the workflow stops. If the value is set toTrue, the execution of the project continues regardless of any error.
备注:
如果“Try Catch 异常处理”中包含该活动且“出错时继续”属性的值为“True”,则系统在执行项目时不会捕获任何错误。
- TimeoutMS (Int32) - Specify the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds (30 seconds).
输入
- Orchestrator Folder Path (String) - The path to the Orchestrator Folder you want to use with this activity. If left empty, the current Orchestrator folder is used. This field supports strings and
Stringvariables only.
注意:如果执行此操作的用户没有目标文件夹所需的权限,则添加注释将失败并引发严重错误。查看有关文件夹权限的更多信息。