OperationResult interface
作業結果定義。
- Extends
屬性
inputs | 取得輸入。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
inputs |
取得輸入的連結。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
iteration |
|
outputs | 取得輸出。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
outputs |
取得輸出的連結。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
retry |
取得重試歷程記錄。 |
tracked |
取得追蹤的屬性。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
tracking |
取得追蹤標識碼。注意:這個屬性將不會串行化。 它只能由伺服器填入。 |
繼承的屬性
code | 工作流程範圍重複程序代碼。 |
correlation | 相互關聯屬性。 |
end |
工作流程範圍重複的結束時間。 |
error | 什麼 |
start |
工作流程範圍的重複開始時間。 |
status | 工作流程範圍重複的狀態。 |
屬性詳細資料
inputs
取得輸入。 注意:這個屬性不會串行化。 它只能由伺服器填入。
inputs?: Record<string, unknown>
屬性值
Record<string, unknown>
inputsLink
iterationCount
iterationCount?: number
屬性值
number
outputs
取得輸出。 注意:這個屬性不會串行化。 它只能由伺服器填入。
outputs?: Record<string, unknown>
屬性值
Record<string, unknown>
outputsLink
retryHistory
trackedProperties
取得追蹤的屬性。 注意:這個屬性不會串行化。 它只能由伺服器填入。
trackedProperties?: Record<string, unknown>
屬性值
Record<string, unknown>
trackingId
取得追蹤標識碼。注意:這個屬性將不會串行化。 它只能由伺服器填入。
trackingId?: string
屬性值
string
繼承的屬性詳細資料
code
correlation
相互關聯屬性。
correlation?: RunActionCorrelation