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

Action Center 用户指南
上次更新日期 2026年4月29日
延迟后恢复
UiPath.Persistence.Activities.Delay.ResumeAfterDelay
描述
暂停工作流的执行,并在指定的日期和时间继续执行。
项目兼容性
Windows - 旧版 | Windows | 跨平台
Windows、Windows - 旧版配置
属性面板
常见
- “显示名称”- 活动的显示名称。
- “状态消息” - 此属性字段中指定的消息与此活动暂停的工作流一起显示在 Orchestrator 中。此字段仅支持字符串和
String变量。
输入
- Resume Time - The date and time when this workflow should be resumed. This property can be filled in with relative dates such as
DateTime.Now.AddHours(2),DateTime.Now.AddDays(10)andDateTime.Now.Add(New System.TimeSpan(5, 0, 0, 0)). Additionally, you can use the US notation to add an exact time, such as 12/10/2017 07:40:00. Automatically correcting this date is available. For example, if you write8 9 2018 9:0, it is automatically transformed into08/09/2018 09:00:00.
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
跨平台配置
- Resume Time - The date and time when this workflow should be resumed. This property can be filled in with relative dates such as
DateTime.Now.AddHours(2),DateTime.Now.AddDays(10)andDateTime.Now.Add(New System.TimeSpan(5, 0, 0, 0)). Additionally, you can use the US notation to add an exact time, such as 12/10/2017 07:40:00. Automatically correcting this date is available. For example, if you write8 9 2018 9:0, it is automatically transformed into08/09/2018 09:00:00.
高级选项
- “状态消息” - 此属性字段中指定的消息与此活动暂停的工作流一起显示在 Orchestrator 中。此字段仅支持字符串和
String变量。