你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkflowTriggerHistory 类

工作流触发器历史记录。

变量仅由服务器填充,在发送请求时将被忽略。

继承
azure.mgmt.web.v2023_01_01.models._models_py3.SubResource
WorkflowTriggerHistory

构造函数

WorkflowTriggerHistory(*, correlation: _models.Correlation | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
correlation

运行关联。

变量

名称 说明
id
str

资源 ID。

name
str

获取工作流触发器历史记录名称。

type
str

获取工作流触发器历史记录类型。

start_time

获取开始时间。

end_time

获取结束时间。

scheduled_time

计划时间。

status

获取状态。 已知值为:“NotSpecified”、“Paused”、“Running”、“Waiting”、“Succeeded”、“Skipped”、“Suspended”、“Cancelled”、“Failed”、“Faulted”、“TimedOut”、“Aborted”和“Ignored”。

code
str

获取代码。

error
<xref:JSON>

获取错误。

tracking_id
str

获取跟踪 ID。

correlation

运行关联。

inputs_link

获取指向输入参数的链接。

outputs_link

获取指向输出参数的链接。

fired

指示是否已触发触发器的值。

run

获取对工作流运行的引用。