Job interface
Job 物件。
屬性
| call |
回呼端點。 |
| id | 作業標識碼。 |
| job |
作業執行報告 - KeyValue 配對對物件的陣列。 |
| result |
KeyValue 配對的陣列。 |
| review |
如果已建立標識碼,請檢閱標識符。 |
| status | 狀態字串 (<Pending、Failed、Completed>)。 |
| team |
與作業相關聯的小組名稱。 |
| type | 內容類型。 |
| workflow |
工作流程的標識碼。 |
屬性詳細資料
callBackEndpoint
回呼端點。
callBackEndpoint?: string
屬性值
string
id
作業標識碼。
id?: string
屬性值
string
jobExecutionReport
作業執行報告 - KeyValue 配對對物件的陣列。
jobExecutionReport?: JobExecutionReportDetails[]
屬性值
resultMetaData
reviewId
如果已建立標識碼,請檢閱標識符。
reviewId?: string
屬性值
string
status
狀態字串 (<Pending、Failed、Completed>)。
status?: string
屬性值
string
teamName
與作業相關聯的小組名稱。
teamName?: string
屬性值
string
type
內容類型。
type?: string
屬性值
string
workflowId
工作流程的標識碼。
workflowId?: string
屬性值
string