Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / CreateEngineFromYamlOptions

Interface: CreateEngineFromYamlOptions

Defined in: yaml/types.ts:125

createEngineFromYaml / 相关 loader 的用户选项。

Extended by

Properties

bindings?

optional bindings?: UsesBindings

Defined in: yaml/types.ts:135

将非内建 uses 名映射到远程 HTTP Unit。 先并入 bindings 再与 registry 合并(显式 registry 冲突时胜出)。


engineOptions?

optional engineOptions?: WorkflowEngineOptions

Defined in: yaml/types.ts:140

额外引擎选项,原样转发给 createWorkflowEngine (如 policyConfig、自定义 Layer4 组件)。


registry?

optional registry?: UnitPluginRegistry

Defined in: yaml/types.ts:130

自定义 / 覆盖 uses 插件表。 与 bindings 合并时,本字段同名键优先。

MIT Licensed