Skip to content

WorkflowOutput

Defined in: packages/schema/src/workflow.ts:74

Workflow 输出定义

type: AssetType | "archive"

Defined in: packages/schema/src/workflow.ts:75


optional format?: string

Defined in: packages/schema/src/workflow.ts:76


optional targets?: OutputTarget[]

Defined in: packages/schema/src/workflow.ts:82

多 target 输出(E1)。 存在且非空时,runtime 为每个 target 独立执行一次 transform 链, 产出 len(targets) 个文件。所有 target 共享同一 output type/format。