UNPKG

@tachybase/module-workflow

Version:

A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.

8 lines (7 loc) 350 B
import { Application } from '@tego/server'; import { WorkflowRemoteCodeFetcher } from '../services/remote-code-fetcher'; /** * 获取 WorkflowRemoteCodeFetcher 服务 * 优先使用 app.container.get,失败时回退到全局 Container.get */ export declare function getRemoteCodeFetcher(app: Application): WorkflowRemoteCodeFetcher | undefined;