Skip to content

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


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

Function: createWorkflowRegistry()

createWorkflowRegistry(defaultOptions?): WorkflowRegistry

Defined in: orchestrator/registry.ts:270

创建进程内 WorkflowRegistry

Parameters

defaultOptions?

WorkflowEngineOptions

默认引擎选项

Returns

WorkflowRegistry

注册表实例

MIT Licensed