tachybase_todo/packages/plugins/workflow/src/server/index.ts
Junyi 86d9eaf2fb
refactor(plugin-workflow): migrate evaluators (#1485)
* fix(plugin-formula): fix locale

* refactor(client): migrate variable component

* refactor(plugin-workflow): use core evaluators

* refactor(plugin-workflow): migrate calculation engines to evaluators
2023-02-22 23:45:03 +08:00

6 lines
190 B
TypeScript

export * from './constants';
// export * from './instructions';
export { Trigger } from './triggers';
export { default as Processor } from './Processor';
export { default } from './Plugin';