action-center
latest
false
- 入门指南
- Activities (活动)
- 操作
- Action Center 中的 Autopilot - 预览
- 流程
- 通知
- 审核
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
Action Center 用户指南
UiPath.Persistence.Activities.Tasks.ConfigureTaskTimer
描述
允许您为 Action Center 中的每个任务配置计时器。 您可以将以下操作之一配置为计时器到期时的结果:
- 警示分配的用户
- 重新分配任务
项目兼容性
Windows | 跨平台
配置
设计器面板
- 任务 ID - 您创建的任务活动的 ID。
- 启动条件- 用作计时器启动项的事件。有两个可能的选项:“创建”和“已分配”。
- 当开始条件为 “已创建”时,结束条件可以是 “已分配”或 “已完成”。
- 当开始条件为“分配”时,结束条件可以是:已完成。
- 结束条件- 用作计时器结束的事件。有两个可能的选项:“已分配”和“已完成”。
- When the End criteria is Assigned, the Outcome can only be Reassign.
- 当“结束条件”为“已完成”且“结果”为“警示” ,但未分配用户时,警示不会触发通知。
- Timer Duration - In Studio Web and Studio STS 26.0.188 or higher, set the timer duration in the
0d 00h 00mformat. This field also supports expressions. On earlier Studio versions, use the Days, Hours, and Minutes fields instead. - 天- 持续时间(以天为单位)。选项介于 0 到 90 天之间。
- 小时- 持续时间(以小时为单位)。选项介于 0 到 23 小时之间。
- 分钟- 持续时间(以分钟为单位)。选项包括:0、15、30 和 45 分钟。
- Outcome - Triggered when the timer runs out before end criteria is met. The supported outcome options are: Alert, Reassign, Unassign, and Auto Complete. Alert triggers a notification to the assigned user. The channels where you receive the notification, are in-app and emails, depending on what you have enabled. When you select Reassign, you choose the user you reassign the task to. The task will not have a timer on reassignment. Unassign removes the current assignment when the timer expires. Auto Complete completes the task automatically when the timer expires.
属性面板
其他
- “出错时继续”- 指定在活动抛出错误时是否应继续自动化操作。该字段仅支持“布尔值”(True 和 False)。默认值为 False。因此,如果该字段为空且活动抛出错误,则系统将停止执行项目。如果该值设为“True”,则无论出现何种错误,系统都将继续执行项目。
备注:
如果“Try Catch 异常处理”中包含该活动且“出错时继续”属性的值为“True”,则系统在执行项目时不会捕获任何错误。
- “超时(毫秒)”- 指定最长等待时间(以毫秒为单位),如果超出该时间后活动并未运行,系统便会抛出错误。默认值为 30000 毫秒(30 秒)。
- “文件夹路径”- 要用于此活动的 Orchestrator 文件夹的路径。如果留空,则会使用当前的 Orchestrator 文件夹。此字段仅支持字符串和字符串变量。
备注:
有关如何调整任务计时器的示例,请访问配置任务计时器。