共用方式為


WorkflowRun interface

工作流程執行。

Extends

屬性

code

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

correlation

執行相互關聯。

correlationId

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

endTime

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

error

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

name

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

outputs

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

response

取得流程執行的回應。 注意:這個屬性不會串行化。 它只能由伺服器填入。

startTime

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

status

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

trigger

取得引發的觸發程式。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

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

waitEndTime

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

workflow

取得工作流程版本的參考。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性

id

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

屬性詳細資料

code

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

code?: string

屬性值

string

correlation

執行相互關聯。

correlation?: Correlation

屬性值

correlationId

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

correlationId?: string

屬性值

string

endTime

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

endTime?: Date

屬性值

Date

error

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

error?: Record<string, unknown>

屬性值

Record<string, unknown>

name

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

name?: string

屬性值

string

outputs

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

outputs?: {[propertyName: string]: WorkflowOutputParameter}

屬性值

{[propertyName: string]: WorkflowOutputParameter}

response

取得流程執行的回應。 注意:這個屬性不會串行化。 它只能由伺服器填入。

response?: WorkflowRunTrigger

屬性值

startTime

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

startTime?: Date

屬性值

Date

status

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

status?: string

屬性值

string

trigger

取得引發的觸發程式。 注意:這個屬性不會串行化。 它只能由伺服器填入。

trigger?: WorkflowRunTrigger

屬性值

type

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

type?: string

屬性值

string

waitEndTime

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

waitEndTime?: Date

屬性值

Date

workflow

取得工作流程版本的參考。 注意:這個屬性不會串行化。 它只能由伺服器填入。

workflow?: ResourceReference

屬性值

繼承的屬性詳細資料

id

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

id?: string

屬性值

string

繼承自SubResource.id