BatchItem
Defined in: packages/runtime/src/batch-progress.ts:37
批量项运行时状态(对外只读视图)
Properties
Section titled “Properties”id:
string
Defined in: packages/runtime/src/batch-progress.ts:38
index:
number
Defined in: packages/runtime/src/batch-progress.ts:39
status
Section titled “status”status:
BatchItemStatus
Defined in: packages/runtime/src/batch-progress.ts:40
source
Section titled “source”source:
AssetSource
Defined in: packages/runtime/src/batch-progress.ts:41
workflow
Section titled “workflow”workflow:
Workflow
Defined in: packages/runtime/src/batch-progress.ts:42
outputAssetId?
Section titled “outputAssetId?”
optionaloutputAssetId?:string
Defined in: packages/runtime/src/batch-progress.ts:43
error?
Section titled “error?”
optionalerror?:Error
Defined in: packages/runtime/src/batch-progress.ts:44
attempts
Section titled “attempts”attempts:
number
Defined in: packages/runtime/src/batch-progress.ts:45
maxRetries
Section titled “maxRetries”maxRetries:
number
Defined in: packages/runtime/src/batch-progress.ts:46
duration?
Section titled “duration?”
optionalduration?:number
Defined in: packages/runtime/src/batch-progress.ts:47