action-center
2024.10
false
- 安装和升级
- 在开始之前
- 入门指南
- Activities (活动)
- 操作
- 流程
- 审核
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Action Center 用户指南
上次更新日期 2026年4月29日
获取任务数据
UiPath.Persistence.Activities.Tasks.GetTaskData
描述
获取指定操作的任务数据的当前状态。
项目兼容性
Windows - legacy | Windows | Cross-platform
Windows、Windows - 旧版配置
设计器面板
- TaskId - The ID of the Action you want to fetch the data from. The action may be outside the current workflow. This field supports integer values only.
- TaskObject(Output) - The task object that is returned from Orchestrator as a
FormTaskDataobject, containing the current state of task data.
属性面板
常见
- ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field supports Boolean values (True, False) only. The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
备注:
如果“Try Catch 异常处理”中包含该活动且“出错时继续”属性的值为“True”,则系统在执行项目时不会捕获任何错误。
- “显示名称”- 活动的显示名称。
- “超时(毫秒)”- 指定最长等待时间(以毫秒为单位),如果超出该时间后活动并未运行,系统便会抛出错误。默认值为 30000 毫秒(30 秒)。
输入
- Orchestrator Folder Path - 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
String variablesonly. - TaskId - The ID of the Action you want to fetch the data from. The action may be outside of the current workflow. This field supports integer values only.
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
- TaskObject(Output) - The task object that is returned from Orchestrator as a
FormTaskDataobject, containing the current state of task data.
跨平台配置
- TaskId - The ID of the Action you want to fetch the data from. The action may be outside the current workflow. This field supports integer values only.
- TaskObject(Output) - The task object that is returned from Orchestrator as a
FormTaskDataobject, containing the current state of task data.
高级选项
常见
- ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field supports Boolean values (True, False) only. The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
备注:
如果“Try Catch 异常处理”中包含该活动且“出错时继续”属性的值为“True”,则系统在执行项目时不会捕获任何错误。
- “超时(毫秒)”- 指定最长等待时间(以毫秒为单位),如果超出该时间后活动并未运行,系统便会抛出错误。默认值为 30000 毫秒(30 秒)。
输入
- Orchestrator Folder Path - 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
String variablesonly.