共用方式為


WorkflowRunAction interface

工作流程執行動作。

Extends

屬性

code

取得程序代碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

correlation

相互關聯屬性。

endTime

取得結束時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

error

取得錯誤。 注意:這個屬性不會串行化。 它只能由伺服器填入。

inputsLink

取得輸入的連結。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name

取得工作流程執行動作名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

outputsLink

取得輸出的連結。 注意:這個屬性不會串行化。 它只能由伺服器填入。

retryHistory

取得重試歷程記錄。

startTime

取得開始時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

status

取得狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

trackedProperties

取得追蹤的屬性。 注意:這個屬性不會串行化。 它只能由伺服器填入。

trackingId

取得追蹤標識碼。注意:這個屬性將不會串行化。 它只能由伺服器填入。

type

取得工作流程執行動作類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

id

資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

code

取得程序代碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

code?: string

屬性值

string

correlation

相互關聯屬性。

correlation?: RunActionCorrelation

屬性值

endTime

取得結束時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

endTime?: Date

屬性值

Date

error

取得錯誤。 注意:這個屬性不會串行化。 它只能由伺服器填入。

error?: Record<string, unknown>

屬性值

Record<string, unknown>

取得輸入的連結。 注意:這個屬性不會串行化。 它只能由伺服器填入。

inputsLink?: ContentLink

屬性值

name

取得工作流程執行動作名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

取得輸出的連結。 注意:這個屬性不會串行化。 它只能由伺服器填入。

outputsLink?: ContentLink

屬性值

retryHistory

取得重試歷程記錄。

retryHistory?: RetryHistory[]

屬性值

startTime

取得開始時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。

startTime?: Date

屬性值

Date

status

取得狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

status?: string

屬性值

string

trackedProperties

取得追蹤的屬性。 注意:這個屬性不會串行化。 它只能由伺服器填入。

trackedProperties?: Record<string, unknown>

屬性值

Record<string, unknown>

trackingId

取得追蹤標識碼。注意:這個屬性將不會串行化。 它只能由伺服器填入。

trackingId?: string

屬性值

string

type

取得工作流程執行動作類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承的屬性詳細資料

id

資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自SubResource.id