Step interface
疑难解答步骤
属性
| automated |
仅适用于 AutomatedStep 类型 |
| description | 步骤说明。 |
| error | 错误详细信息。 |
| execution |
故障排除步骤执行的状态。 |
| execution |
此字段对执行状态具有更详细的状态说明。 |
| guidance | 获取或设置步骤指南。 |
| id | 唯一步骤 ID。 |
| inputs | |
| insights | |
| is |
是工作流的最后一步。 |
| title | 步骤标题。 |
| type | 故障排除步骤的类型。 |
属性详细信息
automatedCheckResults
description
步骤说明。
description?: string
属性值
string
error
executionStatus
故障排除步骤执行的状态。
executionStatus?: string
属性值
string
executionStatusDescription
此字段对执行状态具有更详细的状态说明。
executionStatusDescription?: string
属性值
string
guidance
获取或设置步骤指南。
guidance?: string
属性值
string
id
唯一步骤 ID。
id?: string
属性值
string
inputs
insights
isLastStep
是工作流的最后一步。
isLastStep?: boolean
属性值
boolean
title
步骤标题。
title?: string
属性值
string
type
故障排除步骤的类型。
type?: string
属性值
string