WorkflowRunActionRepetitionDefinition interface
工作流程執行動作重複定義。
- Extends
屬性
code | 工作流程範圍重複程序代碼。 |
correlation | 相互關聯屬性。 |
end |
工作流程範圍重複的結束時間。 |
error | 什麼 |
inputs | 取得輸入。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
inputs |
取得輸入的連結。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
iteration |
|
outputs | 取得輸出。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
outputs |
取得輸出的連結。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
repetition |
重複索引。 |
retry |
取得重試歷程記錄。 |
start |
工作流程範圍的重複開始時間。 |
status | 工作流程範圍重複的狀態。 |
tracked |
取得追蹤的屬性。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
tracking |
取得追蹤標識碼。注意:這個屬性將不會串行化。 它只能由伺服器填入。 |
繼承的屬性
id | 資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。 |
location | 資源位置。 |
name | 取得資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
tags | 資源標記。 |
type | 取得資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
code
工作流程範圍重複程序代碼。
code?: string
屬性值
string
correlation
endTime
工作流程範圍重複的結束時間。
endTime?: Date
屬性值
Date
error
什麼
error?: any
屬性值
any
inputs
取得輸入。 注意:這個屬性不會串行化。 它只能由伺服器填入。
inputs?: Record<string, unknown>
屬性值
Record<string, unknown>
inputsLink
iterationCount
iterationCount?: number
屬性值
number
outputs
取得輸出。 注意:這個屬性不會串行化。 它只能由伺服器填入。
outputs?: Record<string, unknown>
屬性值
Record<string, unknown>
outputsLink
repetitionIndexes
retryHistory
startTime
工作流程範圍的重複開始時間。
startTime?: Date
屬性值
Date
status
工作流程範圍重複的狀態。
status?: string
屬性值
string
trackedProperties
取得追蹤的屬性。 注意:這個屬性不會串行化。 它只能由伺服器填入。
trackedProperties?: Record<string, unknown>
屬性值
Record<string, unknown>
trackingId
取得追蹤標識碼。注意:這個屬性將不會串行化。 它只能由伺服器填入。
trackingId?: string
屬性值
string
繼承的屬性詳細資料
id
資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
繼承自
location
name
tags
資源標記。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}