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