Delay@1 - 延迟 v1 任务
将工作流的进一步执行延迟一定时间。
将工作流的进一步执行延迟一定时间。
语法
# Delay v1
# Delay further execution of a workflow by a fixed time.
- task: Delay@1
inputs:
delayForMinutes: '0' # string. Required. Delay Time (minutes). Default: 0.
# Delay v1
# Delay further execution of the workflow by a fixed time.
- task: Delay@1
inputs:
delayForMinutes: '0' # string. Required. Delay Time (minutes). Default: 0.
输入
delayForMinutes
- 延迟时间 (分钟)
string
. 必需。 默认值:0
。
将工作流的执行延迟指定的时间(以分钟为单位)。 值 0
表示工作流执行将无延迟地启动。 最大值为 86400
(60 天) 。
任务控件选项
除任务输入外,所有任务都有控制选项。 有关详细信息,请参阅 控制选项和常见任务属性。
输出变量
无。
备注
在发布管道的 无代理作业 中使用此任务,在固定的延迟时间内暂停管道的执行。
注意
只能在发布管道的 无代理作业 中使用。
延迟的最大值为 60 天 (86400 分钟) 。