WorkflowOutput
Defined in: packages/schema/src/workflow.ts:74
Workflow 输出定义
Properties
Section titled “Properties”type:
AssetType|"archive"
Defined in: packages/schema/src/workflow.ts:75
format?
Section titled “format?”
optionalformat?:string
Defined in: packages/schema/src/workflow.ts:76
targets?
Section titled “targets?”
optionaltargets?:OutputTarget[]
Defined in: packages/schema/src/workflow.ts:82
多 target 输出(E1)。 存在且非空时,runtime 为每个 target 独立执行一次 transform 链, 产出 len(targets) 个文件。所有 target 共享同一 output type/format。