共用方式為


Job interface

Job 物件。

屬性

callBackEndpoint

回呼端點。

id

作業標識碼。

jobExecutionReport

作業執行報告 - KeyValue 配對對物件的陣列。

resultMetaData

KeyValue 配對的陣列。

reviewId

如果已建立標識碼,請檢閱標識符。

status

狀態字串 (<Pending、Failed、Completed>)。

teamName

與作業相關聯的小組名稱。

type

內容類型。

workflowId

工作流程的標識碼。

屬性詳細資料

callBackEndpoint

回呼端點。

callBackEndpoint?: string

屬性值

string

id

作業標識碼。

id?: string

屬性值

string

jobExecutionReport

作業執行報告 - KeyValue 配對對物件的陣列。

jobExecutionReport?: JobExecutionReportDetails[]

屬性值

resultMetaData

KeyValue 配對的陣列。

resultMetaData?: KeyValuePair[]

屬性值

reviewId

如果已建立標識碼,請檢閱標識符。

reviewId?: string

屬性值

string

status

狀態字串 (<Pending、Failed、Completed>)。

status?: string

屬性值

string

teamName

與作業相關聯的小組名稱。

teamName?: string

屬性值

string

type

內容類型。

type?: string

屬性值

string

workflowId

工作流程的標識碼。

workflowId?: string

屬性值

string