RunWithProgressResult
Defined in: packages/sdk/src/run-with-progress.ts:42
runWithProgress 结果
Properties
Section titled “Properties”result
Section titled “result”result:
WorkflowResult
Defined in: packages/sdk/src/run-with-progress.ts:44
runtime.run 的原始结果(status / duration / error / outputs 等)
outputs
Section titled “outputs”outputs:
Asset[]
Defined in: packages/sdk/src/run-with-progress.ts:46
已成功加载的输出资产
failedOutputIds
Section titled “failedOutputIds”failedOutputIds:
string[]
Defined in: packages/sdk/src/run-with-progress.ts:48
加载失败的输出资产 ID(getAsset 抛错,不静默丢弃,交调用方感知)